Trace number 4404233

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-20 parallelSAT 52.4934 7.25238

General information on the benchmark

NameRandom/Random-D-t035/
rand-2-40-16-250-035-86.xml
MD5SUM95e1ba6edeec6aa2d568f833deab6719
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 benchmark1.6602
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints250
Number of domains1
Minimum domain size16
Maximum domain size16
Distribution of domain sizes[{"size":16,"count":40}]
Minimum variable degree8
Maximum variable degree19
Distribution of variable degrees[{"degree":8,"count":2},{"degree":9,"count":5},{"degree":10,"count":5},{"degree":11,"count":3},{"degree":12,"count":6},{"degree":13,"count":6},{"degree":14,"count":4},{"degree":15,"count":3},{"degree":16,"count":1},{"degree":17,"count":2},{"degree":18,"count":2},{"degree":19,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":250}]
Number of extensional constraints250
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":250}]
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-4404233-1568996000.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404233-1568996000.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
3.20/1.04	c solve instance...
52.16/7.24	s SATISFIABLE
52.16/7.24	v <instantiation>
52.16/7.24	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] </list>
52.16/7.24	v 	<values>12 5 15 5 14 11 0 9 5 9 5 7 4 9 0 0 14 15 10 10 15 15 10 7 0 3 9 1 7 4 0 1 1 5 5 15 6 8 12 14 </values>
52.16/7.24	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 (7420 MiB free)
  memory of node 1: 16384 MiB (6445 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404233-1568996000/watcher-4404233-1568996000 -o /var/tmp/evaluation-result-4404233-1568996000/solver-4404233-1568996000 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node117-1568994492-16101 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 180140300 HOME/instance-4404233-1568996000.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=16838, runsolver pid=16835
Current StackSize limit: 8192 KiB


[startup+0.100139 s]*
/proc/loadavg: 7.89 7.75 7.77 2/213 16859
/proc/meminfo: memFree=14182724/32770624 swapFree=66972296/67108860
[pid=16838] ppid=16835 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16838/stat : 16838 (xcsp3-exec) S 16835 16838 16074 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 475541894 115843072 363 33554432000 4194304 5098028 140732320614320 140732320612424 140000581825148 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40407040 140732320617298 140732320617557 140732320617557 140732320620486 0
/proc/16838/statm: 28282 363 304 221 0 87 0
[pid=16840] ppid=16838 vsize=28227396 memory=28644 CPUtime=0.12 cores=0-7
/proc/16840/stat : 16840 (java) S 16838 16838 16074 0 -1 1077944320 5682 0 0 0 11 1 0 0 20 0 20 0 475541894 28904853504 7161 33554432000 4194304 4196468 140737280206448 140737280188992 139650159546103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
/proc/16840/statm: 7056849 7161 3113 1 0 7019032 0
[pid=16840/tid=16841] ppid=16838 vsize=28227396 memory=8317482817917895235 CPUtime=0.09 cores=0-7
/proc/16840/task/16841/stat : 16841 (java) R 16838 16838 16074 0 -1 4202560 3612 0 0 0 8 1 0 0 20 0 20 0 475541895 28904853504 7161 33554432000 4194304 4196468 140737280206448 139650163776512 139650159568029 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16842] ppid=16838 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16840/task/16842/stat : 16842 (java) S 16838 16838 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475541895 28904853504 7161 33554432000 4194304 4196468 140737280206448 139650124827792 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16843] ppid=16838 vsize=28227396 memory=139846476560000 CPUtime=0 cores=0-7
/proc/16840/task/16843/stat : 16843 (java) S 16838 16838 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475541895 28904853504 7161 33554432000 4194304 4196468 140737280206448 139649710074896 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16844] ppid=16838 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16844/stat : 16844 (java) S 16838 16838 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475541895 28904853504 7161 33554432000 4194304 4196468 140737280206448 139649709022096 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16845] ppid=16838 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16845/stat : 16845 (java) S 16838 16838 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475541895 28904853504 7161 33554432000 4194304 4196468 140737280206448 139649707969296 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16846] ppid=16838 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16846/stat : 16846 (java) S 16838 16838 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475541895 28904853504 7161 33554432000 4194304 4196468 140737280206448 139649706916496 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16847] ppid=16838 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16840/task/16847/stat : 16847 (java) S 16838 16838 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475541895 28904853504 7161 33554432000 4194304 4196468 140737280206448 139649705863696 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16848] ppid=16838 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16848/stat : 16848 (java) S 16838 16838 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475541895 28904853504 7161 33554432000 4194304 4196468 140737280206448 139649704810896 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16849] ppid=16838 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16849/stat : 16849 (java) S 16838 16838 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475541895 28904853504 7161 33554432000 4194304 4196468 140737280206448 139649703758096 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16850] ppid=16838 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16850/stat : 16850 (java) S 16838 16838 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475541897 28904853504 7161 33554432000 4194304 4196468 140737280206448 139648556493680 139650159557250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16851] ppid=16838 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16851/stat : 16851 (java) S 16838 16838 16074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475541897 28904853504 7161 33554432000 4194304 4196468 140737280206448 139648555439648 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16852] ppid=16838 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16852/stat : 16852 (java) S 16838 16838 16074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475541898 28904853504 7161 33554432000 4194304 4196468 140737280206448 139648554386800 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16853] ppid=16838 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16853/stat : 16853 (java) S 16838 16838 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475541900 28904853504 7161 33554432000 4194304 4196468 140737280206448 139648553335120 139650159564699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16854] ppid=16838 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16854/stat : 16854 (java) S 16838 16838 16074 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 20 0 475541900 28904853504 7161 33554432000 4194304 4196468 140737280206448 139648552282480 139650159557250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16855] ppid=16838 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16855/stat : 16855 (java) R 16838 16838 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475541900 28904853504 7161 33554432000 4194304 4196468 140737280206448 139648551229680 139650159557250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16856] ppid=16838 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16856/stat : 16856 (java) R 16838 16838 16074 0 -1 4202560 124 0 0 0 0 0 0 0 20 0 20 0 475541900 28904853504 7161 33554432000 4194304 4196468 140737280206448 139648550176880 139650152531145 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16857] ppid=16838 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/16840/task/16857/stat : 16857 (java) R 16838 16838 16074 0 -1 4202560 322 0 0 0 2 0 0 0 20 0 20 0 475541900 28904853504 7161 33554432000 4194304 4196468 140737280206448 139648549124080 139650138968704 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16858] ppid=16838 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16858/stat : 16858 (java) S 16838 16838 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475541900 28904853504 7161 33554432000 4194304 4196468 140737280206448 139648548072544 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16859] ppid=16838 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16840/task/16859/stat : 16859 (java) S 16838 16838 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475541900 28904853504 7161 33554432000 4194304 4196468 140737280206448 139648547019824 139650159557250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30096 KiB

[startup+0.210899 s]*
/proc/loadavg: 7.89 7.75 7.77 2/213 16859
/proc/meminfo: memFree=14168592/32770624 swapFree=66972296/67108860
[pid=16838] ppid=16835 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16838/stat : 16838 (xcsp3-exec) S 16835 16838 16074 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 475541894 115843072 363 33554432000 4194304 5098028 140732320614320 140732320612424 140000581825148 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40407040 140732320617298 140732320617557 140732320617557 140732320620486 0
/proc/16838/statm: 28282 363 304 221 0 87 0
[pid=16840] ppid=16838 vsize=28227396 memory=40916 CPUtime=0.33 cores=0-7
/proc/16840/stat : 16840 (java) S 16838 16838 16074 0 -1 1077944320 9546 0 0 0 30 3 0 0 20 0 20 0 475541894 28904853504 10229 33554432000 4194304 4196468 140737280206448 140737280188992 139650159546103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
/proc/16840/statm: 7056849 10229 3295 1 0 7019032 0
[pid=16840/tid=16841] ppid=16838 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/16840/task/16841/stat : 16841 (java) R 16838 16838 16074 0 -1 4202560 6646 0 0 0 17 2 0 0 20 0 20 0 475541895 28904853504 10229 33554432000 4194304 4196468 140737280206448 139650163780048 139650143626590 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16842] ppid=16838 vsize=28227396 memory=329 CPUtime=0 cores=0-7
/proc/16840/task/16842/stat : 16842 (java) S 16838 16838 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475541895 28904853504 10229 33554432000 4194304 4196468 140737280206448 139650124827792 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16843] ppid=16838 vsize=28227396 memory=139846480107605 CPUtime=0 cores=0-7
/proc/16840/task/16843/stat : 16843 (java) S 16838 16838 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475541895 28904853504 10229 33554432000 4194304 4196468 140737280206448 139649710074896 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16844] ppid=16838 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16840/task/16844/stat : 16844 (java) S 16838 16838 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475541895 28904853504 10229 33554432000 4194304 4196468 140737280206448 139649709022096 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16845] ppid=16838 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16845/stat : 16845 (java) S 16838 16838 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475541895 28904853504 10229 33554432000 4194304 4196468 140737280206448 139649707969296 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16846] ppid=16838 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16846/stat : 16846 (java) S 16838 16838 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475541895 28904853504 10229 33554432000 4194304 4196468 140737280206448 139649706916496 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16847] ppid=16838 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16840/task/16847/stat : 16847 (java) S 16838 16838 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475541895 28904853504 10229 33554432000 4194304 4196468 140737280206448 139649705863696 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16848] ppid=16838 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16848/stat : 16848 (java) S 16838 16838 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475541895 28904853504 10229 33554432000 4194304 4196468 140737280206448 139649704810896 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16849] ppid=16838 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16849/stat : 16849 (java) S 16838 16838 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475541895 28904853504 10229 33554432000 4194304 4196468 140737280206448 139649703758096 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16850] ppid=16838 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16850/stat : 16850 (java) S 16838 16838 16074 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 475541897 28904853504 10229 33554432000 4194304 4196468 140737280206448 139648556493680 139650159557250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16851] ppid=16838 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16851/stat : 16851 (java) S 16838 16838 16074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475541897 28904853504 10229 33554432000 4194304 4196468 140737280206448 139648555439648 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16852] ppid=16838 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16852/stat : 16852 (java) S 16838 16838 16074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475541898 28904853504 10229 33554432000 4194304 4196468 140737280206448 139648554386800 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16853] ppid=16838 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16853/stat : 16853 (java) S 16838 16838 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475541900 28904853504 10229 33554432000 4194304 4196468 140737280206448 139648553335120 139650159564699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16854] ppid=16838 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/16840/task/16854/stat : 16854 (java) S 16838 16838 16074 0 -1 1077944384 321 0 0 0 1 0 0 0 20 0 20 0 475541900 28904853504 10229 33554432000 4194304 4196468 140737280206448 139648552282480 139650159557250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16855] ppid=16838 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/16840/task/16855/stat : 16855 (java) S 16838 16838 16074 0 -1 1077944384 101 0 0 0 1 0 0 0 20 0 20 0 475541900 28904853504 10229 33554432000 4194304 4196468 140737280206448 139648551229680 139650159557250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16856] ppid=16838 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/16840/task/16856/stat : 16856 (java) S 16838 16838 16074 0 -1 1077944384 374 0 0 0 2 0 0 0 20 0 20 0 475541900 28904853504 10229 33554432000 4194304 4196468 140737280206448 139648550176880 139650159557250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16857] ppid=16838 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/16840/task/16857/stat : 16857 (java) R 16838 16838 16074 0 -1 4202560 790 0 0 0 7 0 0 0 20 0 20 0 475541900 28904853504 10229 33554432000 4194304 4196468 140737280206448 139648549124080 139650138363105 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16858] ppid=16838 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16858/stat : 16858 (java) S 16838 16838 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475541900 28904853504 10229 33554432000 4194304 4196468 140737280206448 139648548072544 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16859] ppid=16838 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16840/task/16859/stat : 16859 (java) S 16838 16838 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475541900 28904853504 10229 33554432000 4194304 4196468 140737280206448 139648547019824 139650159557250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42368 KiB

[startup+0.310837 s]*
/proc/loadavg: 7.89 7.75 7.77 4/213 16859
/proc/meminfo: memFree=14161084/32770624 swapFree=66972296/67108860
[pid=16838] ppid=16835 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16838/stat : 16838 (xcsp3-exec) S 16835 16838 16074 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 475541894 115843072 363 33554432000 4194304 5098028 140732320614320 140732320612424 140000581825148 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40407040 140732320617298 140732320617557 140732320617557 140732320620486 0
/proc/16838/statm: 28282 363 304 221 0 87 0
[pid=16840] ppid=16838 vsize=28231652 memory=49964 CPUtime=0.52 cores=0-7
/proc/16840/stat : 16840 (java) S 16838 16838 16074 0 -1 1077944320 10909 0 0 0 48 4 0 0 20 0 20 0 475541894 28909211648 12491 33554432000 4194304 4196468 140737280206448 140737280188992 139650159546103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
/proc/16840/statm: 7057913 12491 3340 1 0 7019032 0
[pid=16840/tid=16841] ppid=16838 vsize=28231652 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/16840/task/16841/stat : 16841 (java) R 16838 16838 16074 0 -1 4202560 7782 0 0 0 27 3 0 0 20 0 20 0 475541895 28909211648 12491 33554432000 4194304 4196468 140737280206448 139650163777216 139650143626590 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16842] ppid=16838 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16842/stat : 16842 (java) S 16838 16838 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475541895 28909211648 12491 33554432000 4194304 4196468 140737280206448 139650124827792 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16843] ppid=16838 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16843/stat : 16843 (java) S 16838 16838 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475541895 28909211648 12491 33554432000 4194304 4196468 140737280206448 139649710074896 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16844] ppid=16838 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16844/stat : 16844 (java) S 16838 16838 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475541895 28909211648 12491 33554432000 4194304 4196468 140737280206448 139649709022096 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16845] ppid=16838 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16845/stat : 16845 (java) S 16838 16838 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475541895 28909211648 12491 33554432000 4194304 4196468 140737280206448 139649707969296 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16846] ppid=16838 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16846/stat : 16846 (java) S 16838 16838 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475541895 28909211648 12491 33554432000 4194304 4196468 140737280206448 139649706916496 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16847] ppid=16838 vsize=28231652 memory=139846349843119 CPUtime=0 cores=0-7
/proc/16840/task/16847/stat : 16847 (java) S 16838 16838 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475541895 28909211648 12491 33554432000 4194304 4196468 140737280206448 139649705863696 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16848] ppid=16838 vsize=28231652 memory=139846349845424 CPUtime=0 cores=0-7
/proc/16840/task/16848/stat : 16848 (java) S 16838 16838 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475541895 28909211648 12491 33554432000 4194304 4196468 140737280206448 139649704810896 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16849] ppid=16838 vsize=28231652 memory=139846349847728 CPUtime=0 cores=0-7
/proc/16840/task/16849/stat : 16849 (java) S 16838 16838 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475541895 28909211648 12491 33554432000 4194304 4196468 140737280206448 139649703758096 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16850] ppid=16838 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16850/stat : 16850 (java) S 16838 16838 16074 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 475541897 28909211648 12491 33554432000 4194304 4196468 140737280206448 139648556493680 139650159557250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16851] ppid=16838 vsize=28231652 memory=279692699709328 CPUtime=0 cores=0-7
/proc/16840/task/16851/stat : 16851 (java) S 16838 16838 16074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475541897 28909211648 12491 33554432000 4194304 4196468 140737280206448 139648555439648 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16852] ppid=16838 vsize=28231652 memory=279692699707024 CPUtime=0 cores=0-7
/proc/16840/task/16852/stat : 16852 (java) S 16838 16838 16074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475541898 28909211648 12491 33554432000 4194304 4196468 140737280206448 139648554386800 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16853] ppid=16838 vsize=28231652 memory=279692699713936 CPUtime=0 cores=0-7
/proc/16840/task/16853/stat : 16853 (java) S 16838 16838 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475541900 28909211648 12491 33554432000 4194304 4196468 140737280206448 139648553335120 139650159564699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16854] ppid=16838 vsize=28231652 memory=279692699655216 CPUtime=0.02 cores=0-7
/proc/16840/task/16854/stat : 16854 (java) S 16838 16838 16074 0 -1 1077944384 343 0 0 0 2 0 0 0 20 0 20 0 475541900 28909211648 12491 33554432000 4194304 4196468 140737280206448 139648552282480 139650159557250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16855] ppid=16838 vsize=28231652 memory=279692699727760 CPUtime=0.02 cores=0-7
/proc/16840/task/16855/stat : 16855 (java) R 16838 16838 16074 0 -1 4202560 218 0 0 0 2 0 0 0 20 0 20 0 475541900 28909211648 12491 33554432000 4194304 4196468 140737280206448 139648551229680 139650141067385 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16856] ppid=16838 vsize=28231652 memory=279692699734672 CPUtime=0.03 cores=0-7
/proc/16840/task/16856/stat : 16856 (java) S 16838 16838 16074 0 -1 1077944384 380 0 0 0 3 0 0 0 20 0 20 0 475541900 28909211648 12491 33554432000 4194304 4196468 140737280206448 139648550176880 139650159557250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16857] ppid=16838 vsize=28231652 memory=279692699732368 CPUtime=0.12 cores=0-7
/proc/16840/task/16857/stat : 16857 (java) S 16838 16838 16074 0 -1 1077944384 876 0 0 0 12 0 0 0 20 0 20 0 475541900 28909211648 12491 33554432000 4194304 4196468 140737280206448 139648549124080 139650159557250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16858] ppid=16838 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16858/stat : 16858 (java) S 16838 16838 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475541900 28909211648 12491 33554432000 4194304 4196468 140737280206448 139648548072544 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16859] ppid=16838 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/16840/task/16859/stat : 16859 (java) S 16838 16838 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475541900 28909211648 12491 33554432000 4194304 4196468 140737280206448 139648547019824 139650159557250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51416 KiB

[startup+0.701043 s]
/proc/loadavg: 7.89 7.75 7.77 6/213 16859
/proc/meminfo: memFree=14133720/32770624 swapFree=66972296/67108860
[pid=16838] ppid=16835 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16838/stat : 16838 (xcsp3-exec) S 16835 16838 16074 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 475541894 115843072 363 33554432000 4194304 5098028 140732320614320 140732320612424 140000581825148 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40407040 140732320617298 140732320617557 140732320617557 140732320620486 0
/proc/16838/statm: 28282 363 304 221 0 87 0
[pid=16840] ppid=16838 vsize=28233776 memory=129328 CPUtime=1.93 cores=0-7
/proc/16840/stat : 16840 (java) S 16838 16838 16074 0 -1 1077944320 15837 0 0 0 186 7 0 0 20 0 20 0 475541894 28911386624 32332 33554432000 4194304 4196468 140737280206448 140737280188992 139650159546103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
/proc/16840/statm: 7058444 32332 3446 1 0 7019544 0
[pid=16840/tid=16841] ppid=16838 vsize=28233776 memory=0 CPUtime=0.68 cores=0-7
/proc/16840/task/16841/stat : 16841 (java) R 16838 16838 16074 0 -1 4202560 9002 0 0 0 63 5 0 0 20 0 20 0 475541895 28911386624 32332 33554432000 4194304 4196468 140737280206448 139650163783584 139650159558038 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16842] ppid=16838 vsize=28233776 memory=139846350054256 CPUtime=0 cores=0-7
/proc/16840/task/16842/stat : 16842 (java) S 16838 16838 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475541895 28911386624 32332 33554432000 4194304 4196468 140737280206448 139650124827792 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16843] ppid=16838 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16843/stat : 16843 (java) S 16838 16838 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475541895 28911386624 32332 33554432000 4194304 4196468 140737280206448 139649710074896 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16844] ppid=16838 vsize=28233776 memory=1200 CPUtime=0 cores=0-7
/proc/16840/task/16844/stat : 16844 (java) S 16838 16838 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475541895 28911386624 32332 33554432000 4194304 4196468 140737280206448 139649709022096 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0

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

[pid=16840/tid=16857] ppid=16838 vsize=28766288 memory=0 CPUtime=0.68 cores=0-7
/proc/16840/task/16857/stat : 16857 (java) S 16838 16838 16074 0 -1 1077944384 3282 0 0 0 68 0 0 0 20 0 28 0 475541900 29456678912 76362 33554432000 4194304 4196468 140737280206448 139648549124080 139650159557250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16858] ppid=16838 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16858/stat : 16858 (java) S 16838 16838 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 475541900 29456678912 76362 33554432000 4194304 4196468 140737280206448 139648548072544 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16859] ppid=16838 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16859/stat : 16859 (java) S 16838 16838 16074 0 -1 1077944384 526 0 0 0 0 0 0 0 20 0 28 0 475541900 29456678912 76362 33554432000 4194304 4196468 140737280206448 139648547019824 139650159557250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16860] ppid=16838 vsize=28766288 memory=0 CPUtime=5.06 cores=0-7
/proc/16840/task/16860/stat : 16860 (java) R 16838 16838 16074 0 -1 4202560 105 0 0 0 506 0 0 0 20 0 28 0 475542000 29456678912 76362 33554432000 4194304 4196468 140737280206448 139648537799896 139649803089235 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16861] ppid=16838 vsize=28766288 memory=0 CPUtime=4.87 cores=0-7
/proc/16840/task/16861/stat : 16861 (java) R 16838 16838 16074 0 -1 4202560 98 0 0 0 487 0 0 0 20 0 28 0 475542000 29456678912 76362 33554432000 4194304 4196468 140737280206448 139648536748312 139649802928737 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16862] ppid=16838 vsize=28766288 memory=0 CPUtime=5.01 cores=0-7
/proc/16840/task/16862/stat : 16862 (java) R 16838 16838 16074 0 -1 4202560 285 0 0 0 500 1 0 0 20 0 28 0 475542000 29456678912 76362 33554432000 4194304 4196468 140737280206448 139648535695280 139649802609599 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16863] ppid=16838 vsize=28766288 memory=0 CPUtime=4.92 cores=0-7
/proc/16840/task/16863/stat : 16863 (java) R 16838 16838 16074 0 -1 4202560 132 0 0 0 492 0 0 0 20 0 28 0 475542000 29456678912 76362 33554432000 4194304 4196468 140737280206448 139648534642480 139649802950547 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16864] ppid=16838 vsize=28766288 memory=0 CPUtime=5.01 cores=0-7
/proc/16840/task/16864/stat : 16864 (java) R 16838 16838 16074 0 -1 4202560 180 0 0 0 501 0 0 0 20 0 28 0 475542000 29456678912 76362 33554432000 4194304 4196468 140737280206448 139648533589648 139649802950976 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16865] ppid=16838 vsize=28766288 memory=0 CPUtime=5.01 cores=0-7
/proc/16840/task/16865/stat : 16865 (java) R 16838 16838 16074 0 -1 4202560 233 0 0 0 501 0 0 0 20 0 28 0 475542000 29456678912 76362 33554432000 4194304 4196468 140737280206448 139648532536880 139649802608554 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16866] ppid=16838 vsize=28766288 memory=0 CPUtime=5.13 cores=0-7
/proc/16840/task/16866/stat : 16866 (java) R 16838 16838 16074 0 -1 4202560 48 0 0 0 513 0 0 0 20 0 28 0 475542000 29456678912 76362 33554432000 4194304 4196468 140737280206448 139648531485208 139649802928768 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16867] ppid=16838 vsize=28766288 memory=0 CPUtime=5.03 cores=0-7
/proc/16840/task/16867/stat : 16867 (java) R 16838 16838 16074 0 -1 4202560 288 0 0 0 500 3 0 0 20 0 28 0 475542000 29456678912 76362 33554432000 4194304 4196468 140737280206448 139648530432192 139649802372395 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
Current children cumulated CPU time: 45.79 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 306900 KiB

[startup+6.8011 s]
/proc/loadavg: 8.22 7.82 7.79 9/221 16867
/proc/meminfo: memFree=13920556/32770624 swapFree=66972296/67108860
[pid=16838] ppid=16835 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16838/stat : 16838 (xcsp3-exec) S 16835 16838 16074 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 475541894 115843072 363 33554432000 4194304 5098028 140732320614320 140732320612424 140000581825148 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40407040 140732320617298 140732320617557 140732320617557 140732320620486 0
/proc/16838/statm: 28282 363 304 221 0 87 0
[pid=16840] ppid=16838 vsize=28766288 memory=323880 CPUtime=48.97 cores=0-7
/proc/16840/stat : 16840 (java) S 16838 16838 16074 0 -1 1077944320 24900 0 0 0 4876 21 0 0 20 0 28 0 475541894 29456678912 80970 33554432000 4194304 4196468 140737280206448 140737280188992 139650159546103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
/proc/16840/statm: 7191572 80970 3500 1 0 7152672 0
[pid=16840/tid=16841] ppid=16838 vsize=28766288 memory=0 CPUtime=1 cores=0-7
/proc/16840/task/16841/stat : 16841 (java) S 16838 16838 16074 0 -1 1077944384 9155 0 0 0 95 5 0 0 20 0 28 0 475541895 29456678912 80970 33554432000 4194304 4196468 140737280206448 139650163786880 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16842] ppid=16838 vsize=28766288 memory=0 CPUtime=0.01 cores=0-7
/proc/16840/task/16842/stat : 16842 (java) S 16838 16838 16074 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 28 0 475541895 29456678912 80970 33554432000 4194304 4196468 140737280206448 139650124827792 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16843] ppid=16838 vsize=28766288 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/16840/task/16843/stat : 16843 (java) S 16838 16838 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 475541895 29456678912 80970 33554432000 4194304 4196468 140737280206448 139649710074896 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16844] ppid=16838 vsize=28766288 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/16840/task/16844/stat : 16844 (java) S 16838 16838 16074 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 475541895 29456678912 80970 33554432000 4194304 4196468 140737280206448 139649709022096 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16845] ppid=16838 vsize=28766288 memory=0 CPUtime=0.01 cores=0-7
/proc/16840/task/16845/stat : 16845 (java) S 16838 16838 16074 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 28 0 475541895 29456678912 80970 33554432000 4194304 4196468 140737280206448 139649707969296 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16846] ppid=16838 vsize=28766288 memory=0 CPUtime=0.01 cores=0-7
/proc/16840/task/16846/stat : 16846 (java) S 16838 16838 16074 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 28 0 475541895 29456678912 80970 33554432000 4194304 4196468 140737280206448 139649706916496 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16847] ppid=16838 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16847/stat : 16847 (java) S 16838 16838 16074 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 475541895 29456678912 80970 33554432000 4194304 4196468 140737280206448 139649705863696 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16848] ppid=16838 vsize=28766288 memory=0 CPUtime=0.01 cores=0-7
/proc/16840/task/16848/stat : 16848 (java) S 16838 16838 16074 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 28 0 475541895 29456678912 80970 33554432000 4194304 4196468 140737280206448 139649704810896 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16849] ppid=16838 vsize=28766288 memory=279692701017728 CPUtime=0.01 cores=0-7
/proc/16840/task/16849/stat : 16849 (java) S 16838 16838 16074 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 28 0 475541895 29456678912 80970 33554432000 4194304 4196468 140737280206448 139649703758096 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16850] ppid=16838 vsize=28766288 memory=139846350515440 CPUtime=0 cores=0-7
/proc/16840/task/16850/stat : 16850 (java) S 16838 16838 16074 0 -1 1077944384 388 0 0 0 0 0 0 0 20 0 28 0 475541897 29456678912 80970 33554432000 4194304 4196468 140737280206448 139648556493680 139650159557250 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16851] ppid=16838 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16851/stat : 16851 (java) S 16838 16838 16074 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 475541897 29456678912 80970 33554432000 4194304 4196468 140737280206448 139648555439712 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16852] ppid=16838 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16852/stat : 16852 (java) S 16838 16838 16074 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 475541898 29456678912 80970 33554432000 4194304 4196468 140737280206448 139648554386816 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16853] ppid=16838 vsize=28766288 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/16840/task/16853/stat : 16853 (java) S 16838 16838 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 475541900 29456678912 80970 33554432000 4194304 4196468 140737280206448 139648553335120 139650159564699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16854] ppid=16838 vsize=28766288 memory=1552 CPUtime=1.15 cores=0-7
/proc/16840/task/16854/stat : 16854 (java) S 16838 16838 16074 0 -1 1077944384 2205 0 0 0 115 0 0 0 20 0 28 0 475541900 29456678912 80970 33554432000 4194304 4196468 140737280206448 139648552282480 139650159557250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16855] ppid=16838 vsize=28766288 memory=1040 CPUtime=1.28 cores=0-7
/proc/16840/task/16855/stat : 16855 (java) S 16838 16838 16074 0 -1 1077944384 3404 0 0 0 128 0 0 0 20 0 28 0 475541900 29456678912 80970 33554432000 4194304 4196468 140737280206448 139648551229680 139650159557250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16856] ppid=16838 vsize=28766288 memory=3644 CPUtime=1.39 cores=0-7
/proc/16840/task/16856/stat : 16856 (java) S 16838 16838 16074 0 -1 1077944384 3132 0 0 0 138 1 0 0 20 0 28 0 475541900 29456678912 80970 33554432000 4194304 4196468 140737280206448 139648550176880 139650159557250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16857] ppid=16838 vsize=28766288 memory=780 CPUtime=0.68 cores=0-7
/proc/16840/task/16857/stat : 16857 (java) S 16838 16838 16074 0 -1 1077944384 3282 0 0 0 68 0 0 0 20 0 28 0 475541900 29456678912 80970 33554432000 4194304 4196468 140737280206448 139648549124080 139650159557250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16858] ppid=16838 vsize=28766288 memory=2832 CPUtime=0 cores=0-7
/proc/16840/task/16858/stat : 16858 (java) S 16838 16838 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 475541900 29456678912 80970 33554432000 4194304 4196468 140737280206448 139648548072544 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16859] ppid=16838 vsize=28766288 memory=1716 CPUtime=0 cores=0-7
/proc/16840/task/16859/stat : 16859 (java) S 16838 16838 16074 0 -1 1077944384 526 0 0 0 0 0 0 0 20 0 28 0 475541900 29456678912 80970 33554432000 4194304 4196468 140737280206448 139648547019824 139650159557250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16860] ppid=16838 vsize=28766288 memory=1200 CPUtime=5.46 cores=0-7
/proc/16840/task/16860/stat : 16860 (java) R 16838 16838 16074 0 -1 4202560 105 0 0 0 546 0 0 0 20 0 28 0 475542000 29456678912 80970 33554432000 4194304 4196468 140737280206448 139648537799896 139649802769496 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16861] ppid=16838 vsize=28766288 memory=5996 CPUtime=5.27 cores=0-7
/proc/16840/task/16861/stat : 16861 (java) R 16838 16838 16074 0 -1 4202560 98 0 0 0 527 0 0 0 20 0 28 0 475542000 29456678912 80970 33554432000 4194304 4196468 140737280206448 139648536748312 139649803088805 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16862] ppid=16838 vsize=28766288 memory=14012 CPUtime=5.4 cores=0-7
/proc/16840/task/16862/stat : 16862 (java) R 16838 16838 16074 0 -1 4202560 293 0 0 0 539 1 0 0 20 0 28 0 475542000 29456678912 80970 33554432000 4194304 4196468 140737280206448 139648535695416 139649802371736 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16863] ppid=16838 vsize=28766288 memory=33 CPUtime=5.32 cores=0-7
/proc/16840/task/16863/stat : 16863 (java) R 16838 16838 16074 0 -1 4202560 134 0 0 0 532 0 0 0 20 0 28 0 475542000 29456678912 80970 33554432000 4194304 4196468 140737280206448 139648534642616 139649802928003 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16864] ppid=16838 vsize=28766288 memory=6368772001609377377 CPUtime=5.41 cores=0-7
/proc/16840/task/16864/stat : 16864 (java) R 16838 16838 16074 0 -1 4202560 188 0 0 0 541 0 0 0 20 0 28 0 475542000 29456678912 80970 33554432000 4194304 4196468 140737280206448 139648533590088 139649802928737 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16865] ppid=16838 vsize=28766288 memory=6368772001609377377 CPUtime=5.41 cores=0-7
/proc/16840/task/16865/stat : 16865 (java) R 16838 16838 16074 0 -1 4202560 233 0 0 0 541 0 0 0 20 0 28 0 475542000 29456678912 80970 33554432000 4194304 4196468 140737280206448 139648532537016 139649802372500 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16866] ppid=16838 vsize=28766288 memory=7092153925560066392 CPUtime=5.53 cores=0-7
/proc/16840/task/16866/stat : 16866 (java) R 16838 16838 16074 0 -1 4202560 48 0 0 0 553 0 0 0 20 0 28 0 475542000 29456678912 80970 33554432000 4194304 4196468 140737280206448 139648531485208 139649802372390 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16867] ppid=16838 vsize=28766288 memory=6368772001609377377 CPUtime=5.42 cores=0-7
/proc/16840/task/16867/stat : 16867 (java) R 16838 16838 16074 0 -1 4202560 291 0 0 0 539 3 0 0 20 0 28 0 475542000 29456678912 80970 33554432000 4194304 4196468 140737280206448 139648530432192 139649802950211 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
Current children cumulated CPU time: 48.97 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 325332 KiB

[startup+7.20211 s]
/proc/loadavg: 8.20 7.82 7.79 9/221 16867
/proc/meminfo: memFree=13875004/32770624 swapFree=66972296/67108860
[pid=16838] ppid=16835 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16838/stat : 16838 (xcsp3-exec) S 16835 16838 16074 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 475541894 115843072 363 33554432000 4194304 5098028 140732320614320 140732320612424 140000581825148 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40407040 140732320617298 140732320617557 140732320617557 140732320620486 0
/proc/16838/statm: 28282 363 304 221 0 87 0
[pid=16840] ppid=16838 vsize=28766288 memory=342312 CPUtime=52.16 cores=0-7
/proc/16840/stat : 16840 (java) S 16838 16838 16074 0 -1 1077944320 25018 0 0 0 5195 21 0 0 20 0 28 0 475541894 29456678912 85578 33554432000 4194304 4196468 140737280206448 140737280188992 139650159546103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
/proc/16840/statm: 7191572 85578 3500 1 0 7152672 0
[pid=16840/tid=16841] ppid=16838 vsize=28766288 memory=0 CPUtime=1 cores=0-7
/proc/16840/task/16841/stat : 16841 (java) S 16838 16838 16074 0 -1 1077944384 9155 0 0 0 95 5 0 0 20 0 28 0 475541895 29456678912 85578 33554432000 4194304 4196468 140737280206448 139650163786880 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16842] ppid=16838 vsize=28766288 memory=0 CPUtime=0.01 cores=0-7
/proc/16840/task/16842/stat : 16842 (java) S 16838 16838 16074 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 28 0 475541895 29456678912 85578 33554432000 4194304 4196468 140737280206448 139650124827792 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16843] ppid=16838 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16843/stat : 16843 (java) S 16838 16838 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 475541895 29456678912 85578 33554432000 4194304 4196468 140737280206448 139649710074896 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16844] ppid=16838 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16844/stat : 16844 (java) S 16838 16838 16074 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 475541895 29456678912 85578 33554432000 4194304 4196468 140737280206448 139649709022096 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16845] ppid=16838 vsize=28766288 memory=0 CPUtime=0.01 cores=0-7
/proc/16840/task/16845/stat : 16845 (java) S 16838 16838 16074 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 28 0 475541895 29456678912 85578 33554432000 4194304 4196468 140737280206448 139649707969296 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16846] ppid=16838 vsize=28766288 memory=0 CPUtime=0.01 cores=0-7
/proc/16840/task/16846/stat : 16846 (java) S 16838 16838 16074 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 28 0 475541895 29456678912 85578 33554432000 4194304 4196468 140737280206448 139649706916496 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16847] ppid=16838 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16847/stat : 16847 (java) S 16838 16838 16074 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 475541895 29456678912 85578 33554432000 4194304 4196468 140737280206448 139649705863696 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16848] ppid=16838 vsize=28766288 memory=0 CPUtime=0.01 cores=0-7
/proc/16840/task/16848/stat : 16848 (java) S 16838 16838 16074 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 28 0 475541895 29456678912 85578 33554432000 4194304 4196468 140737280206448 139649704810896 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16849] ppid=16838 vsize=28766288 memory=0 CPUtime=0.01 cores=0-7
/proc/16840/task/16849/stat : 16849 (java) S 16838 16838 16074 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 28 0 475541895 29456678912 85578 33554432000 4194304 4196468 140737280206448 139649703758096 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16850] ppid=16838 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16850/stat : 16850 (java) S 16838 16838 16074 0 -1 1077944384 388 0 0 0 0 0 0 0 20 0 28 0 475541897 29456678912 85578 33554432000 4194304 4196468 140737280206448 139648556493680 139650159557250 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16851] ppid=16838 vsize=28766288 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/16840/task/16851/stat : 16851 (java) S 16838 16838 16074 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 475541897 29456678912 85578 33554432000 4194304 4196468 140737280206448 139648555439712 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16852] ppid=16838 vsize=28766288 memory=288230621803970871 CPUtime=0 cores=0-7
/proc/16840/task/16852/stat : 16852 (java) S 16838 16838 16074 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 475541898 29456678912 85578 33554432000 4194304 4196468 140737280206448 139648554386816 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16853] ppid=16838 vsize=28766288 memory=15534115864709562 CPUtime=0 cores=0-7
/proc/16840/task/16853/stat : 16853 (java) S 16838 16838 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 475541900 29456678912 85578 33554432000 4194304 4196468 140737280206448 139648553335120 139650159564699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16854] ppid=16838 vsize=28766288 memory=0 CPUtime=1.16 cores=0-7
/proc/16840/task/16854/stat : 16854 (java) S 16838 16838 16074 0 -1 1077944384 2303 0 0 0 116 0 0 0 20 0 28 0 475541900 29456678912 85578 33554432000 4194304 4196468 140737280206448 139648552282480 139650159557250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16855] ppid=16838 vsize=28766288 memory=0 CPUtime=1.28 cores=0-7
/proc/16840/task/16855/stat : 16855 (java) S 16838 16838 16074 0 -1 1077944384 3404 0 0 0 128 0 0 0 20 0 28 0 475541900 29456678912 85578 33554432000 4194304 4196468 140737280206448 139648551229680 139650159557250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16856] ppid=16838 vsize=28766288 memory=53 CPUtime=1.39 cores=0-7
/proc/16840/task/16856/stat : 16856 (java) S 16838 16838 16074 0 -1 1077944384 3132 0 0 0 138 1 0 0 20 0 28 0 475541900 29456678912 85578 33554432000 4194304 4196468 140737280206448 139648550176880 139650159557250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16857] ppid=16838 vsize=28766288 memory=0 CPUtime=0.68 cores=0-7
/proc/16840/task/16857/stat : 16857 (java) S 16838 16838 16074 0 -1 1077944384 3282 0 0 0 68 0 0 0 20 0 28 0 475541900 29456678912 85578 33554432000 4194304 4196468 140737280206448 139648549124080 139650159557250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16858] ppid=16838 vsize=28766288 memory=12 CPUtime=0 cores=0-7
/proc/16840/task/16858/stat : 16858 (java) S 16838 16838 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 475541900 29456678912 85578 33554432000 4194304 4196468 140737280206448 139648548072544 139650159556309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16859] ppid=16838 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/16840/task/16859/stat : 16859 (java) S 16838 16838 16074 0 -1 1077944384 526 0 0 0 0 0 0 0 20 0 28 0 475541900 29456678912 85578 33554432000 4194304 4196468 140737280206448 139648547019824 139650159557250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16860] ppid=16838 vsize=28766288 memory=2674 CPUtime=5.84 cores=0-7
/proc/16840/task/16860/stat : 16860 (java) R 16838 16838 16074 0 -1 4202560 105 0 0 0 584 0 0 0 20 0 28 0 475542000 29456678912 85578 33554432000 4194304 4196468 140737280206448 139648537799896 139649802372696 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16861] ppid=16838 vsize=28766288 memory=39419 CPUtime=5.67 cores=0-7
/proc/16840/task/16861/stat : 16861 (java) R 16838 16838 16074 0 -1 4202560 98 0 0 0 567 0 0 0 20 0 28 0 475542000 29456678912 85578 33554432000 4194304 4196468 140737280206448 139648536748312 139650144756014 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16862] ppid=16838 vsize=28766288 memory=100 CPUtime=5.8 cores=0-7
/proc/16840/task/16862/stat : 16862 (java) R 16838 16838 16074 0 -1 4202560 305 0 0 0 579 1 0 0 20 0 28 0 475542000 29456678912 85578 33554432000 4194304 4196468 140737280206448 139648535695416 139649802950335 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16863] ppid=16838 vsize=28766288 memory=1 CPUtime=5.72 cores=0-7
/proc/16840/task/16863/stat : 16863 (java) R 16838 16838 16074 0 -1 4202560 136 0 0 0 572 0 0 0 20 0 28 0 475542000 29456678912 85578 33554432000 4194304 4196468 140737280206448 139648534642616 139649803887163 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16864] ppid=16838 vsize=28766288 memory=0 CPUtime=5.81 cores=0-7
/proc/16840/task/16864/stat : 16864 (java) R 16838 16838 16074 0 -1 4202560 190 0 0 0 581 0 0 0 20 0 28 0 475542000 29456678912 85578 33554432000 4194304 4196468 140737280206448 139648533590088 139649802950211 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16865] ppid=16838 vsize=28766288 memory=56 CPUtime=5.79 cores=0-7
/proc/16840/task/16865/stat : 16865 (java) R 16838 16838 16074 0 -1 4202560 233 0 0 0 579 0 0 0 20 0 28 0 475542000 29456678912 85578 33554432000 4194304 4196468 140737280206448 139648532537016 139649803088781 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16866] ppid=16838 vsize=28766288 memory=139848430127263 CPUtime=5.93 cores=0-7
/proc/16840/task/16866/stat : 16866 (java) R 16838 16838 16074 0 -1 4202560 48 0 0 0 593 0 0 0 20 0 28 0 475542000 29456678912 85578 33554432000 4194304 4196468 140737280206448 139648531485208 139649802949856 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
[pid=16840/tid=16867] ppid=16838 vsize=28766288 memory=149323127982239 CPUtime=5.83 cores=0-7
/proc/16840/task/16867/stat : 16867 (java) R 16838 16838 16074 0 -1 4202560 295 0 0 0 580 3 0 0 20 0 28 0 475542000 29456678912 85578 33554432000 4194304 4196468 140737280206448 139648530432192 139649802372510 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140737280213974 140737280214150 140737280214150 140737280217039 0
Current children cumulated CPU time: 52.16 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 343764 KiB

Child status: 0
Real time (s): 7.25238
CPU time (s): 52.4934
CPU user time (s): 52.2655
CPU system time (s): 0.227899
CPU usage (%): 723.81
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 343764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.2655
system time used= 0.227899
maximum resident set size= 346668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26608
page faults= 0
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3311
involuntary context switches= 973


# summary of solver processes directly reported to runsolver:
#   pid: 16838
#   total CPU time (s): 52.4934
#   total CPU user time (s): 52.2655
#   total CPU system time (s): 0.227899

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.096124 second user time and 0.117267 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-20 18:12:37
IDJOB=4404233
IDBENCH=121710
IDSOLVER=2865
FILE ID=node117/4404233-1568996000
RUNJOBID= node117-1568994492-16101
PBS_JOBID= 21704726
Free space on /var/tmp= 13512 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/Random/Random-D-t035/rand-2-40-16-250-035-86.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404233-1568996000/watcher-4404233-1568996000 -o /var/tmp/evaluation-result-4404233-1568996000/solver-4404233-1568996000 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node117-1568994492-16101 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 180140300 HOME/instance-4404233-1568996000.xml

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

MD5SUM BENCH= 95e1ba6edeec6aa2d568f833deab6719
RANDOM SEED=180140300

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        14199272 kB
MemAvailable:   31835364 kB
Buffers:          140300 kB
Cached:         17401952 kB
SwapCached:        27708 kB
Active:          8696588 kB
Inactive:        8876944 kB
Active(anon):       3020 kB
Inactive(anon):    69724 kB
Active(file):    8693568 kB
Inactive(file):  8807220 kB
Unevictable:      108556 kB
Mlocked:          108556 kB
SwapTotal:      67108860 kB
SwapFree:       66972296 kB
Dirty:             26364 kB
Writeback:             0 kB
AnonPages:        112908 kB
Mapped:            48276 kB
Shmem:             32452 kB
Slab:             591892 kB
SReclaimable:     563764 kB
SUnreclaim:        28128 kB
KernelStack:        3424 kB
PageTables:         5392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506372 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:      118144 kB
DirectMap2M:    33427456 kB

Free space on /var/tmp at the end= 13488 MiB
End job on node117 at 2019-09-20 18:12:45