Trace number 4403816

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-20OPT53 98.5138 25.2874

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-2.xml
MD5SUM6e9eac7fa543eb44f101d0276de9753d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark53
Best CPU time to get the best result obtained on this benchmark33.6299
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains24
Minimum domain size3
Maximum domain size25
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":8},{"size":5,"count":10},{"size":6,"count":5},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
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 -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403816-1568991384.xml"  -tl '2520s' -p 4
0.14/0.18	c Choco 3fb4b153
0.14/0.18	c [HOME/instance-4403816-1568991384.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
3.37/1.33	c solve instance...
3.70/1.41	o -1000 
9.62/2.98	o -997 
11.17/3.33	o -986 
12.78/3.77	o -984 
14.39/4.11	o -979 
21.50/5.93	o -968 
21.50/5.96	o -960 
24.25/6.65	o -958 
25.41/6.90	o -957 
28.59/7.76	o -941 
30.56/8.28	o 44 
30.94/8.38	o 49 
30.94/8.39	o 53 
98.22/25.28	s OPTIMUM FOUND
98.22/25.28	v <instantiation>
98.22/25.28	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] s[20] s[21] s[22] s[23] 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] p[20] p[21] p[22] p[23] 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] g[20] g[21] g[22] g[23] </list>
98.22/25.28	v 	<values>1 2 3 4 5 11 0 13 7 8 16 10 6 19 15 9 22 -1 12 18 14 20 21 -1 0 1 2 3 4 5 21 16 15 14 7 6 20 17 12 13 8 -1 19 18 11 10 9 -1 5 -4 8 8 0 3 -3 -1 7 4 6 -3 3 -5 4 4 0 0 3 4 6 7 -3 0 </values>
98.22/25.28	v </instantiation>

Verifier Data

OK	53

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403816-1568991384/watcher-4403816-1568991384 -o /var/tmp/evaluation-result-4403816-1568991384/solver-4403816-1568991384 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1568990707-4812 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1938246157 HOME/instance-4403816-1568991384.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=5529, runsolver pid=5526

[startup+0.102752 s]*
/proc/loadavg: 8.77 7.59 4.83 7/233 5545
/proc/meminfo: memFree=6746256/32770624 swapFree=66997180/67108860
[pid=5529] ppid=5526 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5529/stat : 5529 (xcsp3-exec) S 5526 5529 4780 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475076743 115843072 363 33554432000 4194304 5098028 140724779110608 140724779108712 139837889159804 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8658944 140724779115350 140724779115609 140724779115609 140724779118534 0
/proc/5529/statm: 28282 363 304 221 0 87 0
[pid=5531] ppid=5529 vsize=15144776 memory=30184 CPUtime=0.14 cores=1,3,5,7
/proc/5531/stat : 5531 (java) S 5529 5529 4780 0 -1 1077944320 5974 0 0 0 13 1 0 0 20 0 15 0 475076743 15508250624 7546 33554432000 4194304 4196468 140734534110336 140734534092880 139813136269047 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
/proc/5531/statm: 3786194 7546 3148 1 0 3748377 0
[pid=5531/tid=5532] ppid=5529 vsize=15144776 memory=8332686939032621915 CPUtime=0.09 cores=1,3,5,7
/proc/5531/task/5532/stat : 5532 (java) R 5529 5529 4780 0 -1 4202560 3852 0 0 0 9 0 0 0 20 0 15 0 475076743 15508250624 7546 33554432000 4194304 4196468 140734534110336 139813140499424 139813120312677 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5533] ppid=5529 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5533/stat : 5533 (java) S 5529 5529 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475076744 15508250624 7546 33554432000 4194304 4196468 140734534110336 139812728597264 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5534] ppid=5529 vsize=15144776 memory=139841239750272 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5534/stat : 5534 (java) S 5529 5529 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475076744 15508250624 7546 33554432000 4194304 4196468 140734534110336 139812727544720 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5535] ppid=5529 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5535/stat : 5535 (java) S 5529 5529 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475076744 15508250624 7546 33554432000 4194304 4196468 140734534110336 139812726492176 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5536] ppid=5529 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5536/stat : 5536 (java) S 5529 5529 4780 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475076744 15508250624 7546 33554432000 4194304 4196468 140734534110336 139812725439632 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5537] ppid=5529 vsize=15144776 memory=139841239750272 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5537/stat : 5537 (java) S 5529 5529 4780 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475076745 15508250624 7546 33554432000 4194304 4196468 140734534110336 139812672055280 139813136280194 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5538] ppid=5529 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5538/stat : 5538 (java) S 5529 5529 4780 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475076746 15508250624 7546 33554432000 4194304 4196468 140734534110336 139812671001504 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5539] ppid=5529 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5539/stat : 5539 (java) S 5529 5529 4780 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475076746 15508250624 7546 33554432000 4194304 4196468 140734534110336 139812669948912 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5540] ppid=5529 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5540/stat : 5540 (java) S 5529 5529 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475076748 15508250624 7546 33554432000 4194304 4196468 140734534110336 139812668897488 139813136287643 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5541] ppid=5529 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5541/stat : 5541 (java) R 5529 5529 4780 0 -1 4202560 431 0 0 0 0 0 0 0 20 0 15 0 475076748 15508250624 7546 33554432000 4194304 4196468 140734534110336 139812667836752 139813116969344 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5542] ppid=5529 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5542/stat : 5542 (java) R 5529 5529 4780 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 475076748 15508250624 7546 33554432000 4194304 4196468 140734534110336 139812666792656 139813136279253 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5543] ppid=5529 vsize=15144776 memory=139841239750272 CPUtime=0.02 cores=1,3,5,7
/proc/5531/task/5543/stat : 5543 (java) R 5529 5529 4780 0 -1 4202560 344 0 0 0 2 0 0 0 20 0 15 0 475076748 15508250624 7546 33554432000 4194304 4196468 140734534110336 139812665740016 139813116237823 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5544] ppid=5529 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5544/stat : 5544 (java) S 5529 5529 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475076749 15508250624 7546 33554432000 4194304 4196468 140734534110336 139812664687712 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5545] ppid=5529 vsize=15144776 memory=139841239750272 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5545/stat : 5545 (java) S 5529 5529 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475076749 15508250624 7546 33554432000 4194304 4196468 140734534110336 139812663634224 139813136280194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31636 KiB

[startup+0.210945 s]*
/proc/loadavg: 8.77 7.59 4.83 6/233 5545
/proc/meminfo: memFree=6733272/32770624 swapFree=66997180/67108860
[pid=5529] ppid=5526 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5529/stat : 5529 (xcsp3-exec) S 5526 5529 4780 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475076743 115843072 363 33554432000 4194304 5098028 140724779110608 140724779108712 139837889159804 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8658944 140724779115350 140724779115609 140724779115609 140724779118534 0
/proc/5529/statm: 28282 363 304 221 0 87 0
[pid=5531] ppid=5529 vsize=15144776 memory=41196 CPUtime=0.35 cores=1,3,5,7
/proc/5531/stat : 5531 (java) S 5529 5529 4780 0 -1 1077944320 9524 0 0 0 32 3 0 0 20 0 15 0 475076743 15508250624 10299 33554432000 4194304 4196468 140734534110336 140734534092880 139813136269047 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
/proc/5531/statm: 3786194 10299 3294 1 0 3748377 0
[pid=5531/tid=5532] ppid=5529 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/5531/task/5532/stat : 5532 (java) R 5529 5529 4780 0 -1 4202560 6660 0 0 0 18 2 0 0 20 0 15 0 475076743 15508250624 10299 33554432000 4194304 4196468 140734534110336 139813140500960 139813136290973 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5533] ppid=5529 vsize=15144776 memory=2128865 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5533/stat : 5533 (java) S 5529 5529 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475076744 15508250624 10299 33554432000 4194304 4196468 140734534110336 139812728597264 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5534] ppid=5529 vsize=15144776 memory=139841242856727 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5534/stat : 5534 (java) S 5529 5529 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475076744 15508250624 10299 33554432000 4194304 4196468 140734534110336 139812727544720 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5535] ppid=5529 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5535/stat : 5535 (java) S 5529 5529 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475076744 15508250624 10299 33554432000 4194304 4196468 140734534110336 139812726492176 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5536] ppid=5529 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5536/stat : 5536 (java) S 5529 5529 4780 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475076744 15508250624 10299 33554432000 4194304 4196468 140734534110336 139812725439632 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5537] ppid=5529 vsize=15144776 memory=139841239750272 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5537/stat : 5537 (java) S 5529 5529 4780 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475076745 15508250624 10299 33554432000 4194304 4196468 140734534110336 139812672055280 139813136280194 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5538] ppid=5529 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5538/stat : 5538 (java) S 5529 5529 4780 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475076746 15508250624 10299 33554432000 4194304 4196468 140734534110336 139812671001504 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5539] ppid=5529 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5539/stat : 5539 (java) S 5529 5529 4780 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475076746 15508250624 10299 33554432000 4194304 4196468 140734534110336 139812669948912 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5540] ppid=5529 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5540/stat : 5540 (java) S 5529 5529 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475076748 15508250624 10299 33554432000 4194304 4196468 140734534110336 139812668897488 139813136287643 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5541] ppid=5529 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5531/task/5541/stat : 5541 (java) S 5529 5529 4780 0 -1 1077944384 506 0 0 0 2 0 0 0 20 0 15 0 475076748 15508250624 10299 33554432000 4194304 4196468 140734534110336 139812667845104 139813136280194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5542] ppid=5529 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/5531/task/5542/stat : 5542 (java) S 5529 5529 4780 0 -1 1077944384 300 0 0 0 2 0 0 0 20 0 15 0 475076748 15508250624 10299 33554432000 4194304 4196468 140734534110336 139812666792560 139813136280194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5543] ppid=5529 vsize=15144776 memory=139841239750272 CPUtime=0.08 cores=1,3,5,7
/proc/5531/task/5543/stat : 5543 (java) S 5529 5529 4780 0 -1 1077944384 751 0 0 0 8 0 0 0 20 0 15 0 475076748 15508250624 10299 33554432000 4194304 4196468 140734534110336 139812665740016 139813136280194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5544] ppid=5529 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5544/stat : 5544 (java) S 5529 5529 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475076749 15508250624 10299 33554432000 4194304 4196468 140734534110336 139812664687712 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5545] ppid=5529 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5545/stat : 5545 (java) S 5529 5529 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475076749 15508250624 10299 33554432000 4194304 4196468 140734534110336 139812663634224 139813136280194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42648 KiB

[startup+0.320132 s]*
/proc/loadavg: 8.77 7.59 4.83 7/233 5545
/proc/meminfo: memFree=6726452/32770624 swapFree=66997180/67108860
[pid=5529] ppid=5526 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5529/stat : 5529 (xcsp3-exec) S 5526 5529 4780 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475076743 115843072 363 33554432000 4194304 5098028 140724779110608 140724779108712 139837889159804 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8658944 140724779115350 140724779115609 140724779115609 140724779118534 0
/proc/5529/statm: 28282 363 304 221 0 87 0
[pid=5531] ppid=5529 vsize=15149032 memory=49584 CPUtime=0.53 cores=1,3,5,7
/proc/5531/stat : 5531 (java) S 5529 5529 4780 0 -1 1077944320 10824 0 0 0 49 4 0 0 20 0 15 0 475076743 15512608768 12396 33554432000 4194304 4196468 140734534110336 140734534092880 139813136269047 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
/proc/5531/statm: 3787258 12396 3329 1 0 3748377 0
[pid=5531/tid=5532] ppid=5529 vsize=15149032 memory=8112282956445269571 CPUtime=0.31 cores=1,3,5,7
/proc/5531/task/5532/stat : 5532 (java) R 5529 5529 4780 0 -1 4202560 7870 0 0 0 28 3 0 0 20 0 15 0 475076743 15512608768 12461 33554432000 4194304 4196468 140734534110336 139813140496304 139813136290973 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5533] ppid=5529 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5533/stat : 5533 (java) S 5529 5529 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475076744 15512608768 12461 33554432000 4194304 4196468 140734534110336 139812728597264 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5534] ppid=5529 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5534/stat : 5534 (java) S 5529 5529 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475076744 15512608768 12461 33554432000 4194304 4196468 140734534110336 139812727544720 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5535] ppid=5529 vsize=15149032 memory=-2026666227646604569 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5535/stat : 5535 (java) S 5529 5529 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475076744 15512608768 12461 33554432000 4194304 4196468 140734534110336 139812726492176 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5536] ppid=5529 vsize=15149032 memory=7161374744685748120 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5536/stat : 5536 (java) S 5529 5529 4780 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475076744 15512608768 12461 33554432000 4194304 4196468 140734534110336 139812725439632 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5537] ppid=5529 vsize=15149032 memory=6944657691966988345 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5537/stat : 5537 (java) S 5529 5529 4780 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475076745 15512608768 12461 33554432000 4194304 4196468 140734534110336 139812672055280 139813136280194 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5538] ppid=5529 vsize=15149032 memory=4196912344889787449 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5538/stat : 5538 (java) S 5529 5529 4780 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475076746 15512608768 12461 33554432000 4194304 4196468 140734534110336 139812671001504 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5539] ppid=5529 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5539/stat : 5539 (java) S 5529 5529 4780 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475076746 15512608768 12461 33554432000 4194304 4196468 140734534110336 139812669948912 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5540] ppid=5529 vsize=15149032 memory=-6444775992005010620 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5540/stat : 5540 (java) S 5529 5529 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475076748 15512608768 12461 33554432000 4194304 4196468 140734534110336 139812668897488 139813136287643 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5541] ppid=5529 vsize=15149032 memory=8325818968683490714 CPUtime=0.03 cores=1,3,5,7
/proc/5531/task/5541/stat : 5541 (java) S 5529 5529 4780 0 -1 1077944384 515 0 0 0 3 0 0 0 20 0 15 0 475076748 15512608768 12461 33554432000 4194304 4196468 140734534110336 139812667845104 139813136280194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5542] ppid=5529 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/5531/task/5542/stat : 5542 (java) S 5529 5529 4780 0 -1 1077944384 306 0 0 0 4 0 0 0 20 0 15 0 475076748 15512608768 12461 33554432000 4194304 4196468 140734534110336 139812666792560 139813136280194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5543] ppid=5529 vsize=15149032 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/5531/task/5543/stat : 5543 (java) S 5529 5529 4780 0 -1 1077944384 830 0 0 0 13 0 0 0 20 0 15 0 475076748 15512608768 12461 33554432000 4194304 4196468 140734534110336 139812665740016 139813136280194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5544] ppid=5529 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5544/stat : 5544 (java) S 5529 5529 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475076749 15512608768 12461 33554432000 4194304 4196468 140734534110336 139812664687712 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5545] ppid=5529 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5545/stat : 5545 (java) S 5529 5529 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475076749 15512608768 12461 33554432000 4194304 4196468 140734534110336 139812663634224 139813136280194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51036 KiB

[startup+0.701135 s]
/proc/loadavg: 8.77 7.59 4.83 8/233 5545
/proc/meminfo: memFree=6697292/32770624 swapFree=66997180/67108860
[pid=5529] ppid=5526 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5529/stat : 5529 (xcsp3-exec) S 5526 5529 4780 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475076743 115843072 363 33554432000 4194304 5098028 140724779110608 140724779108712 139837889159804 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8658944 140724779115350 140724779115609 140724779115609 140724779118534 0
/proc/5529/statm: 28282 363 304 221 0 87 0
[pid=5531] ppid=5529 vsize=15151156 memory=114464 CPUtime=1.71 cores=1,3,5,7
/proc/5531/stat : 5531 (java) S 5529 5529 4780 0 -1 1077944320 15124 0 0 0 165 6 0 0 20 0 15 0 475076743 15514783744 28616 33554432000 4194304 4196468 140734534110336 140734534092880 139813136269047 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
/proc/5531/statm: 3787789 28616 3449 1 0 3748889 0
[pid=5531/tid=5532] ppid=5529 vsize=15151156 memory=33 CPUtime=0.67 cores=1,3,5,7
/proc/5531/task/5532/stat : 5532 (java) R 5529 5529 4780 0 -1 4202560 9079 0 0 0 63 4 0 0 20 0 15 0 475076743 15514783744 28616 33554432000 4194304 4196468 140734534110336 139813140506520 139813117917995 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5533] ppid=5529 vsize=15151156 memory=288230608904420306 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5533/stat : 5533 (java) S 5529 5529 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475076744 15514783744 28616 33554432000 4194304 4196468 140734534110336 139812728597264 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5534] ppid=5529 vsize=15151156 memory=14690786136597550 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5534/stat : 5534 (java) S 5529 5529 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475076744 15514783744 28616 33554432000 4194304 4196468 140734534110336 139812727544720 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5535] ppid=5529 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5535/stat : 5535 (java) S 5529 5529 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475076744 15514783744 28616 33554432000 4194304 4196468 140734534110336 139812726492176 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5536] ppid=5529 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5536/stat : 5536 (java) S 5529 5529 4780 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475076744 15514783744 28616 33554432000 4194304 4196468 140734534110336 139812725439632 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5537] ppid=5529 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5537/stat : 5537 (java) S 5529 5529 4780 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475076745 15514783744 28616 33554432000 4194304 4196468 140734534110336 139812672055280 139813136280194 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5538] ppid=5529 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5538/stat : 5538 (java) S 5529 5529 4780 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475076746 15514783744 28616 33554432000 4194304 4196468 140734534110336 139812671001504 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5539] ppid=5529 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5539/stat : 5539 (java) S 5529 5529 4780 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475076746 15514783744 28616 33554432000 4194304 4196468 140734534110336 139812669948912 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5540] ppid=5529 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5540/stat : 5540 (java) S 5529 5529 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475076748 15514783744 28616 33554432000 4194304 4196468 140734534110336 139812668897488 139813136287643 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5541] ppid=5529 vsize=15151156 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/5531/task/5541/stat : 5541 (java) R 5529 5529 4780 0 -1 4202560 1552 0 0 0 33 0 0 0 20 0 15 0 475076748 15514783744 28616 33554432000 4194304 4196468 140734534110336 139812667844288 139813136290394 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5542] ppid=5529 vsize=15151156 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/5531/task/5542/stat : 5542 (java) R 5529 5529 4780 0 -1 4202560 1400 0 0 0 34 0 0 0 20 0 15 0 475076748 15514783744 28616 33554432000 4194304 4196468 140734534110336 139812666779408 139813136290394 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5543] ppid=5529 vsize=15151156 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/5531/task/5543/stat : 5543 (java) S 5529 5529 4780 0 -1 1077944384 1785 0 0 0 33 0 0 0 20 0 15 0 475076748 15514783744 28616 33554432000 4194304 4196468 140734534110336 139812665740016 139813136280194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5544] ppid=5529 vsize=15151156 memory=4638778411217669456 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5544/stat : 5544 (java) S 5529 5529 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475076749 15514783744 28616 33554432000 4194304 4196468 140734534110336 139812664687712 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5545] ppid=5529 vsize=15151156 memory=7445403891873575273 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5545/stat : 5545 (java) S 5529 5529 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475076749 15514783744 28616 33554432000 4194304 4196468 140734534110336 139812663634224 139813136280194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 115916 KiB

[startup+1.50114 s]
/proc/loadavg: 8.77 7.59 4.83 6/233 5545
/proc/meminfo: memFree=6573056/32770624 swapFree=66997180/67108860
[pid=5529] ppid=5526 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5529/stat : 5529 (xcsp3-exec) S 5526 5529 4780 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475076743 115843072 363 33554432000 4194304 5098028 140724779110608 140724779108712 139837889159804 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8658944 140724779115350 140724779115609 140724779115609 140724779118534 0
/proc/5529/statm: 28282 363 304 221 0 87 0

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

/proc/5531/task/5545/stat : 5545 (java) S 5529 5529 4780 0 -1 1077944384 410 0 0 0 0 0 0 0 20 0 19 0 475076749 15925850112 71600 33554432000 4194304 4196468 140734534110336 139812663634224 139813136280194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5600] ppid=5529 vsize=15552588 memory=988 CPUtime=13.84 cores=1,3,5,7
/proc/5531/task/5600/stat : 5600 (java) R 5529 5529 4780 0 -1 4202560 153 0 0 0 1384 0 0 0 20 0 19 0 475077582 15925850112 71600 33554432000 4194304 4196468 140734534110336 139812447812592 139812751210760 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5601] ppid=5529 vsize=15552588 memory=3644 CPUtime=13.92 cores=1,3,5,7
/proc/5531/task/5601/stat : 5601 (java) R 5529 5529 4780 0 -1 4202560 1363 0 0 0 1392 0 0 0 20 0 19 0 475077582 15925850112 71600 33554432000 4194304 4196468 140734534110336 139812446763160 139812751210415 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5602] ppid=5529 vsize=15552588 memory=2828 CPUtime=13.75 cores=1,3,5,7
/proc/5531/task/5602/stat : 5602 (java) R 5529 5529 4780 0 -1 4202560 385 0 0 0 1375 0 0 0 20 0 19 0 475077582 15925850112 71600 33554432000 4194304 4196468 140734534110336 139812449919576 139812751210760 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5603] ppid=5529 vsize=15552588 memory=1048 CPUtime=13.86 cores=1,3,5,7
/proc/5531/task/5603/stat : 5603 (java) R 5529 5529 4780 0 -1 4202560 853 0 0 0 1386 0 0 0 20 0 19 0 475077582 15925850112 71600 33554432000 4194304 4196468 140734534110336 139812450971528 139812751210533 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
Current children cumulated CPU time: 87.07 s
Current children cumulated vsize: 15665716 KiB
Current children cumulated memory: 287852 KiB

[startup+24.0012 s]*
/proc/loadavg: 9.00 7.73 4.95 10/237 5726
/proc/meminfo: memFree=10419192/32770624 swapFree=66997180/67108860
[pid=5529] ppid=5526 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5529/stat : 5529 (xcsp3-exec) S 5526 5529 4780 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475076743 115843072 363 33554432000 4194304 5098028 140724779110608 140724779108712 139837889159804 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8658944 140724779115350 140724779115609 140724779115609 140724779118534 0
/proc/5529/statm: 28282 363 304 221 0 87 0
[pid=5531] ppid=5529 vsize=15552588 memory=290508 CPUtime=93.45 cores=1,3,5,7
/proc/5531/stat : 5531 (java) S 5529 5529 4780 0 -1 1077944320 41815 0 0 0 9325 20 0 0 20 0 19 0 475076743 15925850112 72627 33554432000 4194304 4196468 140734534110336 140734534092880 139813136269047 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
/proc/5531/statm: 3888147 72627 3525 1 0 3849247 0
[pid=5531/tid=5532] ppid=5529 vsize=15552588 memory=7232890293113415765 CPUtime=1.28 cores=1,3,5,7
/proc/5531/task/5532/stat : 5532 (java) S 5529 5529 4780 0 -1 1077944384 9572 0 0 0 122 6 0 0 20 0 19 0 475076743 15925850112 72627 33554432000 4194304 4196468 140734534110336 139813140509824 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5533] ppid=5529 vsize=15552588 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5531/task/5533/stat : 5533 (java) S 5529 5529 4780 0 -1 1077944384 108 0 0 0 1 1 0 0 20 0 19 0 475076744 15925850112 72627 33554432000 4194304 4196468 140734534110336 139812728597264 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5534] ppid=5529 vsize=15552588 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/5531/task/5534/stat : 5534 (java) S 5529 5529 4780 0 -1 1077944384 77 0 0 0 2 1 0 0 20 0 19 0 475076744 15925850112 72627 33554432000 4194304 4196468 140734534110336 139812727544720 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5535] ppid=5529 vsize=15552588 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5531/task/5535/stat : 5535 (java) S 5529 5529 4780 0 -1 1077944384 91 0 0 0 1 1 0 0 20 0 19 0 475076744 15925850112 72627 33554432000 4194304 4196468 140734534110336 139812726492176 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5536] ppid=5529 vsize=15552588 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5531/task/5536/stat : 5536 (java) S 5529 5529 4780 0 -1 1077944384 113 0 0 0 1 1 0 0 20 0 19 0 475076744 15925850112 72627 33554432000 4194304 4196468 140734534110336 139812725439632 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5537] ppid=5529 vsize=15552588 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5537/stat : 5537 (java) S 5529 5529 4780 0 -1 1077944384 405 0 0 0 0 0 0 0 20 0 19 0 475076745 15925850112 72627 33554432000 4194304 4196468 140734534110336 139812672055280 139813136280194 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5538] ppid=5529 vsize=15552588 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5538/stat : 5538 (java) S 5529 5529 4780 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 475076746 15925850112 72627 33554432000 4194304 4196468 140734534110336 139812671001568 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5539] ppid=5529 vsize=15552588 memory=6075463926107164752 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5539/stat : 5539 (java) S 5529 5529 4780 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 475076746 15925850112 72627 33554432000 4194304 4196468 140734534110336 139812669948928 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5540] ppid=5529 vsize=15552588 memory=7885076618466189922 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5540/stat : 5540 (java) S 5529 5529 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475076748 15925850112 72627 33554432000 4194304 4196468 140734534110336 139812668897488 139813136287643 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5541] ppid=5529 vsize=15552588 memory=0 CPUtime=2.74 cores=1,3,5,7
/proc/5531/task/5541/stat : 5541 (java) S 5529 5529 4780 0 -1 1077944384 9734 0 0 0 273 1 0 0 20 0 19 0 475076748 15925850112 72627 33554432000 4194304 4196468 140734534110336 139812667845104 139813136280194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5542] ppid=5529 vsize=15552588 memory=2321942286992161073 CPUtime=2.24 cores=1,3,5,7
/proc/5531/task/5542/stat : 5542 (java) S 5529 5529 4780 0 -1 1077944384 6130 0 0 0 223 1 0 0 20 0 19 0 475076748 15925850112 72627 33554432000 4194304 4196468 140734534110336 139812666792560 139813136280194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5543] ppid=5529 vsize=15552588 memory=2319529070856943280 CPUtime=0.87 cores=1,3,5,7
/proc/5531/task/5543/stat : 5543 (java) S 5529 5529 4780 0 -1 1077944384 8192 0 0 0 85 2 0 0 20 0 19 0 475076748 15925850112 72627 33554432000 4194304 4196468 140734534110336 139812665740016 139813136280194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5544] ppid=5529 vsize=15552588 memory=2211 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5544/stat : 5544 (java) S 5529 5529 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475076749 15925850112 72627 33554432000 4194304 4196468 140734534110336 139812664687712 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5545] ppid=5529 vsize=15552588 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5531/task/5545/stat : 5545 (java) S 5529 5529 4780 0 -1 1077944384 420 0 0 0 0 1 0 0 20 0 19 0 475076749 15925850112 72627 33554432000 4194304 4196468 140734534110336 139812663634224 139813136280194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5600] ppid=5529 vsize=15552588 memory=3763099673816014896 CPUtime=15.44 cores=1,3,5,7
/proc/5531/task/5600/stat : 5600 (java) R 5529 5529 4780 0 -1 4202560 179 0 0 0 1544 0 0 0 20 0 19 0 475077582 15925850112 72627 33554432000 4194304 4196468 140734534110336 139812447812592 139812751210257 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5601] ppid=5529 vsize=15552588 memory=2320534916354744369 CPUtime=15.48 cores=1,3,5,7
/proc/5531/task/5601/stat : 5601 (java) R 5529 5529 4780 0 -1 4202560 1745 0 0 0 1548 0 0 0 20 0 19 0 475077582 15925850112 72627 33554432000 4194304 4196468 140734534110336 139812446763992 139812751785268 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5602] ppid=5529 vsize=15552588 memory=2319529044701135776 CPUtime=15.35 cores=1,3,5,7
/proc/5531/task/5602/stat : 5602 (java) R 5529 5529 4780 0 -1 4202560 484 0 0 0 1535 0 0 0 20 0 19 0 475077582 15925850112 72627 33554432000 4194304 4196468 140734534110336 139812449919576 139812751210610 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5603] ppid=5529 vsize=15552588 memory=0 CPUtime=15.46 cores=1,3,5,7
/proc/5531/task/5603/stat : 5603 (java) R 5529 5529 4780 0 -1 4202560 1041 0 0 0 1546 0 0 0 20 0 19 0 475077582 15925850112 72627 33554432000 4194304 4196468 140734534110336 139812450971352 139812751210361 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
Current children cumulated CPU time: 93.45 s
Current children cumulated vsize: 15665716 KiB
Current children cumulated memory: 291960 KiB

[startup+24.8021 s]
/proc/loadavg: 9.00 7.73 4.95 10/237 5726
/proc/meminfo: memFree=10419192/32770624 swapFree=66997180/67108860
[pid=5529] ppid=5526 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5529/stat : 5529 (xcsp3-exec) S 5526 5529 4780 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475076743 115843072 363 33554432000 4194304 5098028 140724779110608 140724779108712 139837889159804 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8658944 140724779115350 140724779115609 140724779115609 140724779118534 0
/proc/5529/statm: 28282 363 304 221 0 87 0
[pid=5531] ppid=5529 vsize=15552588 memory=292588 CPUtime=96.61 cores=1,3,5,7
/proc/5531/stat : 5531 (java) S 5529 5529 4780 0 -1 1077944320 43026 0 0 0 9641 20 0 0 20 0 19 0 475076743 15925850112 73147 33554432000 4194304 4196468 140734534110336 140734534092880 139813136269047 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
/proc/5531/statm: 3888147 73147 3525 1 0 3849247 0
[pid=5531/tid=5532] ppid=5529 vsize=15552588 memory=7682475212697334547 CPUtime=1.28 cores=1,3,5,7
/proc/5531/task/5532/stat : 5532 (java) S 5529 5529 4780 0 -1 1077944384 9572 0 0 0 122 6 0 0 20 0 19 0 475076743 15925850112 73147 33554432000 4194304 4196468 140734534110336 139813140509824 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5533] ppid=5529 vsize=15552588 memory=7682475212697334586 CPUtime=0.02 cores=1,3,5,7
/proc/5531/task/5533/stat : 5533 (java) S 5529 5529 4780 0 -1 1077944384 108 0 0 0 1 1 0 0 20 0 19 0 475076744 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812728597264 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5534] ppid=5529 vsize=15552588 memory=4137292528961491315 CPUtime=0.03 cores=1,3,5,7
/proc/5531/task/5534/stat : 5534 (java) S 5529 5529 4780 0 -1 1077944384 77 0 0 0 2 1 0 0 20 0 19 0 475076744 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812727544720 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5535] ppid=5529 vsize=15552588 memory=6155948486161963688 CPUtime=0.02 cores=1,3,5,7
/proc/5531/task/5535/stat : 5535 (java) S 5529 5529 4780 0 -1 1077944384 91 0 0 0 1 1 0 0 20 0 19 0 475076744 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812726492176 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5536] ppid=5529 vsize=15552588 memory=-7379238586186035044 CPUtime=0.02 cores=1,3,5,7
/proc/5531/task/5536/stat : 5536 (java) S 5529 5529 4780 0 -1 1077944384 113 0 0 0 1 1 0 0 20 0 19 0 475076744 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812725439632 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5537] ppid=5529 vsize=15552588 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5537/stat : 5537 (java) S 5529 5529 4780 0 -1 1077944384 406 0 0 0 0 0 0 0 20 0 19 0 475076745 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812672055280 139813136280194 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5538] ppid=5529 vsize=15552588 memory=290496 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5538/stat : 5538 (java) S 5529 5529 4780 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 475076746 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812671001568 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5539] ppid=5529 vsize=15552588 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5539/stat : 5539 (java) S 5529 5529 4780 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 475076746 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812669948928 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5540] ppid=5529 vsize=15552588 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5540/stat : 5540 (java) S 5529 5529 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475076748 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812668897488 139813136287643 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5541] ppid=5529 vsize=15552588 memory=0 CPUtime=2.77 cores=1,3,5,7
/proc/5531/task/5541/stat : 5541 (java) S 5529 5529 4780 0 -1 1077944384 10923 0 0 0 276 1 0 0 20 0 19 0 475076748 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812667845104 139813136280194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5542] ppid=5529 vsize=15552588 memory=0 CPUtime=2.24 cores=1,3,5,7
/proc/5531/task/5542/stat : 5542 (java) S 5529 5529 4780 0 -1 1077944384 6130 0 0 0 223 1 0 0 20 0 19 0 475076748 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812666792560 139813136280194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5543] ppid=5529 vsize=15552588 memory=279682231810560 CPUtime=0.87 cores=1,3,5,7
/proc/5531/task/5543/stat : 5543 (java) S 5529 5529 4780 0 -1 1077944384 8192 0 0 0 85 2 0 0 20 0 19 0 475076748 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812665740016 139813136280194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5544] ppid=5529 vsize=15552588 memory=1593 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5544/stat : 5544 (java) S 5529 5529 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475076749 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812664687712 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5545] ppid=5529 vsize=15552588 memory=1597 CPUtime=0.01 cores=1,3,5,7
/proc/5531/task/5545/stat : 5545 (java) S 5529 5529 4780 0 -1 1077944384 420 0 0 0 0 1 0 0 20 0 19 0 475076749 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812663634224 139813136280194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5600] ppid=5529 vsize=15552588 memory=1584 CPUtime=16.21 cores=1,3,5,7
/proc/5531/task/5600/stat : 5600 (java) R 5529 5529 4780 0 -1 4202560 179 0 0 0 1621 0 0 0 20 0 19 0 475077582 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812447812944 139812752006804 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5601] ppid=5529 vsize=15552588 memory=1595 CPUtime=16.27 cores=1,3,5,7
/proc/5531/task/5601/stat : 5601 (java) R 5529 5529 4780 0 -1 4202560 1755 0 0 0 1627 0 0 0 20 0 19 0 475077582 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812446761432 139812751760995 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5602] ppid=5529 vsize=15552588 memory=0 CPUtime=16.14 cores=1,3,5,7
/proc/5531/task/5602/stat : 5602 (java) R 5529 5529 4780 0 -1 4202560 484 0 0 0 1614 0 0 0 20 0 19 0 475077582 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812449919576 139812751760711 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5603] ppid=5529 vsize=15552588 memory=0 CPUtime=16.24 cores=1,3,5,7
/proc/5531/task/5603/stat : 5603 (java) R 5529 5529 4780 0 -1 4202560 1052 0 0 0 1624 0 0 0 20 0 19 0 475077582 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812450971944 139812751210379 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
Current children cumulated CPU time: 96.61 s
Current children cumulated vsize: 15665716 KiB
Current children cumulated memory: 294040 KiB

[startup+25.2101 s]
/proc/loadavg: 9.00 7.73 4.95 9/237 5726
/proc/meminfo: memFree=10412832/32770624 swapFree=66997180/67108860
[pid=5529] ppid=5526 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5529/stat : 5529 (xcsp3-exec) S 5526 5529 4780 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475076743 115843072 363 33554432000 4194304 5098028 140724779110608 140724779108712 139837889159804 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8658944 140724779115350 140724779115609 140724779115609 140724779118534 0
/proc/5529/statm: 28282 363 304 221 0 87 0
[pid=5531] ppid=5529 vsize=15552588 memory=292588 CPUtime=98.22 cores=1,3,5,7
/proc/5531/stat : 5531 (java) S 5529 5529 4780 0 -1 1077944320 43026 0 0 0 9802 20 0 0 20 0 19 0 475076743 15925850112 73147 33554432000 4194304 4196468 140734534110336 140734534092880 139813136269047 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
/proc/5531/statm: 3888147 73147 3525 1 0 3849247 0
[pid=5531/tid=5532] ppid=5529 vsize=15552588 memory=0 CPUtime=1.28 cores=1,3,5,7
/proc/5531/task/5532/stat : 5532 (java) S 5529 5529 4780 0 -1 1077944384 9572 0 0 0 122 6 0 0 20 0 19 0 475076743 15925850112 73147 33554432000 4194304 4196468 140734534110336 139813140509824 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5533] ppid=5529 vsize=15552588 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5531/task/5533/stat : 5533 (java) S 5529 5529 4780 0 -1 1077944384 108 0 0 0 1 1 0 0 20 0 19 0 475076744 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812728597264 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5534] ppid=5529 vsize=15552588 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/5531/task/5534/stat : 5534 (java) S 5529 5529 4780 0 -1 1077944384 77 0 0 0 2 1 0 0 20 0 19 0 475076744 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812727544720 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5535] ppid=5529 vsize=15552588 memory=6656426216303648864 CPUtime=0.02 cores=1,3,5,7
/proc/5531/task/5535/stat : 5535 (java) S 5529 5529 4780 0 -1 1077944384 91 0 0 0 1 1 0 0 20 0 19 0 475076744 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812726492176 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5536] ppid=5529 vsize=15552588 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5531/task/5536/stat : 5536 (java) S 5529 5529 4780 0 -1 1077944384 113 0 0 0 1 1 0 0 20 0 19 0 475076744 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812725439632 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5537] ppid=5529 vsize=15552588 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5537/stat : 5537 (java) S 5529 5529 4780 0 -1 1077944384 406 0 0 0 0 0 0 0 20 0 19 0 475076745 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812672055280 139813136280194 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5538] ppid=5529 vsize=15552588 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5538/stat : 5538 (java) S 5529 5529 4780 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 475076746 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812671001568 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5539] ppid=5529 vsize=15552588 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5539/stat : 5539 (java) S 5529 5529 4780 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 475076746 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812669948928 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5540] ppid=5529 vsize=15552588 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5540/stat : 5540 (java) S 5529 5529 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475076748 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812668897488 139813136287643 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5541] ppid=5529 vsize=15552588 memory=0 CPUtime=2.77 cores=1,3,5,7
/proc/5531/task/5541/stat : 5541 (java) S 5529 5529 4780 0 -1 1077944384 10923 0 0 0 276 1 0 0 20 0 19 0 475076748 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812667845104 139813136280194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5542] ppid=5529 vsize=15552588 memory=0 CPUtime=2.24 cores=1,3,5,7
/proc/5531/task/5542/stat : 5542 (java) S 5529 5529 4780 0 -1 1077944384 6130 0 0 0 223 1 0 0 20 0 19 0 475076748 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812666792560 139813136280194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5543] ppid=5529 vsize=15552588 memory=0 CPUtime=0.87 cores=1,3,5,7
/proc/5531/task/5543/stat : 5543 (java) S 5529 5529 4780 0 -1 1077944384 8192 0 0 0 85 2 0 0 20 0 19 0 475076748 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812665740016 139813136280194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5544] ppid=5529 vsize=15552588 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5531/task/5544/stat : 5544 (java) S 5529 5529 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475076749 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812664687712 139813136279253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5545] ppid=5529 vsize=15552588 memory=292556 CPUtime=0.01 cores=1,3,5,7
/proc/5531/task/5545/stat : 5545 (java) S 5529 5529 4780 0 -1 1077944384 420 0 0 0 0 1 0 0 20 0 19 0 475076749 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812663634224 139813136280194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5600] ppid=5529 vsize=15552588 memory=288283381301814308 CPUtime=16.62 cores=1,3,5,7
/proc/5531/task/5600/stat : 5600 (java) R 5529 5529 4780 0 -1 4202560 179 0 0 0 1662 0 0 0 20 0 19 0 475077582 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812447812944 139812751210482 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5601] ppid=5529 vsize=15552588 memory=0 CPUtime=16.68 cores=1,3,5,7
/proc/5531/task/5601/stat : 5601 (java) R 5529 5529 4780 0 -1 4202560 1755 0 0 0 1668 0 0 0 20 0 19 0 475077582 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812446761432 139812751210510 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5602] ppid=5529 vsize=15552588 memory=0 CPUtime=16.55 cores=1,3,5,7
/proc/5531/task/5602/stat : 5602 (java) R 5529 5529 4780 0 -1 4202560 484 0 0 0 1655 0 0 0 20 0 19 0 475077582 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812449919576 139812751210474 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
[pid=5531/tid=5603] ppid=5529 vsize=15552588 memory=0 CPUtime=16.63 cores=1,3,5,7
/proc/5531/task/5603/stat : 5603 (java) R 5529 5529 4780 0 -1 4202560 1052 0 0 0 1663 0 0 0 20 0 19 0 475077582 15925850112 73147 33554432000 4194304 4196468 140734534110336 139812450971944 139812751210469 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26861568 140734534112219 140734534112394 140734534112394 140734534115279 0
Current children cumulated CPU time: 98.22 s
Current children cumulated vsize: 15665716 KiB
Current children cumulated memory: 294040 KiB

Child status: 0
Real time (s): 25.2874
CPU time (s): 98.5138
CPU user time (s): 98.304
CPU system time (s): 0.20979
CPU usage (%): 389.577
Max. virtual memory (cumulated for all children) (KiB): 15665716
Max. memory (cumulated for all children) (KiB): 294040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 98.304
system time used= 0.20979
maximum resident set size= 295104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44498
page faults= 0
swaps= 0
block input operations= 0
block output operations= 120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3909
involuntary context switches= 2512


# summary of solver processes directly reported to runsolver:
#   pid: 5529
#   total CPU time (s): 98.5138
#   total CPU user time (s): 98.304
#   total CPU system time (s): 0.20979

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.17153 second user time and 0.353525 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-20 16:55:43
IDJOB=4403816
IDBENCH=127986
IDSOLVER=2863
FILE ID=node140/4403816-1568991384
RUNJOBID= node140-1568990707-4812
PBS_JOBID= 21704649
Free space on /var/tmp= 13484 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-2.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403816-1568991384/watcher-4403816-1568991384 -o /var/tmp/evaluation-result-4403816-1568991384/solver-4403816-1568991384 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1568990707-4812 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1938246157 HOME/instance-4403816-1568991384.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 6e9eac7fa543eb44f101d0276de9753d
RANDOM SEED=1938246157

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:         6763340 kB
MemAvailable:   27674036 kB
Buffers:          155940 kB
Cached:         20697196 kB
SwapCached:         2432 kB
Active:         14466312 kB
Inactive:       10568316 kB
Active(anon):    4177520 kB
Inactive(anon):    50748 kB
Active(file):   10288792 kB
Inactive(file): 10517568 kB
Unevictable:      107448 kB
Mlocked:          107448 kB
SwapTotal:      67108860 kB
SwapFree:       66997180 kB
Dirty:             26884 kB
Writeback:             0 kB
AnonPages:       4299432 kB
Mapped:            64976 kB
Shmem:             38284 kB
Slab:             561424 kB
SReclaimable:     532796 kB
SUnreclaim:        28628 kB
KernelStack:        4064 kB
PageTables:        14092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5367464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4175872 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= 13456 MiB
End job on node140 at 2019-09-20 16:56:08