Trace number 4400512

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-16OPT41 41.4435 10.9765

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-25-5-5-0.xml
MD5SUM297e7ff3843a631e244fdcc6d730e090
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark41
Best CPU time to get the best result obtained on this benchmark34.2796
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of constraints101
Number of domains24
Minimum domain size4
Maximum domain size26
Distribution of domain sizes[{"size":4,"count":12},{"size":5,"count":7},{"size":6,"count":6},{"size":26,"count":50}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":25},{"degree":26,"count":24},{"degree":27,"count":1},{"degree":28,"count":25}]
Minimum constraint arity1
Maximum constraint arity26
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":50},{"arity":25,"count":25},{"arity":26,"count":25}]
Number of extensional constraints50
Number of intensional constraints26
Distribution of constraint types[{"type":"extension","count":50},{"type":"intension","count":26},{"type":"count","count":25}]
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-4400512-1568694344.xml"  -tl '2400s' -p 4
0.14/0.18	c Choco e747e1e
0.14/0.18	c [HOME/instance-4400512-1568694344.xml, -tl, 2400s, -p, 4]
0.34/0.23	c 4 solvers in parallel
0.34/0.29	c parse instance...
3.54/1.41	c solve instance...
3.54/1.49	o -1000 
9.91/3.02	o -963 
10.67/3.27	o -959 
10.67/3.28	o 27 
11.04/3.30	o 29 
11.04/3.33	o 32 
13.00/3.84	o 41 
41.15/10.96	s OPTIMUM FOUND
41.15/10.96	v <instantiation>
41.15/10.96	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] s[24] 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] p[24] 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] g[24] </list>
41.15/10.96	v 	<values>5 0 1 2 3 6 7 12 9 4 15 10 11 8 13 16 17 18 19 14 -1 -1 -1 -1 -1 0 19 18 17 16 1 2 3 14 15 6 5 4 13 12 7 8 9 10 11 -1 -1 -1 -1 -1 -3 -4 6 6 -2 0 -3 -6 6 1 0 3 7 5 7 3 3 6 4 2 0 0 0 0 0 </values>
41.15/10.96	v </instantiation>

Verifier Data

OK	41

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

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

running on 4 cores: 0,2,4,6

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=23659, runsolver pid=23656
Current StackSize limit: 8192 KiB


[startup+0.103348 s]*
/proc/loadavg: 7.52 3.59 2.25 7/234 23675
/proc/meminfo: memFree=28213940/32770624 swapFree=66959728/67108860
[pid=23659] ppid=23656 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23659/stat : 23659 (xcsp3-exec) S 23656 23659 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445374513 115843072 362 33554432000 4194304 5098028 140732823363456 140732823361560 140030866018940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39239680 140732823368571 140732823368813 140732823368813 140732823371722 0
/proc/23659/statm: 28282 362 304 221 0 87 0
[pid=23661] ppid=23659 vsize=15144776 memory=27960 CPUtime=0.14 cores=0,2,4,6
/proc/23661/stat : 23661 (java) S 23659 23659 22939 0 -1 1077944320 5941 0 0 0 13 1 0 0 20 0 15 0 445374513 15508250624 6990 33554432000 4194304 4196468 140720483072352 140720483054896 139783567970039 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
/proc/23661/statm: 3786194 6990 3158 1 0 3748377 0
[pid=23661/tid=23662] ppid=23659 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/23661/task/23662/stat : 23662 (java) R 23659 23659 22939 0 -1 4202560 3767 0 0 0 8 1 0 0 20 0 15 0 445374513 15508250624 6990 33554432000 4194304 4196468 140720483072352 139783572198704 139783567981974 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23663] ppid=23659 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23663/stat : 23663 (java) S 23659 23659 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445374514 15508250624 6990 33554432000 4194304 4196468 140720483072352 139783537682960 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23664] ppid=23659 vsize=15144776 memory=139900225377920 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23664/stat : 23664 (java) S 23659 23659 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445374514 15508250624 6990 33554432000 4194304 4196468 140720483072352 139783159024272 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23665] ppid=23659 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23665/stat : 23665 (java) S 23659 23659 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445374514 15508250624 6990 33554432000 4194304 4196468 140720483072352 139783157971216 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23666] ppid=23659 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23666/stat : 23666 (java) S 23659 23659 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445374514 15508250624 6990 33554432000 4194304 4196468 140720483072352 139783156918672 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23667] ppid=23659 vsize=15144776 memory=139900225377920 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23667/stat : 23667 (java) S 23659 23659 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445374516 15508250624 6990 33554432000 4194304 4196468 140720483072352 139783036246768 139783567981186 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23668] ppid=23659 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23668/stat : 23668 (java) S 23659 23659 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445374516 15508250624 6990 33554432000 4194304 4196468 140720483072352 139783035192992 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23669] ppid=23659 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23669/stat : 23669 (java) S 23659 23659 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445374516 15508250624 6990 33554432000 4194304 4196468 140720483072352 139783034139888 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23670] ppid=23659 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23670/stat : 23670 (java) S 23659 23659 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445374519 15508250624 6990 33554432000 4194304 4196468 140720483072352 139783033088464 139783567988635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23671] ppid=23659 vsize=15144776 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/23661/task/23671/stat : 23671 (java) S 23659 23659 22939 0 -1 1077944384 457 0 0 0 1 0 0 0 20 0 15 0 445374519 15508250624 6990 33554432000 4194304 4196468 140720483072352 139783032035568 139783567981186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23672] ppid=23659 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23672/stat : 23672 (java) S 23659 23659 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445374519 15508250624 6990 33554432000 4194304 4196468 140720483072352 139783030983024 139783567981186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23673] ppid=23659 vsize=15144776 memory=139900225377920 CPUtime=0.02 cores=0,2,4,6
/proc/23661/task/23673/stat : 23673 (java) S 23659 23659 22939 0 -1 1077944384 410 0 0 0 2 0 0 0 20 0 15 0 445374519 15508250624 6990 33554432000 4194304 4196468 140720483072352 139783029929968 139783567981186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23674] ppid=23659 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23674/stat : 23674 (java) S 23659 23659 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445374519 15508250624 6990 33554432000 4194304 4196468 140720483072352 139783028877664 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23675] ppid=23659 vsize=15144776 memory=139900225377920 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23675/stat : 23675 (java) S 23659 23659 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445374519 15508250624 6990 33554432000 4194304 4196468 140720483072352 139783027825712 139783567981186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 29408 KiB

[startup+0.21108 s]*
/proc/loadavg: 7.52 3.59 2.25 8/234 23675
/proc/meminfo: memFree=28200332/32770624 swapFree=66959728/67108860
[pid=23659] ppid=23656 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23659/stat : 23659 (xcsp3-exec) S 23656 23659 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445374513 115843072 362 33554432000 4194304 5098028 140732823363456 140732823361560 140030866018940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39239680 140732823368571 140732823368813 140732823368813 140732823371722 0
/proc/23659/statm: 28282 362 304 221 0 87 0
[pid=23661] ppid=23659 vsize=15144776 memory=39196 CPUtime=0.34 cores=0,2,4,6
/proc/23661/stat : 23661 (java) S 23659 23659 22939 0 -1 1077944320 9574 0 0 0 31 3 0 0 20 0 15 0 445374513 15508250624 9799 33554432000 4194304 4196468 140720483072352 140720483054896 139783567970039 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
/proc/23661/statm: 3786194 9799 3304 1 0 3748377 0
[pid=23661/tid=23662] ppid=23659 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/23661/task/23662/stat : 23662 (java) R 23659 23659 22939 0 -1 4202560 6686 0 0 0 18 2 0 0 20 0 15 0 445374513 15508250624 9799 33554432000 4194304 4196468 140720483072352 139783572202768 139783552050556 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23663] ppid=23659 vsize=15144776 memory=1965946 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23663/stat : 23663 (java) S 23659 23659 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445374514 15508250624 9799 33554432000 4194304 4196468 140720483072352 139783537682960 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23664] ppid=23659 vsize=15144776 memory=139900228730739 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23664/stat : 23664 (java) S 23659 23659 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445374514 15508250624 9799 33554432000 4194304 4196468 140720483072352 139783159024272 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23665] ppid=23659 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23665/stat : 23665 (java) S 23659 23659 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445374514 15508250624 9799 33554432000 4194304 4196468 140720483072352 139783157971216 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23666] ppid=23659 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23666/stat : 23666 (java) S 23659 23659 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445374514 15508250624 9799 33554432000 4194304 4196468 140720483072352 139783156918672 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23667] ppid=23659 vsize=15144776 memory=139900225377920 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23667/stat : 23667 (java) S 23659 23659 22939 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445374516 15508250624 9799 33554432000 4194304 4196468 140720483072352 139783036246768 139783567981186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23668] ppid=23659 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23668/stat : 23668 (java) S 23659 23659 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445374516 15508250624 9799 33554432000 4194304 4196468 140720483072352 139783035192992 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23669] ppid=23659 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23669/stat : 23669 (java) S 23659 23659 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445374516 15508250624 9799 33554432000 4194304 4196468 140720483072352 139783034139888 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23670] ppid=23659 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23670/stat : 23670 (java) S 23659 23659 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445374519 15508250624 9799 33554432000 4194304 4196468 140720483072352 139783033088464 139783567988635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23671] ppid=23659 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/23661/task/23671/stat : 23671 (java) S 23659 23659 22939 0 -1 1077944384 519 0 0 0 2 0 0 0 20 0 15 0 445374519 15508250624 9799 33554432000 4194304 4196468 140720483072352 139783032035568 139783567981186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23672] ppid=23659 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/23661/task/23672/stat : 23672 (java) S 23659 23659 22939 0 -1 1077944384 143 0 0 0 2 0 0 0 20 0 15 0 445374519 15508250624 9799 33554432000 4194304 4196468 140720483072352 139783030983024 139783567981186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23673] ppid=23659 vsize=15144776 memory=139900225377920 CPUtime=0.08 cores=0,2,4,6
/proc/23661/task/23673/stat : 23673 (java) S 23659 23659 22939 0 -1 1077944384 920 0 0 0 8 0 0 0 20 0 15 0 445374519 15508250624 9799 33554432000 4194304 4196468 140720483072352 139783029929968 139783567981186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23674] ppid=23659 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23674/stat : 23674 (java) S 23659 23659 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445374519 15508250624 9799 33554432000 4194304 4196468 140720483072352 139783028877664 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23675] ppid=23659 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23675/stat : 23675 (java) S 23659 23659 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445374519 15508250624 9799 33554432000 4194304 4196468 140720483072352 139783027825712 139783567981186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 40644 KiB

[startup+0.311434 s]*
/proc/loadavg: 7.52 3.59 2.25 6/234 23675
/proc/meminfo: memFree=28194552/32770624 swapFree=66959728/67108860
[pid=23659] ppid=23656 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23659/stat : 23659 (xcsp3-exec) S 23656 23659 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445374513 115843072 362 33554432000 4194304 5098028 140732823363456 140732823361560 140030866018940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39239680 140732823368571 140732823368813 140732823368813 140732823371722 0
/proc/23659/statm: 28282 362 304 221 0 87 0
[pid=23661] ppid=23659 vsize=15149032 memory=48956 CPUtime=0.53 cores=0,2,4,6
/proc/23661/stat : 23661 (java) S 23659 23659 22939 0 -1 1077944320 11045 0 0 0 49 4 0 0 20 0 15 0 445374513 15512608768 12239 33554432000 4194304 4196468 140720483072352 140720483054896 139783567970039 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
/proc/23661/statm: 3787258 12239 3368 1 0 3748377 0
[pid=23661/tid=23662] ppid=23659 vsize=15149032 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/23661/task/23662/stat : 23662 (java) R 23659 23659 22939 0 -1 4202560 7752 0 0 0 27 3 0 0 20 0 15 0 445374513 15512608768 12239 33554432000 4194304 4196468 140720483072352 139783572200984 139783567991965 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23663] ppid=23659 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23663/stat : 23663 (java) S 23659 23659 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445374514 15512608768 12239 33554432000 4194304 4196468 140720483072352 139783537682960 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23664] ppid=23659 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23664/stat : 23664 (java) S 23659 23659 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445374514 15512608768 12239 33554432000 4194304 4196468 140720483072352 139783159024272 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23665] ppid=23659 vsize=15149032 memory=-3040564339105353098 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23665/stat : 23665 (java) S 23659 23659 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445374514 15512608768 12239 33554432000 4194304 4196468 140720483072352 139783157971216 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23666] ppid=23659 vsize=15149032 memory=7161331908245094050 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23666/stat : 23666 (java) S 23659 23659 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445374514 15512608768 12239 33554432000 4194304 4196468 140720483072352 139783156918672 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23667] ppid=23659 vsize=15149032 memory=6944656591801720471 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23667/stat : 23667 (java) S 23659 23659 22939 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445374516 15512608768 12239 33554432000 4194304 4196468 140720483072352 139783036246768 139783567981186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23668] ppid=23659 vsize=15149032 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23668/stat : 23668 (java) S 23659 23659 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445374516 15512608768 12239 33554432000 4194304 4196468 140720483072352 139783035192992 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23669] ppid=23659 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23669/stat : 23669 (java) S 23659 23659 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445374516 15512608768 12239 33554432000 4194304 4196468 140720483072352 139783034139888 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23670] ppid=23659 vsize=15149032 memory=7031125463459224206 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23670/stat : 23670 (java) S 23659 23659 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445374519 15512608768 12239 33554432000 4194304 4196468 140720483072352 139783033088464 139783567988635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23671] ppid=23659 vsize=15149032 memory=4426078206164241782 CPUtime=0.04 cores=0,2,4,6
/proc/23661/task/23671/stat : 23671 (java) R 23659 23659 22939 0 -1 4202560 615 0 0 0 4 0 0 0 20 0 15 0 445374519 15512608768 12239 33554432000 4194304 4196468 140720483072352 139783032016584 139783551381292 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23672] ppid=23659 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/23661/task/23672/stat : 23672 (java) R 23659 23659 22939 0 -1 1077944384 208 0 0 0 4 0 0 0 20 0 15 0 445374519 15512608768 12239 33554432000 4194304 4196468 140720483072352 139783030983024 139783567981186 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23673] ppid=23659 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/23661/task/23673/stat : 23673 (java) R 23659 23659 22939 0 -1 4202560 1164 0 0 0 13 0 0 0 20 0 15 0 445374519 15512608768 12239 33554432000 4194304 4196468 140720483072352 139783029929968 139783547105840 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23674] ppid=23659 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23674/stat : 23674 (java) S 23659 23659 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445374519 15512608768 12239 33554432000 4194304 4196468 140720483072352 139783028877664 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23675] ppid=23659 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23675/stat : 23675 (java) S 23659 23659 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445374519 15512608768 12239 33554432000 4194304 4196468 140720483072352 139783027825712 139783567981186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50404 KiB

[startup+0.701221 s]
/proc/loadavg: 7.48 3.64 2.27 8/234 23675
/proc/meminfo: memFree=28167172/32770624 swapFree=66959728/67108860
[pid=23659] ppid=23656 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23659/stat : 23659 (xcsp3-exec) S 23656 23659 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445374513 115843072 362 33554432000 4194304 5098028 140732823363456 140732823361560 140030866018940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39239680 140732823368571 140732823368813 140732823368813 140732823371722 0
/proc/23659/statm: 28282 362 304 221 0 87 0
[pid=23661] ppid=23659 vsize=15151156 memory=114444 CPUtime=1.67 cores=0,2,4,6
/proc/23661/stat : 23661 (java) S 23659 23659 22939 0 -1 1077944320 15097 0 0 0 162 5 0 0 20 0 15 0 445374513 15514783744 28611 33554432000 4194304 4196468 140720483072352 140720483054896 139783567970039 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
/proc/23661/statm: 3787789 28611 3454 1 0 3748889 0
[pid=23661/tid=23662] ppid=23659 vsize=15151156 memory=33 CPUtime=0.68 cores=0,2,4,6
/proc/23661/task/23662/stat : 23662 (java) R 23659 23659 22939 0 -1 4202560 9227 0 0 0 64 4 0 0 20 0 15 0 445374513 15514783744 28611 33554432000 4194304 4196468 140720483072352 139783572207504 139783207688866 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23663] ppid=23659 vsize=15151156 memory=-7082918048272507482 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23663/stat : 23663 (java) S 23659 23659 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445374514 15514783744 28611 33554432000 4194304 4196468 140720483072352 139783537682960 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23664] ppid=23659 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23664/stat : 23664 (java) S 23659 23659 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445374514 15514783744 28611 33554432000 4194304 4196468 140720483072352 139783159024272 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23665] ppid=23659 vsize=15151156 memory=1660 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23665/stat : 23665 (java) S 23659 23659 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445374514 15514783744 28611 33554432000 4194304 4196468 140720483072352 139783157971216 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23666] ppid=23659 vsize=15151156 memory=48260 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23666/stat : 23666 (java) S 23659 23659 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445374514 15514783744 28611 33554432000 4194304 4196468 140720483072352 139783156918672 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23667] ppid=23659 vsize=15151156 memory=988 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23667/stat : 23667 (java) S 23659 23659 22939 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445374516 15514783744 28611 33554432000 4194304 4196468 140720483072352 139783036246768 139783567981186 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23668] ppid=23659 vsize=15151156 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23668/stat : 23668 (java) S 23659 23659 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445374516 15514783744 28611 33554432000 4194304 4196468 140720483072352 139783035192992 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23669] ppid=23659 vsize=15151156 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23669/stat : 23669 (java) S 23659 23659 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445374516 15514783744 28611 33554432000 4194304 4196468 140720483072352 139783034139888 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23670] ppid=23659 vsize=15151156 memory=580 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23670/stat : 23670 (java) S 23659 23659 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445374519 15514783744 28611 33554432000 4194304 4196468 140720483072352 139783033088464 139783567988635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23671] ppid=23659 vsize=15151156 memory=1720 CPUtime=0.33 cores=0,2,4,6
/proc/23661/task/23671/stat : 23671 (java) R 23659 23659 22939 0 -1 4202560 1371 0 0 0 33 0 0 0 20 0 15 0 445374519 15514783744 28611 33554432000 4194304 4196468 140720483072352 139783032021344 139783553992265 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23672] ppid=23659 vsize=15151156 memory=10604 CPUtime=0.31 cores=0,2,4,6
/proc/23661/task/23672/stat : 23672 (java) R 23659 23659 22939 0 -1 4202560 1211 0 0 0 31 0 0 0 20 0 15 0 445374519 15514783744 28611 33554432000 4194304 4196468 140720483072352 139783030969120 139783549487956 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23673] ppid=23659 vsize=15151156 memory=4160 CPUtime=0.32 cores=0,2,4,6
/proc/23661/task/23673/stat : 23673 (java) R 23659 23659 22939 0 -1 4202560 1981 0 0 0 32 0 0 0 20 0 15 0 445374519 15514783744 28611 33554432000 4194304 4196468 140720483072352 139783029929968 139783546937650 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23674] ppid=23659 vsize=15151156 memory=776 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23674/stat : 23674 (java) S 23659 23659 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445374519 15514783744 28611 33554432000 4194304 4196468 140720483072352 139783028877664 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23675] ppid=23659 vsize=15151156 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23675/stat : 23675 (java) S 23659 23659 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445374519 15514783744 28611 33554432000 4194304 4196468 140720483072352 139783027825712 139783567981186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 115892 KiB

[startup+1.50122 s]
/proc/loadavg: 7.48 3.64 2.27 9/233 23675
/proc/meminfo: memFree=28039368/32770624 swapFree=66959728/67108860
[pid=23659] ppid=23656 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23659/stat : 23659 (xcsp3-exec) S 23656 23659 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445374513 115843072 362 33554432000 4194304 5098028 140732823363456 140732823361560 140030866018940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39239680 140732823368571 140732823368813 140732823368813 140732823371722 0
/proc/23659/statm: 28282 362 304 221 0 87 0

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

/proc/23661/task/23675/stat : 23675 (java) S 23659 23659 22939 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 19 0 445374519 15859793920 64594 33554432000 4194304 4196468 140720483072352 139783027825712 139783567981186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23733] ppid=23659 vsize=15488080 memory=279800208136928 CPUtime=5.31 cores=0,2,4,6
/proc/23661/task/23733/stat : 23733 (java) R 23659 23659 22939 0 -1 4202560 423 0 0 0 531 0 0 0 20 0 19 0 445374898 15859793920 64594 33554432000 4194304 4196468 140720483072352 139783013587816 139783210384693 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23734] ppid=23659 vsize=15488080 memory=1448 CPUtime=5.28 cores=0,2,4,6
/proc/23661/task/23734/stat : 23734 (java) R 23659 23659 22939 0 -1 4202560 691 0 0 0 528 0 0 0 20 0 19 0 445374898 15859793920 64594 33554432000 4194304 4196468 140720483072352 139783011484888 139783210384967 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23735] ppid=23659 vsize=15488080 memory=242744 CPUtime=4.97 cores=0,2,4,6
/proc/23661/task/23735/stat : 23735 (java) R 23659 23659 22939 0 -1 4202560 687 0 0 0 497 0 0 0 20 0 19 0 445374898 15859793920 64594 33554432000 4194304 4196468 140720483072352 139783010430680 139783210629111 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23736] ppid=23659 vsize=15488080 memory=164 CPUtime=4.85 cores=0,2,4,6
/proc/23661/task/23736/stat : 23736 (java) R 23659 23659 22939 0 -1 4202560 343 0 0 0 485 0 0 0 20 0 19 0 445374898 15859793920 64594 33554432000 4194304 4196468 140720483072352 139783016748136 139783210385007 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
Current children cumulated CPU time: 35.98 s
Current children cumulated vsize: 15601208 KiB
Current children cumulated memory: 259824 KiB

[startup+10.4014 s]
/proc/loadavg: 7.68 3.75 2.31 10/237 23830
/proc/meminfo: memFree=27998204/32770624 swapFree=66959728/67108860
[pid=23659] ppid=23656 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23659/stat : 23659 (xcsp3-exec) S 23656 23659 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445374513 115843072 362 33554432000 4194304 5098028 140732823363456 140732823361560 140030866018940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39239680 140732823368571 140732823368813 140732823368813 140732823371722 0
/proc/23659/statm: 28282 362 304 221 0 87 0
[pid=23661] ppid=23659 vsize=15488080 memory=260480 CPUtime=39.16 cores=0,2,4,6
/proc/23661/stat : 23661 (java) S 23659 23659 22939 0 -1 1077944320 33686 0 0 0 3899 17 0 0 20 0 19 0 445374513 15859793920 65120 33554432000 4194304 4196468 140720483072352 140720483054896 139783567970039 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
/proc/23661/statm: 3872020 65120 3527 1 0 3833120 0
[pid=23661/tid=23662] ppid=23659 vsize=15488080 memory=258240 CPUtime=1.36 cores=0,2,4,6
/proc/23661/task/23662/stat : 23662 (java) S 23659 23659 22939 0 -1 1077944384 9531 0 0 0 131 5 0 0 20 0 19 0 445374513 15859793920 65120 33554432000 4194304 4196468 140720483072352 139783572210816 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23663] ppid=23659 vsize=15488080 memory=11201815197492 CPUtime=0.03 cores=0,2,4,6
/proc/23661/task/23663/stat : 23663 (java) S 23659 23659 22939 0 -1 1077944384 80 0 0 0 2 1 0 0 20 0 19 0 445374514 15859793920 65120 33554432000 4194304 4196468 140720483072352 139783537682960 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23664] ppid=23659 vsize=15488080 memory=6944656592455359580 CPUtime=0.02 cores=0,2,4,6
/proc/23661/task/23664/stat : 23664 (java) S 23659 23659 22939 0 -1 1077944384 116 0 0 0 1 1 0 0 20 0 19 0 445374514 15859793920 65120 33554432000 4194304 4196468 140720483072352 139783159024272 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23665] ppid=23659 vsize=15488080 memory=6944656592455360604 CPUtime=0.02 cores=0,2,4,6
/proc/23661/task/23665/stat : 23665 (java) S 23659 23659 22939 0 -1 1077944384 69 0 0 0 1 1 0 0 20 0 19 0 445374514 15859793920 65120 33554432000 4194304 4196468 140720483072352 139783157971216 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23666] ppid=23659 vsize=15488080 memory=6655300316396806240 CPUtime=0.03 cores=0,2,4,6
/proc/23661/task/23666/stat : 23666 (java) S 23659 23659 22939 0 -1 1077944384 122 0 0 0 2 1 0 0 20 0 19 0 445374514 15859793920 65120 33554432000 4194304 4196468 140720483072352 139783156918672 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23667] ppid=23659 vsize=15488080 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23667/stat : 23667 (java) S 23659 23659 22939 0 -1 1077944384 202 0 0 0 0 0 0 0 20 0 19 0 445374516 15859793920 65120 33554432000 4194304 4196468 140720483072352 139783036246768 139783567981186 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23668] ppid=23659 vsize=15488080 memory=260424 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23668/stat : 23668 (java) S 23659 23659 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445374516 15859793920 65120 33554432000 4194304 4196468 140720483072352 139783035193056 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23669] ppid=23659 vsize=15488080 memory=-7306909407622868263 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23669/stat : 23669 (java) S 23659 23659 22939 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 445374516 15859793920 65120 33554432000 4194304 4196468 140720483072352 139783034139904 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23670] ppid=23659 vsize=15488080 memory=-6379554877715931989 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23670/stat : 23670 (java) S 23659 23659 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445374519 15859793920 65120 33554432000 4194304 4196468 140720483072352 139783033088464 139783567988635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23671] ppid=23659 vsize=15488080 memory=-2247047206207641111 CPUtime=2.94 cores=0,2,4,6
/proc/23661/task/23671/stat : 23671 (java) R 23659 23659 22939 0 -1 1077944384 7466 0 0 0 294 0 0 0 20 0 19 0 445374519 15859793920 65120 33554432000 4194304 4196468 140720483072352 139783032035664 139783567980245 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23672] ppid=23659 vsize=15488080 memory=610644574774388204 CPUtime=2.82 cores=0,2,4,6
/proc/23661/task/23672/stat : 23672 (java) S 23659 23659 22939 0 -1 1077944384 6718 0 0 0 281 1 0 0 20 0 19 0 445374519 15859793920 65120 33554432000 4194304 4196468 140720483072352 139783030983024 139783567981186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23673] ppid=23659 vsize=15488080 memory=1966755 CPUtime=0.87 cores=0,2,4,6
/proc/23661/task/23673/stat : 23673 (java) S 23659 23659 22939 0 -1 1077944384 4380 0 0 0 86 1 0 0 20 0 19 0 445374519 15859793920 65120 33554432000 4194304 4196468 140720483072352 139783029929968 139783567981186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23674] ppid=23659 vsize=15488080 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23674/stat : 23674 (java) S 23659 23659 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445374519 15859793920 65120 33554432000 4194304 4196468 140720483072352 139783028877664 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23675] ppid=23659 vsize=15488080 memory=1808 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23675/stat : 23675 (java) S 23659 23659 22939 0 -1 1077944384 607 0 0 0 0 0 0 0 20 0 19 0 445374519 15859793920 65120 33554432000 4194304 4196468 140720483072352 139783027825712 139783567981186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23733] ppid=23659 vsize=15488080 memory=924 CPUtime=6.1 cores=0,2,4,6
/proc/23661/task/23733/stat : 23733 (java) R 23659 23659 22939 0 -1 4202560 429 0 0 0 610 0 0 0 20 0 19 0 445374898 15859793920 65120 33554432000 4194304 4196468 140720483072352 139783013587864 139783210384782 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23734] ppid=23659 vsize=15488080 memory=3804 CPUtime=6.07 cores=0,2,4,6
/proc/23661/task/23734/stat : 23734 (java) R 23659 23659 22939 0 -1 4202560 772 0 0 0 607 0 0 0 20 0 19 0 445374898 15859793920 65120 33554432000 4194304 4196468 140720483072352 139783011483784 139783211123974 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23735] ppid=23659 vsize=15488080 memory=2656 CPUtime=5.77 cores=0,2,4,6
/proc/23661/task/23735/stat : 23735 (java) R 23659 23659 22939 0 -1 4202560 701 0 0 0 577 0 0 0 20 0 19 0 445374898 15859793920 65120 33554432000 4194304 4196468 140720483072352 139783010430680 139783210384999 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23736] ppid=23659 vsize=15488080 memory=2704 CPUtime=5.63 cores=0,2,4,6
/proc/23661/task/23736/stat : 23736 (java) R 23659 23659 22939 0 -1 4202560 445 0 0 0 563 0 0 0 20 0 19 0 445374898 15859793920 65120 33554432000 4194304 4196468 140720483072352 139783016747176 139783210385367 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
Current children cumulated CPU time: 39.16 s
Current children cumulated vsize: 15601208 KiB
Current children cumulated memory: 261928 KiB

[startup+10.8012 s]
/proc/loadavg: 7.68 3.75 2.31 10/237 23830
/proc/meminfo: memFree=27998204/32770624 swapFree=66959728/67108860
[pid=23659] ppid=23656 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23659/stat : 23659 (xcsp3-exec) S 23656 23659 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445374513 115843072 362 33554432000 4194304 5098028 140732823363456 140732823361560 140030866018940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39239680 140732823368571 140732823368813 140732823368813 140732823371722 0
/proc/23659/statm: 28282 362 304 221 0 87 0
[pid=23661] ppid=23659 vsize=15488080 memory=262544 CPUtime=40.75 cores=0,2,4,6
/proc/23661/stat : 23661 (java) S 23659 23659 22939 0 -1 1077944320 33776 0 0 0 4058 17 0 0 20 0 19 0 445374513 15859793920 65636 33554432000 4194304 4196468 140720483072352 140720483054896 139783567970039 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
/proc/23661/statm: 3872020 65636 3528 1 0 3833120 0
[pid=23661/tid=23662] ppid=23659 vsize=15488080 memory=6791534058613427641 CPUtime=1.36 cores=0,2,4,6
/proc/23661/task/23662/stat : 23662 (java) S 23659 23659 22939 0 -1 1077944384 9531 0 0 0 131 5 0 0 20 0 19 0 445374513 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783572210816 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23663] ppid=23659 vsize=15488080 memory=1448 CPUtime=0.03 cores=0,2,4,6
/proc/23661/task/23663/stat : 23663 (java) S 23659 23659 22939 0 -1 1077944384 80 0 0 0 2 1 0 0 20 0 19 0 445374514 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783537682960 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23664] ppid=23659 vsize=15488080 memory=260428 CPUtime=0.02 cores=0,2,4,6
/proc/23661/task/23664/stat : 23664 (java) S 23659 23659 22939 0 -1 1077944384 116 0 0 0 1 1 0 0 20 0 19 0 445374514 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783159024272 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23665] ppid=23659 vsize=15488080 memory=294 CPUtime=0.02 cores=0,2,4,6
/proc/23661/task/23665/stat : 23665 (java) S 23659 23659 22939 0 -1 1077944384 69 0 0 0 1 1 0 0 20 0 19 0 445374514 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783157971216 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23666] ppid=23659 vsize=15488080 memory=6791534058613427641 CPUtime=0.03 cores=0,2,4,6
/proc/23661/task/23666/stat : 23666 (java) S 23659 23659 22939 0 -1 1077944384 122 0 0 0 2 1 0 0 20 0 19 0 445374514 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783156918672 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23667] ppid=23659 vsize=15488080 memory=288230583166042426 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23667/stat : 23667 (java) S 23659 23659 22939 0 -1 1077944384 202 0 0 0 0 0 0 0 20 0 19 0 445374516 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783036246768 139783567981186 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23668] ppid=23659 vsize=15488080 memory=15261432686053804 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23668/stat : 23668 (java) S 23659 23659 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445374516 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783035193056 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23669] ppid=23659 vsize=15488080 memory=988 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23669/stat : 23669 (java) S 23659 23659 22939 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 445374516 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783034139904 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23670] ppid=23659 vsize=15488080 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23670/stat : 23670 (java) S 23659 23659 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445374519 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783033088464 139783567988635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23671] ppid=23659 vsize=15488080 memory=1436 CPUtime=2.94 cores=0,2,4,6
/proc/23661/task/23671/stat : 23671 (java) S 23659 23659 22939 0 -1 1077944384 7466 0 0 0 294 0 0 0 20 0 19 0 445374519 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783032035568 139783567981186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23672] ppid=23659 vsize=15488080 memory=580 CPUtime=2.83 cores=0,2,4,6
/proc/23661/task/23672/stat : 23672 (java) S 23659 23659 22939 0 -1 1077944384 6789 0 0 0 282 1 0 0 20 0 19 0 445374519 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783030983024 139783567981186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23673] ppid=23659 vsize=15488080 memory=1720 CPUtime=0.87 cores=0,2,4,6
/proc/23661/task/23673/stat : 23673 (java) S 23659 23659 22939 0 -1 1077944384 4380 0 0 0 86 1 0 0 20 0 19 0 445374519 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783029929968 139783567981186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23674] ppid=23659 vsize=15488080 memory=10604 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23674/stat : 23674 (java) S 23659 23659 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445374519 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783028877664 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23675] ppid=23659 vsize=15488080 memory=4160 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23675/stat : 23675 (java) S 23659 23659 22939 0 -1 1077944384 607 0 0 0 0 0 0 0 20 0 19 0 445374519 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783027825712 139783567981186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23733] ppid=23659 vsize=15488080 memory=776 CPUtime=6.5 cores=0,2,4,6
/proc/23661/task/23733/stat : 23733 (java) R 23659 23659 22939 0 -1 4202560 430 0 0 0 650 0 0 0 20 0 19 0 445374898 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783013587864 139783210384585 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23734] ppid=23659 vsize=15488080 memory=0 CPUtime=6.47 cores=0,2,4,6
/proc/23661/task/23734/stat : 23734 (java) R 23659 23659 22939 0 -1 4202560 780 0 0 0 647 0 0 0 20 0 19 0 445374898 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783011483784 139783210936375 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23735] ppid=23659 vsize=15488080 memory=0 CPUtime=6.17 cores=0,2,4,6
/proc/23661/task/23735/stat : 23735 (java) R 23659 23659 22939 0 -1 4202560 701 0 0 0 617 0 0 0 20 0 19 0 445374898 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783010430680 139783210384757 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23736] ppid=23659 vsize=15488080 memory=139900104533480 CPUtime=6.02 cores=0,2,4,6
/proc/23661/task/23736/stat : 23736 (java) R 23659 23659 22939 0 -1 4202560 455 0 0 0 602 0 0 0 20 0 19 0 445374898 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783016748008 139783210384603 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
Current children cumulated CPU time: 40.75 s
Current children cumulated vsize: 15601208 KiB
Current children cumulated memory: 263992 KiB

[startup+10.9012 s]
/proc/loadavg: 7.68 3.75 2.31 10/237 23830
/proc/meminfo: memFree=27998204/32770624 swapFree=66959728/67108860
[pid=23659] ppid=23656 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23659/stat : 23659 (xcsp3-exec) S 23656 23659 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445374513 115843072 362 33554432000 4194304 5098028 140732823363456 140732823361560 140030866018940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39239680 140732823368571 140732823368813 140732823368813 140732823371722 0
/proc/23659/statm: 28282 362 304 221 0 87 0
[pid=23661] ppid=23659 vsize=15488080 memory=262544 CPUtime=41.15 cores=0,2,4,6
/proc/23661/stat : 23661 (java) S 23659 23659 22939 0 -1 1077944320 33875 0 0 0 4098 17 0 0 20 0 19 0 445374513 15859793920 65636 33554432000 4194304 4196468 140720483072352 140720483054896 139783567970039 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
/proc/23661/statm: 3872020 65636 3528 1 0 3833120 0
[pid=23661/tid=23662] ppid=23659 vsize=15488080 memory=258240 CPUtime=1.36 cores=0,2,4,6
/proc/23661/task/23662/stat : 23662 (java) S 23659 23659 22939 0 -1 1077944384 9531 0 0 0 131 5 0 0 20 0 19 0 445374513 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783572210816 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23663] ppid=23659 vsize=15488080 memory=258240 CPUtime=0.03 cores=0,2,4,6
/proc/23661/task/23663/stat : 23663 (java) S 23659 23659 22939 0 -1 1077944384 80 0 0 0 2 1 0 0 20 0 19 0 445374514 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783537682960 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23664] ppid=23659 vsize=15488080 memory=260428 CPUtime=0.02 cores=0,2,4,6
/proc/23661/task/23664/stat : 23664 (java) S 23659 23659 22939 0 -1 1077944384 116 0 0 0 1 1 0 0 20 0 19 0 445374514 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783159024272 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23665] ppid=23659 vsize=15488080 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/23661/task/23665/stat : 23665 (java) S 23659 23659 22939 0 -1 1077944384 69 0 0 0 1 1 0 0 20 0 19 0 445374514 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783157971216 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23666] ppid=23659 vsize=15488080 memory=258376 CPUtime=0.03 cores=0,2,4,6
/proc/23661/task/23666/stat : 23666 (java) S 23659 23659 22939 0 -1 1077944384 122 0 0 0 2 1 0 0 20 0 19 0 445374514 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783156918672 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23667] ppid=23659 vsize=15488080 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23667/stat : 23667 (java) S 23659 23659 22939 0 -1 1077944384 202 0 0 0 0 0 0 0 20 0 19 0 445374516 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783036246768 139783567981186 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23668] ppid=23659 vsize=15488080 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23668/stat : 23668 (java) S 23659 23659 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445374516 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783035193056 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23669] ppid=23659 vsize=15488080 memory=6055698175606393103 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23669/stat : 23669 (java) S 23659 23659 22939 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 445374516 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783034139904 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23670] ppid=23659 vsize=15488080 memory=6055698175606393173 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23670/stat : 23670 (java) S 23659 23659 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445374519 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783033088464 139783567988635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23671] ppid=23659 vsize=15488080 memory=258240 CPUtime=2.94 cores=0,2,4,6
/proc/23661/task/23671/stat : 23671 (java) S 23659 23659 22939 0 -1 1077944384 7481 0 0 0 294 0 0 0 20 0 19 0 445374519 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783032035568 139783567981186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23672] ppid=23659 vsize=15488080 memory=7235432350943244132 CPUtime=2.83 cores=0,2,4,6
/proc/23661/task/23672/stat : 23672 (java) S 23659 23659 22939 0 -1 1077944384 6789 0 0 0 282 1 0 0 20 0 19 0 445374519 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783030983024 139783567981186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23673] ppid=23659 vsize=15488080 memory=1448 CPUtime=0.88 cores=0,2,4,6
/proc/23661/task/23673/stat : 23673 (java) S 23659 23659 22939 0 -1 1077944384 4410 0 0 0 87 1 0 0 20 0 19 0 445374519 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783029929968 139783567981186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23674] ppid=23659 vsize=15488080 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23674/stat : 23674 (java) S 23659 23659 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445374519 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783028877664 139783567980245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23675] ppid=23659 vsize=15488080 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23661/task/23675/stat : 23675 (java) S 23659 23659 22939 0 -1 1077944384 607 0 0 0 0 0 0 0 20 0 19 0 445374519 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783027825712 139783567981186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23733] ppid=23659 vsize=15488080 memory=48260 CPUtime=6.6 cores=0,2,4,6
/proc/23661/task/23733/stat : 23733 (java) R 23659 23659 22939 0 -1 4202560 430 0 0 0 660 0 0 0 20 0 19 0 445374898 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783013587864 139783210384900 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23734] ppid=23659 vsize=15488080 memory=0 CPUtime=6.57 cores=0,2,4,6
/proc/23661/task/23734/stat : 23734 (java) R 23659 23659 22939 0 -1 4202560 783 0 0 0 657 0 0 0 20 0 19 0 445374898 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783011483784 139783213370997 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23735] ppid=23659 vsize=15488080 memory=0 CPUtime=6.27 cores=0,2,4,6
/proc/23661/task/23735/stat : 23735 (java) R 23659 23659 22939 0 -1 4202560 752 0 0 0 627 0 0 0 20 0 19 0 445374898 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783010430744 139783210384675 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
[pid=23661/tid=23736] ppid=23659 vsize=15488080 memory=0 CPUtime=6.12 cores=0,2,4,6
/proc/23661/task/23736/stat : 23736 (java) R 23659 23659 22939 0 -1 4202560 455 0 0 0 612 0 0 0 20 0 19 0 445374898 15859793920 65636 33554432000 4194304 4196468 140720483072352 139783016748008 139783210384743 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11960320 140720483079151 140720483079322 140720483079322 140720483082191 0
Current children cumulated CPU time: 41.15 s
Current children cumulated vsize: 15601208 KiB
Current children cumulated memory: 263992 KiB

Child status: 0
Real time (s): 10.9765
CPU time (s): 41.4435
CPU user time (s): 41.2567
CPU system time (s): 0.186782
CPU usage (%): 377.565
Max. virtual memory (cumulated for all children) (KiB): 15601208
Max. memory (cumulated for all children) (KiB): 263992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.2567
system time used= 0.186782
maximum resident set size= 263088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35303
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= 3255
involuntary context switches= 1580


# summary of solver processes directly reported to runsolver:
#   pid: 23659
#   total CPU time (s): 41.4435
#   total CPU user time (s): 41.2567
#   total CPU system time (s): 0.186782

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.089061 second user time and 0.168971 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-17 06:25:03
IDJOB=4400512
IDBENCH=128018
IDSOLVER=2856
FILE ID=node124/4400512-1568694344
RUNJOBID= node124-1568694194-22970
PBS_JOBID= 21703802
Free space on /tmp= 61784 MiB

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

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

MD5SUM BENCH= 297e7ff3843a631e244fdcc6d730e090
RANDOM SEED=779736080

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:        28228436 kB
MemAvailable:   31586744 kB
Buffers:          231828 kB
Cached:          3414144 kB
SwapCached:        46376 kB
Active:          1390996 kB
Inactive:        2562164 kB
Active(anon):     258744 kB
Inactive(anon):    98000 kB
Active(file):    1132252 kB
Inactive(file):  2464164 kB
Unevictable:      107728 kB
Mlocked:          107728 kB
SwapTotal:      67108860 kB
SwapFree:       66959728 kB
Dirty:             27124 kB
Writeback:             0 kB
AnonPages:        393932 kB
Mapped:            61960 kB
Shmem:             40944 kB
Slab:             185572 kB
SReclaimable:     155452 kB
SUnreclaim:        30120 kB
KernelStack:        4064 kB
PageTables:         6808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1653376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    299008 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:25:15