Trace number 4404718

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-20 parallelOPT54 20.1576 3.48507

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-20-4-5-0.xml
MD5SUM74d82578b46c9040964d6b10ded07847
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark54
Best CPU time to get the best result obtained on this benchmark4.49799
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints81
Number of domains21
Minimum domain size3
Maximum domain size21
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":6},{"size":5,"count":10},{"size":6,"count":3},{"size":21,"count":40}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":20},{"degree":21,"count":19},{"degree":22,"count":1},{"degree":23,"count":20}]
Minimum constraint arity1
Maximum constraint arity21
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":40},{"arity":20,"count":20},{"arity":21,"count":20}]
Number of extensional constraints40
Number of intensional constraints21
Distribution of constraint types[{"type":"extension","count":40},{"type":"intension","count":21},{"type":"count","count":20}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404718-1569001715.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.19	c [HOME/instance-4404718-1569001715.xml, -tl, 20160s, -p, 8]
0.33/0.23	c 8 solvers in parallel
0.33/0.29	c parse instance...
4.14/1.42	c solve instance...
4.79/1.60	o -1000 
4.79/1.75	o 14 
7.88/1.99	o 35 
8.69/2.04	o 36 
9.42/2.10	o 38 
9.42/2.12	o 40 
10.30/2.22	o 43 
10.30/2.29	o 44 
10.30/2.31	o 46 
14.11/2.70	o 48 
14.11/2.72	o 50 
14.89/2.84	o 51 
14.89/2.86	o 53 
14.89/2.88	o 54 
19.62/3.47	s OPTIMUM FOUND
19.62/3.47	v <instantiation>
19.62/3.47	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] </list>
19.62/3.47	v 	<values>5 0 1 -1 -1 10 7 2 -1 -1 15 6 11 12 13 16 17 18 19 14 0 15 14 -1 -1 1 12 13 -1 -1 2 11 10 9 8 3 4 5 6 7 7 4 8 0 0 1 7 0 0 0 6 2 5 -1 -5 3 -1 6 7 5 </values>
19.62/3.47	v </instantiation>

Verifier Data

OK	54

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404718-1569001715/watcher-4404718-1569001715 -o /var/tmp/evaluation-result-4404718-1569001715/solver-4404718-1569001715 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node140-1568994030-7876 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1178494227 HOME/instance-4404718-1569001715.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=9005, runsolver pid=9002
Current StackSize limit: 8192 KiB


[startup+0.100139 s]*
/proc/loadavg: 6.12 6.99 7.23 2/212 9026
/proc/meminfo: memFree=24639272/32770624 swapFree=66997216/67108860
[pid=9005] ppid=9002 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/9005/stat : 9005 (xcsp3-exec) S 9002 9005 7849 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476109863 115843072 363 33554432000 4194304 5098028 140734442514880 140734442512984 140155372892796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23429120 140734442517329 140734442517589 140734442517589 140734442520518 0
/proc/9005/statm: 28282 363 304 221 0 87 0
[pid=9007] ppid=9005 vsize=28227396 memory=27380 CPUtime=0.12 cores=0-7
/proc/9007/stat : 9007 (java) S 9005 9005 7849 0 -1 1077944320 5797 0 0 0 10 2 0 0 20 0 20 0 476109864 28904853504 6845 33554432000 4194304 4196468 140728111627648 140728111610192 140030932598519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
/proc/9007/statm: 7056849 6845 3150 1 0 7019032 0
[pid=9007/tid=9008] ppid=9005 vsize=28227396 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/9007/task/9008/stat : 9008 (java) R 9005 9005 7849 0 -1 4202560 3669 0 0 0 8 1 0 0 20 0 20 0 476109864 28904853504 6845 33554432000 4194304 4196468 140728111627648 140030936830432 140030932610454 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9009] ppid=9005 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/9007/task/9009/stat : 9009 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476109865 28904853504 6845 33554432000 4194304 4196468 140728111627648 140030483491088 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9010] ppid=9005 vsize=28227396 memory=139930904786560 CPUtime=0 cores=0-7
/proc/9007/task/9010/stat : 9010 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476109865 28904853504 6845 33554432000 4194304 4196468 140728111627648 140030482438544 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9011] ppid=9005 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9011/stat : 9011 (java) S 9005 9005 7849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476109865 28904853504 6845 33554432000 4194304 4196468 140728111627648 140030481386000 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9012] ppid=9005 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9012/stat : 9012 (java) S 9005 9005 7849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476109865 28904853504 6845 33554432000 4194304 4196468 140728111627648 140030480333456 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9013] ppid=9005 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9013/stat : 9013 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476109865 28904853504 6845 33554432000 4194304 4196468 140728111627648 140030479280912 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9014] ppid=9005 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9007/task/9014/stat : 9014 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476109865 28904853504 6845 33554432000 4194304 4196468 140728111627648 140030478228368 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9015] ppid=9005 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9015/stat : 9015 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476109865 28904853504 6845 33554432000 4194304 4196468 140728111627648 140030477175824 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9016] ppid=9005 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9016/stat : 9016 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476109865 28904853504 6845 33554432000 4194304 4196468 140728111627648 140030476123280 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9017] ppid=9005 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9017/stat : 9017 (java) S 9005 9005 7849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476109866 28904853504 6845 33554432000 4194304 4196468 140728111627648 140030433724400 140030932609666 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9018] ppid=9005 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9018/stat : 9018 (java) S 9005 9005 7849 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476109867 28904853504 6845 33554432000 4194304 4196468 140728111627648 140030432670624 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9019] ppid=9005 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9019/stat : 9019 (java) S 9005 9005 7849 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476109867 28904853504 6845 33554432000 4194304 4196468 140728111627648 140030431618032 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9020] ppid=9005 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9020/stat : 9020 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476109869 28904853504 6845 33554432000 4194304 4196468 140728111627648 140030430566608 140030932617115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9021] ppid=9005 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9021/stat : 9021 (java) S 9005 9005 7849 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 20 0 476109869 28904853504 6845 33554432000 4194304 4196468 140728111627648 140029173164528 140030932609666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9022] ppid=9005 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9022/stat : 9022 (java) S 9005 9005 7849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476109869 28904853504 6845 33554432000 4194304 4196468 140728111627648 140029172111984 140030932609666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9023] ppid=9005 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9023/stat : 9023 (java) S 9005 9005 7849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476109869 28904853504 6845 33554432000 4194304 4196468 140728111627648 140029171059440 140030932609666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9024] ppid=9005 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/9007/task/9024/stat : 9024 (java) R 9005 9005 7849 0 -1 4202560 393 0 0 0 2 0 0 0 20 0 20 0 476109869 28904853504 6845 33554432000 4194304 4196468 140728111627648 140029170006896 140030914008669 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9025] ppid=9005 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9025/stat : 9025 (java) S 9005 9005 7849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476109870 28904853504 6845 33554432000 4194304 4196468 140728111627648 140029168953568 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9026] ppid=9005 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9007/task/9026/stat : 9026 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476109870 28904853504 6845 33554432000 4194304 4196468 140728111627648 140029167901104 140030932609666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 28832 KiB

[startup+0.210571 s]*
/proc/loadavg: 6.12 6.99 7.23 3/212 9026
/proc/meminfo: memFree=24625388/32770624 swapFree=66997216/67108860
[pid=9005] ppid=9002 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/9005/stat : 9005 (xcsp3-exec) S 9002 9005 7849 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476109863 115843072 363 33554432000 4194304 5098028 140734442514880 140734442512984 140155372892796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23429120 140734442517329 140734442517589 140734442517589 140734442520518 0
/proc/9005/statm: 28282 363 304 221 0 87 0
[pid=9007] ppid=9005 vsize=28227396 memory=39964 CPUtime=0.33 cores=0-7
/proc/9007/stat : 9007 (java) S 9005 9005 7849 0 -1 1077944320 9752 0 0 0 29 4 0 0 20 0 20 0 476109864 28904853504 9991 33554432000 4194304 4196468 140728111627648 140728111610192 140030932598519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
/proc/9007/statm: 7056849 9991 3306 1 0 7019032 0
[pid=9007/tid=9008] ppid=9005 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/9007/task/9008/stat : 9008 (java) R 9005 9005 7849 0 -1 4202560 6712 0 0 0 17 2 0 0 20 0 20 0 476109864 28904853504 9991 33554432000 4194304 4196468 140728111627648 140030936830432 140030932620445 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9009] ppid=9005 vsize=28227396 memory=339 CPUtime=0 cores=0-7
/proc/9007/task/9009/stat : 9009 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476109865 28904853504 9991 33554432000 4194304 4196468 140728111627648 140030483491088 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9010] ppid=9005 vsize=28227396 memory=139930904795724 CPUtime=0 cores=0-7
/proc/9007/task/9010/stat : 9010 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476109865 28904853504 9991 33554432000 4194304 4196468 140728111627648 140030482438544 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9011] ppid=9005 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9007/task/9011/stat : 9011 (java) S 9005 9005 7849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476109865 28904853504 9991 33554432000 4194304 4196468 140728111627648 140030481386000 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9012] ppid=9005 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9012/stat : 9012 (java) S 9005 9005 7849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476109865 28904853504 9991 33554432000 4194304 4196468 140728111627648 140030480333456 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9013] ppid=9005 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9013/stat : 9013 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476109865 28904853504 9991 33554432000 4194304 4196468 140728111627648 140030479280912 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9014] ppid=9005 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9007/task/9014/stat : 9014 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476109865 28904853504 9991 33554432000 4194304 4196468 140728111627648 140030478228368 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9015] ppid=9005 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9015/stat : 9015 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476109865 28904853504 9991 33554432000 4194304 4196468 140728111627648 140030477175824 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9016] ppid=9005 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9016/stat : 9016 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476109865 28904853504 9991 33554432000 4194304 4196468 140728111627648 140030476123280 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9017] ppid=9005 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9017/stat : 9017 (java) S 9005 9005 7849 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 476109866 28904853504 9991 33554432000 4194304 4196468 140728111627648 140030433724400 140030932609666 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9018] ppid=9005 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9018/stat : 9018 (java) S 9005 9005 7849 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476109867 28904853504 9991 33554432000 4194304 4196468 140728111627648 140030432670624 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9019] ppid=9005 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9019/stat : 9019 (java) S 9005 9005 7849 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476109867 28904853504 9991 33554432000 4194304 4196468 140728111627648 140030431618032 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9020] ppid=9005 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9020/stat : 9020 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476109869 28904853504 9991 33554432000 4194304 4196468 140728111627648 140030430566608 140030932617115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9021] ppid=9005 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/9007/task/9021/stat : 9021 (java) S 9005 9005 7849 0 -1 1077944384 561 0 0 0 1 0 0 0 20 0 20 0 476109869 28904853504 9991 33554432000 4194304 4196468 140728111627648 140029173164528 140030932609666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9022] ppid=9005 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/9007/task/9022/stat : 9022 (java) S 9005 9005 7849 0 -1 1077944384 48 0 0 0 1 0 0 0 20 0 20 0 476109869 28904853504 9991 33554432000 4194304 4196468 140728111627648 140029172111984 140030932609666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9023] ppid=9005 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/9007/task/9023/stat : 9023 (java) S 9005 9005 7849 0 -1 1077944384 253 0 0 0 1 0 0 0 20 0 20 0 476109869 28904853504 9991 33554432000 4194304 4196468 140728111627648 140029171059440 140030932609666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9024] ppid=9005 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/9007/task/9024/stat : 9024 (java) R 9005 9005 7849 0 -1 4202560 874 0 0 0 7 0 0 0 20 0 20 0 476109869 28904853504 9991 33554432000 4194304 4196468 140728111627648 140029170000784 140030932610454 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9025] ppid=9005 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9025/stat : 9025 (java) S 9005 9005 7849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476109870 28904853504 9991 33554432000 4194304 4196468 140728111627648 140029168953568 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9026] ppid=9005 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9007/task/9026/stat : 9026 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476109870 28904853504 9991 33554432000 4194304 4196468 140728111627648 140029167901104 140030932609666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41416 KiB

[startup+0.310375 s]*
/proc/loadavg: 6.12 6.99 7.23 3/212 9026
/proc/meminfo: memFree=24620300/32770624 swapFree=66997216/67108860
[pid=9005] ppid=9002 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/9005/stat : 9005 (xcsp3-exec) S 9002 9005 7849 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476109863 115843072 363 33554432000 4194304 5098028 140734442514880 140734442512984 140155372892796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23429120 140734442517329 140734442517589 140734442517589 140734442520518 0
/proc/9005/statm: 28282 363 304 221 0 87 0
[pid=9007] ppid=9005 vsize=28231652 memory=48460 CPUtime=0.5 cores=0-7
/proc/9007/stat : 9007 (java) S 9005 9005 7849 0 -1 1077944320 11002 0 1 0 46 4 0 0 20 0 20 0 476109864 28909211648 12115 33554432000 4194304 4196468 140728111627648 140728111610192 140030932598519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
/proc/9007/statm: 7057913 12115 3360 1 0 7019032 0
[pid=9007/tid=9008] ppid=9005 vsize=28231652 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/9007/task/9008/stat : 9008 (java) R 9005 9005 7849 0 -1 4202560 7769 0 1 0 26 3 0 0 20 0 20 0 476109864 28909211648 12115 33554432000 4194304 4196468 140728111627648 140030936834672 140030925276533 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9009] ppid=9005 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9009/stat : 9009 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476109865 28909211648 12115 33554432000 4194304 4196468 140728111627648 140030483491088 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9010] ppid=9005 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9010/stat : 9010 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476109865 28909211648 12115 33554432000 4194304 4196468 140728111627648 140030482438544 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9011] ppid=9005 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9011/stat : 9011 (java) S 9005 9005 7849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476109865 28909211648 12115 33554432000 4194304 4196468 140728111627648 140030481386000 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9012] ppid=9005 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9012/stat : 9012 (java) S 9005 9005 7849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476109865 28909211648 12115 33554432000 4194304 4196468 140728111627648 140030480333456 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9013] ppid=9005 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/9007/task/9013/stat : 9013 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476109865 28909211648 12115 33554432000 4194304 4196468 140728111627648 140030479280912 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9014] ppid=9005 vsize=28231652 memory=139930772796335 CPUtime=0 cores=0-7
/proc/9007/task/9014/stat : 9014 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476109865 28909211648 12115 33554432000 4194304 4196468 140728111627648 140030478228368 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9015] ppid=9005 vsize=28231652 memory=139930772798640 CPUtime=0 cores=0-7
/proc/9007/task/9015/stat : 9015 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476109865 28909211648 12179 33554432000 4194304 4196468 140728111627648 140030477175824 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9016] ppid=9005 vsize=28231652 memory=139930772800944 CPUtime=0 cores=0-7
/proc/9007/task/9016/stat : 9016 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476109865 28909211648 12179 33554432000 4194304 4196468 140728111627648 140030476123280 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9017] ppid=9005 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9017/stat : 9017 (java) S 9005 9005 7849 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 476109866 28909211648 12179 33554432000 4194304 4196468 140728111627648 140030433724400 140030932609666 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9018] ppid=9005 vsize=28231652 memory=279861545608848 CPUtime=0 cores=0-7
/proc/9007/task/9018/stat : 9018 (java) S 9005 9005 7849 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476109867 28909211648 12179 33554432000 4194304 4196468 140728111627648 140030432670624 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9019] ppid=9005 vsize=28231652 memory=279861545615760 CPUtime=0 cores=0-7
/proc/9007/task/9019/stat : 9019 (java) S 9005 9005 7849 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476109867 28909211648 12179 33554432000 4194304 4196468 140728111627648 140030431618032 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9020] ppid=9005 vsize=28231652 memory=279861545556912 CPUtime=0 cores=0-7
/proc/9007/task/9020/stat : 9020 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476109869 28909211648 12179 33554432000 4194304 4196468 140728111627648 140030430566608 140030932617115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9021] ppid=9005 vsize=28231652 memory=279861545629584 CPUtime=0.02 cores=0-7
/proc/9007/task/9021/stat : 9021 (java) R 9005 9005 7849 0 -1 4202560 568 0 0 0 2 0 0 0 20 0 20 0 476109869 28909211648 12179 33554432000 4194304 4196468 140728111627648 140029173164528 140030913905265 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9022] ppid=9005 vsize=28231652 memory=279861545636496 CPUtime=0.01 cores=0-7
/proc/9007/task/9022/stat : 9022 (java) R 9005 9005 7849 0 -1 4202560 55 0 0 0 1 0 0 0 20 0 20 0 476109869 28909211648 12179 33554432000 4194304 4196468 140728111627648 140029172103440 140030932619866 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9023] ppid=9005 vsize=28231652 memory=279861545634192 CPUtime=0.02 cores=0-7
/proc/9007/task/9023/stat : 9023 (java) S 9005 9005 7849 0 -1 1077944384 272 0 0 0 2 0 0 0 20 0 20 0 476109869 28909211648 12179 33554432000 4194304 4196468 140728111627648 140029171059440 140030932609666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9024] ppid=9005 vsize=28231652 memory=279861545650352 CPUtime=0.13 cores=0-7
/proc/9007/task/9024/stat : 9024 (java) S 9005 9005 7849 0 -1 1077944384 1031 0 0 0 13 0 0 0 20 0 20 0 476109869 28909211648 12179 33554432000 4194304 4196468 140728111627648 140029170006896 140030932609666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9025] ppid=9005 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9025/stat : 9025 (java) S 9005 9005 7849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476109870 28909211648 12179 33554432000 4194304 4196468 140728111627648 140029168953568 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9026] ppid=9005 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/9007/task/9026/stat : 9026 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476109870 28909211648 12179 33554432000 4194304 4196468 140728111627648 140029167901104 140030932609666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 49912 KiB

[startup+0.70475 s]
/proc/loadavg: 6.12 6.99 7.23 4/212 9026
/proc/meminfo: memFree=24603672/32770624 swapFree=66997216/67108860
[pid=9005] ppid=9002 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/9005/stat : 9005 (xcsp3-exec) S 9002 9005 7849 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476109863 115843072 363 33554432000 4194304 5098028 140734442514880 140734442512984 140155372892796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23429120 140734442517329 140734442517589 140734442517589 140734442520518 0
/proc/9005/statm: 28282 363 304 221 0 87 0
[pid=9007] ppid=9005 vsize=28233776 memory=94368 CPUtime=1.56 cores=0-7
/proc/9007/stat : 9007 (java) S 9005 9005 7849 0 -1 1077944320 16774 0 2 0 150 6 0 0 20 0 20 0 476109864 28911386624 23592 33554432000 4194304 4196468 140728111627648 140728111610192 140030932598519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
/proc/9007/statm: 7058444 23592 3441 1 0 7019544 0
[pid=9007/tid=9008] ppid=9005 vsize=28233776 memory=279861546008240 CPUtime=0.59 cores=0-7
/proc/9007/task/9008/stat : 9008 (java) R 9005 9005 7849 0 -1 4202560 9229 0 2 0 55 4 0 0 20 0 20 0 476109864 28911386624 23592 33554432000 4194304 4196468 140728111627648 140030936829128 140030916679006 0 4 0 16800975 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9009] ppid=9005 vsize=28233776 memory=139930773005168 CPUtime=0 cores=0-7
/proc/9007/task/9009/stat : 9009 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476109865 28911386624 23592 33554432000 4194304 4196468 140728111627648 140030483491088 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9010] ppid=9005 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9010/stat : 9010 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476109865 28911386624 23592 33554432000 4194304 4196468 140728111627648 140030482438544 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9011] ppid=9005 vsize=28233776 memory=5800 CPUtime=0 cores=0-7
/proc/9007/task/9011/stat : 9011 (java) S 9005 9005 7849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476109865 28911386624 23592 33554432000 4194304 4196468 140728111627648 140030481386000 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0

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

[pid=9007/tid=9012] ppid=9005 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9012/stat : 9012 (java) S 9005 9005 7849 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 28 0 476109865 29458776064 62775 33554432000 4194304 4196468 140728111627648 140030480333456 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9013] ppid=9005 vsize=28768336 memory=4580 CPUtime=0.02 cores=0-7
/proc/9007/task/9013/stat : 9013 (java) S 9005 9005 7849 0 -1 1077944384 58 0 0 0 1 1 0 0 20 0 28 0 476109865 29458776064 62775 33554432000 4194304 4196468 140728111627648 140030479280912 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9014] ppid=9005 vsize=28768336 memory=0 CPUtime=0.02 cores=0-7
/proc/9007/task/9014/stat : 9014 (java) S 9005 9005 7849 0 -1 1077944384 72 0 0 0 1 1 0 0 20 0 28 0 476109865 29458776064 62775 33554432000 4194304 4196468 140728111627648 140030478228368 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9015] ppid=9005 vsize=28768336 memory=0 CPUtime=0.02 cores=0-7
/proc/9007/task/9015/stat : 9015 (java) S 9005 9005 7849 0 -1 1077944384 75 0 0 0 1 1 0 0 20 0 28 0 476109865 29458776064 62775 33554432000 4194304 4196468 140728111627648 140030477175824 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9016] ppid=9005 vsize=28768336 memory=0 CPUtime=0.02 cores=0-7
/proc/9007/task/9016/stat : 9016 (java) S 9005 9005 7849 0 -1 1077944384 66 0 0 0 1 1 0 0 20 0 28 0 476109865 29458776064 62775 33554432000 4194304 4196468 140728111627648 140030476123280 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9017] ppid=9005 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9017/stat : 9017 (java) S 9005 9005 7849 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 476109866 29458776064 62775 33554432000 4194304 4196468 140728111627648 140030433724400 140030932609666 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9018] ppid=9005 vsize=28768336 memory=2244 CPUtime=0 cores=0-7
/proc/9007/task/9018/stat : 9018 (java) S 9005 9005 7849 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 476109867 29458776064 62775 33554432000 4194304 4196468 140728111627648 140030432670688 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9019] ppid=9005 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9019/stat : 9019 (java) S 9005 9005 7849 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 476109867 29458776064 62775 33554432000 4194304 4196468 140728111627648 140030431618048 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9020] ppid=9005 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9020/stat : 9020 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476109869 29458776064 62775 33554432000 4194304 4196468 140728111627648 140030430566608 140030932617115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9021] ppid=9005 vsize=28768336 memory=0 CPUtime=0.75 cores=0-7
/proc/9007/task/9021/stat : 9021 (java) R 9005 9005 7849 0 -1 4202560 2353 0 0 0 74 1 0 0 20 0 28 0 476109869 29458776064 62775 33554432000 4194304 4196468 140728111627648 140029173153264 140030916988592 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9022] ppid=9005 vsize=28768336 memory=0 CPUtime=0.77 cores=0-7
/proc/9007/task/9022/stat : 9022 (java) R 9005 9005 7849 0 -1 1077944384 1472 0 0 0 77 0 0 0 20 0 28 0 476109869 29458776064 62775 33554432000 4194304 4196468 140728111627648 140029172103632 140030932608725 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9023] ppid=9005 vsize=28768336 memory=0 CPUtime=0.75 cores=0-7
/proc/9007/task/9023/stat : 9023 (java) R 9005 9005 7849 0 -1 4202560 1171 0 0 0 75 0 0 0 20 0 28 0 476109869 29458776064 62775 33554432000 4194304 4196468 140728111627648 140029171052256 140030917520345 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9024] ppid=9005 vsize=28768336 memory=6944656575208382560 CPUtime=0.64 cores=0-7
/proc/9007/task/9024/stat : 9024 (java) R 9005 9005 7849 0 -1 4202560 2961 0 0 0 63 1 0 0 20 0 28 0 476109869 29458776064 62775 33554432000 4194304 4196468 140728111627648 140029170002944 140030924835646 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9025] ppid=9005 vsize=28768336 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/9007/task/9025/stat : 9025 (java) S 9005 9005 7849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476109870 29458776064 62775 33554432000 4194304 4196468 140728111627648 140029168953568 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9026] ppid=9005 vsize=28768336 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/9007/task/9026/stat : 9026 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476109870 29458776064 62775 33554432000 4194304 4196468 140728111627648 140029167901104 140030932609666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
Current children cumulated CPU time: 4.79 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 252552 KiB

[startup+3.10175 s]
/proc/loadavg: 6.12 6.99 7.23 12/220 9082
/proc/meminfo: memFree=24382720/32770624 swapFree=66997216/67108860
[pid=9005] ppid=9002 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/9005/stat : 9005 (xcsp3-exec) S 9002 9005 7849 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476109863 115843072 363 33554432000 4194304 5098028 140734442514880 140734442512984 140155372892796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23429120 140734442517329 140734442517589 140734442517589 140734442520518 0
/proc/9005/statm: 28282 363 304 221 0 87 0
[pid=9007] ppid=9005 vsize=28769364 memory=373140 CPUtime=17.2 cores=0-7
/proc/9007/stat : 9007 (java) S 9005 9005 7849 0 -1 1077944320 24046 0 2 0 1688 32 0 0 20 0 28 0 476109864 29459828736 93285 33554432000 4194304 4196468 140728111627648 140728111610192 140030932598519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
/proc/9007/statm: 7192341 93285 3521 1 0 7153441 0
[pid=9007/tid=9008] ppid=9005 vsize=28769364 memory=1452 CPUtime=1.29 cores=0-7
/proc/9007/task/9008/stat : 9008 (java) S 9005 9005 7849 0 -1 1077944384 9577 0 2 0 123 6 0 0 20 0 28 0 476109864 29459828736 93285 33554432000 4194304 4196468 140728111627648 140030936839296 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9009] ppid=9005 vsize=28769364 memory=372404 CPUtime=0.04 cores=0-7
/proc/9007/task/9009/stat : 9009 (java) S 9005 9005 7849 0 -1 1077944384 65 0 0 0 2 2 0 0 20 0 28 0 476109865 29459828736 93285 33554432000 4194304 4196468 140728111627648 140030483491088 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9010] ppid=9005 vsize=28769364 memory=0 CPUtime=0.04 cores=0-7
/proc/9007/task/9010/stat : 9010 (java) S 9005 9005 7849 0 -1 1077944384 97 0 0 0 2 2 0 0 20 0 28 0 476109865 29459828736 93285 33554432000 4194304 4196468 140728111627648 140030482438544 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9011] ppid=9005 vsize=28769364 memory=0 CPUtime=0.02 cores=0-7
/proc/9007/task/9011/stat : 9011 (java) S 9005 9005 7849 0 -1 1077944384 56 0 0 0 1 1 0 0 20 0 28 0 476109865 29459828736 93285 33554432000 4194304 4196468 140728111627648 140030481386000 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9012] ppid=9005 vsize=28769364 memory=4580 CPUtime=0.02 cores=0-7
/proc/9007/task/9012/stat : 9012 (java) S 9005 9005 7849 0 -1 1077944384 41 0 0 0 1 1 0 0 20 0 28 0 476109865 29459828736 93285 33554432000 4194304 4196468 140728111627648 140030480333456 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9013] ppid=9005 vsize=28769364 memory=1452 CPUtime=0.04 cores=0-7
/proc/9007/task/9013/stat : 9013 (java) S 9005 9005 7849 0 -1 1077944384 70 0 0 0 2 2 0 0 20 0 28 0 476109865 29459828736 93285 33554432000 4194304 4196468 140728111627648 140030479280912 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9014] ppid=9005 vsize=28769364 memory=307540 CPUtime=0.04 cores=0-7
/proc/9007/task/9014/stat : 9014 (java) S 9005 9005 7849 0 -1 1077944384 82 0 0 0 2 2 0 0 20 0 28 0 476109865 29459828736 93285 33554432000 4194304 4196468 140728111627648 140030478228368 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9015] ppid=9005 vsize=28769364 memory=6944656592455097440 CPUtime=0.04 cores=0-7
/proc/9007/task/9015/stat : 9015 (java) S 9005 9005 7849 0 -1 1077944384 88 0 0 0 2 2 0 0 20 0 28 0 476109865 29459828736 93285 33554432000 4194304 4196468 140728111627648 140030477175824 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9016] ppid=9005 vsize=28769364 memory=6656426216303648864 CPUtime=0.03 cores=0-7
/proc/9007/task/9016/stat : 9016 (java) S 9005 9005 7849 0 -1 1077944384 85 0 0 0 2 1 0 0 20 0 28 0 476109865 29459828736 93285 33554432000 4194304 4196468 140728111627648 140030476123280 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9017] ppid=9005 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9017/stat : 9017 (java) S 9005 9005 7849 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 28 0 476109866 29459828736 93285 33554432000 4194304 4196468 140728111627648 140030433724400 140030932609666 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9018] ppid=9005 vsize=28769364 memory=139930904805697 CPUtime=0 cores=0-7
/proc/9007/task/9018/stat : 9018 (java) S 9005 9005 7849 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 476109867 29459828736 93285 33554432000 4194304 4196468 140728111627648 140030432670688 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9019] ppid=9005 vsize=28769364 memory=7084553006073144170 CPUtime=0 cores=0-7
/proc/9007/task/9019/stat : 9019 (java) S 9005 9005 7849 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 476109867 29459828736 93285 33554432000 4194304 4196468 140728111627648 140030431618048 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9020] ppid=9005 vsize=28769364 memory=8025788822752027748 CPUtime=0 cores=0-7
/proc/9007/task/9020/stat : 9020 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476109869 29459828736 93285 33554432000 4194304 4196468 140728111627648 140030430566608 140030932617115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9021] ppid=9005 vsize=28769364 memory=7739266993128499815 CPUtime=1.52 cores=0-7
/proc/9007/task/9021/stat : 9021 (java) R 9005 9005 7849 0 -1 4202560 2543 0 0 0 151 1 0 0 20 0 28 0 476109869 29459828736 93285 33554432000 4194304 4196468 140728111627648 140029173164824 140030918627200 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9022] ppid=9005 vsize=28769364 memory=302022848351043610 CPUtime=1.6 cores=0-7
/proc/9007/task/9022/stat : 9022 (java) R 9005 9005 7849 0 -1 4202560 2049 0 0 0 160 0 0 0 20 0 28 0 476109869 29459828736 93285 33554432000 4194304 4196468 140728111627648 140029172093376 140030916094990 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9023] ppid=9005 vsize=28769364 memory=0 CPUtime=1.51 cores=0-7
/proc/9007/task/9023/stat : 9023 (java) S 9005 9005 7849 0 -1 1077944384 2108 0 0 0 151 0 0 0 20 0 28 0 476109869 29459828736 93285 33554432000 4194304 4196468 140728111627648 140029171059440 140030932609666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9024] ppid=9005 vsize=28769364 memory=7950374393524547185 CPUtime=0.82 cores=0-7
/proc/9007/task/9024/stat : 9024 (java) S 9005 9005 7849 0 -1 1077944384 3310 0 0 0 81 1 0 0 20 0 28 0 476109869 29459828736 93285 33554432000 4194304 4196468 140728111627648 140029170006896 140030932609666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9025] ppid=9005 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9025/stat : 9025 (java) S 9005 9005 7849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476109870 29459828736 93285 33554432000 4194304 4196468 140728111627648 140029168953568 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9026] ppid=9005 vsize=28769364 memory=1 CPUtime=0 cores=0-7
/proc/9007/task/9026/stat : 9026 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476109870 29459828736 93285 33554432000 4194304 4196468 140728111627648 140029167901104 140030932609666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
Current children cumulated CPU time: 17.2 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 374592 KiB

[startup+3.485 s]
# the end of solver process 9005 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19.8244 s, system=0.333164 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.40775 s]
/proc/loadavg: 6.12 6.99 7.23 12/220 9146
/proc/meminfo: memFree=24281996/32770624 swapFree=66997216/67108860
[pid=9005] ppid=9002 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/9005/stat : 9005 (xcsp3-exec) S 9002 9005 7849 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476109863 115843072 363 33554432000 4194304 5098028 140734442514880 140734442512984 140155372892796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23429120 140734442517329 140734442517589 140734442517589 140734442520518 0
/proc/9005/statm: 28282 363 304 221 0 87 0
[pid=9007] ppid=9005 vsize=28769364 memory=373248 CPUtime=19.62 cores=0-7
/proc/9007/stat : 9007 (java) S 9005 9005 7849 0 -1 1077944320 24079 0 2 0 1930 32 0 0 20 0 28 0 476109864 29459828736 93312 33554432000 4194304 4196468 140728111627648 140728111610192 140030932598519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
/proc/9007/statm: 7192341 93312 3521 1 0 7153441 0
[pid=9007/tid=9008] ppid=9005 vsize=28769364 memory=6944613755495348631 CPUtime=1.29 cores=0-7
/proc/9007/task/9008/stat : 9008 (java) S 9005 9005 7849 0 -1 1077944384 9577 0 2 0 123 6 0 0 20 0 28 0 476109864 29459828736 93312 33554432000 4194304 4196468 140728111627648 140030936839296 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9009] ppid=9005 vsize=28769364 memory=6944656592452807326 CPUtime=0.04 cores=0-7
/proc/9007/task/9009/stat : 9009 (java) S 9005 9005 7849 0 -1 1077944384 65 0 0 0 2 2 0 0 20 0 28 0 476109865 29459828736 93312 33554432000 4194304 4196468 140728111627648 140030483491088 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9010] ppid=9005 vsize=28769364 memory=288230574492221466 CPUtime=0.04 cores=0-7
/proc/9007/task/9010/stat : 9010 (java) S 9005 9005 7849 0 -1 1077944384 97 0 0 0 2 2 0 0 20 0 28 0 476109865 29459828736 93312 33554432000 4194304 4196468 140728111627648 140030482438544 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9011] ppid=9005 vsize=28769364 memory=0 CPUtime=0.02 cores=0-7
/proc/9007/task/9011/stat : 9011 (java) S 9005 9005 7849 0 -1 1077944384 56 0 0 0 1 1 0 0 20 0 28 0 476109865 29459828736 93312 33554432000 4194304 4196468 140728111627648 140030481386000 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9012] ppid=9005 vsize=28769364 memory=0 CPUtime=0.02 cores=0-7
/proc/9007/task/9012/stat : 9012 (java) S 9005 9005 7849 0 -1 1077944384 41 0 0 0 1 1 0 0 20 0 28 0 476109865 29459828736 93312 33554432000 4194304 4196468 140728111627648 140030480333456 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9013] ppid=9005 vsize=28769364 memory=0 CPUtime=0.04 cores=0-7
/proc/9007/task/9013/stat : 9013 (java) S 9005 9005 7849 0 -1 1077944384 70 0 0 0 2 2 0 0 20 0 28 0 476109865 29459828736 93312 33554432000 4194304 4196468 140728111627648 140030479280912 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9014] ppid=9005 vsize=28769364 memory=0 CPUtime=0.04 cores=0-7
/proc/9007/task/9014/stat : 9014 (java) S 9005 9005 7849 0 -1 1077944384 82 0 0 0 2 2 0 0 20 0 28 0 476109865 29459828736 93312 33554432000 4194304 4196468 140728111627648 140030478228368 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9015] ppid=9005 vsize=28769364 memory=6656426216303648864 CPUtime=0.04 cores=0-7
/proc/9007/task/9015/stat : 9015 (java) S 9005 9005 7849 0 -1 1077944384 88 0 0 0 2 2 0 0 20 0 28 0 476109865 29459828736 93312 33554432000 4194304 4196468 140728111627648 140030477175824 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9016] ppid=9005 vsize=28769364 memory=0 CPUtime=0.03 cores=0-7
/proc/9007/task/9016/stat : 9016 (java) S 9005 9005 7849 0 -1 1077944384 85 0 0 0 2 1 0 0 20 0 28 0 476109865 29459828736 93312 33554432000 4194304 4196468 140728111627648 140030476123280 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9017] ppid=9005 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9017/stat : 9017 (java) S 9005 9005 7849 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 28 0 476109866 29459828736 93312 33554432000 4194304 4196468 140728111627648 140030433724400 140030932609666 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9018] ppid=9005 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9018/stat : 9018 (java) S 9005 9005 7849 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 476109867 29459828736 93312 33554432000 4194304 4196468 140728111627648 140030432670688 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9019] ppid=9005 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9019/stat : 9019 (java) S 9005 9005 7849 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 476109867 29459828736 93312 33554432000 4194304 4196468 140728111627648 140030431618048 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9020] ppid=9005 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9020/stat : 9020 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476109869 29459828736 93312 33554432000 4194304 4196468 140728111627648 140030430566608 140030932617115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9021] ppid=9005 vsize=28769364 memory=0 CPUtime=1.59 cores=0-7
/proc/9007/task/9021/stat : 9021 (java) R 9005 9005 7849 0 -1 4202560 2554 0 0 0 158 1 0 0 20 0 28 0 476109869 29459828736 93312 33554432000 4194304 4196468 140728111627648 140029173164528 140030918202287 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9022] ppid=9005 vsize=28769364 memory=0 CPUtime=1.69 cores=0-7
/proc/9007/task/9022/stat : 9022 (java) S 9005 9005 7849 0 -1 1077944384 2058 0 0 0 169 0 0 0 20 0 28 0 476109869 29459828736 93312 33554432000 4194304 4196468 140728111627648 140029172111984 140030932609666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9023] ppid=9005 vsize=28769364 memory=0 CPUtime=1.57 cores=0-7
/proc/9007/task/9023/stat : 9023 (java) R 9005 9005 7849 0 -1 1077944384 2120 0 0 0 157 0 0 0 20 0 28 0 476109869 29459828736 93312 33554432000 4194304 4196468 140728111627648 140029171059440 140030932609666 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9024] ppid=9005 vsize=28769364 memory=0 CPUtime=0.83 cores=0-7
/proc/9007/task/9024/stat : 9024 (java) S 9005 9005 7849 0 -1 1077944384 3311 0 0 0 82 1 0 0 20 0 28 0 476109869 29459828736 93312 33554432000 4194304 4196468 140728111627648 140029170006896 140030932609666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9025] ppid=9005 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9025/stat : 9025 (java) S 9005 9005 7849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476109870 29459828736 93312 33554432000 4194304 4196468 140728111627648 140029168953568 140030932608725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9026] ppid=9005 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/9007/task/9026/stat : 9026 (java) S 9005 9005 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476109870 29459828736 93312 33554432000 4194304 4196468 140728111627648 140029167901104 140030932609666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9139] ppid=9005 vsize=28769364 memory=0 CPUtime=0.45 cores=0-7
/proc/9007/task/9139/stat : 9139 (java) R 9005 9005 7849 0 -1 4202560 17 0 0 0 45 0 0 0 20 0 28 0 476110152 29459828736 93312 33554432000 4194304 4196468 140728111627648 140029086121304 140030576929852 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9140] ppid=9005 vsize=28769364 memory=0 CPUtime=0.52 cores=0-7
/proc/9007/task/9140/stat : 9140 (java) R 9005 9005 7849 0 -1 4202560 17 0 0 0 52 0 0 0 20 0 28 0 476110152 29459828736 93312 33554432000 4194304 4196468 140728111627648 140029084017048 140030576929769 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9141] ppid=9005 vsize=28769364 memory=0 CPUtime=0.52 cores=0-7
/proc/9007/task/9141/stat : 9141 (java) R 9005 9005 7849 0 -1 4202560 17 0 0 0 52 0 0 0 20 0 28 0 476110152 29459828736 93312 33554432000 4194304 4196468 140728111627648 140029080861176 140030576929894 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9142] ppid=9005 vsize=28769364 memory=15471 CPUtime=0.52 cores=0-7
/proc/9007/task/9142/stat : 9142 (java) R 9005 9005 7849 0 -1 4202560 17 0 0 0 52 0 0 0 20 0 28 0 476110152 29459828736 93312 33554432000 4194304 4196468 140728111627648 140029082964360 140030576929706 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9143] ppid=9005 vsize=28769364 memory=0 CPUtime=0.42 cores=0-7
/proc/9007/task/9143/stat : 9143 (java) R 9005 9005 7849 0 -1 4202560 17 0 0 0 42 0 0 0 20 0 28 0 476110152 29459828736 93312 33554432000 4194304 4196468 140728111627648 140029087182280 140030576929789 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9144] ppid=9005 vsize=28769364 memory=1366 CPUtime=0.36 cores=0-7
/proc/9007/task/9144/stat : 9144 (java) R 9005 9005 7849 0 -1 4202560 17 0 0 0 36 0 0 0 20 0 28 0 476110152 29459828736 93312 33554432000 4194304 4196468 140728111627648 140029081919048 140030576929769 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9145] ppid=9005 vsize=28769364 memory=0 CPUtime=0.45 cores=0-7
/proc/9007/task/9145/stat : 9145 (java) R 9005 9005 7849 0 -1 4202560 17 0 0 0 45 0 0 0 20 0 28 0 476110152 29459828736 93312 33554432000 4194304 4196468 140728111627648 140029085069656 140030576929692 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
[pid=9007/tid=9146] ppid=9005 vsize=28769364 memory=0 CPUtime=0.36 cores=0-7
/proc/9007/task/9146/stat : 9146 (java) R 9005 9005 7849 0 -1 4202560 17 0 0 0 36 0 0 0 20 0 28 0 476110152 29459828736 93312 33554432000 4194304 4196468 140728111627648 140029155533368 140030576929769 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21467136 140728111633366 140728111633542 140728111633542 140728111636431 0
Current children cumulated CPU time: 19.62 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 374700 KiB

Child status: 0
Real time (s): 3.48507
CPU time (s): 20.1576
CPU user time (s): 19.8244
CPU system time (s): 0.333164
CPU usage (%): 578.399
Max. virtual memory (cumulated for all children) (KiB): 28882492
Max. memory (cumulated for all children) (KiB): 374700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.8244
system time used= 0.333164
maximum resident set size= 374592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24673
page faults= 2
swaps= 0
block input operations= 22176
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4682
involuntary context switches= 661


# summary of solver processes directly reported to runsolver:
#   pid: 9005
#   total CPU time (s): 20.1576
#   total CPU user time (s): 19.8244
#   total CPU system time (s): 0.333164

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.055163 second user time and 0.072118 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-20 19:47:54
IDJOB=4404718
IDBENCH=128043
IDSOLVER=2865
FILE ID=node140/4404718-1569001715
RUNJOBID= node140-1568994030-7876
PBS_JOBID= 21704714
Free space on /var/tmp= 13508 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-20-4-5-0.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-4404718-1569001715/watcher-4404718-1569001715 -o /var/tmp/evaluation-result-4404718-1569001715/solver-4404718-1569001715 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node140-1568994030-7876 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1178494227 HOME/instance-4404718-1569001715.xml

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

MD5SUM BENCH= 74d82578b46c9040964d6b10ded07847
RANDOM SEED=1178494227

node140.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.43
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.43
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.43
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.43
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:        24653928 kB
MemAvailable:   31853008 kB
Buffers:           76464 kB
Cached:          7207908 kB
SwapCached:         2524 kB
Active:          3624680 kB
Inactive:        3668320 kB
Active(anon):       1844 kB
Inactive(anon):    53792 kB
Active(file):    3622836 kB
Inactive(file):  3614528 kB
Unevictable:      106600 kB
Mlocked:          106600 kB
SwapTotal:      67108860 kB
SwapFree:       66997216 kB
Dirty:             26500 kB
Writeback:             0 kB
AnonPages:        112828 kB
Mapped:            51536 kB
Shmem:             38320 kB
Slab:             418168 kB
SReclaimable:     390176 kB
SUnreclaim:        27992 kB
KernelStack:        3392 kB
PageTables:         5728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /var/tmp at the end= 13484 MiB
End job on node140 at 2019-09-20 19:47:58