Trace number 4400514

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-16OPT25 103.804 26.5579

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-6.xml
MD5SUM0bc555941feddabd64880acf40a70a83
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark37.0951
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains25
Minimum domain size3
Maximum domain size25
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":6},{"size":5,"count":12},{"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-4400514-1568694280.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4400514-1568694280.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
3.49/1.33	c solve instance...
3.80/1.40	o -1000 
20.47/5.62	o -981 
20.47/5.63	o -980 
20.47/5.63	o -980 
20.47/5.64	o -978 
20.47/5.65	o -971 
20.47/5.66	o -969 
20.47/5.69	o 2 
22.06/6.03	o 20 
29.59/7.92	o 25 
103.60/26.55	s OPTIMUM FOUND
103.60/26.55	v <instantiation>
103.60/26.55	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>
103.60/26.55	v 	<values>1 2 3 4 10 -1 0 6 7 15 9 -1 -1 -1 8 16 17 23 -1 -1 14 20 21 22 0 1 2 3 4 -1 17 16 15 6 5 -1 -1 -1 14 7 8 9 -1 -1 13 12 11 10 1 -5 5 5 4 0 -6 0 8 1 7 0 0 0 4 -2 -5 4 0 0 3 -5 6 0 </values>
103.60/26.55	v </instantiation>

Verifier Data

OK	25

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400514-1568694280/watcher-4400514-1568694280 -o /tmp/evaluation-result-4400514-1568694280/solver-4400514-1568694280 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568694194-22971 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1248320735 HOME/instance-4400514-1568694280.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
solver pid=23169, runsolver pid=23166
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 4.89 2.35 1.79 7/233 23185
/proc/meminfo: memFree=28069360/32770624 swapFree=66959728/67108860
[pid=23169] ppid=23166 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23169/stat : 23169 (xcsp3-exec) S 23166 23169 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445368153 115843072 363 33554432000 4194304 5098028 140735244138032 140735244136136 140367182283388 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16732160 140735244141434 140735244141677 140735244141677 140735244144586 0
/proc/23169/statm: 28282 363 304 221 0 87 0
[pid=23171] ppid=23169 vsize=15144776 memory=27468 CPUtime=0.13 cores=1,3,5,7
/proc/23171/stat : 23171 (java) S 23169 23169 22939 0 -1 1077944320 5803 0 0 0 12 1 0 0 20 0 15 0 445368153 15508250624 6867 33554432000 4194304 4196468 140723072277232 140723072259776 139737665871607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
/proc/23171/statm: 3786194 6867 3179 1 0 3748377 0
[pid=23171/tid=23172] ppid=23169 vsize=15144776 memory=-6962121287837372198 CPUtime=0.08 cores=1,3,5,7
/proc/23171/task/23172/stat : 23172 (java) R 23169 23169 22939 0 -1 4202560 3632 0 0 0 8 0 0 0 20 0 15 0 445368153 15508250624 6867 33554432000 4194304 4196468 140723072277232 139737670102752 139737665892954 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23173] ppid=23169 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23173/stat : 23173 (java) S 23169 23169 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445368154 15508250624 6867 33554432000 4194304 4196468 140723072277232 139737258715920 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23174] ppid=23169 vsize=15144776 memory=140070518982272 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23174/stat : 23174 (java) S 23169 23169 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445368154 15508250624 6867 33554432000 4194304 4196468 140723072277232 139737257663376 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23175] ppid=23169 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23175/stat : 23175 (java) S 23169 23169 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445368154 15508250624 6867 33554432000 4194304 4196468 140723072277232 139737256610832 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23176] ppid=23169 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23176/stat : 23176 (java) S 23169 23169 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445368154 15508250624 6867 33554432000 4194304 4196468 140723072277232 139737255558288 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23177] ppid=23169 vsize=15144776 memory=140070518982272 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23177/stat : 23177 (java) S 23169 23169 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445368155 15508250624 6867 33554432000 4194304 4196468 140723072277232 139736539240432 139737665882754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23178] ppid=23169 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23178/stat : 23178 (java) S 23169 23169 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445368156 15508250624 6867 33554432000 4194304 4196468 140723072277232 139736538186656 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23179] ppid=23169 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23179/stat : 23179 (java) S 23169 23169 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445368156 15508250624 6867 33554432000 4194304 4196468 140723072277232 139736537134064 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23180] ppid=23169 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23180/stat : 23180 (java) S 23169 23169 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445368158 15508250624 6867 33554432000 4194304 4196468 140723072277232 139736536082640 139737665890203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23181] ppid=23169 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23181/stat : 23181 (java) R 23169 23169 22939 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 15 0 445368158 15508250624 6867 33554432000 4194304 4196468 140723072277232 139736535030256 139737665882754 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23182] ppid=23169 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23182/stat : 23182 (java) R 23169 23169 22939 0 -1 4202560 162 0 0 0 0 0 0 0 20 0 15 0 445368158 15508250624 6867 33554432000 4194304 4196468 140723072277232 139736533977712 139737643704464 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23183] ppid=23169 vsize=15144776 memory=140070518982272 CPUtime=0.02 cores=1,3,5,7
/proc/23171/task/23183/stat : 23183 (java) R 23169 23169 22939 0 -1 4202560 413 0 0 0 2 0 0 0 20 0 15 0 445368158 15508250624 6867 33554432000 4194304 4196468 140723072277232 139736532925168 139737658108734 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23184] ppid=23169 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23184/stat : 23184 (java) S 23169 23169 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445368158 15508250624 6867 33554432000 4194304 4196468 140723072277232 139736531872864 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23185] ppid=23169 vsize=15144776 memory=140070518982272 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23185/stat : 23185 (java) S 23169 23169 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445368159 15508250624 6867 33554432000 4194304 4196468 140723072277232 139736530819376 139737665882754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 28920 KiB

[startup+0.210736 s]*
/proc/loadavg: 4.89 2.35 1.79 7/233 23185
/proc/meminfo: memFree=28056720/32770624 swapFree=66959728/67108860
[pid=23169] ppid=23166 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23169/stat : 23169 (xcsp3-exec) S 23166 23169 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445368153 115843072 363 33554432000 4194304 5098028 140735244138032 140735244136136 140367182283388 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16732160 140735244141434 140735244141677 140735244141677 140735244144586 0
/proc/23169/statm: 28282 363 304 221 0 87 0
[pid=23171] ppid=23169 vsize=15144776 memory=39868 CPUtime=0.34 cores=1,3,5,7
/proc/23171/stat : 23171 (java) S 23169 23169 22939 0 -1 1077944320 9704 0 0 0 32 2 0 0 20 0 15 0 445368153 15508250624 9967 33554432000 4194304 4196468 140723072277232 140723072259776 139737665871607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
/proc/23171/statm: 3786194 9967 3301 1 0 3748377 0
[pid=23171/tid=23172] ppid=23169 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/23171/task/23172/stat : 23172 (java) R 23169 23169 22939 0 -1 4202560 6651 0 0 0 18 2 0 0 20 0 15 0 445368153 15508250624 9967 33554432000 4194304 4196468 140723072277232 139737670103520 139737649952094 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23173] ppid=23169 vsize=15144776 memory=1965946 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23173/stat : 23173 (java) S 23169 23169 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445368154 15508250624 9967 33554432000 4194304 4196468 140723072277232 139737258715920 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23174] ppid=23169 vsize=15144776 memory=140070522335091 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23174/stat : 23174 (java) S 23169 23169 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445368154 15508250624 9967 33554432000 4194304 4196468 140723072277232 139737257663376 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23175] ppid=23169 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23175/stat : 23175 (java) S 23169 23169 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445368154 15508250624 9967 33554432000 4194304 4196468 140723072277232 139737256610832 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23176] ppid=23169 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23176/stat : 23176 (java) S 23169 23169 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445368154 15508250624 9967 33554432000 4194304 4196468 140723072277232 139737255558288 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23177] ppid=23169 vsize=15144776 memory=140070518982272 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23177/stat : 23177 (java) S 23169 23169 22939 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 445368155 15508250624 9967 33554432000 4194304 4196468 140723072277232 139736539240432 139737665882754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23178] ppid=23169 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23178/stat : 23178 (java) S 23169 23169 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445368156 15508250624 9967 33554432000 4194304 4196468 140723072277232 139736538186656 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23179] ppid=23169 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23179/stat : 23179 (java) S 23169 23169 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445368156 15508250624 9967 33554432000 4194304 4196468 140723072277232 139736537134064 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23180] ppid=23169 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23180/stat : 23180 (java) S 23169 23169 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445368158 15508250624 9967 33554432000 4194304 4196468 140723072277232 139736536082640 139737665890203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23181] ppid=23169 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23171/task/23181/stat : 23181 (java) S 23169 23169 22939 0 -1 1077944384 423 0 0 0 2 0 0 0 20 0 15 0 445368158 15508250624 9967 33554432000 4194304 4196468 140723072277232 139736535030256 139737665882754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23182] ppid=23169 vsize=15144776 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/23171/task/23182/stat : 23182 (java) S 23169 23169 22939 0 -1 1077944384 381 0 0 0 3 0 0 0 20 0 15 0 445368158 15508250624 9967 33554432000 4194304 4196468 140723072277232 139736533977712 139737665882754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23183] ppid=23169 vsize=15144776 memory=140070518982272 CPUtime=0.08 cores=1,3,5,7
/proc/23171/task/23183/stat : 23183 (java) S 23169 23169 22939 0 -1 1077944384 945 0 0 0 8 0 0 0 20 0 15 0 445368158 15508250624 9967 33554432000 4194304 4196468 140723072277232 139736532925168 139737665882754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23184] ppid=23169 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23184/stat : 23184 (java) S 23169 23169 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445368158 15508250624 9967 33554432000 4194304 4196468 140723072277232 139736531872864 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23185] ppid=23169 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23185/stat : 23185 (java) S 23169 23169 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445368159 15508250624 9967 33554432000 4194304 4196468 140723072277232 139736530819376 139737665882754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41320 KiB

[startup+0.311843 s]*
/proc/loadavg: 4.89 2.35 1.79 8/233 23185
/proc/meminfo: memFree=28048716/32770624 swapFree=66959728/67108860
[pid=23169] ppid=23166 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23169/stat : 23169 (xcsp3-exec) S 23166 23169 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445368153 115843072 363 33554432000 4194304 5098028 140735244138032 140735244136136 140367182283388 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16732160 140735244141434 140735244141677 140735244141677 140735244144586 0
/proc/23169/statm: 28282 363 304 221 0 87 0
[pid=23171] ppid=23169 vsize=15149032 memory=49196 CPUtime=0.53 cores=1,3,5,7
/proc/23171/stat : 23171 (java) S 23169 23169 22939 0 -1 1077944320 11191 0 0 0 50 3 0 0 20 0 15 0 445368153 15512608768 12299 33554432000 4194304 4196468 140723072277232 140723072259776 139737665871607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
/proc/23171/statm: 3787258 12299 3356 1 0 3748377 0
[pid=23171/tid=23172] ppid=23169 vsize=15149032 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/23171/task/23172/stat : 23172 (java) R 23169 23169 22939 0 -1 4202560 7813 0 0 0 27 3 0 0 20 0 15 0 445368153 15512608768 12364 33554432000 4194304 4196468 140723072277232 139737670106512 139737649952094 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23173] ppid=23169 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23173/stat : 23173 (java) S 23169 23169 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445368154 15512608768 12364 33554432000 4194304 4196468 140723072277232 139737258715920 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23174] ppid=23169 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23174/stat : 23174 (java) S 23169 23169 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445368154 15512608768 12364 33554432000 4194304 4196468 140723072277232 139737257663376 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23175] ppid=23169 vsize=15149032 memory=-3040564339105353098 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23175/stat : 23175 (java) S 23169 23169 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445368154 15512608768 12364 33554432000 4194304 4196468 140723072277232 139737256610832 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23176] ppid=23169 vsize=15149032 memory=7161331908245094050 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23176/stat : 23176 (java) S 23169 23169 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445368154 15512608768 12364 33554432000 4194304 4196468 140723072277232 139737255558288 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23177] ppid=23169 vsize=15149032 memory=6944656591801720471 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23177/stat : 23177 (java) S 23169 23169 22939 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 445368155 15512608768 12364 33554432000 4194304 4196468 140723072277232 139736539240432 139737665882754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23178] ppid=23169 vsize=15149032 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23178/stat : 23178 (java) S 23169 23169 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445368156 15512608768 12364 33554432000 4194304 4196468 140723072277232 139736538186656 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23179] ppid=23169 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23179/stat : 23179 (java) S 23169 23169 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445368156 15512608768 12364 33554432000 4194304 4196468 140723072277232 139736537134064 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23180] ppid=23169 vsize=15149032 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23180/stat : 23180 (java) S 23169 23169 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445368158 15512608768 12364 33554432000 4194304 4196468 140723072277232 139736536082640 139737665890203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23181] ppid=23169 vsize=15149032 memory=4426078206164241782 CPUtime=0.04 cores=1,3,5,7
/proc/23171/task/23181/stat : 23181 (java) S 23169 23169 22939 0 -1 1077944384 476 0 0 0 4 0 0 0 20 0 15 0 445368158 15512608768 12364 33554432000 4194304 4196468 140723072277232 139736535030256 139737665882754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23182] ppid=23169 vsize=15149032 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/23171/task/23182/stat : 23182 (java) R 23169 23169 22939 0 -1 4202560 489 0 0 0 5 0 0 0 20 0 15 0 445368158 15512608768 12364 33554432000 4194304 4196468 140723072277232 139736533958728 139737647396141 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23183] ppid=23169 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/23171/task/23183/stat : 23183 (java) S 23169 23169 22939 0 -1 1077944384 1114 0 0 0 12 0 0 0 20 0 15 0 445368158 15512608768 12364 33554432000 4194304 4196468 140723072277232 139736532925168 139737665882754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23184] ppid=23169 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23184/stat : 23184 (java) S 23169 23169 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445368158 15512608768 12364 33554432000 4194304 4196468 140723072277232 139736531872864 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23185] ppid=23169 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23185/stat : 23185 (java) S 23169 23169 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445368159 15512608768 12364 33554432000 4194304 4196468 140723072277232 139736530819376 139737665882754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50648 KiB

[startup+0.702106 s]
/proc/loadavg: 4.89 2.35 1.79 10/233 23185
/proc/meminfo: memFree=28020984/32770624 swapFree=66959728/67108860
[pid=23169] ppid=23166 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23169/stat : 23169 (xcsp3-exec) S 23166 23169 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445368153 115843072 363 33554432000 4194304 5098028 140735244138032 140735244136136 140367182283388 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16732160 140735244141434 140735244141677 140735244141677 140735244144586 0
/proc/23169/statm: 28282 363 304 221 0 87 0
[pid=23171] ppid=23169 vsize=15151156 memory=116532 CPUtime=1.73 cores=1,3,5,7
/proc/23171/stat : 23171 (java) S 23169 23169 22939 0 -1 1077944320 16145 0 0 0 167 6 0 0 20 0 15 0 445368153 15514783744 29133 33554432000 4194304 4196468 140723072277232 140723072259776 139737665871607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
/proc/23171/statm: 3787789 29133 3443 1 0 3748889 0
[pid=23171/tid=23172] ppid=23169 vsize=15151156 memory=33 CPUtime=0.68 cores=1,3,5,7
/proc/23171/task/23172/stat : 23172 (java) R 23169 23169 22939 0 -1 4202560 9230 0 0 0 64 4 0 0 20 0 15 0 445368153 15514783744 29133 33554432000 4194304 4196468 140723072277232 139737670109104 139737665883542 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23173] ppid=23169 vsize=15151156 memory=-7082918048272507482 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23173/stat : 23173 (java) S 23169 23169 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445368154 15514783744 29133 33554432000 4194304 4196468 140723072277232 139737258715920 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23174] ppid=23169 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23174/stat : 23174 (java) S 23169 23169 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445368154 15514783744 29133 33554432000 4194304 4196468 140723072277232 139737257663376 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23175] ppid=23169 vsize=15151156 memory=1660 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23175/stat : 23175 (java) S 23169 23169 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445368154 15514783744 29133 33554432000 4194304 4196468 140723072277232 139737256610832 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23176] ppid=23169 vsize=15151156 memory=48256 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23176/stat : 23176 (java) S 23169 23169 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445368154 15514783744 29133 33554432000 4194304 4196468 140723072277232 139737255558288 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23177] ppid=23169 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23177/stat : 23177 (java) S 23169 23169 22939 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 445368155 15514783744 29133 33554432000 4194304 4196468 140723072277232 139736539240432 139737665882754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23178] ppid=23169 vsize=15151156 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23178/stat : 23178 (java) S 23169 23169 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445368156 15514783744 29133 33554432000 4194304 4196468 140723072277232 139736538186656 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23179] ppid=23169 vsize=15151156 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23179/stat : 23179 (java) S 23169 23169 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445368156 15514783744 29133 33554432000 4194304 4196468 140723072277232 139736537134064 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23180] ppid=23169 vsize=15151156 memory=580 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23180/stat : 23180 (java) S 23169 23169 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445368158 15514783744 29133 33554432000 4194304 4196468 140723072277232 139736536082640 139737665890203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23181] ppid=23169 vsize=15151156 memory=1720 CPUtime=0.34 cores=1,3,5,7
/proc/23171/task/23181/stat : 23181 (java) R 23169 23169 22939 0 -1 4202560 1750 0 0 0 34 0 0 0 20 0 15 0 445368158 15514783744 29133 33554432000 4194304 4196468 140723072277232 139736535016136 139737647416047 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23182] ppid=23169 vsize=15151156 memory=10604 CPUtime=0.35 cores=1,3,5,7
/proc/23171/task/23182/stat : 23182 (java) R 23169 23169 22939 0 -1 4202560 1799 0 0 0 35 0 0 0 20 0 15 0 445368158 15514783744 29133 33554432000 4194304 4196468 140723072277232 139736533969664 139737645118963 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23183] ppid=23169 vsize=15151156 memory=4160 CPUtime=0.32 cores=1,3,5,7
/proc/23171/task/23183/stat : 23183 (java) R 23169 23169 22939 0 -1 1077944384 2059 0 0 0 32 0 0 0 20 0 15 0 445368158 15514783744 29133 33554432000 4194304 4196468 140723072277232 139736532925168 139737665882754 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23184] ppid=23169 vsize=15151156 memory=776 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23184/stat : 23184 (java) S 23169 23169 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445368158 15514783744 29133 33554432000 4194304 4196468 140723072277232 139736531872864 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23185] ppid=23169 vsize=15151156 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23185/stat : 23185 (java) S 23169 23169 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445368159 15514783744 29133 33554432000 4194304 4196468 140723072277232 139736530819376 139737665882754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 117984 KiB

[startup+1.50078 s]
/proc/loadavg: 4.89 2.35 1.79 6/233 23185
/proc/meminfo: memFree=27892468/32770624 swapFree=66959728/67108860
[pid=23169] ppid=23166 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23169/stat : 23169 (xcsp3-exec) S 23166 23169 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445368153 115843072 363 33554432000 4194304 5098028 140735244138032 140735244136136 140367182283388 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16732160 140735244141434 140735244141677 140735244141677 140735244144586 0
/proc/23169/statm: 28282 363 304 221 0 87 0

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

/proc/23171/task/23185/stat : 23185 (java) S 23169 23169 22939 0 -1 1077944384 322 0 0 0 0 1 0 0 20 0 19 0 445368159 16062173184 71101 33554432000 4194304 4196468 140723072277232 139736530819376 139737665882754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23226] ppid=23169 vsize=15685716 memory=7649399380020114226 CPUtime=17.34 cores=1,3,5,7
/proc/23171/task/23226/stat : 23226 (java) R 23169 23169 22939 0 -1 4202560 286 0 0 0 1734 0 0 0 20 0 19 0 445368945 16062173184 71101 33554432000 4194304 4196468 140723072277232 139736517634760 139737310631345 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23227] ppid=23169 vsize=15685716 memory=0 CPUtime=17.43 cores=1,3,5,7
/proc/23171/task/23227/stat : 23227 (java) R 23169 23169 22939 0 -1 4202560 731 0 0 0 1743 0 0 0 20 0 19 0 445368945 16062173184 71101 33554432000 4194304 4196468 140723072277232 139736513425336 139737311076844 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23228] ppid=23169 vsize=15685716 memory=0 CPUtime=17.04 cores=1,3,5,7
/proc/23171/task/23228/stat : 23228 (java) R 23169 23169 22939 0 -1 4202560 834 0 0 0 1704 0 0 0 20 0 19 0 445368945 16062173184 71101 33554432000 4194304 4196468 140723072277232 139736512375176 139737309902802 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23229] ppid=23169 vsize=15685716 memory=0 CPUtime=17.15 cores=1,3,5,7
/proc/23171/task/23229/stat : 23229 (java) R 23169 23169 22939 0 -1 4202560 648 0 0 0 1715 0 0 0 20 0 19 0 445368945 16062173184 71101 33554432000 4194304 4196468 140723072277232 139736519741344 139737309903006 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
Current children cumulated CPU time: 100.02 s
Current children cumulated vsize: 15798844 KiB
Current children cumulated memory: 285856 KiB

[startup+26.0015 s]*
/proc/loadavg: 6.39 2.90 1.98 9/237 23243
/proc/meminfo: memFree=27810332/32770624 swapFree=66959728/67108860
[pid=23169] ppid=23166 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23169/stat : 23169 (xcsp3-exec) S 23166 23169 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445368153 115843072 363 33554432000 4194304 5098028 140735244138032 140735244136136 140367182283388 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16732160 140735244141434 140735244141677 140735244141677 140735244144586 0
/proc/23169/statm: 28282 363 304 221 0 87 0
[pid=23171] ppid=23169 vsize=15685716 memory=284404 CPUtime=101.64 cores=1,3,5,7
/proc/23171/stat : 23171 (java) S 23169 23169 22939 0 -1 1077944320 46761 0 0 0 10143 21 0 0 20 0 19 0 445368153 16062173184 71101 33554432000 4194304 4196468 140723072277232 140723072259776 139737665871607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
/proc/23171/statm: 3921429 71101 3529 1 0 3882529 0
[pid=23171/tid=23172] ppid=23169 vsize=15685716 memory=1584 CPUtime=1.28 cores=1,3,5,7
/proc/23171/task/23172/stat : 23172 (java) S 23169 23169 22939 0 -1 1077944384 9721 0 0 0 122 6 0 0 20 0 19 0 445368153 16062173184 71101 33554432000 4194304 4196468 140723072277232 139737670112384 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23173] ppid=23169 vsize=15685716 memory=1597 CPUtime=0.03 cores=1,3,5,7
/proc/23171/task/23173/stat : 23173 (java) S 23169 23169 22939 0 -1 1077944384 112 0 0 0 2 1 0 0 20 0 19 0 445368154 16062173184 71101 33554432000 4194304 4196468 140723072277232 139737258715920 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23174] ppid=23169 vsize=15685716 memory=4126316290023845779 CPUtime=0.02 cores=1,3,5,7
/proc/23171/task/23174/stat : 23174 (java) S 23169 23169 22939 0 -1 1077944384 78 0 0 0 1 1 0 0 20 0 19 0 445368154 16062173184 71101 33554432000 4194304 4196468 140723072277232 139737257663376 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23175] ppid=23169 vsize=15685716 memory=6944652177228980320 CPUtime=0.03 cores=1,3,5,7
/proc/23171/task/23175/stat : 23175 (java) S 23169 23169 22939 0 -1 1077944384 98 0 0 0 2 1 0 0 20 0 19 0 445368154 16062173184 71101 33554432000 4194304 4196468 140723072277232 139737256610832 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23176] ppid=23169 vsize=15685716 memory=6944656592455097440 CPUtime=0.03 cores=1,3,5,7
/proc/23171/task/23176/stat : 23176 (java) S 23169 23169 22939 0 -1 1077944384 104 0 0 0 2 1 0 0 20 0 19 0 445368154 16062173184 71101 33554432000 4194304 4196468 140723072277232 139737255558288 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23177] ppid=23169 vsize=15685716 memory=6944656575208382560 CPUtime=0.01 cores=1,3,5,7
/proc/23171/task/23177/stat : 23177 (java) S 23169 23169 22939 0 -1 1077944384 528 0 0 0 1 0 0 0 20 0 19 0 445368155 16062173184 71101 33554432000 4194304 4196468 140723072277232 139736539240432 139737665882754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23178] ppid=23169 vsize=15685716 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23178/stat : 23178 (java) S 23169 23169 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445368156 16062173184 71101 33554432000 4194304 4196468 140723072277232 139736538186720 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23179] ppid=23169 vsize=15685716 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23179/stat : 23179 (java) S 23169 23169 22939 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 445368156 16062173184 71101 33554432000 4194304 4196468 140723072277232 139736537134080 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23180] ppid=23169 vsize=15685716 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23180/stat : 23180 (java) S 23169 23169 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445368158 16062173184 71101 33554432000 4194304 4196468 140723072277232 139736536082640 139737665890203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23181] ppid=23169 vsize=15685716 memory=6944656592387989600 CPUtime=3.22 cores=1,3,5,7
/proc/23171/task/23181/stat : 23181 (java) S 23169 23169 22939 0 -1 1077944384 12739 0 0 0 320 2 0 0 20 0 19 0 445368158 16062173184 71101 33554432000 4194304 4196468 140723072277232 139736535030256 139737665882754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23182] ppid=23169 vsize=15685716 memory=6944656575208382560 CPUtime=3.05 cores=1,3,5,7
/proc/23171/task/23182/stat : 23182 (java) S 23169 23169 22939 0 -1 1077944384 9260 0 0 0 304 1 0 0 20 0 19 0 445368158 16062173184 71101 33554432000 4194304 4196468 140723072277232 139736533977712 139737665882754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23183] ppid=23169 vsize=15685716 memory=6944656592387989600 CPUtime=0.92 cores=1,3,5,7
/proc/23171/task/23183/stat : 23183 (java) S 23169 23169 22939 0 -1 1077944384 7413 0 0 0 90 2 0 0 20 0 19 0 445368158 16062173184 71101 33554432000 4194304 4196468 140723072277232 139736532925168 139737665882754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23184] ppid=23169 vsize=15685716 memory=-4266093328290063036 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23184/stat : 23184 (java) S 23169 23169 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445368158 16062173184 71101 33554432000 4194304 4196468 140723072277232 139736531872864 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23185] ppid=23169 vsize=15685716 memory=-2461829820114675750 CPUtime=0.01 cores=1,3,5,7
/proc/23171/task/23185/stat : 23185 (java) S 23169 23169 22939 0 -1 1077944384 324 0 0 0 0 1 0 0 20 0 19 0 445368159 16062173184 71101 33554432000 4194304 4196468 140723072277232 139736530819376 139737665882754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23226] ppid=23169 vsize=15685716 memory=0 CPUtime=17.75 cores=1,3,5,7
/proc/23171/task/23226/stat : 23226 (java) R 23169 23169 22939 0 -1 4202560 347 0 0 0 1775 0 0 0 20 0 19 0 445368945 16062173184 71101 33554432000 4194304 4196468 140723072277232 139736517634616 139737309902824 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23227] ppid=23169 vsize=15685716 memory=0 CPUtime=17.83 cores=1,3,5,7
/proc/23171/task/23227/stat : 23227 (java) R 23169 23169 22939 0 -1 4202560 832 0 0 0 1783 0 0 0 20 0 19 0 445368945 16062173184 71101 33554432000 4194304 4196468 140723072277232 139736513425416 139737309903106 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23228] ppid=23169 vsize=15685716 memory=280140718622800 CPUtime=17.45 cores=1,3,5,7
/proc/23171/task/23228/stat : 23228 (java) R 23169 23169 22939 0 -1 4202560 878 0 0 0 1745 0 0 0 20 0 19 0 445368945 16062173184 71101 33554432000 4194304 4196468 140723072277232 139736512372792 139737309902917 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23229] ppid=23169 vsize=15685716 memory=6944656592455360604 CPUtime=17.55 cores=1,3,5,7
/proc/23171/task/23229/stat : 23229 (java) R 23169 23169 22939 0 -1 4202560 755 0 0 0 1755 0 0 0 20 0 19 0 445368945 16062173184 71101 33554432000 4194304 4196468 140723072277232 139736519741248 139737310082369 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
Current children cumulated CPU time: 101.64 s
Current children cumulated vsize: 15798844 KiB
Current children cumulated memory: 285856 KiB

[startup+26.4015 s]
/proc/loadavg: 6.39 2.90 1.98 9/237 23243
/proc/meminfo: memFree=27810332/32770624 swapFree=66959728/67108860
[pid=23169] ppid=23166 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23169/stat : 23169 (xcsp3-exec) S 23166 23169 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445368153 115843072 363 33554432000 4194304 5098028 140735244138032 140735244136136 140367182283388 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16732160 140735244141434 140735244141677 140735244141677 140735244144586 0
/proc/23169/statm: 28282 363 304 221 0 87 0
[pid=23171] ppid=23169 vsize=15685716 memory=284404 CPUtime=103.2 cores=1,3,5,7
/proc/23171/stat : 23171 (java) S 23169 23169 22939 0 -1 1077944320 47872 0 0 0 10299 21 0 0 20 0 19 0 445368153 16062173184 71101 33554432000 4194304 4196468 140723072277232 140723072259776 139737665871607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
/proc/23171/statm: 3921429 71101 3529 1 0 3882529 0
[pid=23171/tid=23172] ppid=23169 vsize=15685716 memory=4351193298402433369 CPUtime=1.28 cores=1,3,5,7
/proc/23171/task/23172/stat : 23172 (java) S 23169 23169 22939 0 -1 1077944384 9721 0 0 0 122 6 0 0 20 0 19 0 445368153 16062173184 71101 33554432000 4194304 4196468 140723072277232 139737670112384 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23173] ppid=23169 vsize=15685716 memory=4934993928650217414 CPUtime=0.03 cores=1,3,5,7
/proc/23171/task/23173/stat : 23173 (java) S 23169 23169 22939 0 -1 1077944384 112 0 0 0 2 1 0 0 20 0 19 0 445368154 16062173184 71101 33554432000 4194304 4196468 140723072277232 139737258715920 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23174] ppid=23169 vsize=15685716 memory=-7101718590825193272 CPUtime=0.02 cores=1,3,5,7
/proc/23171/task/23174/stat : 23174 (java) S 23169 23169 22939 0 -1 1077944384 78 0 0 0 1 1 0 0 20 0 19 0 445368154 16062173184 71101 33554432000 4194304 4196468 140723072277232 139737257663376 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23175] ppid=23169 vsize=15685716 memory=6943526294502006880 CPUtime=0.03 cores=1,3,5,7
/proc/23171/task/23175/stat : 23175 (java) S 23169 23169 22939 0 -1 1077944384 98 0 0 0 2 1 0 0 20 0 19 0 445368154 16062173184 71101 33554432000 4194304 4196468 140723072277232 139737256610832 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23176] ppid=23169 vsize=15685716 memory=8257237230052613020 CPUtime=0.03 cores=1,3,5,7
/proc/23171/task/23176/stat : 23176 (java) S 23169 23169 22939 0 -1 1077944384 104 0 0 0 2 1 0 0 20 0 19 0 445368154 16062173184 71101 33554432000 4194304 4196468 140723072277232 139737255558288 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23177] ppid=23169 vsize=15685716 memory=1966264 CPUtime=0.01 cores=1,3,5,7
/proc/23171/task/23177/stat : 23177 (java) S 23169 23169 22939 0 -1 1077944384 528 0 0 0 1 0 0 0 20 0 19 0 445368155 16062173184 71101 33554432000 4194304 4196468 140723072277232 139736539240432 139737665882754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23178] ppid=23169 vsize=15685716 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23178/stat : 23178 (java) S 23169 23169 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445368156 16062173184 71101 33554432000 4194304 4196468 140723072277232 139736538186720 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23179] ppid=23169 vsize=15685716 memory=284404 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23179/stat : 23179 (java) S 23169 23169 22939 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 445368156 16062173184 71101 33554432000 4194304 4196468 140723072277232 139736537134080 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23180] ppid=23169 vsize=15685716 memory=1060 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23180/stat : 23180 (java) S 23169 23169 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445368158 16062173184 71101 33554432000 4194304 4196468 140723072277232 139736536082640 139737665890203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23181] ppid=23169 vsize=15685716 memory=2828 CPUtime=3.22 cores=1,3,5,7
/proc/23171/task/23181/stat : 23181 (java) S 23169 23169 22939 0 -1 1077944384 12739 0 0 0 320 2 0 0 20 0 19 0 445368158 16062173184 71101 33554432000 4194304 4196468 140723072277232 139736535030256 139737665882754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23182] ppid=23169 vsize=15685716 memory=1216 CPUtime=3.09 cores=1,3,5,7
/proc/23171/task/23182/stat : 23182 (java) S 23169 23169 22939 0 -1 1077944384 10364 0 0 0 308 1 0 0 20 0 19 0 445368158 16062173184 71101 33554432000 4194304 4196468 140723072277232 139736533977712 139737665882754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23183] ppid=23169 vsize=15685716 memory=984 CPUtime=0.92 cores=1,3,5,7
/proc/23171/task/23183/stat : 23183 (java) S 23169 23169 22939 0 -1 1077944384 7413 0 0 0 90 2 0 0 20 0 19 0 445368158 16062173184 71101 33554432000 4194304 4196468 140723072277232 139736532925168 139737665882754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23184] ppid=23169 vsize=15685716 memory=14004 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23184/stat : 23184 (java) S 23169 23169 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445368158 16062173184 71101 33554432000 4194304 4196468 140723072277232 139736531872864 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23185] ppid=23169 vsize=15685716 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23171/task/23185/stat : 23185 (java) S 23169 23169 22939 0 -1 1077944384 324 0 0 0 0 1 0 0 20 0 19 0 445368159 16062173184 71101 33554432000 4194304 4196468 140723072277232 139736530819376 139737665882754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23226] ppid=23169 vsize=15685716 memory=4420 CPUtime=18.1 cores=1,3,5,7
/proc/23171/task/23226/stat : 23226 (java) R 23169 23169 22939 0 -1 4202560 347 0 0 0 1810 0 0 0 20 0 19 0 445368945 16062173184 71101 33554432000 4194304 4196468 140723072277232 139736517634984 139737309902538 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23227] ppid=23169 vsize=15685716 memory=6628 CPUtime=18.22 cores=1,3,5,7
/proc/23171/task/23227/stat : 23227 (java) R 23169 23169 22939 0 -1 4202560 839 0 0 0 1822 0 0 0 20 0 19 0 445368945 16062173184 71101 33554432000 4194304 4196468 140723072277232 139736513425416 139737310445296 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23228] ppid=23169 vsize=15685716 memory=8836 CPUtime=17.84 cores=1,3,5,7
/proc/23171/task/23228/stat : 23228 (java) R 23169 23169 22939 0 -1 4202560 878 0 0 0 1784 0 0 0 20 0 19 0 445368945 16062173184 71101 33554432000 4194304 4196468 140723072277232 139736512374968 139737309902931 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23229] ppid=23169 vsize=15685716 memory=11044 CPUtime=17.94 cores=1,3,5,7
/proc/23171/task/23229/stat : 23229 (java) R 23169 23169 22939 0 -1 4202560 755 0 0 0 1794 0 0 0 20 0 19 0 445368945 16062173184 71101 33554432000 4194304 4196468 140723072277232 139736519741248 139737309902761 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
Current children cumulated CPU time: 103.2 s
Current children cumulated vsize: 15798844 KiB
Current children cumulated memory: 285856 KiB

[startup+26.5015 s]
/proc/loadavg: 6.39 2.90 1.98 9/237 23243
/proc/meminfo: memFree=27810332/32770624 swapFree=66959728/67108860
[pid=23169] ppid=23166 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23169/stat : 23169 (xcsp3-exec) S 23166 23169 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445368153 115843072 363 33554432000 4194304 5098028 140735244138032 140735244136136 140367182283388 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16732160 140735244141434 140735244141677 140735244141677 140735244144586 0
/proc/23169/statm: 28282 363 304 221 0 87 0
[pid=23171] ppid=23169 vsize=15685716 memory=286452 CPUtime=103.6 cores=1,3,5,7
/proc/23171/stat : 23171 (java) S 23169 23169 22939 0 -1 1077944320 47910 0 0 0 10339 21 0 0 20 0 19 0 445368153 16062173184 71613 33554432000 4194304 4196468 140723072277232 140723072259776 139737665871607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
/proc/23171/statm: 3921429 71613 3529 1 0 3882529 0
[pid=23171/tid=23172] ppid=23169 vsize=15685716 memory=1452 CPUtime=1.28 cores=1,3,5,7
/proc/23171/task/23172/stat : 23172 (java) S 23169 23169 22939 0 -1 1077944384 9721 0 0 0 122 6 0 0 20 0 19 0 445368153 16062173184 71613 33554432000 4194304 4196468 140723072277232 139737670112384 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23173] ppid=23169 vsize=15685716 memory=2 CPUtime=0.03 cores=1,3,5,7
/proc/23171/task/23173/stat : 23173 (java) S 23169 23169 22939 0 -1 1077944384 112 0 0 0 2 1 0 0 20 0 19 0 445368154 16062173184 71613 33554432000 4194304 4196468 140723072277232 139737258715920 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23174] ppid=23169 vsize=15685716 memory=57 CPUtime=0.02 cores=1,3,5,7
/proc/23171/task/23174/stat : 23174 (java) S 23169 23169 22939 0 -1 1077944384 78 0 0 0 1 1 0 0 20 0 19 0 445368154 16062173184 71613 33554432000 4194304 4196468 140723072277232 139737257663376 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23175] ppid=23169 vsize=15685716 memory=6944920475294002582 CPUtime=0.03 cores=1,3,5,7
/proc/23171/task/23175/stat : 23175 (java) S 23169 23169 22939 0 -1 1077944384 98 0 0 0 2 1 0 0 20 0 19 0 445368154 16062173184 71613 33554432000 4194304 4196468 140723072277232 139737256610832 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23176] ppid=23169 vsize=15685716 memory=3620 CPUtime=0.03 cores=1,3,5,7
/proc/23171/task/23176/stat : 23176 (java) S 23169 23169 22939 0 -1 1077944384 104 0 0 0 2 1 0 0 20 0 19 0 445368154 16062173184 71613 33554432000 4194304 4196468 140723072277232 139737255558288 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23177] ppid=23169 vsize=15685716 memory=1660 CPUtime=0.01 cores=1,3,5,7
/proc/23171/task/23177/stat : 23177 (java) S 23169 23169 22939 0 -1 1077944384 528 0 0 0 1 0 0 0 20 0 19 0 445368155 16062173184 71613 33554432000 4194304 4196468 140723072277232 139736539240432 139737665882754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23178] ppid=23169 vsize=15685716 memory=280140719597664 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23178/stat : 23178 (java) S 23169 23169 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445368156 16062173184 71613 33554432000 4194304 4196468 140723072277232 139736538186720 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23179] ppid=23169 vsize=15685716 memory=-7814691523512926820 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23179/stat : 23179 (java) S 23169 23169 22939 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 445368156 16062173184 71613 33554432000 4194304 4196468 140723072277232 139736537134080 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23180] ppid=23169 vsize=15685716 memory=265864 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23180/stat : 23180 (java) S 23169 23169 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445368158 16062173184 71613 33554432000 4194304 4196468 140723072277232 139736536082640 139737665890203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23181] ppid=23169 vsize=15685716 memory=1452 CPUtime=3.22 cores=1,3,5,7
/proc/23171/task/23181/stat : 23181 (java) S 23169 23169 22939 0 -1 1077944384 12739 0 0 0 320 2 0 0 20 0 19 0 445368158 16062173184 71613 33554432000 4194304 4196468 140723072277232 139736535030256 139737665882754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23182] ppid=23169 vsize=15685716 memory=1452 CPUtime=3.09 cores=1,3,5,7
/proc/23171/task/23182/stat : 23182 (java) S 23169 23169 22939 0 -1 1077944384 10364 0 0 0 308 1 0 0 20 0 19 0 445368158 16062173184 71613 33554432000 4194304 4196468 140723072277232 139736533977712 139737665882754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23183] ppid=23169 vsize=15685716 memory=3 CPUtime=0.92 cores=1,3,5,7
/proc/23171/task/23183/stat : 23183 (java) S 23169 23169 22939 0 -1 1077944384 7413 0 0 0 90 2 0 0 20 0 19 0 445368158 16062173184 71613 33554432000 4194304 4196468 140723072277232 139736532925168 139737665882754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23184] ppid=23169 vsize=15685716 memory=1 CPUtime=0 cores=1,3,5,7
/proc/23171/task/23184/stat : 23184 (java) S 23169 23169 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445368158 16062173184 71613 33554432000 4194304 4196468 140723072277232 139736531872864 139737665881813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23185] ppid=23169 vsize=15685716 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23171/task/23185/stat : 23185 (java) S 23169 23169 22939 0 -1 1077944384 324 0 0 0 0 1 0 0 20 0 19 0 445368159 16062173184 71613 33554432000 4194304 4196468 140723072277232 139736530819376 139737665882754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23226] ppid=23169 vsize=15685716 memory=1452 CPUtime=18.2 cores=1,3,5,7
/proc/23171/task/23226/stat : 23226 (java) R 23169 23169 22939 0 -1 4202560 347 0 0 0 1820 0 0 0 20 0 19 0 445368945 16062173184 71613 33554432000 4194304 4196468 140723072277232 139736517634984 139737309902880 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23227] ppid=23169 vsize=15685716 memory=282356 CPUtime=18.32 cores=1,3,5,7
/proc/23171/task/23227/stat : 23227 (java) R 23169 23169 22939 0 -1 4202560 877 0 0 0 1832 0 0 0 20 0 19 0 445368945 16062173184 71613 33554432000 4194304 4196468 140723072277232 139736513425416 139737310082599 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23228] ppid=23169 vsize=15685716 memory=4126316290023845779 CPUtime=17.94 cores=1,3,5,7
/proc/23171/task/23228/stat : 23228 (java) R 23169 23169 22939 0 -1 4202560 878 0 0 0 1794 0 0 0 20 0 19 0 445368945 16062173184 71613 33554432000 4194304 4196468 140723072277232 139736512374968 139737309902859 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
[pid=23171/tid=23229] ppid=23169 vsize=15685716 memory=0 CPUtime=18.03 cores=1,3,5,7
/proc/23171/task/23229/stat : 23229 (java) R 23169 23169 22939 0 -1 4202560 755 0 0 0 1803 0 0 0 20 0 19 0 445368945 16062173184 71613 33554432000 4194304 4196468 140723072277232 139736519741248 139737309903098 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21942272 140723072283631 140723072283802 140723072283802 140723072286671 0
Current children cumulated CPU time: 103.6 s
Current children cumulated vsize: 15798844 KiB
Current children cumulated memory: 287904 KiB

Child status: 0
Real time (s): 26.5579
CPU time (s): 103.804
CPU user time (s): 103.585
CPU system time (s): 0.218712
CPU usage (%): 390.858
Max. virtual memory (cumulated for all children) (KiB): 15798844
Max. memory (cumulated for all children) (KiB): 287904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 103.585
system time used= 0.218712
maximum resident set size= 286844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49117
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4067
involuntary context switches= 2662


# summary of solver processes directly reported to runsolver:
#   pid: 23169
#   total CPU time (s): 103.804
#   total CPU user time (s): 103.585
#   total CPU system time (s): 0.218712

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.217365 second user time and 0.320086 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-17 06:24:00
IDJOB=4400514
IDBENCH=127979
IDSOLVER=2856
FILE ID=node124/4400514-1568694280
RUNJOBID= node124-1568694194-22971
PBS_JOBID= 21703802
Free space on /tmp= 61784 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-6.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 /tmp/evaluation-result-4400514-1568694280/watcher-4400514-1568694280 -o /tmp/evaluation-result-4400514-1568694280/solver-4400514-1568694280 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568694194-22971 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1248320735 HOME/instance-4400514-1568694280.xml

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

MD5SUM BENCH= 0bc555941feddabd64880acf40a70a83
RANDOM SEED=1248320735

node124.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.47
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.47
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.47
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.47
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:        28083764 kB
MemAvailable:   31442316 kB
Buffers:          231728 kB
Cached:          3414148 kB
SwapCached:        46376 kB
Active:          1536948 kB
Inactive:        2562076 kB
Active(anon):     404320 kB
Inactive(anon):    98000 kB
Active(file):    1132628 kB
Inactive(file):  2464076 kB
Unevictable:      107728 kB
Mlocked:          107728 kB
SwapTotal:      67108860 kB
SwapFree:       66959728 kB
Dirty:             26928 kB
Writeback:             0 kB
AnonPages:        523312 kB
Mapped:            61928 kB
Shmem:             40944 kB
Slab:             185268 kB
SReclaimable:     155364 kB
SUnreclaim:        29904 kB
KernelStack:        4064 kB
PageTables:         6308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1909432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    417792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61760 MiB
End job on node124 at 2019-09-17 06:24:27