Trace number 4393614

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-06-14 parallelSAT 593.593 102.102

General information on the benchmark

NameQRandom/QRandom-mdd-7-25-5/
mdd-7-25-5-56-01.xml
MD5SUM38fbb435e56fa73fec05cbb523a31b1b
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 benchmark56.5752
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree11
Maximum variable degree24
Distribution of variable degrees[{"degree":11,"count":5},{"degree":12,"count":2},{"degree":13,"count":1},{"degree":14,"count":5},{"degree":15,"count":1},{"degree":16,"count":2},{"degree":17,"count":1},{"degree":18,"count":2},{"degree":20,"count":2},{"degree":21,"count":1},{"degree":22,"count":1},{"degree":23,"count":1},{"degree":24,"count":1}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":56}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
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-4393614-1568425783.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393614-1568425783.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
82.68/37.94	c solve instance...
593.23/102.05	s SATISFIABLE
593.23/102.05	v <instantiation>
593.23/102.05	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] </list>
593.23/102.05	v 	<values>3 4 3 0 2 3 4 0 3 2 2 3 0 2 2 1 2 2 0 4 0 1 4 1 0 </values>
593.23/102.05	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 (14524 MiB free)
  memory of node 1: 16384 MiB (15598 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393614-1568425783/watcher-4393614-1568425783 -o /tmp/evaluation-result-4393614-1568425783/solver-4393614-1568425783 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1568417381-28714 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 507615374 HOME/instance-4393614-1568425783.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=31363, runsolver pid=31360
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100136 s]*
/proc/loadavg: 7.78 7.94 7.87 2/211 31384
/proc/meminfo: memFree=30828240/32770624 swapFree=66967032/67108860
[pid=31363] ppid=31360 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31363/stat : 31363 (xcsp3-exec) S 31360 31363 28687 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418845186 115843072 363 33554432000 4194304 5098028 140726184648640 140726184646744 139837754884732 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25501696 140726184653686 140726184653929 140726184653929 140726184656842 0
/proc/31363/statm: 28282 363 304 221 0 87 0
[pid=31365] ppid=31363 vsize=28227388 memory=29532 CPUtime=0.12 cores=0-7
/proc/31365/stat : 31365 (java) S 31363 31363 28687 0 -1 1077944320 5861 0 0 0 11 1 0 0 20 0 20 0 418845186 28904845312 7383 33554432000 4194304 4196468 140724490682512 140724490665056 139812749487863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
/proc/31365/statm: 7056847 7383 3119 1 0 7019032 0
[pid=31365/tid=31366] ppid=31363 vsize=28227388 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/31365/task/31366/stat : 31366 (java) R 31363 31363 28687 0 -1 4202560 3808 0 0 0 8 1 0 0 20 0 20 0 418845186 28904845312 7383 33554432000 4194304 4196468 140724490682512 139812753717040 139812342483286 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31367] ppid=31363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31367/stat : 31367 (java) S 31363 31363 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418845187 28904845312 7383 33554432000 4194304 4196468 140724490682512 139812669340176 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31368] ppid=31363 vsize=28227388 memory=140358345946752 CPUtime=0 cores=0-7
/proc/31365/task/31368/stat : 31368 (java) S 31363 31363 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418845187 28904845312 7383 33554432000 4194304 4196468 140724490682512 139812668287632 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31369] ppid=31363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31369/stat : 31369 (java) S 31363 31363 28687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418845187 28904845312 7383 33554432000 4194304 4196468 140724490682512 139812667234576 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31370] ppid=31363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31370/stat : 31370 (java) S 31363 31363 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418845187 28904845312 7383 33554432000 4194304 4196468 140724490682512 139812666182032 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31371] ppid=31363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31371/stat : 31371 (java) S 31363 31363 28687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418845187 28904845312 7383 33554432000 4194304 4196468 140724490682512 139812665130000 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31372] ppid=31363 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/31365/task/31372/stat : 31372 (java) S 31363 31363 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418845187 28904845312 7383 33554432000 4194304 4196468 140724490682512 139812664077456 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31373] ppid=31363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31373/stat : 31373 (java) S 31363 31363 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418845187 28904845312 7383 33554432000 4194304 4196468 140724490682512 139812663024400 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31374] ppid=31363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31374/stat : 31374 (java) S 31363 31363 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418845187 28904845312 7383 33554432000 4194304 4196468 140724490682512 139812293172112 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31375] ppid=31363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31375/stat : 31375 (java) S 31363 31363 28687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418845189 28904845312 7383 33554432000 4194304 4196468 140724490682512 139810877565168 139812749499010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31376] ppid=31363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31376/stat : 31376 (java) S 31363 31363 28687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418845189 28904845312 7383 33554432000 4194304 4196468 140724490682512 139810876511392 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31377] ppid=31363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31377/stat : 31377 (java) S 31363 31363 28687 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 418845190 28904845312 7383 33554432000 4194304 4196468 140724490682512 139810875458288 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31378] ppid=31363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31378/stat : 31378 (java) S 31363 31363 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418845192 28904845312 7383 33554432000 4194304 4196468 140724490682512 139810874406864 139812749506459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31379] ppid=31363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31379/stat : 31379 (java) S 31363 31363 28687 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 418845192 28904845312 7383 33554432000 4194304 4196468 140724490682512 139810873354992 139812749499010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31380] ppid=31363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31380/stat : 31380 (java) S 31363 31363 28687 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 418845192 28904845312 7383 33554432000 4194304 4196468 140724490682512 139810872302448 139812749499010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31381] ppid=31363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31381/stat : 31381 (java) S 31363 31363 28687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418845192 28904845312 7383 33554432000 4194304 4196468 140724490682512 139810871249392 139812749499010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31382] ppid=31363 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/31365/task/31382/stat : 31382 (java) R 31363 31363 28687 0 -1 4202560 319 0 0 0 1 0 0 0 20 0 20 0 418845192 28904845312 7383 33554432000 4194304 4196468 140724490682512 139810870196848 139812741724990 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31383] ppid=31363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31383/stat : 31383 (java) S 31363 31363 28687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418845192 28904845312 7383 33554432000 4194304 4196468 140724490682512 139810869144032 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31384] ppid=31363 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/31365/task/31384/stat : 31384 (java) S 31363 31363 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418845193 28904845312 7383 33554432000 4194304 4196468 140724490682512 139810868091568 139812749499010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30984 KiB

[startup+0.210453 s]*
/proc/loadavg: 7.78 7.94 7.87 2/211 31384
/proc/meminfo: memFree=30814984/32770624 swapFree=66967032/67108860
[pid=31363] ppid=31360 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31363/stat : 31363 (xcsp3-exec) S 31360 31363 28687 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418845186 115843072 363 33554432000 4194304 5098028 140726184648640 140726184646744 139837754884732 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25501696 140726184653686 140726184653929 140726184653929 140726184656842 0
/proc/31363/statm: 28282 363 304 221 0 87 0
[pid=31365] ppid=31363 vsize=28227388 memory=40928 CPUtime=0.33 cores=0-7
/proc/31365/stat : 31365 (java) S 31363 31363 28687 0 -1 1077944320 9506 0 0 0 30 3 0 0 20 0 20 0 418845186 28904845312 10232 33554432000 4194304 4196468 140724490682512 140724490665056 139812749487863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
/proc/31365/statm: 7056847 10232 3303 1 0 7019032 0
[pid=31365/tid=31366] ppid=31363 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/31365/task/31366/stat : 31366 (java) R 31363 31363 28687 0 -1 4202560 6646 0 0 0 17 2 0 0 20 0 20 0 418845186 28904845312 10232 33554432000 4194304 4196468 140724490682512 139812753721120 139812749499798 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31367] ppid=31363 vsize=28227388 memory=339 CPUtime=0 cores=0-7
/proc/31365/task/31367/stat : 31367 (java) S 31363 31363 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418845187 28904845312 10232 33554432000 4194304 4196468 140724490682512 139812669340176 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31368] ppid=31363 vsize=28227388 memory=140358348998328 CPUtime=0 cores=0-7
/proc/31365/task/31368/stat : 31368 (java) S 31363 31363 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418845187 28904845312 10232 33554432000 4194304 4196468 140724490682512 139812668287632 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31369] ppid=31363 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/31365/task/31369/stat : 31369 (java) S 31363 31363 28687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418845187 28904845312 10232 33554432000 4194304 4196468 140724490682512 139812667234576 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31370] ppid=31363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31370/stat : 31370 (java) S 31363 31363 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418845187 28904845312 10232 33554432000 4194304 4196468 140724490682512 139812666182032 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31371] ppid=31363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31371/stat : 31371 (java) S 31363 31363 28687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418845187 28904845312 10232 33554432000 4194304 4196468 140724490682512 139812665130000 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31372] ppid=31363 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/31365/task/31372/stat : 31372 (java) S 31363 31363 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418845187 28904845312 10232 33554432000 4194304 4196468 140724490682512 139812664077456 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31373] ppid=31363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31373/stat : 31373 (java) S 31363 31363 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418845187 28904845312 10232 33554432000 4194304 4196468 140724490682512 139812663024400 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31374] ppid=31363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31374/stat : 31374 (java) S 31363 31363 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418845187 28904845312 10232 33554432000 4194304 4196468 140724490682512 139812293172112 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31375] ppid=31363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31375/stat : 31375 (java) S 31363 31363 28687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418845189 28904845312 10232 33554432000 4194304 4196468 140724490682512 139810877565168 139812749499010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31376] ppid=31363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31376/stat : 31376 (java) S 31363 31363 28687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418845189 28904845312 10232 33554432000 4194304 4196468 140724490682512 139810876511392 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31377] ppid=31363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31377/stat : 31377 (java) S 31363 31363 28687 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 418845190 28904845312 10232 33554432000 4194304 4196468 140724490682512 139810875458288 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31378] ppid=31363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31378/stat : 31378 (java) S 31363 31363 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418845192 28904845312 10232 33554432000 4194304 4196468 140724490682512 139810874406864 139812749506459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31379] ppid=31363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31379/stat : 31379 (java) S 31363 31363 28687 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 418845192 28904845312 10232 33554432000 4194304 4196468 140724490682512 139810873354992 139812749499010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31380] ppid=31363 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/31365/task/31380/stat : 31380 (java) S 31363 31363 28687 0 -1 1077944384 306 0 0 0 2 0 0 0 20 0 20 0 418845192 28904845312 10232 33554432000 4194304 4196468 140724490682512 139810872302448 139812749499010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31381] ppid=31363 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/31365/task/31381/stat : 31381 (java) S 31363 31363 28687 0 -1 1077944384 197 0 0 0 1 0 0 0 20 0 20 0 418845192 28904845312 10232 33554432000 4194304 4196468 140724490682512 139810871249392 139812749499010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31382] ppid=31363 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/31365/task/31382/stat : 31382 (java) R 31363 31363 28687 0 -1 4202560 737 0 0 0 8 0 0 0 20 0 20 0 418845192 28904845312 10232 33554432000 4194304 4196468 140724490682512 139810870196656 139812730861347 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31383] ppid=31363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31383/stat : 31383 (java) S 31363 31363 28687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418845192 28904845312 10232 33554432000 4194304 4196468 140724490682512 139810869144032 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31384] ppid=31363 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/31365/task/31384/stat : 31384 (java) S 31363 31363 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418845193 28904845312 10232 33554432000 4194304 4196468 140724490682512 139810868091568 139812749499010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42380 KiB

[startup+0.31042 s]*
/proc/loadavg: 7.78 7.94 7.87 3/211 31384
/proc/meminfo: memFree=30808084/32770624 swapFree=66967032/67108860
[pid=31363] ppid=31360 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31363/stat : 31363 (xcsp3-exec) S 31360 31363 28687 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418845186 115843072 363 33554432000 4194304 5098028 140726184648640 140726184646744 139837754884732 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25501696 140726184653686 140726184653929 140726184653929 140726184656842 0
/proc/31363/statm: 28282 363 304 221 0 87 0
[pid=31365] ppid=31363 vsize=28231644 memory=50204 CPUtime=0.52 cores=0-7
/proc/31365/stat : 31365 (java) S 31363 31363 28687 0 -1 1077944320 10878 0 0 0 48 4 0 0 20 0 20 0 418845186 28909203456 12551 33554432000 4194304 4196468 140724490682512 140724490665056 139812749487863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
/proc/31365/statm: 7057911 12551 3355 1 0 7019032 0
[pid=31365/tid=31366] ppid=31363 vsize=28231644 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/31365/task/31366/stat : 31366 (java) R 31363 31363 28687 0 -1 4202560 7777 0 0 0 26 3 0 0 20 0 20 0 418845186 28909203456 12551 33554432000 4194304 4196468 140724490682512 139812753718976 139812749511453 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31367] ppid=31363 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31367/stat : 31367 (java) S 31363 31363 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418845187 28909203456 12551 33554432000 4194304 4196468 140724490682512 139812669340176 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31368] ppid=31363 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31368/stat : 31368 (java) S 31363 31363 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418845187 28909203456 12551 33554432000 4194304 4196468 140724490682512 139812668287632 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31369] ppid=31363 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31369/stat : 31369 (java) S 31363 31363 28687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418845187 28909203456 12551 33554432000 4194304 4196468 140724490682512 139812667234576 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31370] ppid=31363 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31370/stat : 31370 (java) S 31363 31363 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418845187 28909203456 12551 33554432000 4194304 4196468 140724490682512 139812666182032 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31371] ppid=31363 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/31365/task/31371/stat : 31371 (java) S 31363 31363 28687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418845187 28909203456 12551 33554432000 4194304 4196468 140724490682512 139812665130000 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31372] ppid=31363 vsize=28231644 memory=140358189151151 CPUtime=0 cores=0-7
/proc/31365/task/31372/stat : 31372 (java) S 31363 31363 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418845187 28909203456 12551 33554432000 4194304 4196468 140724490682512 139812664077456 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31373] ppid=31363 vsize=28231644 memory=140358189153456 CPUtime=0 cores=0-7
/proc/31365/task/31373/stat : 31373 (java) S 31363 31363 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418845187 28909203456 12551 33554432000 4194304 4196468 140724490682512 139812663024400 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31374] ppid=31363 vsize=28231644 memory=140358189155760 CPUtime=0 cores=0-7
/proc/31365/task/31374/stat : 31374 (java) S 31363 31363 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418845187 28909203456 12551 33554432000 4194304 4196468 140724490682512 139812293172112 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31375] ppid=31363 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31375/stat : 31375 (java) S 31363 31363 28687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418845189 28909203456 12551 33554432000 4194304 4196468 140724490682512 139810877565168 139812749499010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31376] ppid=31363 vsize=28231644 memory=280716378318480 CPUtime=0 cores=0-7
/proc/31365/task/31376/stat : 31376 (java) S 31363 31363 28687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418845189 28909203456 12551 33554432000 4194304 4196468 140724490682512 139810876511392 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31377] ppid=31363 vsize=28231644 memory=280716378325392 CPUtime=0 cores=0-7
/proc/31365/task/31377/stat : 31377 (java) S 31363 31363 28687 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 418845190 28909203456 12551 33554432000 4194304 4196468 140724490682512 139810875458288 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31378] ppid=31363 vsize=28231644 memory=280716378266672 CPUtime=0 cores=0-7
/proc/31365/task/31378/stat : 31378 (java) S 31363 31363 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418845192 28909203456 12551 33554432000 4194304 4196468 140724490682512 139810874406864 139812749506459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31379] ppid=31363 vsize=28231644 memory=280716378339216 CPUtime=0.02 cores=0-7
/proc/31365/task/31379/stat : 31379 (java) R 31363 31363 28687 0 -1 4202560 429 0 0 0 2 0 0 0 20 0 20 0 418845192 28909203456 12551 33554432000 4194304 4196468 140724490682512 139810873354176 139812732700388 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31380] ppid=31363 vsize=28231644 memory=280716378346128 CPUtime=0.03 cores=0-7
/proc/31365/task/31380/stat : 31380 (java) S 31363 31363 28687 0 -1 1077944384 306 0 0 0 3 0 0 0 20 0 20 0 418845192 28909203456 12551 33554432000 4194304 4196468 140724490682512 139810872302448 139812749499010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31381] ppid=31363 vsize=28231644 memory=280716378343824 CPUtime=0.02 cores=0-7
/proc/31365/task/31381/stat : 31381 (java) S 31363 31363 28687 0 -1 1077944384 226 0 0 0 2 0 0 0 20 0 20 0 418845192 28909203456 12551 33554432000 4194304 4196468 140724490682512 139810871249392 139812749499010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31382] ppid=31363 vsize=28231644 memory=280716378359984 CPUtime=0.12 cores=0-7
/proc/31365/task/31382/stat : 31382 (java) S 31363 31363 28687 0 -1 1077944384 833 0 0 0 12 0 0 0 20 0 20 0 418845192 28909203456 12551 33554432000 4194304 4196468 140724490682512 139810870196848 139812749499010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31383] ppid=31363 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31383/stat : 31383 (java) S 31363 31363 28687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418845192 28909203456 12551 33554432000 4194304 4196468 140724490682512 139810869144032 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31384] ppid=31363 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/31365/task/31384/stat : 31384 (java) S 31363 31363 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418845193 28909203456 12551 33554432000 4194304 4196468 140724490682512 139810868091568 139812749499010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51656 KiB

[startup+0.701017 s]
/proc/loadavg: 7.78 7.94 7.87 4/211 31384
/proc/meminfo: memFree=30729188/32770624 swapFree=66967032/67108860
[pid=31363] ppid=31360 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31363/stat : 31363 (xcsp3-exec) S 31360 31363 28687 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418845186 115843072 363 33554432000 4194304 5098028 140726184648640 140726184646744 139837754884732 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25501696 140726184653686 140726184653929 140726184653929 140726184656842 0
/proc/31363/statm: 28282 363 304 221 0 87 0
[pid=31365] ppid=31363 vsize=28231720 memory=255388 CPUtime=1.72 cores=0-7
/proc/31365/stat : 31365 (java) S 31363 31363 28687 0 -1 1077944320 14459 0 0 0 151 21 0 0 20 0 20 0 418845186 28909281280 63847 33554432000 4194304 4196468 140724490682512 140724490665056 139812749487863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
/proc/31365/statm: 7057930 63847 3455 1 0 7019032 0
[pid=31365/tid=31366] ppid=31363 vsize=28231720 memory=280716378717872 CPUtime=0.64 cores=0-7
/proc/31365/task/31366/stat : 31366 (java) R 31363 31363 28687 0 -1 4202560 8277 0 0 0 58 6 0 0 20 0 20 0 418845186 28909281280 63847 33554432000 4194304 4196468 140724490682512 139812753725712 139812749499798 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31367] ppid=31363 vsize=28231720 memory=140358189359984 CPUtime=0 cores=0-7
/proc/31365/task/31367/stat : 31367 (java) S 31363 31363 28687 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 418845187 28909281280 63847 33554432000 4194304 4196468 140724490682512 139812669340176 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31368] ppid=31363 vsize=28231720 memory=0 CPUtime=0.01 cores=0-7
/proc/31365/task/31368/stat : 31368 (java) S 31363 31363 28687 0 -1 1077944384 38 0 0 0 0 1 0 0 20 0 20 0 418845187 28909281280 63847 33554432000 4194304 4196468 140724490682512 139812668287632 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31369] ppid=31363 vsize=28231720 memory=2832 CPUtime=0.01 cores=0-7

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

[pid=31365/tid=31382] ppid=31363 vsize=28766280 memory=1452 CPUtime=0.93 cores=0-7
/proc/31365/task/31382/stat : 31382 (java) S 31363 31363 28687 0 -1 1077944384 10822 0 0 0 92 1 0 0 20 0 28 0 418845192 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810870196848 139812749499010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31383] ppid=31363 vsize=28766280 memory=8454096 CPUtime=0 cores=0-7
/proc/31365/task/31383/stat : 31383 (java) S 31363 31363 28687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418845192 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810869144032 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31384] ppid=31363 vsize=28766280 memory=14008 CPUtime=0.04 cores=0-7
/proc/31365/task/31384/stat : 31384 (java) S 31363 31363 28687 0 -1 1077944384 1994 0 0 0 1 3 0 0 20 0 28 0 418845193 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810868091568 139812749499010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31387] ppid=31363 vsize=28766280 memory=984 CPUtime=61.39 cores=0-7
/proc/31365/task/31387/stat : 31387 (java) R 31363 31363 28687 0 -1 4202560 1209 0 0 0 6135 4 0 0 20 0 28 0 418848983 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810859116992 139812343983370 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31388] ppid=31363 vsize=28766280 memory=2004 CPUtime=60.45 cores=0-7
/proc/31365/task/31388/stat : 31388 (java) R 31363 31363 28687 0 -1 4202560 1227 0 0 0 6044 1 0 0 20 0 28 0 418848983 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810858065352 139812343982958 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31389] ppid=31363 vsize=28766280 memory=1376 CPUtime=60.95 cores=0-7
/proc/31365/task/31389/stat : 31389 (java) R 31363 31363 28687 0 -1 4202560 10430 0 0 0 6076 19 0 0 20 0 28 0 418848983 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810857014200 139812343984732 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31390] ppid=31363 vsize=28766280 memory=1376 CPUtime=61.03 cores=0-7
/proc/31365/task/31390/stat : 31390 (java) R 31363 31363 28687 0 -1 4202560 1860 0 0 0 6100 3 0 0 20 0 28 0 418848983 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810855960888 139812343983073 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31391] ppid=31363 vsize=28766280 memory=1060 CPUtime=61.4 cores=0-7
/proc/31365/task/31391/stat : 31391 (java) R 31363 31363 28687 0 -1 4202560 953 0 0 0 6134 6 0 0 20 0 28 0 418848983 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810854908024 139812343983299 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31392] ppid=31363 vsize=28766280 memory=4068 CPUtime=61.24 cores=0-7
/proc/31365/task/31392/stat : 31392 (java) R 31363 31363 28687 0 -1 4202560 1813 0 0 0 6117 7 0 0 20 0 28 0 418848983 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810853855528 139812348529651 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31393] ppid=31363 vsize=28766280 memory=1452 CPUtime=61.32 cores=0-7
/proc/31365/task/31393/stat : 31393 (java) R 31363 31363 28687 0 -1 4202560 2304 0 0 0 6126 6 0 0 20 0 28 0 418848983 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810852802232 139812343983296 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31394] ppid=31363 vsize=28766280 memory=1452 CPUtime=61.44 cores=0-7
/proc/31365/task/31394/stat : 31394 (java) R 31363 31363 28687 0 -1 4202560 2150 0 0 0 6136 8 0 0 20 0 28 0 418848983 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810851749880 139812343983365 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
Current children cumulated CPU time: 583.58 s
Current children cumulated vsize: 28879408 KiB
Current children cumulated memory: 8455548 KiB

[startup+101.601 s]
/proc/loadavg: 6.89 7.33 7.64 9/220 31405
/proc/meminfo: memFree=22389580/32770624 swapFree=66967032/67108860
[pid=31363] ppid=31360 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31363/stat : 31363 (xcsp3-exec) S 31360 31363 28687 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418845186 115843072 363 33554432000 4194304 5098028 140726184648640 140726184646744 139837754884732 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25501696 140726184653686 140726184653929 140726184653929 140726184656842 0
/proc/31363/statm: 28282 363 304 221 0 87 0
[pid=31365] ppid=31363 vsize=28766280 memory=8454096 CPUtime=589.96 cores=0-7
/proc/31365/stat : 31365 (java) S 31363 31363 28687 0 -1 1077944320 176687 0 0 0 57447 1549 0 0 20 0 28 0 418845186 29456670720 2113524 33554432000 4194304 4196468 140724490682512 140724490665056 139812749487863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
/proc/31365/statm: 7191570 2113524 3532 1 0 7152672 0
[pid=31365/tid=31366] ppid=31363 vsize=28766280 memory=1452 CPUtime=29.82 cores=0-7
/proc/31365/task/31366/stat : 31366 (java) S 31363 31363 28687 0 -1 1077944384 25174 0 0 0 2918 64 0 0 20 0 28 0 418845186 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139812753728640 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31367] ppid=31363 vsize=28766280 memory=8454016 CPUtime=6.51 cores=0-7
/proc/31365/task/31367/stat : 31367 (java) S 31363 31363 28687 0 -1 1077944384 6417 0 0 0 477 174 0 0 20 0 28 0 418845187 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139812669340176 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31368] ppid=31363 vsize=28766280 memory=1452 CPUtime=6.56 cores=0-7
/proc/31365/task/31368/stat : 31368 (java) S 31363 31363 28687 0 -1 1077944384 8320 0 0 0 477 179 0 0 20 0 28 0 418845187 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139812668287632 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31369] ppid=31363 vsize=28766280 memory=6791534058613427641 CPUtime=6.51 cores=0-7
/proc/31365/task/31369/stat : 31369 (java) S 31363 31363 28687 0 -1 1077944384 5997 0 0 0 478 173 0 0 20 0 28 0 418845187 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139812667234576 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31370] ppid=31363 vsize=28766280 memory=8454096 CPUtime=6.48 cores=0-7
/proc/31365/task/31370/stat : 31370 (java) S 31363 31363 28687 0 -1 1077944384 8219 0 0 0 476 172 0 0 20 0 28 0 418845187 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139812666182032 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31371] ppid=31363 vsize=28766280 memory=2120 CPUtime=6.56 cores=0-7
/proc/31365/task/31371/stat : 31371 (java) S 31363 31363 28687 0 -1 1077944384 6391 0 0 0 480 176 0 0 20 0 28 0 418845187 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139812665130000 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31372] ppid=31363 vsize=28766280 memory=500 CPUtime=6.52 cores=0-7
/proc/31365/task/31372/stat : 31372 (java) S 31363 31363 28687 0 -1 1077944384 8247 0 0 0 478 174 0 0 20 0 28 0 418845187 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139812664077456 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31373] ppid=31363 vsize=28766280 memory=1556 CPUtime=6.47 cores=0-7
/proc/31365/task/31373/stat : 31373 (java) S 31363 31363 28687 0 -1 1077944384 5657 0 0 0 472 175 0 0 20 0 28 0 418845187 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139812663024400 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31374] ppid=31363 vsize=28766280 memory=928 CPUtime=6.53 cores=0-7
/proc/31365/task/31374/stat : 31374 (java) S 31363 31363 28687 0 -1 1077944384 7863 0 0 0 476 177 0 0 20 0 28 0 418845187 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139812293172112 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31375] ppid=31363 vsize=28766280 memory=1520 CPUtime=1.93 cores=0-7
/proc/31365/task/31375/stat : 31375 (java) S 31363 31363 28687 0 -1 1077944384 11194 0 0 0 186 7 0 0 20 0 28 0 418845189 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810877565168 139812749499010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31376] ppid=31363 vsize=28766280 memory=1980 CPUtime=0 cores=0-7
/proc/31365/task/31376/stat : 31376 (java) S 31363 31363 28687 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 28 0 418845189 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810876511456 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31377] ppid=31363 vsize=28766280 memory=2572 CPUtime=0 cores=0-7
/proc/31365/task/31377/stat : 31377 (java) S 31363 31363 28687 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 28 0 418845190 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810875458304 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31378] ppid=31363 vsize=28766280 memory=984 CPUtime=0 cores=0-7
/proc/31365/task/31378/stat : 31378 (java) S 31363 31363 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418845192 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810874406864 139812749506459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31379] ppid=31363 vsize=28766280 memory=2004 CPUtime=3.47 cores=0-7
/proc/31365/task/31379/stat : 31379 (java) S 31363 31363 28687 0 -1 1077944384 19817 0 0 0 342 5 0 0 20 0 28 0 418845192 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810873354992 139812749499010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31380] ppid=31363 vsize=28766280 memory=1376 CPUtime=3.17 cores=0-7
/proc/31365/task/31380/stat : 31380 (java) S 31363 31363 28687 0 -1 1077944384 15430 0 0 0 314 3 0 0 20 0 28 0 418845192 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810872302448 139812749499010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31381] ppid=31363 vsize=28766280 memory=1060 CPUtime=2.67 cores=0-7
/proc/31365/task/31381/stat : 31381 (java) S 31363 31363 28687 0 -1 1077944384 11691 0 0 0 265 2 0 0 20 0 28 0 418845192 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810871249392 139812749499010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31382] ppid=31363 vsize=28766280 memory=4068 CPUtime=0.93 cores=0-7
/proc/31365/task/31382/stat : 31382 (java) S 31363 31363 28687 0 -1 1077944384 10822 0 0 0 92 1 0 0 20 0 28 0 418845192 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810870196848 139812749499010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31383] ppid=31363 vsize=28766280 memory=1720 CPUtime=0 cores=0-7
/proc/31365/task/31383/stat : 31383 (java) S 31363 31363 28687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418845192 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810869144032 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31384] ppid=31363 vsize=28766280 memory=5928 CPUtime=0.04 cores=0-7
/proc/31365/task/31384/stat : 31384 (java) S 31363 31363 28687 0 -1 1077944384 1994 0 0 0 1 3 0 0 20 0 28 0 418845193 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810868091568 139812749499010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31387] ppid=31363 vsize=28766280 memory=10484 CPUtime=62.19 cores=0-7
/proc/31365/task/31387/stat : 31387 (java) R 31363 31363 28687 0 -1 4202560 1209 0 0 0 6215 4 0 0 20 0 28 0 418848983 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810859116992 139812343981445 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31388] ppid=31363 vsize=28766280 memory=716 CPUtime=61.23 cores=0-7
/proc/31365/task/31388/stat : 31388 (java) R 31363 31363 28687 0 -1 4202560 1227 0 0 0 6122 1 0 0 20 0 28 0 418848983 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810858065352 139812343983299 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31389] ppid=31363 vsize=28766280 memory=780 CPUtime=61.75 cores=0-7
/proc/31365/task/31389/stat : 31389 (java) R 31363 31363 28687 0 -1 4202560 10443 0 0 0 6156 19 0 0 20 0 28 0 418848983 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810857014200 139812343485164 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31390] ppid=31363 vsize=28766280 memory=1552 CPUtime=61.83 cores=0-7
/proc/31365/task/31390/stat : 31390 (java) R 31363 31363 28687 0 -1 4202560 1860 0 0 0 6180 3 0 0 20 0 28 0 418848983 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810855960888 139812348529035 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31391] ppid=31363 vsize=28766280 memory=2832 CPUtime=62.2 cores=0-7
/proc/31365/task/31391/stat : 31391 (java) R 31363 31363 28687 0 -1 4202560 999 0 0 0 6214 6 0 0 20 0 28 0 418848983 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810854908024 139812343984625 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31392] ppid=31363 vsize=28766280 memory=1192 CPUtime=62.04 cores=0-7
/proc/31365/task/31392/stat : 31392 (java) R 31363 31363 28687 0 -1 4202560 1815 0 0 0 6197 7 0 0 20 0 28 0 418848983 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810853855528 139812343983406 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31393] ppid=31363 vsize=28766280 memory=940 CPUtime=62.12 cores=0-7
/proc/31365/task/31393/stat : 31393 (java) R 31363 31363 28687 0 -1 4202560 2306 0 0 0 6206 6 0 0 20 0 28 0 418848983 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810852802232 139812343983347 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31394] ppid=31363 vsize=28766280 memory=14008 CPUtime=62.25 cores=0-7
/proc/31365/task/31394/stat : 31394 (java) R 31363 31363 28687 0 -1 4202560 2152 0 0 0 6216 9 0 0 20 0 28 0 418848983 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810851749880 139812348529635 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
Current children cumulated CPU time: 589.96 s
Current children cumulated vsize: 28879408 KiB
Current children cumulated memory: 8455548 KiB

[startup+102.001 s]*
/proc/loadavg: 6.89 7.33 7.64 9/220 31406
/proc/meminfo: memFree=22389704/32770624 swapFree=66967032/67108860
[pid=31363] ppid=31360 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31363/stat : 31363 (xcsp3-exec) S 31360 31363 28687 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418845186 115843072 363 33554432000 4194304 5098028 140726184648640 140726184646744 139837754884732 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25501696 140726184653686 140726184653929 140726184653929 140726184656842 0
/proc/31363/statm: 28282 363 304 221 0 87 0
[pid=31365] ppid=31363 vsize=28766280 memory=8454096 CPUtime=593.23 cores=0-7
/proc/31365/stat : 31365 (java) S 31363 31363 28687 0 -1 1077944320 176737 0 0 0 57773 1550 0 0 20 0 28 0 418845186 29456670720 2113524 33554432000 4194304 4196468 140724490682512 140724490665056 139812749487863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
/proc/31365/statm: 7191570 2113524 3532 1 0 7152672 0
[pid=31365/tid=31366] ppid=31363 vsize=28766280 memory=6791534058613427641 CPUtime=29.82 cores=0-7
/proc/31365/task/31366/stat : 31366 (java) S 31363 31363 28687 0 -1 1077944384 25174 0 0 0 2918 64 0 0 20 0 28 0 418845186 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139812753728640 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31367] ppid=31363 vsize=28766280 memory=4126316290023845779 CPUtime=6.51 cores=0-7
/proc/31365/task/31367/stat : 31367 (java) S 31363 31363 28687 0 -1 1077944384 6417 0 0 0 477 174 0 0 20 0 28 0 418845187 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139812669340176 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31368] ppid=31363 vsize=28766280 memory=5861546396693583977 CPUtime=6.56 cores=0-7
/proc/31365/task/31368/stat : 31368 (java) S 31363 31363 28687 0 -1 1077944384 8320 0 0 0 477 179 0 0 20 0 28 0 418845187 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139812668287632 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31369] ppid=31363 vsize=28766280 memory=0 CPUtime=6.51 cores=0-7
/proc/31365/task/31369/stat : 31369 (java) S 31363 31363 28687 0 -1 1077944384 5997 0 0 0 478 173 0 0 20 0 28 0 418845187 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139812667234576 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31370] ppid=31363 vsize=28766280 memory=0 CPUtime=6.48 cores=0-7
/proc/31365/task/31370/stat : 31370 (java) S 31363 31363 28687 0 -1 1077944384 8219 0 0 0 476 172 0 0 20 0 28 0 418845187 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139812666182032 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31371] ppid=31363 vsize=28766280 memory=0 CPUtime=6.56 cores=0-7
/proc/31365/task/31371/stat : 31371 (java) S 31363 31363 28687 0 -1 1077944384 6391 0 0 0 480 176 0 0 20 0 28 0 418845187 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139812665130000 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31372] ppid=31363 vsize=28766280 memory=0 CPUtime=6.52 cores=0-7
/proc/31365/task/31372/stat : 31372 (java) S 31363 31363 28687 0 -1 1077944384 8247 0 0 0 478 174 0 0 20 0 28 0 418845187 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139812664077456 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31373] ppid=31363 vsize=28766280 memory=0 CPUtime=6.47 cores=0-7
/proc/31365/task/31373/stat : 31373 (java) S 31363 31363 28687 0 -1 1077944384 5657 0 0 0 472 175 0 0 20 0 28 0 418845187 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139812663024400 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31374] ppid=31363 vsize=28766280 memory=0 CPUtime=6.53 cores=0-7
/proc/31365/task/31374/stat : 31374 (java) S 31363 31363 28687 0 -1 1077944384 7863 0 0 0 476 177 0 0 20 0 28 0 418845187 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139812293172112 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31375] ppid=31363 vsize=28766280 memory=0 CPUtime=1.93 cores=0-7
/proc/31365/task/31375/stat : 31375 (java) S 31363 31363 28687 0 -1 1077944384 11194 0 0 0 186 7 0 0 20 0 28 0 418845189 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810877565168 139812749499010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31376] ppid=31363 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31376/stat : 31376 (java) S 31363 31363 28687 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 28 0 418845189 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810876511456 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31377] ppid=31363 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31377/stat : 31377 (java) S 31363 31363 28687 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 28 0 418845190 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810875458304 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31378] ppid=31363 vsize=28766280 memory=140358190535761 CPUtime=0 cores=0-7
/proc/31365/task/31378/stat : 31378 (java) S 31363 31363 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418845192 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810874406864 139812749506459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31379] ppid=31363 vsize=28766280 memory=0 CPUtime=3.47 cores=0-7
/proc/31365/task/31379/stat : 31379 (java) S 31363 31363 28687 0 -1 1077944384 19817 0 0 0 342 5 0 0 20 0 28 0 418845192 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810873354992 139812749499010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31380] ppid=31363 vsize=28766280 memory=0 CPUtime=3.17 cores=0-7
/proc/31365/task/31380/stat : 31380 (java) S 31363 31363 28687 0 -1 1077944384 15430 0 0 0 314 3 0 0 20 0 28 0 418845192 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810872302448 139812749499010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31381] ppid=31363 vsize=28766280 memory=0 CPUtime=2.67 cores=0-7
/proc/31365/task/31381/stat : 31381 (java) S 31363 31363 28687 0 -1 1077944384 11691 0 0 0 265 2 0 0 20 0 28 0 418845192 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810871249392 139812749499010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31382] ppid=31363 vsize=28766280 memory=0 CPUtime=0.93 cores=0-7
/proc/31365/task/31382/stat : 31382 (java) S 31363 31363 28687 0 -1 1077944384 10822 0 0 0 92 1 0 0 20 0 28 0 418845192 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810870196848 139812749499010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31383] ppid=31363 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/31365/task/31383/stat : 31383 (java) S 31363 31363 28687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418845192 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810869144032 139812749498069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31384] ppid=31363 vsize=28766280 memory=0 CPUtime=0.04 cores=0-7
/proc/31365/task/31384/stat : 31384 (java) S 31363 31363 28687 0 -1 1077944384 1994 0 0 0 1 3 0 0 20 0 28 0 418845193 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810868091568 139812749499010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31387] ppid=31363 vsize=28766280 memory=0 CPUtime=62.59 cores=0-7
/proc/31365/task/31387/stat : 31387 (java) R 31363 31363 28687 0 -1 4202560 1227 0 0 0 6255 4 0 0 20 0 28 0 418848983 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810859116992 139812348528753 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31388] ppid=31363 vsize=28766280 memory=3617551796267921439 CPUtime=61.62 cores=0-7
/proc/31365/task/31388/stat : 31388 (java) R 31363 31363 28687 0 -1 4202560 1227 0 0 0 6161 1 0 0 20 0 28 0 418848983 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810858065352 139812348529227 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31389] ppid=31363 vsize=28766280 memory=7649399397216891186 CPUtime=62.16 cores=0-7
/proc/31365/task/31389/stat : 31389 (java) R 31363 31363 28687 0 -1 4202560 10449 0 0 0 6197 19 0 0 20 0 28 0 418848983 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810857014200 139812348529197 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31390] ppid=31363 vsize=28766280 memory=7649399358578962739 CPUtime=62.24 cores=0-7
/proc/31365/task/31390/stat : 31390 (java) R 31363 31363 28687 0 -1 4202560 1876 0 0 0 6221 3 0 0 20 0 28 0 418848983 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810855960888 139812343983496 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31391] ppid=31363 vsize=28766280 memory=7649399362873930035 CPUtime=62.61 cores=0-7
/proc/31365/task/31391/stat : 31391 (java) R 31363 31363 28687 0 -1 4202560 999 0 0 0 6255 6 0 0 20 0 28 0 418848983 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810854908024 139812343983370 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31392] ppid=31363 vsize=28766280 memory=7649399367168897331 CPUtime=62.45 cores=0-7
/proc/31365/task/31392/stat : 31392 (java) R 31363 31363 28687 0 -1 4202560 1825 0 0 0 6238 7 0 0 20 0 28 0 418848983 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810853855528 139812348529035 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31393] ppid=31363 vsize=28766280 memory=7649399371463864627 CPUtime=62.53 cores=0-7
/proc/31365/task/31393/stat : 31393 (java) R 31363 31363 28687 0 -1 4202560 2306 0 0 0 6247 6 0 0 20 0 28 0 418848983 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810852802232 139812343983365 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
[pid=31365/tid=31394] ppid=31363 vsize=28766280 memory=7649399375758831923 CPUtime=62.66 cores=0-7
/proc/31365/task/31394/stat : 31394 (java) R 31363 31363 28687 0 -1 4202560 2152 0 0 0 6257 9 0 0 20 0 28 0 418848983 29456670720 2113524 33554432000 4194304 4196468 140724490682512 139810851749880 139812343983365 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 12521472 140724490687466 140724490687638 140724490687638 140724490690511 0
Current children cumulated CPU time: 593.23 s
Current children cumulated vsize: 28879408 KiB
Current children cumulated memory: 8455548 KiB

Child status: 0
Real time (s): 102.102
CPU time (s): 593.593
CPU user time (s): 578.041
CPU system time (s): 15.5511
CPU usage (%): 581.374
Max. virtual memory (cumulated for all children) (KiB): 28879408
Max. memory (cumulated for all children) (KiB): 8455548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 578.041
system time used= 15.5511
maximum resident set size= 8454132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179057
page faults= 0
swaps= 0
block input operations= 0
block output operations= 336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10419
involuntary context switches= 7563


# summary of solver processes directly reported to runsolver:
#   pid: 31363
#   total CPU time (s): 593.593
#   total CPU user time (s): 578.041
#   total CPU system time (s): 15.5511

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.08392 second user time and 0.946626 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-14 03:49:01
IDJOB=4393614
IDBENCH=126080
IDSOLVER=2841
FILE ID=node125/4393614-1568425783
RUNJOBID= node125-1568417381-28714
PBS_JOBID= 21702272
Free space on /tmp= 59748 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/QRandom/QRandom-mdd-7-25-5/mdd-7-25-5-56-01.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-4393614-1568425783/watcher-4393614-1568425783 -o /tmp/evaluation-result-4393614-1568425783/solver-4393614-1568425783 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1568417381-28714 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 507615374 HOME/instance-4393614-1568425783.xml

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

MD5SUM BENCH= 38fbb435e56fa73fec05cbb523a31b1b
RANDOM SEED=507615374

node125.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.29
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.29
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.29
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.29
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:        30845944 kB
MemAvailable:   31872200 kB
Buffers:          145760 kB
Cached:          1173004 kB
SwapCached:        38320 kB
Active:           709048 kB
Inactive:         650764 kB
Active(anon):      20144 kB
Inactive(anon):    60800 kB
Active(file):     688904 kB
Inactive(file):   589964 kB
Unevictable:      108024 kB
Mlocked:          108024 kB
SwapTotal:      67108860 kB
SwapFree:       66967032 kB
Dirty:             58836 kB
Writeback:             0 kB
AnonPages:        112484 kB
Mapped:            44140 kB
Shmem:             31260 kB
Slab:             155248 kB
SReclaimable:     126444 kB
SUnreclaim:        28804 kB
KernelStack:        3344 kB
PageTables:         5188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 59720 MiB
End job on node125 at 2019-09-14 03:50:43