Trace number 4400357

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-16OPT80 92.831 23.881

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-3.xml
MD5SUM95a2ddfb0d7ed65af35b4a4f8b00191d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark40.9991
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains24
Minimum domain size4
Maximum domain size25
Distribution of domain sizes[{"size":4,"count":11},{"size":5,"count":11},{"size":6,"count":2},{"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-4400357-1568694318.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4400357-1568694318.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
3.33/1.34	c solve instance...
3.59/1.42	o -1000 
7.95/2.55	o -972 
10.35/3.26	o -952 
15.08/4.31	o -947 
19.84/5.55	o -944 
19.84/5.58	o -933 
20.22/5.62	o -931 
21.81/6.10	o -927 
23.75/6.55	o -919 
23.75/6.58	o 76 
24.92/6.82	o 79 
28.09/7.64	o 80 
92.53/23.87	s OPTIMUM FOUND
92.53/23.87	v <instantiation>
92.53/23.87	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>
92.53/23.87	v 	<values>1 2 3 9 5 11 0 13 7 8 4 17 6 14 15 16 10 23 12 18 19 20 21 22 0 1 2 3 12 13 23 6 5 4 11 14 22 7 8 9 10 15 21 20 19 18 17 16 -4 -3 5 7 7 6 4 -7 0 2 6 -1 6 5 8 8 -2 5 -4 8 3 9 8 4 </values>
92.53/23.87	v </instantiation>

Verifier Data

OK	80

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400357-1568694318/watcher-4400357-1568694318 -o /tmp/evaluation-result-4400357-1568694318/solver-4400357-1568694318 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568694277-30438 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1488966477 HOME/instance-4400357-1568694318.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
Current StackSize limit: 8192 KiB

solver pid=30457, runsolver pid=30454

[startup+0.100058 s]*
/proc/loadavg: 1.12 1.44 1.53 3/224 30492
/proc/meminfo: memFree=30649412/32770624 swapFree=66953076/67108860
[pid=30457] ppid=30454 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30457/stat : 30457 (xcsp3-exec) S 30454 30457 30406 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445700648 115843072 363 33554432000 4194304 5098028 140726437664192 140726437662296 139685463986812 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 13471744 140726437667706 140726437667949 140726437667949 140726437670858 0
/proc/30457/statm: 28282 363 304 221 0 87 0
[pid=30459] ppid=30457 vsize=15144776 memory=28940 CPUtime=0.13 cores=1,3,5,7
/proc/30459/stat : 30459 (java) S 30457 30457 30406 0 -1 1077944320 5696 0 0 0 12 1 0 0 20 0 15 0 445700648 15508250624 7235 33554432000 4194304 4196468 140721770232688 140721770215232 140014177935095 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
/proc/30459/statm: 3786194 7235 3145 1 0 3748377 0
[pid=30459/tid=30460] ppid=30457 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=1,3,5,7
/proc/30459/task/30460/stat : 30460 (java) R 30457 30457 30406 0 -1 4202560 3581 0 0 0 9 0 0 0 20 0 15 0 445700648 15508250624 7235 33554432000 4194304 4196468 140721770232688 140014182166416 140014170172222 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30461] ppid=30457 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30461/stat : 30461 (java) S 30457 30457 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445700649 15508250624 7235 33554432000 4194304 4196468 140721770232688 140014130555664 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30462] ppid=30457 vsize=15144776 memory=288370527970383488 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30462/stat : 30462 (java) S 30457 30457 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445700649 15508250624 7235 33554432000 4194304 4196468 140721770232688 140014129503120 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30463] ppid=30457 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30463/stat : 30463 (java) S 30457 30457 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445700649 15508250624 7235 33554432000 4194304 4196468 140721770232688 140014128450576 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30464] ppid=30457 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30464/stat : 30464 (java) S 30457 30457 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445700649 15508250624 7235 33554432000 4194304 4196468 140721770232688 140014127398032 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30465] ppid=30457 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30465/stat : 30465 (java) S 30457 30457 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445700651 15508250624 7235 33554432000 4194304 4196468 140721770232688 140013645826032 140014177946242 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30466] ppid=30457 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30466/stat : 30466 (java) S 30457 30457 30406 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445700651 15508250624 7235 33554432000 4194304 4196468 140721770232688 140013644772256 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30467] ppid=30457 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30467/stat : 30467 (java) S 30457 30457 30406 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445700651 15508250624 7235 33554432000 4194304 4196468 140721770232688 140013643719664 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30472] ppid=30457 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30472/stat : 30472 (java) S 30457 30457 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445700654 15508250624 7235 33554432000 4194304 4196468 140721770232688 140013642668240 140014177953691 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30473] ppid=30457 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30473/stat : 30473 (java) S 30457 30457 30406 0 -1 1077944384 344 0 0 0 0 0 0 0 20 0 15 0 445700654 15508250624 7235 33554432000 4194304 4196468 140721770232688 140013641615856 140014177946242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30474] ppid=30457 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30474/stat : 30474 (java) S 30457 30457 30406 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 445700654 15508250624 7235 33554432000 4194304 4196468 140721770232688 140013640563312 140014177946242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30475] ppid=30457 vsize=15144776 memory=140151818671744 CPUtime=0.02 cores=1,3,5,7
/proc/30459/task/30475/stat : 30475 (java) R 30457 30457 30406 0 -1 4202560 354 0 0 0 2 0 0 0 20 0 15 0 445700654 15508250624 7235 33554432000 4194304 4196468 140721770232688 140013639510768 140014162015582 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30476] ppid=30457 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30476/stat : 30476 (java) S 30457 30457 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445700654 15508250624 7235 33554432000 4194304 4196468 140721770232688 140013638458464 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30478] ppid=30457 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30478/stat : 30478 (java) S 30457 30457 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445700654 15508250624 7235 33554432000 4194304 4196468 140721770232688 140013637404976 140014177946242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30392 KiB

[startup+0.210944 s]*
/proc/loadavg: 1.12 1.44 1.53 6/230 30498
/proc/meminfo: memFree=30627160/32770624 swapFree=66953076/67108860
[pid=30457] ppid=30454 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30457/stat : 30457 (xcsp3-exec) S 30454 30457 30406 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445700648 115843072 363 33554432000 4194304 5098028 140726437664192 140726437662296 139685463986812 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 13471744 140726437667706 140726437667949 140726437667949 140726437670858 0
/proc/30457/statm: 28282 363 304 221 0 87 0
[pid=30459] ppid=30457 vsize=15144776 memory=41040 CPUtime=0.34 cores=1,3,5,7
/proc/30459/stat : 30459 (java) S 30457 30457 30406 0 -1 1077944320 9479 0 0 0 32 2 0 0 20 0 15 0 445700648 15508250624 10260 33554432000 4194304 4196468 140721770232688 140721770215232 140014177935095 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
/proc/30459/statm: 3786194 10260 3309 1 0 3748377 0
[pid=30459/tid=30460] ppid=30457 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/30459/task/30460/stat : 30460 (java) R 30457 30457 30406 0 -1 4202560 6620 0 0 0 18 2 0 0 20 0 15 0 445700648 15508250624 10260 33554432000 4194304 4196468 140721770232688 140014182171856 140014163615220 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30461] ppid=30457 vsize=15144776 memory=1946935 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30461/stat : 30461 (java) S 30457 30457 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445700649 15508250624 10260 33554432000 4194304 4196468 140721770232688 140014130555664 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30462] ppid=30457 vsize=15144776 memory=140151818701324 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30462/stat : 30462 (java) S 30457 30457 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445700649 15508250624 10260 33554432000 4194304 4196468 140721770232688 140014129503120 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30463] ppid=30457 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30463/stat : 30463 (java) S 30457 30457 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445700649 15508250624 10260 33554432000 4194304 4196468 140721770232688 140014128450576 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30464] ppid=30457 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30464/stat : 30464 (java) S 30457 30457 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445700649 15508250624 10260 33554432000 4194304 4196468 140721770232688 140014127398032 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30465] ppid=30457 vsize=15144776 memory=140151818671744 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30465/stat : 30465 (java) S 30457 30457 30406 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 445700651 15508250624 10260 33554432000 4194304 4196468 140721770232688 140013645826032 140014177946242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30466] ppid=30457 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30466/stat : 30466 (java) S 30457 30457 30406 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445700651 15508250624 10260 33554432000 4194304 4196468 140721770232688 140013644772256 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30467] ppid=30457 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30467/stat : 30467 (java) S 30457 30457 30406 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445700651 15508250624 10260 33554432000 4194304 4196468 140721770232688 140013643719664 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30472] ppid=30457 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30472/stat : 30472 (java) S 30457 30457 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445700654 15508250624 10260 33554432000 4194304 4196468 140721770232688 140013642668240 140014177953691 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30473] ppid=30457 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30459/task/30473/stat : 30473 (java) S 30457 30457 30406 0 -1 1077944384 542 0 0 0 2 0 0 0 20 0 15 0 445700654 15508250624 10260 33554432000 4194304 4196468 140721770232688 140013641615856 140014177946242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30474] ppid=30457 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/30459/task/30474/stat : 30474 (java) S 30457 30457 30406 0 -1 1077944384 237 0 0 0 2 0 0 0 20 0 15 0 445700654 15508250624 10260 33554432000 4194304 4196468 140721770232688 140013640563312 140014177946242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30475] ppid=30457 vsize=15144776 memory=140151818671744 CPUtime=0.08 cores=1,3,5,7
/proc/30459/task/30475/stat : 30475 (java) R 30457 30457 30406 0 -1 4202560 773 0 0 0 8 0 0 0 20 0 15 0 445700654 15508250624 10260 33554432000 4194304 4196468 140721770232688 140013639510768 140014177956442 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30476] ppid=30457 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30476/stat : 30476 (java) S 30457 30457 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445700654 15508250624 10260 33554432000 4194304 4196468 140721770232688 140013638458464 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30478] ppid=30457 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30478/stat : 30478 (java) S 30457 30457 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445700654 15508250624 10260 33554432000 4194304 4196468 140721770232688 140013637404976 140014177946242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42492 KiB

[startup+0.311286 s]*
/proc/loadavg: 1.12 1.44 1.53 4/230 30498
/proc/meminfo: memFree=30607296/32770624 swapFree=66953076/67108860
[pid=30457] ppid=30454 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30457/stat : 30457 (xcsp3-exec) S 30454 30457 30406 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445700648 115843072 363 33554432000 4194304 5098028 140726437664192 140726437662296 139685463986812 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 13471744 140726437667706 140726437667949 140726437667949 140726437670858 0
/proc/30457/statm: 28282 363 304 221 0 87 0
[pid=30459] ppid=30457 vsize=15149032 memory=50304 CPUtime=0.54 cores=1,3,5,7
/proc/30459/stat : 30459 (java) S 30457 30457 30406 0 -1 1077944320 10860 0 0 0 51 3 0 0 20 0 15 0 445700648 15512608768 12576 33554432000 4194304 4196468 140721770232688 140721770215232 140014177935095 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
/proc/30459/statm: 3787258 12576 3355 1 0 3748377 0
[pid=30459/tid=30460] ppid=30457 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/30459/task/30460/stat : 30460 (java) R 30457 30457 30406 0 -1 4202560 7813 0 0 0 28 2 0 0 20 0 15 0 445700648 15512608768 12576 33554432000 4194304 4196468 140721770232688 140014182166208 140014162015582 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30461] ppid=30457 vsize=15149032 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30461/stat : 30461 (java) S 30457 30457 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445700649 15512608768 12576 33554432000 4194304 4196468 140721770232688 140014130555664 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30462] ppid=30457 vsize=15149032 memory=35809 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30462/stat : 30462 (java) S 30457 30457 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445700649 15512608768 12576 33554432000 4194304 4196468 140721770232688 140014129503120 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30463] ppid=30457 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30463/stat : 30463 (java) S 30457 30457 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445700649 15512608768 12576 33554432000 4194304 4196468 140721770232688 140014128450576 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30464] ppid=30457 vsize=15149032 memory=9122464004270842071 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30464/stat : 30464 (java) S 30457 30457 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445700649 15512608768 12576 33554432000 4194304 4196468 140721770232688 140014127398032 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30465] ppid=30457 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30465/stat : 30465 (java) S 30457 30457 30406 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 445700651 15512608768 12576 33554432000 4194304 4196468 140721770232688 140013645826032 140014177946242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30466] ppid=30457 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30466/stat : 30466 (java) S 30457 30457 30406 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445700651 15512608768 12576 33554432000 4194304 4196468 140721770232688 140013644772256 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30467] ppid=30457 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30467/stat : 30467 (java) S 30457 30457 30406 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445700651 15512608768 12576 33554432000 4194304 4196468 140721770232688 140013643719664 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30472] ppid=30457 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30472/stat : 30472 (java) S 30457 30457 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445700654 15512608768 12576 33554432000 4194304 4196468 140721770232688 140013642668240 140014177953691 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30473] ppid=30457 vsize=15149032 memory=4500088463514900084 CPUtime=0.04 cores=1,3,5,7
/proc/30459/task/30473/stat : 30473 (java) S 30457 30457 30406 0 -1 1077944384 553 0 0 0 4 0 0 0 20 0 15 0 445700654 15512608768 12576 33554432000 4194304 4196468 140721770232688 140013641615856 140014177946242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30474] ppid=30457 vsize=15149032 memory=6944613755495348631 CPUtime=0.05 cores=1,3,5,7
/proc/30459/task/30474/stat : 30474 (java) R 30457 30457 30406 0 -1 4202560 334 0 0 0 5 0 0 0 20 0 15 0 445700654 15512608768 12576 33554432000 4194304 4196468 140721770232688 140013640553696 140014171031931 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30475] ppid=30457 vsize=15149032 memory=7893295687695687954 CPUtime=0.13 cores=1,3,5,7
/proc/30459/task/30475/stat : 30475 (java) S 30457 30457 30406 0 -1 1077944384 860 0 0 0 13 0 0 0 20 0 15 0 445700654 15512608768 12576 33554432000 4194304 4196468 140721770232688 140013639510768 140014177946242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30476] ppid=30457 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30476/stat : 30476 (java) S 30457 30457 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445700654 15512608768 12576 33554432000 4194304 4196468 140721770232688 140013638458464 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30478] ppid=30457 vsize=15149032 memory=7827413994055111515 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30478/stat : 30478 (java) S 30457 30457 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445700654 15512608768 12576 33554432000 4194304 4196468 140721770232688 140013637404976 140014177946242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51756 KiB

[startup+0.703803 s]
/proc/loadavg: 1.12 1.44 1.53 8/230 30498
/proc/meminfo: memFree=30563540/32770624 swapFree=66953076/67108860
[pid=30457] ppid=30454 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30457/stat : 30457 (xcsp3-exec) S 30454 30457 30406 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445700648 115843072 363 33554432000 4194304 5098028 140726437664192 140726437662296 139685463986812 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 13471744 140726437667706 140726437667949 140726437667949 140726437670858 0
/proc/30457/statm: 28282 363 304 221 0 87 0
[pid=30459] ppid=30457 vsize=15151156 memory=114592 CPUtime=1.74 cores=1,3,5,7
/proc/30459/stat : 30459 (java) S 30457 30457 30406 0 -1 1077944320 15186 0 0 0 169 5 0 0 20 0 15 0 445700648 15514783744 28648 33554432000 4194304 4196468 140721770232688 140721770215232 140014177935095 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
/proc/30459/statm: 3787789 28648 3445 1 0 3748889 0
[pid=30459/tid=30460] ppid=30457 vsize=15151156 memory=4137303382726774134 CPUtime=0.67 cores=1,3,5,7
/proc/30459/task/30460/stat : 30460 (java) R 30457 30457 30406 0 -1 1077944384 9095 0 0 0 64 3 0 0 20 0 15 0 445700648 15514783744 28648 33554432000 4194304 4196468 140721770232688 140014182170848 140014177945301 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30461] ppid=30457 vsize=15151156 memory=7019257425709197167 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30461/stat : 30461 (java) S 30457 30457 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445700649 15514783744 28648 33554432000 4194304 4196468 140721770232688 140014130555664 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30462] ppid=30457 vsize=15151156 memory=6940443203498692944 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30462/stat : 30462 (java) S 30457 30457 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445700649 15514783744 28648 33554432000 4194304 4196468 140721770232688 140014129503120 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30463] ppid=30457 vsize=15151156 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30463/stat : 30463 (java) S 30457 30457 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445700649 15514783744 28648 33554432000 4194304 4196468 140721770232688 140014128450576 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30464] ppid=30457 vsize=15151156 memory=4156 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30464/stat : 30464 (java) S 30457 30457 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445700649 15514783744 28648 33554432000 4194304 4196468 140721770232688 140014127398032 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30465] ppid=30457 vsize=15151156 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30465/stat : 30465 (java) S 30457 30457 30406 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 445700651 15514783744 28648 33554432000 4194304 4196468 140721770232688 140013645826032 140014177946242 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30466] ppid=30457 vsize=15151156 memory=1188 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30466/stat : 30466 (java) S 30457 30457 30406 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445700651 15514783744 28648 33554432000 4194304 4196468 140721770232688 140013644772256 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30467] ppid=30457 vsize=15151156 memory=1536 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30467/stat : 30467 (java) S 30457 30457 30406 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445700651 15514783744 28648 33554432000 4194304 4196468 140721770232688 140013643719664 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30472] ppid=30457 vsize=15151156 memory=6016 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30472/stat : 30472 (java) S 30457 30457 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445700654 15514783744 28648 33554432000 4194304 4196468 140721770232688 140013642668240 140014177953691 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30473] ppid=30457 vsize=15151156 memory=14012 CPUtime=0.34 cores=1,3,5,7
/proc/30459/task/30473/stat : 30473 (java) R 30457 30457 30406 0 -1 4202560 1656 0 0 0 34 0 0 0 20 0 15 0 445700654 15514783744 28648 33554432000 4194304 4196468 140721770232688 140013641615984 140014162816725 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30474] ppid=30457 vsize=15151156 memory=2116 CPUtime=0.35 cores=1,3,5,7
/proc/30459/task/30474/stat : 30474 (java) R 30457 30457 30406 0 -1 4202560 1429 0 0 0 35 0 0 0 20 0 15 0 445700654 15514783744 28648 33554432000 4194304 4196468 140721770232688 140013640550272 140014159454780 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30475] ppid=30457 vsize=15151156 memory=26016 CPUtime=0.34 cores=1,3,5,7
/proc/30459/task/30475/stat : 30475 (java) S 30457 30457 30406 0 -1 1077944384 1698 0 0 0 34 0 0 0 20 0 15 0 445700654 15514783744 28648 33554432000 4194304 4196468 140721770232688 140013639510768 140014177946242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30476] ppid=30457 vsize=15151156 memory=14068 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30476/stat : 30476 (java) S 30457 30457 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445700654 15514783744 28648 33554432000 4194304 4196468 140721770232688 140013638458464 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30478] ppid=30457 vsize=15151156 memory=524 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30478/stat : 30478 (java) S 30457 30457 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445700654 15514783744 28648 33554432000 4194304 4196468 140721770232688 140013637404976 140014177946242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 116044 KiB

[startup+1.50389 s]
/proc/loadavg: 1.12 1.44 1.53 7/230 30498
/proc/meminfo: memFree=30335868/32770624 swapFree=66953076/67108860
[pid=30457] ppid=30454 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30457/stat : 30457 (xcsp3-exec) S 30454 30457 30406 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445700648 115843072 363 33554432000 4194304 5098028 140726437664192 140726437662296 139685463986812 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 13471744 140726437667706 140726437667949 140726437667949 140726437670858 0
/proc/30457/statm: 28282 363 304 221 0 87 0

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

/proc/30459/task/30478/stat : 30478 (java) S 30457 30457 30406 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 19 0 445700654 15858741248 69153 33554432000 4194304 4196468 140721770232688 140013637404976 140014177946242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30583] ppid=30457 vsize=15487052 memory=1016 CPUtime=14.82 cores=1,3,5,7
/proc/30459/task/30583/stat : 30583 (java) R 30457 30457 30406 0 -1 4202560 163 0 0 0 1482 0 0 0 20 0 19 0 445701412 15858741248 69153 33554432000 4194304 4196468 140721770232688 140013624220024 140013809330504 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30584] ppid=30457 vsize=15487052 memory=6016 CPUtime=14.69 cores=1,3,5,7
/proc/30459/task/30584/stat : 30584 (java) R 30457 30457 30406 0 -1 4202560 943 0 0 0 1469 0 0 0 20 0 19 0 445701412 15858741248 69153 33554432000 4194304 4196468 140721770232688 140013625274216 140013809330975 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30585] ppid=30457 vsize=15487052 memory=14012 CPUtime=14.64 cores=1,3,5,7
/proc/30459/task/30585/stat : 30585 (java) R 30457 30457 30406 0 -1 4202560 332 0 0 0 1464 0 0 0 20 0 19 0 445701412 15858741248 69153 33554432000 4194304 4196468 140721770232688 140013626329368 140013809330621 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30586] ppid=30457 vsize=15487052 memory=164 CPUtime=14.61 cores=1,3,5,7
/proc/30459/task/30586/stat : 30586 (java) R 30457 30457 30406 0 -1 4202560 615 0 0 0 1461 0 0 0 20 0 19 0 445701412 15858741248 69153 33554432000 4194304 4196468 140721770232688 140013622116032 140013809330992 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
Current children cumulated CPU time: 87.34 s
Current children cumulated vsize: 15600180 KiB
Current children cumulated memory: 278064 KiB

[startup+23.3009 s]
/proc/loadavg: 3.02 1.85 1.67 10/239 30612
/proc/meminfo: memFree=30094388/32770624 swapFree=66953076/67108860
[pid=30457] ppid=30454 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30457/stat : 30457 (xcsp3-exec) S 30454 30457 30406 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445700648 115843072 363 33554432000 4194304 5098028 140726437664192 140726437662296 139685463986812 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 13471744 140726437667706 140726437667949 140726437667949 140726437670858 0
/proc/30457/statm: 28282 363 304 221 0 87 0
[pid=30459] ppid=30457 vsize=15487052 memory=276612 CPUtime=90.52 cores=1,3,5,7
/proc/30459/stat : 30459 (java) S 30457 30457 30406 0 -1 1077944320 33272 0 0 0 9037 15 0 0 20 0 19 0 445700648 15858741248 69153 33554432000 4194304 4196468 140721770232688 140721770215232 140014177935095 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
/proc/30459/statm: 3871763 69153 3524 1 0 3832863 0
[pid=30459/tid=30460] ppid=30457 vsize=15487052 memory=47972 CPUtime=1.29 cores=1,3,5,7
/proc/30459/task/30460/stat : 30460 (java) S 30457 30457 30406 0 -1 1077944384 9576 0 0 0 124 5 0 0 20 0 19 0 445700648 15858741248 69153 33554432000 4194304 4196468 140721770232688 140014182175872 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30461] ppid=30457 vsize=15487052 memory=6791534058613427641 CPUtime=0.03 cores=1,3,5,7
/proc/30459/task/30461/stat : 30461 (java) S 30457 30457 30406 0 -1 1077944384 90 0 0 0 2 1 0 0 20 0 19 0 445700649 15858741248 69153 33554432000 4194304 4196468 140721770232688 140014130555664 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30462] ppid=30457 vsize=15487052 memory=276612 CPUtime=0.01 cores=1,3,5,7
/proc/30459/task/30462/stat : 30462 (java) S 30457 30457 30406 0 -1 1077944384 67 0 0 0 1 0 0 0 20 0 19 0 445700649 15858741248 69153 33554432000 4194304 4196468 140721770232688 140014129503120 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30463] ppid=30457 vsize=15487052 memory=1399101730491701635 CPUtime=0.03 cores=1,3,5,7
/proc/30459/task/30463/stat : 30463 (java) S 30457 30457 30406 0 -1 1077944384 102 0 0 0 2 1 0 0 20 0 19 0 445700649 15858741248 69153 33554432000 4194304 4196468 140721770232688 140014128450576 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30464] ppid=30457 vsize=15487052 memory=8026650869813564775 CPUtime=0.03 cores=1,3,5,7
/proc/30459/task/30464/stat : 30464 (java) S 30457 30457 30406 0 -1 1077944384 129 0 0 0 2 1 0 0 20 0 19 0 445700649 15858741248 69153 33554432000 4194304 4196468 140721770232688 140014127398032 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30465] ppid=30457 vsize=15487052 memory=8026650869813564775 CPUtime=0.02 cores=1,3,5,7
/proc/30459/task/30465/stat : 30465 (java) S 30457 30457 30406 0 -1 1077944384 186 0 0 0 1 1 0 0 20 0 19 0 445700651 15858741248 69153 33554432000 4194304 4196468 140721770232688 140013645826032 140014177946242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30466] ppid=30457 vsize=15487052 memory=2116 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30466/stat : 30466 (java) S 30457 30457 30406 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 445700651 15858741248 69153 33554432000 4194304 4196468 140721770232688 140013644772320 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30467] ppid=30457 vsize=15487052 memory=26016 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30467/stat : 30467 (java) S 30457 30457 30406 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 445700651 15858741248 69153 33554432000 4194304 4196468 140721770232688 140013643719680 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30472] ppid=30457 vsize=15487052 memory=14068 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30472/stat : 30472 (java) S 30457 30457 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445700654 15858741248 69153 33554432000 4194304 4196468 140721770232688 140013642668240 140014177953691 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30473] ppid=30457 vsize=15487052 memory=524 CPUtime=2.19 cores=1,3,5,7
/proc/30459/task/30473/stat : 30473 (java) S 30457 30457 30406 0 -1 1077944384 6321 0 0 0 218 1 0 0 20 0 19 0 445700654 15858741248 69153 33554432000 4194304 4196468 140721770232688 140013641615856 140014177946242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30474] ppid=30457 vsize=15487052 memory=1568 CPUtime=2.13 cores=1,3,5,7
/proc/30459/task/30474/stat : 30474 (java) S 30457 30457 30406 0 -1 1077944384 5881 0 0 0 213 0 0 0 20 0 19 0 445700654 15858741248 69153 33554432000 4194304 4196468 140721770232688 140013640563312 140014177946242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30475] ppid=30457 vsize=15487052 memory=928 CPUtime=0.79 cores=1,3,5,7
/proc/30459/task/30475/stat : 30475 (java) S 30457 30457 30406 0 -1 1077944384 5567 0 0 0 79 0 0 0 20 0 19 0 445700654 15858741248 69153 33554432000 4194304 4196468 140721770232688 140013639510768 140014177946242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30476] ppid=30457 vsize=15487052 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30476/stat : 30476 (java) S 30457 30457 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445700654 15858741248 69153 33554432000 4194304 4196468 140721770232688 140013638458464 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30478] ppid=30457 vsize=15487052 memory=272516 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30478/stat : 30478 (java) S 30457 30457 30406 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 19 0 445700654 15858741248 69153 33554432000 4194304 4196468 140721770232688 140013637404976 140014177946242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30583] ppid=30457 vsize=15487052 memory=1568 CPUtime=15.62 cores=1,3,5,7
/proc/30459/task/30583/stat : 30583 (java) R 30457 30457 30406 0 -1 4202560 163 0 0 0 1562 0 0 0 20 0 19 0 445701412 15858741248 69153 33554432000 4194304 4196468 140721770232688 140013624220024 140013809330638 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30584] ppid=30457 vsize=15487052 memory=928 CPUtime=15.49 cores=1,3,5,7
/proc/30459/task/30584/stat : 30584 (java) R 30457 30457 30406 0 -1 4202560 943 0 0 0 1549 0 0 0 20 0 19 0 445701412 15858741248 69153 33554432000 4194304 4196468 140721770232688 140013625274216 140013809544978 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30585] ppid=30457 vsize=15487052 memory=3520 CPUtime=15.44 cores=1,3,5,7
/proc/30459/task/30585/stat : 30585 (java) R 30457 30457 30406 0 -1 4202560 332 0 0 0 1544 0 0 0 20 0 19 0 445701412 15858741248 69153 33554432000 4194304 4196468 140721770232688 140013626329368 140013809330577 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30586] ppid=30457 vsize=15487052 memory=1976 CPUtime=15.39 cores=1,3,5,7
/proc/30459/task/30586/stat : 30586 (java) R 30457 30457 30406 0 -1 4202560 615 0 0 0 1539 0 0 0 20 0 19 0 445701412 15858741248 69153 33554432000 4194304 4196468 140721770232688 140013622116032 140013809330841 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
Current children cumulated CPU time: 90.52 s
Current children cumulated vsize: 15600180 KiB
Current children cumulated memory: 278064 KiB

[startup+23.7009 s]
/proc/loadavg: 3.02 1.85 1.67 10/239 30612
/proc/meminfo: memFree=30094388/32770624 swapFree=66953076/67108860
[pid=30457] ppid=30454 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30457/stat : 30457 (xcsp3-exec) S 30454 30457 30406 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445700648 115843072 363 33554432000 4194304 5098028 140726437664192 140726437662296 139685463986812 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 13471744 140726437667706 140726437667949 140726437667949 140726437670858 0
/proc/30457/statm: 28282 363 304 221 0 87 0
[pid=30459] ppid=30457 vsize=15487052 memory=278660 CPUtime=92.12 cores=1,3,5,7
/proc/30459/stat : 30459 (java) S 30457 30457 30406 0 -1 1077944320 33284 0 0 0 9196 16 0 0 20 0 19 0 445700648 15858741248 69665 33554432000 4194304 4196468 140721770232688 140721770215232 140014177935095 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
/proc/30459/statm: 3871763 69665 3524 1 0 3832863 0
[pid=30459/tid=30460] ppid=30457 vsize=15487052 memory=140151695885472 CPUtime=1.29 cores=1,3,5,7
/proc/30459/task/30460/stat : 30460 (java) S 30457 30457 30406 0 -1 1077944384 9576 0 0 0 124 5 0 0 20 0 19 0 445700648 15858741248 69665 33554432000 4194304 4196468 140721770232688 140014182175872 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30461] ppid=30457 vsize=15487052 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/30459/task/30461/stat : 30461 (java) S 30457 30457 30406 0 -1 1077944384 90 0 0 0 2 1 0 0 20 0 19 0 445700649 15858741248 69665 33554432000 4194304 4196468 140721770232688 140014130555664 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30462] ppid=30457 vsize=15487052 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/30459/task/30462/stat : 30462 (java) S 30457 30457 30406 0 -1 1077944384 67 0 0 0 1 0 0 0 20 0 19 0 445700649 15858741248 69665 33554432000 4194304 4196468 140721770232688 140014129503120 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30463] ppid=30457 vsize=15487052 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/30459/task/30463/stat : 30463 (java) S 30457 30457 30406 0 -1 1077944384 102 0 0 0 2 1 0 0 20 0 19 0 445700649 15858741248 69665 33554432000 4194304 4196468 140721770232688 140014128450576 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30464] ppid=30457 vsize=15487052 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/30459/task/30464/stat : 30464 (java) S 30457 30457 30406 0 -1 1077944384 129 0 0 0 2 1 0 0 20 0 19 0 445700649 15858741248 69665 33554432000 4194304 4196468 140721770232688 140014127398032 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30465] ppid=30457 vsize=15487052 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30459/task/30465/stat : 30465 (java) S 30457 30457 30406 0 -1 1077944384 186 0 0 0 1 1 0 0 20 0 19 0 445700651 15858741248 69665 33554432000 4194304 4196468 140721770232688 140013645826032 140014177946242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30466] ppid=30457 vsize=15487052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30466/stat : 30466 (java) S 30457 30457 30406 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 445700651 15858741248 69665 33554432000 4194304 4196468 140721770232688 140013644772320 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30467] ppid=30457 vsize=15487052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30467/stat : 30467 (java) S 30457 30457 30406 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 445700651 15858741248 69665 33554432000 4194304 4196468 140721770232688 140013643719680 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30472] ppid=30457 vsize=15487052 memory=7100839861465685612 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30472/stat : 30472 (java) S 30457 30457 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445700654 15858741248 69665 33554432000 4194304 4196468 140721770232688 140013642668240 140014177953691 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30473] ppid=30457 vsize=15487052 memory=0 CPUtime=2.19 cores=1,3,5,7
/proc/30459/task/30473/stat : 30473 (java) S 30457 30457 30406 0 -1 1077944384 6321 0 0 0 218 1 0 0 20 0 19 0 445700654 15858741248 69665 33554432000 4194304 4196468 140721770232688 140013641615856 140014177946242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30474] ppid=30457 vsize=15487052 memory=0 CPUtime=2.13 cores=1,3,5,7
/proc/30459/task/30474/stat : 30474 (java) S 30457 30457 30406 0 -1 1077944384 5881 0 0 0 213 0 0 0 20 0 19 0 445700654 15858741248 69665 33554432000 4194304 4196468 140721770232688 140013640563312 140014177946242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30475] ppid=30457 vsize=15487052 memory=0 CPUtime=0.79 cores=1,3,5,7
/proc/30459/task/30475/stat : 30475 (java) S 30457 30457 30406 0 -1 1077944384 5567 0 0 0 79 0 0 0 20 0 19 0 445700654 15858741248 69665 33554432000 4194304 4196468 140721770232688 140013639510768 140014177946242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30476] ppid=30457 vsize=15487052 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30476/stat : 30476 (java) S 30457 30457 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445700654 15858741248 69665 33554432000 4194304 4196468 140721770232688 140013638458464 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30478] ppid=30457 vsize=15487052 memory=928 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30478/stat : 30478 (java) S 30457 30457 30406 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 19 0 445700654 15858741248 69665 33554432000 4194304 4196468 140721770232688 140013637404976 140014177946242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30583] ppid=30457 vsize=15487052 memory=3520 CPUtime=16.02 cores=1,3,5,7
/proc/30459/task/30583/stat : 30583 (java) R 30457 30457 30406 0 -1 4202560 163 0 0 0 1602 0 0 0 20 0 19 0 445701412 15858741248 69665 33554432000 4194304 4196468 140721770232688 140013624220024 140013809330671 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30584] ppid=30457 vsize=15487052 memory=1976 CPUtime=15.89 cores=1,3,5,7
/proc/30459/task/30584/stat : 30584 (java) R 30457 30457 30406 0 -1 4202560 948 0 0 0 1589 0 0 0 20 0 19 0 445701412 15858741248 69665 33554432000 4194304 4196468 140721770232688 140013625274216 140013809330735 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30585] ppid=30457 vsize=15487052 memory=2512 CPUtime=15.84 cores=1,3,5,7
/proc/30459/task/30585/stat : 30585 (java) R 30457 30457 30406 0 -1 4202560 339 0 0 0 1584 0 0 0 20 0 19 0 445701412 15858741248 69665 33554432000 4194304 4196468 140721770232688 140013626329368 140013809545004 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30586] ppid=30457 vsize=15487052 memory=808 CPUtime=15.79 cores=1,3,5,7
/proc/30459/task/30586/stat : 30586 (java) R 30457 30457 30406 0 -1 4202560 615 0 0 0 1579 0 0 0 20 0 19 0 445701412 15858741248 69665 33554432000 4194304 4196468 140721770232688 140013622116032 140013809330735 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
Current children cumulated CPU time: 92.12 s
Current children cumulated vsize: 15600180 KiB
Current children cumulated memory: 280112 KiB

[startup+23.8019 s]
/proc/loadavg: 3.02 1.85 1.67 10/239 30612
/proc/meminfo: memFree=30094388/32770624 swapFree=66953076/67108860
[pid=30457] ppid=30454 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30457/stat : 30457 (xcsp3-exec) S 30454 30457 30406 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445700648 115843072 363 33554432000 4194304 5098028 140726437664192 140726437662296 139685463986812 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 13471744 140726437667706 140726437667949 140726437667949 140726437670858 0
/proc/30457/statm: 28282 363 304 221 0 87 0
[pid=30459] ppid=30457 vsize=15487052 memory=278660 CPUtime=92.53 cores=1,3,5,7
/proc/30459/stat : 30459 (java) S 30457 30457 30406 0 -1 1077944320 33284 0 0 0 9237 16 0 0 20 0 19 0 445700648 15858741248 69665 33554432000 4194304 4196468 140721770232688 140721770215232 140014177935095 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
/proc/30459/statm: 3871763 69665 3524 1 0 3832863 0
[pid=30459/tid=30460] ppid=30457 vsize=15487052 memory=278660 CPUtime=1.29 cores=1,3,5,7
/proc/30459/task/30460/stat : 30460 (java) S 30457 30457 30406 0 -1 1077944384 9576 0 0 0 124 5 0 0 20 0 19 0 445700648 15858741248 69665 33554432000 4194304 4196468 140721770232688 140014182175872 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30461] ppid=30457 vsize=15487052 memory=1452 CPUtime=0.03 cores=1,3,5,7
/proc/30459/task/30461/stat : 30461 (java) S 30457 30457 30406 0 -1 1077944384 90 0 0 0 2 1 0 0 20 0 19 0 445700649 15858741248 69665 33554432000 4194304 4196468 140721770232688 140014130555664 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30462] ppid=30457 vsize=15487052 memory=270416 CPUtime=0.01 cores=1,3,5,7
/proc/30459/task/30462/stat : 30462 (java) S 30457 30457 30406 0 -1 1077944384 67 0 0 0 1 0 0 0 20 0 19 0 445700649 15858741248 69665 33554432000 4194304 4196468 140721770232688 140014129503120 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30463] ppid=30457 vsize=15487052 memory=2024 CPUtime=0.03 cores=1,3,5,7
/proc/30459/task/30463/stat : 30463 (java) S 30457 30457 30406 0 -1 1077944384 102 0 0 0 2 1 0 0 20 0 19 0 445700649 15858741248 69665 33554432000 4194304 4196468 140721770232688 140014128450576 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30464] ppid=30457 vsize=15487052 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/30459/task/30464/stat : 30464 (java) S 30457 30457 30406 0 -1 1077944384 129 0 0 0 2 1 0 0 20 0 19 0 445700649 15858741248 69665 33554432000 4194304 4196468 140721770232688 140014127398032 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30465] ppid=30457 vsize=15487052 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30459/task/30465/stat : 30465 (java) S 30457 30457 30406 0 -1 1077944384 186 0 0 0 1 1 0 0 20 0 19 0 445700651 15858741248 69665 33554432000 4194304 4196468 140721770232688 140013645826032 140014177946242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30466] ppid=30457 vsize=15487052 memory=3624 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30466/stat : 30466 (java) S 30457 30457 30406 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 445700651 15858741248 69665 33554432000 4194304 4196468 140721770232688 140013644772320 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30467] ppid=30457 vsize=15487052 memory=47972 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30467/stat : 30467 (java) S 30457 30457 30406 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 445700651 15858741248 69665 33554432000 4194304 4196468 140721770232688 140013643719680 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30472] ppid=30457 vsize=15487052 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30472/stat : 30472 (java) S 30457 30457 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445700654 15858741248 69665 33554432000 4194304 4196468 140721770232688 140013642668240 140014177953691 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30473] ppid=30457 vsize=15487052 memory=265308 CPUtime=2.19 cores=1,3,5,7
/proc/30459/task/30473/stat : 30473 (java) S 30457 30457 30406 0 -1 1077944384 6321 0 0 0 218 1 0 0 20 0 19 0 445700654 15858741248 69665 33554432000 4194304 4196468 140721770232688 140013641615856 140014177946242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30474] ppid=30457 vsize=15487052 memory=1452 CPUtime=2.13 cores=1,3,5,7
/proc/30459/task/30474/stat : 30474 (java) S 30457 30457 30406 0 -1 1077944384 5881 0 0 0 213 0 0 0 20 0 19 0 445700654 15858741248 69665 33554432000 4194304 4196468 140721770232688 140013640563312 140014177946242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30475] ppid=30457 vsize=15487052 memory=0 CPUtime=0.79 cores=1,3,5,7
/proc/30459/task/30475/stat : 30475 (java) S 30457 30457 30406 0 -1 1077944384 5567 0 0 0 79 0 0 0 20 0 19 0 445700654 15858741248 69665 33554432000 4194304 4196468 140721770232688 140013639510768 140014177946242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30476] ppid=30457 vsize=15487052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30476/stat : 30476 (java) S 30457 30457 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445700654 15858741248 69665 33554432000 4194304 4196468 140721770232688 140013638458464 140014177945301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30478] ppid=30457 vsize=15487052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30459/task/30478/stat : 30478 (java) S 30457 30457 30406 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 19 0 445700654 15858741248 69665 33554432000 4194304 4196468 140721770232688 140013637404976 140014177946242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30583] ppid=30457 vsize=15487052 memory=1452 CPUtime=16.12 cores=1,3,5,7
/proc/30459/task/30583/stat : 30583 (java) R 30457 30457 30406 0 -1 4202560 163 0 0 0 1612 0 0 0 20 0 19 0 445701412 15858741248 69665 33554432000 4194304 4196468 140721770232688 140013624220024 140013809775508 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30584] ppid=30457 vsize=15487052 memory=260904 CPUtime=15.99 cores=1,3,5,7
/proc/30459/task/30584/stat : 30584 (java) R 30457 30457 30406 0 -1 4202560 948 0 0 0 1599 0 0 0 20 0 19 0 445701412 15858741248 69665 33554432000 4194304 4196468 140721770232688 140013625274216 140013809330657 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30585] ppid=30457 vsize=15487052 memory=988 CPUtime=15.94 cores=1,3,5,7
/proc/30459/task/30585/stat : 30585 (java) R 30457 30457 30406 0 -1 4202560 339 0 0 0 1594 0 0 0 20 0 19 0 445701412 15858741248 69665 33554432000 4194304 4196468 140721770232688 140013626329368 140013809330855 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
[pid=30459/tid=30586] ppid=30457 vsize=15487052 memory=2024 CPUtime=15.89 cores=1,3,5,7
/proc/30459/task/30586/stat : 30586 (java) R 30457 30457 30406 0 -1 4202560 615 0 0 0 1589 0 0 0 20 0 19 0 445701412 15858741248 69665 33554432000 4194304 4196468 140721770232688 140013622116032 140013809330712 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32968704 140721770238959 140721770239130 140721770239130 140721770241999 0
Current children cumulated CPU time: 92.53 s
Current children cumulated vsize: 15600180 KiB
Current children cumulated memory: 280112 KiB

Child status: 0
Real time (s): 23.881
CPU time (s): 92.831
CPU user time (s): 92.6645
CPU system time (s): 0.166442
CPU usage (%): 388.723
Max. virtual memory (cumulated for all children) (KiB): 15600180
Max. memory (cumulated for all children) (KiB): 280112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.6645
system time used= 0.166442
maximum resident set size= 279056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34483
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= 3654
involuntary context switches= 2272


# summary of solver processes directly reported to runsolver:
#   pid: 30457
#   total CPU time (s): 92.831
#   total CPU user time (s): 92.6645
#   total CPU system time (s): 0.166442

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.153953 second user time and 0.333377 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-17 06:24:38
IDJOB=4400357
IDBENCH=127998
IDSOLVER=2856
FILE ID=node127/4400357-1568694318
RUNJOBID= node127-1568694277-30438
PBS_JOBID= 21703804
Free space on /tmp= 61312 MiB

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

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

MD5SUM BENCH= 95a2ddfb0d7ed65af35b4a4f8b00191d
RANDOM SEED=1488966477

node127.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.55
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.55
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.55
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.55
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:        30679248 kB
MemAvailable:   31830236 kB
Buffers:           86680 kB
Cached:          1349640 kB
SwapCached:        51464 kB
Active:           495732 kB
Inactive:         995388 kB
Active(anon):      14552 kB
Inactive(anon):    90080 kB
Active(file):     481180 kB
Inactive(file):   905308 kB
Unevictable:      110916 kB
Mlocked:          110916 kB
SwapTotal:      67108860 kB
SwapFree:       66953076 kB
Dirty:             49784 kB
Writeback:             0 kB
AnonPages:        115324 kB
Mapped:            48064 kB
Shmem:             40672 kB
Slab:             190324 kB
SReclaimable:     160672 kB
SUnreclaim:        29652 kB
KernelStack:        3312 kB
PageTables:         5608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     511628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61260 MiB
End job on node127 at 2019-09-17 06:25:02