Trace number 4400509

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-16OPT77 408.458 103.38

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-28-4-7-3.xml
MD5SUMcd71d797d3091c0a3eabb0588ef8346f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark77
Best CPU time to get the best result obtained on this benchmark100.565
Satisfiable
(Un)Satisfiability was proved
Number of variables84
Number of constraints113
Number of domains27
Minimum domain size3
Maximum domain size29
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":11},{"size":5,"count":13},{"size":6,"count":3},{"size":29,"count":56}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":28},{"degree":29,"count":27},{"degree":30,"count":1},{"degree":31,"count":28}]
Minimum constraint arity1
Maximum constraint arity29
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":56},{"arity":28,"count":28},{"arity":29,"count":28}]
Number of extensional constraints56
Number of intensional constraints29
Distribution of constraint types[{"type":"extension","count":56},{"type":"intension","count":29},{"type":"count","count":28}]
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-4400509-1568694235.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4400509-1568694235.xml, -tl, 2400s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.29	c parse instance...
3.92/1.70	c solve instance...
4.29/1.81	o -1000 
35.69/9.71	o -938 
38.07/10.33	o 14 
48.41/12.95	o 70 
233.46/59.45	o 73 
238.63/60.79	o 74 
247.81/63.02	o 77 
408.17/103.37	s OPTIMUM FOUND
408.17/103.37	v <instantiation>
408.17/103.37	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] s[25] s[26] s[27] 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] p[25] p[26] p[27] 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] g[25] g[26] g[27] </list>
408.17/103.37	v 	<values>1 2 3 4 5 12 -1 0 7 8 17 10 11 -1 15 16 9 18 19 20 27 14 21 22 23 24 25 26 0 1 2 3 4 5 -1 25 24 23 8 7 6 -1 20 21 22 9 10 11 12 19 18 17 16 15 14 13 7 4 6 7 4 4 0 3 0 8 -3 -1 7 0 4 6 -2 0 0 4 5 0 7 3 -4 4 3 1 </values>
408.17/103.37	v </instantiation>

Verifier Data

OK	77

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 (14088 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400509-1568694235/watcher-4400509-1568694235 -o /tmp/evaluation-result-4400509-1568694235/solver-4400509-1568694235 -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 2028749051 HOME/instance-4400509-1568694235.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
Current StackSize limit: 8192 KiB

solver pid=23009, runsolver pid=23006

[startup+0.100058 s]*
/proc/loadavg: 1.08 1.39 1.46 5/229 23031
/proc/meminfo: memFree=28441600/32770624 swapFree=66959728/67108860
[pid=23009] ppid=23006 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23009/stat : 23009 (xcsp3-exec) S 23006 23009 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445363653 115843072 363 33554432000 4194304 5098028 140728885277872 140728885275976 140685540745852 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 18747392 140728885281658 140728885281901 140728885281901 140728885284810 0
/proc/23009/statm: 28282 363 304 221 0 87 0
[pid=23011] ppid=23009 vsize=15144776 memory=29656 CPUtime=0.13 cores=0,2,4,6
/proc/23011/stat : 23011 (java) S 23009 23009 22939 0 -1 1077944320 5809 0 0 0 12 1 0 0 20 0 15 0 445363653 15508250624 7414 33554432000 4194304 4196468 140731575672064 140731575654608 140021417467639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
/proc/23011/statm: 3786194 7414 3158 1 0 3748377 0
[pid=23011/tid=23012] ppid=23009 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/23011/task/23012/stat : 23012 (java) R 23009 23009 22939 0 -1 4202560 3733 0 0 0 8 1 0 0 20 0 15 0 445363653 15508250624 7414 33554432000 4194304 4196468 140731575672064 140021421698960 140021409704766 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23017] ppid=23009 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23017/stat : 23017 (java) S 23009 23009 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445363654 15508250624 7414 33554432000 4194304 4196468 140731575672064 140021009931024 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23018] ppid=23009 vsize=15144776 memory=139836499990144 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23018/stat : 23018 (java) S 23009 23009 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445363654 15508250624 7414 33554432000 4194304 4196468 140731575672064 140021008878480 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23019] ppid=23009 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23019/stat : 23019 (java) S 23009 23009 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445363654 15508250624 7414 33554432000 4194304 4196468 140731575672064 140021007825936 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23020] ppid=23009 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23020/stat : 23020 (java) S 23009 23009 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445363654 15508250624 7414 33554432000 4194304 4196468 140731575672064 140021006773392 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23023] ppid=23009 vsize=15144776 memory=139836499990144 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23023/stat : 23023 (java) S 23009 23009 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445363656 15508250624 7414 33554432000 4194304 4196468 140731575672064 140020886079472 140021417478786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23024] ppid=23009 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23024/stat : 23024 (java) S 23009 23009 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445363656 15508250624 7414 33554432000 4194304 4196468 140731575672064 140020885025696 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23025] ppid=23009 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23025/stat : 23025 (java) S 23009 23009 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445363656 15508250624 7414 33554432000 4194304 4196468 140731575672064 140020883973104 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23026] ppid=23009 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23026/stat : 23026 (java) S 23009 23009 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445363659 15508250624 7414 33554432000 4194304 4196468 140731575672064 140020882921680 140021417486235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23027] ppid=23009 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23027/stat : 23027 (java) R 23009 23009 22939 0 -1 4202560 432 0 0 0 0 0 0 0 20 0 15 0 445363659 15508250624 7414 33554432000 4194304 4196468 140731575672064 140020881860800 140021400987024 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23028] ppid=23009 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23028/stat : 23028 (java) R 23009 23009 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445363659 15508250624 7414 33554432000 4194304 4196468 140731575672064 140020880816848 140021417477845 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23029] ppid=23009 vsize=15144776 memory=139836499990144 CPUtime=0.02 cores=0,2,4,6
/proc/23011/task/23029/stat : 23029 (java) R 23009 23009 22939 0 -1 4202560 356 0 0 0 2 0 0 0 20 0 15 0 445363659 15508250624 7414 33554432000 4194304 4196468 140731575672064 140020879764208 140021417479574 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23030] ppid=23009 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23030/stat : 23030 (java) S 23009 23009 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445363659 15508250624 7414 33554432000 4194304 4196468 140731575672064 140020878711904 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23031] ppid=23009 vsize=15144776 memory=139836499990144 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23031/stat : 23031 (java) S 23009 23009 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445363659 15508250624 7414 33554432000 4194304 4196468 140731575672064 140020877658416 140021417478786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31108 KiB

[startup+0.210835 s]*
/proc/loadavg: 1.08 1.39 1.46 3/229 23031
/proc/meminfo: memFree=28420776/32770624 swapFree=66959728/67108860
[pid=23009] ppid=23006 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23009/stat : 23009 (xcsp3-exec) S 23006 23009 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445363653 115843072 363 33554432000 4194304 5098028 140728885277872 140728885275976 140685540745852 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 18747392 140728885281658 140728885281901 140728885281901 140728885284810 0
/proc/23009/statm: 28282 363 304 221 0 87 0
[pid=23011] ppid=23009 vsize=15144776 memory=40480 CPUtime=0.35 cores=0,2,4,6
/proc/23011/stat : 23011 (java) S 23009 23009 22939 0 -1 1077944320 9336 0 0 0 32 3 0 0 20 0 15 0 445363653 15508250624 10120 33554432000 4194304 4196468 140731575672064 140731575654608 140021417467639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
/proc/23011/statm: 3786194 10120 3316 1 0 3748377 0
[pid=23011/tid=23012] ppid=23009 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/23011/task/23012/stat : 23012 (java) R 23009 23009 22939 0 -1 4202560 6619 0 0 0 18 2 0 0 20 0 15 0 445363653 15508250624 10120 33554432000 4194304 4196468 140731575672064 140021421701696 140021050977600 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23017] ppid=23009 vsize=15144776 memory=1965946 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23017/stat : 23017 (java) S 23009 23009 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445363654 15508250624 10120 33554432000 4194304 4196468 140731575672064 140021009931024 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23018] ppid=23009 vsize=15144776 memory=139836503342963 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23018/stat : 23018 (java) S 23009 23009 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445363654 15508250624 10120 33554432000 4194304 4196468 140731575672064 140021008878480 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23019] ppid=23009 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23019/stat : 23019 (java) S 23009 23009 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445363654 15508250624 10120 33554432000 4194304 4196468 140731575672064 140021007825936 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23020] ppid=23009 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23020/stat : 23020 (java) S 23009 23009 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445363654 15508250624 10120 33554432000 4194304 4196468 140731575672064 140021006773392 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23023] ppid=23009 vsize=15144776 memory=139836499990144 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23023/stat : 23023 (java) S 23009 23009 22939 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 445363656 15508250624 10120 33554432000 4194304 4196468 140731575672064 140020886079472 140021417478786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23024] ppid=23009 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23024/stat : 23024 (java) S 23009 23009 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445363656 15508250624 10120 33554432000 4194304 4196468 140731575672064 140020885025696 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23025] ppid=23009 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23025/stat : 23025 (java) S 23009 23009 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445363656 15508250624 10120 33554432000 4194304 4196468 140731575672064 140020883973104 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23026] ppid=23009 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23026/stat : 23026 (java) S 23009 23009 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445363659 15508250624 10120 33554432000 4194304 4196468 140731575672064 140020882921680 140021417486235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23027] ppid=23009 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/23011/task/23027/stat : 23027 (java) S 23009 23009 22939 0 -1 1077944384 548 0 0 0 2 0 0 0 20 0 15 0 445363659 15508250624 10120 33554432000 4194304 4196468 140731575672064 140020881869296 140021417478786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23028] ppid=23009 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/23011/task/23028/stat : 23028 (java) S 23009 23009 22939 0 -1 1077944384 84 0 0 0 2 0 0 0 20 0 15 0 445363659 15508250624 10120 33554432000 4194304 4196468 140731575672064 140020880816752 140021417478786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23029] ppid=23009 vsize=15144776 memory=139836499990144 CPUtime=0.08 cores=0,2,4,6
/proc/23011/task/23029/stat : 23029 (java) R 23009 23009 22939 0 -1 4202560 775 0 0 0 8 0 0 0 20 0 15 0 445363659 15508250624 10120 33554432000 4194304 4196468 140731575672064 140020879764208 140021396094849 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23030] ppid=23009 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23030/stat : 23030 (java) S 23009 23009 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445363659 15508250624 10120 33554432000 4194304 4196468 140731575672064 140020878711904 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23031] ppid=23009 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23031/stat : 23031 (java) S 23009 23009 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445363659 15508250624 10120 33554432000 4194304 4196468 140731575672064 140020877658416 140021417478786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41932 KiB

[startup+0.311382 s]*
/proc/loadavg: 1.08 1.39 1.46 8/229 23031
/proc/meminfo: memFree=28408492/32770624 swapFree=66959728/67108860
[pid=23009] ppid=23006 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23009/stat : 23009 (xcsp3-exec) S 23006 23009 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445363653 115843072 363 33554432000 4194304 5098028 140728885277872 140728885275976 140685540745852 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 18747392 140728885281658 140728885281901 140728885281901 140728885284810 0
/proc/23009/statm: 28282 363 304 221 0 87 0
[pid=23011] ppid=23009 vsize=15149032 memory=49932 CPUtime=0.53 cores=0,2,4,6
/proc/23011/stat : 23011 (java) S 23009 23009 22939 0 -1 1077944320 10808 0 0 0 50 3 0 0 20 0 15 0 445363653 15512608768 12483 33554432000 4194304 4196468 140731575672064 140731575654608 140021417467639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
/proc/23011/statm: 3787258 12483 3362 1 0 3748377 0
[pid=23011/tid=23012] ppid=23009 vsize=15149032 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/23011/task/23012/stat : 23012 (java) R 23009 23009 22939 0 -1 4202560 7746 0 0 0 28 2 0 0 20 0 15 0 445363653 15512608768 12483 33554432000 4194304 4196468 140731575672064 140021421700944 140021417489565 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23017] ppid=23009 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23017/stat : 23017 (java) S 23009 23009 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445363654 15512608768 12483 33554432000 4194304 4196468 140731575672064 140021009931024 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23018] ppid=23009 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23018/stat : 23018 (java) S 23009 23009 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445363654 15512608768 12483 33554432000 4194304 4196468 140731575672064 140021008878480 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23019] ppid=23009 vsize=15149032 memory=-3040564339105353098 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23019/stat : 23019 (java) S 23009 23009 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445363654 15512608768 12483 33554432000 4194304 4196468 140731575672064 140021007825936 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23020] ppid=23009 vsize=15149032 memory=7161331908245094050 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23020/stat : 23020 (java) S 23009 23009 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445363654 15512608768 12483 33554432000 4194304 4196468 140731575672064 140021006773392 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23023] ppid=23009 vsize=15149032 memory=6944656591801720471 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23023/stat : 23023 (java) S 23009 23009 22939 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 445363656 15512608768 12483 33554432000 4194304 4196468 140731575672064 140020886079472 140021417478786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23024] ppid=23009 vsize=15149032 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23024/stat : 23024 (java) S 23009 23009 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445363656 15512608768 12483 33554432000 4194304 4196468 140731575672064 140020885025696 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23025] ppid=23009 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23025/stat : 23025 (java) S 23009 23009 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445363656 15512608768 12483 33554432000 4194304 4196468 140731575672064 140020883973104 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23026] ppid=23009 vsize=15149032 memory=7031125463459224206 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23026/stat : 23026 (java) S 23009 23009 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445363659 15512608768 12483 33554432000 4194304 4196468 140731575672064 140020882921680 140021417486235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23027] ppid=23009 vsize=15149032 memory=4426078206164241782 CPUtime=0.04 cores=0,2,4,6
/proc/23011/task/23027/stat : 23027 (java) S 23009 23009 22939 0 -1 1077944384 586 0 0 0 4 0 0 0 20 0 15 0 445363659 15512608768 12483 33554432000 4194304 4196468 140731575672064 140020881869296 140021417478786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23028] ppid=23009 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/23011/task/23028/stat : 23028 (java) R 23009 23009 22939 0 -1 4202560 226 0 0 0 5 0 0 0 20 0 15 0 445363659 15512608768 12483 33554432000 4194304 4196468 140731575672064 140020880816752 140021397160702 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23029] ppid=23009 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/23011/task/23029/stat : 23029 (java) S 23009 23009 22939 0 -1 1077944384 943 0 0 0 12 0 0 0 20 0 15 0 445363659 15512608768 12483 33554432000 4194304 4196468 140731575672064 140020879764208 140021417478786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23030] ppid=23009 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23030/stat : 23030 (java) S 23009 23009 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445363659 15512608768 12483 33554432000 4194304 4196468 140731575672064 140020878711904 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23031] ppid=23009 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23031/stat : 23031 (java) S 23009 23009 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445363659 15512608768 12483 33554432000 4194304 4196468 140731575672064 140020877658416 140021417478786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51384 KiB

[startup+0.702312 s]
/proc/loadavg: 1.08 1.39 1.46 9/229 23031
/proc/meminfo: memFree=28339240/32770624 swapFree=66959728/67108860
[pid=23009] ppid=23006 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23009/stat : 23009 (xcsp3-exec) S 23006 23009 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445363653 115843072 363 33554432000 4194304 5098028 140728885277872 140728885275976 140685540745852 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 18747392 140728885281658 140728885281901 140728885281901 140728885284810 0
/proc/23009/statm: 28282 363 304 221 0 87 0
[pid=23011] ppid=23009 vsize=15151156 memory=135540 CPUtime=1.66 cores=0,2,4,6
/proc/23011/stat : 23011 (java) S 23009 23009 22939 0 -1 1077944320 14781 0 0 0 160 6 0 0 20 0 15 0 445363653 15514783744 33885 33554432000 4194304 4196468 140731575672064 140731575654608 140021417467639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
/proc/23011/statm: 3787789 33885 3444 1 0 3748889 0
[pid=23011/tid=23012] ppid=23009 vsize=15151156 memory=33 CPUtime=0.68 cores=0,2,4,6
/proc/23011/task/23012/stat : 23012 (java) R 23009 23009 22939 0 -1 4202560 9053 0 0 0 64 4 0 0 20 0 15 0 445363653 15514783744 33885 33554432000 4194304 4196468 140731575672064 140021421704496 140021417479574 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23017] ppid=23009 vsize=15151156 memory=-7082918048272507482 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23017/stat : 23017 (java) S 23009 23009 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445363654 15514783744 33885 33554432000 4194304 4196468 140731575672064 140021009931024 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23018] ppid=23009 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23018/stat : 23018 (java) S 23009 23009 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445363654 15514783744 33885 33554432000 4194304 4196468 140731575672064 140021008878480 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23019] ppid=23009 vsize=15151156 memory=1660 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23019/stat : 23019 (java) S 23009 23009 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445363654 15514783744 33885 33554432000 4194304 4196468 140731575672064 140021007825936 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23020] ppid=23009 vsize=15151156 memory=48256 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23020/stat : 23020 (java) S 23009 23009 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445363654 15514783744 33885 33554432000 4194304 4196468 140731575672064 140021006773392 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23023] ppid=23009 vsize=15151156 memory=988 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23023/stat : 23023 (java) S 23009 23009 22939 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 445363656 15514783744 33885 33554432000 4194304 4196468 140731575672064 140020886079472 140021417478786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23024] ppid=23009 vsize=15151156 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23024/stat : 23024 (java) S 23009 23009 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445363656 15514783744 33885 33554432000 4194304 4196468 140731575672064 140020885025696 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23025] ppid=23009 vsize=15151156 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23025/stat : 23025 (java) S 23009 23009 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445363656 15514783744 33885 33554432000 4194304 4196468 140731575672064 140020883973104 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23026] ppid=23009 vsize=15151156 memory=580 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23026/stat : 23026 (java) S 23009 23009 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445363659 15514783744 33885 33554432000 4194304 4196468 140731575672064 140020882921680 140021417486235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23027] ppid=23009 vsize=15151156 memory=1720 CPUtime=0.32 cores=0,2,4,6
/proc/23011/task/23027/stat : 23027 (java) S 23009 23009 22939 0 -1 1077944384 1667 0 0 0 32 0 0 0 20 0 15 0 445363659 15514783744 33885 33554432000 4194304 4196468 140731575672064 140020881869296 140021417478786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23028] ppid=23009 vsize=15151156 memory=10604 CPUtime=0.33 cores=0,2,4,6
/proc/23011/task/23028/stat : 23028 (java) R 23009 23009 22939 0 -1 1077944384 1069 0 0 0 33 0 0 0 20 0 15 0 445363659 15514783744 33885 33554432000 4194304 4196468 140731575672064 140020880816752 140021417478786 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23029] ppid=23009 vsize=15151156 memory=4160 CPUtime=0.29 cores=0,2,4,6
/proc/23011/task/23029/stat : 23029 (java) R 23009 23009 22939 0 -1 4202560 1682 0 0 0 29 0 0 0 20 0 15 0 445363659 15514783744 33885 33554432000 4194304 4196468 140731575672064 140020879764208 140021395633930 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23030] ppid=23009 vsize=15151156 memory=776 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23030/stat : 23030 (java) S 23009 23009 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445363659 15514783744 33885 33554432000 4194304 4196468 140731575672064 140020878711904 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23031] ppid=23009 vsize=15151156 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23031/stat : 23031 (java) S 23009 23009 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445363659 15514783744 33885 33554432000 4194304 4196468 140731575672064 140020877658416 140021417478786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 136992 KiB

[startup+1.50427 s]
/proc/loadavg: 1.08 1.39 1.46 8/229 23031
/proc/meminfo: memFree=28119820/32770624 swapFree=66959728/67108860
[pid=23009] ppid=23006 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23009/stat : 23009 (xcsp3-exec) S 23006 23009 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445363653 115843072 363 33554432000 4194304 5098028 140728885277872 140728885275976 140685540745852 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 18747392 140728885281658 140728885281901 140728885281901 140728885284810 0
/proc/23009/statm: 28282 363 304 221 0 87 0

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

/proc/23011/task/23031/stat : 23031 (java) S 23009 23009 22939 0 -1 1077944384 1125 0 0 0 0 4 0 0 20 0 19 0 445363659 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020877658416 140021417478786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23238] ppid=23009 vsize=15486024 memory=5859271421084258666 CPUtime=39.12 cores=0,2,4,6
/proc/23011/task/23238/stat : 23238 (java) R 23009 23009 22939 0 -1 4202560 632 0 0 0 3912 0 0 0 20 0 19 0 445369956 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020864236664 140021057433471 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23239] ppid=23009 vsize=15486024 memory=1452 CPUtime=39.32 cores=0,2,4,6
/proc/23011/task/23239/stat : 23239 (java) R 23009 23009 22939 0 -1 4202560 1356 0 0 0 3930 2 0 0 20 0 19 0 445369956 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020866343216 140021057433440 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23240] ppid=23009 vsize=15486024 memory=413000 CPUtime=39.11 cores=0,2,4,6
/proc/23011/task/23240/stat : 23240 (java) R 23009 23009 22939 0 -1 4202560 1314 0 0 0 3910 1 0 0 20 0 19 0 445369956 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020865293080 140021057433384 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23241] ppid=23009 vsize=15486024 memory=1720 CPUtime=38.59 cores=0,2,4,6
/proc/23011/task/23241/stat : 23241 (java) R 23009 23009 22939 0 -1 4202560 988 0 0 0 3859 0 0 0 20 0 19 0 445369956 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020863184488 140021057433477 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
Current children cumulated CPU time: 404.58 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 414452 KiB

[startup+102.802 s]
/proc/loadavg: 7.66 3.55 2.23 9/237 23482
/proc/meminfo: memFree=27839792/32770624 swapFree=66959728/67108860
[pid=23009] ppid=23006 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23009/stat : 23009 (xcsp3-exec) S 23006 23009 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445363653 115843072 363 33554432000 4194304 5098028 140728885277872 140728885275976 140685540745852 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 18747392 140728885281658 140728885281901 140728885281901 140728885284810 0
/proc/23009/statm: 28282 363 304 221 0 87 0
[pid=23011] ppid=23009 vsize=15486024 memory=413000 CPUtime=406.18 cores=0,2,4,6
/proc/23011/stat : 23011 (java) S 23009 23009 22939 0 -1 1077944320 92156 0 0 0 40581 37 0 0 20 0 19 0 445363653 15857688576 103250 33554432000 4194304 4196468 140731575672064 140731575654608 140021417467639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
/proc/23011/statm: 3871506 103250 3528 1 0 3832606 0
[pid=23011/tid=23012] ppid=23009 vsize=15486024 memory=7451881058987041643 CPUtime=1.65 cores=0,2,4,6
/proc/23011/task/23012/stat : 23012 (java) S 23009 23009 22939 0 -1 1077944384 10373 0 0 0 160 5 0 0 20 0 19 0 445363653 15857688576 103250 33554432000 4194304 4196468 140731575672064 140021421708416 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23017] ppid=23009 vsize=15486024 memory=6935650410838380624 CPUtime=0.06 cores=0,2,4,6
/proc/23011/task/23017/stat : 23017 (java) S 23009 23009 22939 0 -1 1077944384 268 0 0 0 4 2 0 0 20 0 19 0 445363654 15857688576 103250 33554432000 4194304 4196468 140731575672064 140021009931024 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23018] ppid=23009 vsize=15486024 memory=7162814010103456355 CPUtime=0.04 cores=0,2,4,6
/proc/23011/task/23018/stat : 23018 (java) S 23009 23009 22939 0 -1 1077944384 181 0 0 0 2 2 0 0 20 0 19 0 445363654 15857688576 103250 33554432000 4194304 4196468 140731575672064 140021008878480 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23019] ppid=23009 vsize=15486024 memory=7157458319331127640 CPUtime=0.06 cores=0,2,4,6
/proc/23011/task/23019/stat : 23019 (java) S 23009 23009 22939 0 -1 1077944384 191 0 0 0 4 2 0 0 20 0 19 0 445363654 15857688576 103250 33554432000 4194304 4196468 140731575672064 140021007825936 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23020] ppid=23009 vsize=15486024 memory=4104 CPUtime=0.07 cores=0,2,4,6
/proc/23011/task/23020/stat : 23020 (java) S 23009 23009 22939 0 -1 1077944384 912 0 0 0 4 3 0 0 20 0 19 0 445363654 15857688576 103250 33554432000 4194304 4196468 140731575672064 140021006773392 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23023] ppid=23009 vsize=15486024 memory=1808 CPUtime=0.02 cores=0,2,4,6
/proc/23011/task/23023/stat : 23023 (java) S 23009 23009 22939 0 -1 1077944384 1434 0 0 0 1 1 0 0 20 0 19 0 445363656 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020886079472 140021417478786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23024] ppid=23009 vsize=15486024 memory=924 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23024/stat : 23024 (java) S 23009 23009 22939 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 19 0 445363656 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020885025760 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23025] ppid=23009 vsize=15486024 memory=3804 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23025/stat : 23025 (java) S 23009 23009 22939 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 19 0 445363656 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020883973120 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23026] ppid=23009 vsize=15486024 memory=2300 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23026/stat : 23026 (java) S 23009 23009 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445363659 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020882921680 140021417486235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23027] ppid=23009 vsize=15486024 memory=4160 CPUtime=3.46 cores=0,2,4,6
/proc/23011/task/23027/stat : 23027 (java) S 23009 23009 22939 0 -1 1077944384 21126 0 0 0 344 2 0 0 20 0 19 0 445363659 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020881869296 140021417478786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23028] ppid=23009 vsize=15486024 memory=776 CPUtime=3.99 cores=0,2,4,6
/proc/23011/task/23028/stat : 23028 (java) S 23009 23009 22939 0 -1 1077944384 26384 0 0 0 397 2 0 0 20 0 19 0 445363659 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020880816752 140021417478786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23029] ppid=23009 vsize=15486024 memory=1564 CPUtime=0.94 cores=0,2,4,6
/proc/23011/task/23029/stat : 23029 (java) S 23009 23009 22939 0 -1 1077944384 13763 0 0 0 93 1 0 0 20 0 19 0 445363659 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020879764208 140021417478786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23030] ppid=23009 vsize=15486024 memory=6060 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23030/stat : 23030 (java) S 23009 23009 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445363659 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020878711904 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23031] ppid=23009 vsize=15486024 memory=1060 CPUtime=0.04 cores=0,2,4,6
/proc/23011/task/23031/stat : 23031 (java) S 23009 23009 22939 0 -1 1077944384 1125 0 0 0 0 4 0 0 20 0 19 0 445363659 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020877658416 140021417478786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23238] ppid=23009 vsize=15486024 memory=413000 CPUtime=39.52 cores=0,2,4,6
/proc/23011/task/23238/stat : 23238 (java) R 23009 23009 22939 0 -1 4202560 632 0 0 0 3952 0 0 0 20 0 19 0 445369956 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020864236664 140021057433440 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23239] ppid=23009 vsize=15486024 memory=1452 CPUtime=39.72 cores=0,2,4,6
/proc/23011/task/23239/stat : 23239 (java) R 23009 23009 22939 0 -1 4202560 1356 0 0 0 3970 2 0 0 20 0 19 0 445369956 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020866343216 140021057433326 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23240] ppid=23009 vsize=15486024 memory=413000 CPUtime=39.51 cores=0,2,4,6
/proc/23011/task/23240/stat : 23240 (java) R 23009 23009 22939 0 -1 4202560 1314 0 0 0 3950 1 0 0 20 0 19 0 445369956 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020865293080 140021057433440 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23241] ppid=23009 vsize=15486024 memory=48256 CPUtime=38.98 cores=0,2,4,6
/proc/23011/task/23241/stat : 23241 (java) R 23009 23009 22939 0 -1 4202560 988 0 0 0 3898 0 0 0 20 0 19 0 445369956 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020863184488 140021057433419 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
Current children cumulated CPU time: 406.18 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 414452 KiB

[startup+103.202 s]
/proc/loadavg: 7.66 3.55 2.23 9/237 23482
/proc/meminfo: memFree=27837744/32770624 swapFree=66959728/67108860
[pid=23009] ppid=23006 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23009/stat : 23009 (xcsp3-exec) S 23006 23009 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445363653 115843072 363 33554432000 4194304 5098028 140728885277872 140728885275976 140685540745852 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 18747392 140728885281658 140728885281901 140728885281901 140728885284810 0
/proc/23009/statm: 28282 363 304 221 0 87 0
[pid=23011] ppid=23009 vsize=15486024 memory=413000 CPUtime=407.77 cores=0,2,4,6
/proc/23011/stat : 23011 (java) S 23009 23009 22939 0 -1 1077944320 92178 0 0 0 40740 37 0 0 20 0 19 0 445363653 15857688576 103250 33554432000 4194304 4196468 140731575672064 140731575654608 140021417467639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
/proc/23011/statm: 3871506 103250 3528 1 0 3832606 0
[pid=23011/tid=23012] ppid=23009 vsize=15486024 memory=1452 CPUtime=1.65 cores=0,2,4,6
/proc/23011/task/23012/stat : 23012 (java) S 23009 23009 22939 0 -1 1077944384 10373 0 0 0 160 5 0 0 20 0 19 0 445363653 15857688576 103250 33554432000 4194304 4196468 140731575672064 140021421708416 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23017] ppid=23009 vsize=15486024 memory=1452 CPUtime=0.06 cores=0,2,4,6
/proc/23011/task/23017/stat : 23017 (java) S 23009 23009 22939 0 -1 1077944384 268 0 0 0 4 2 0 0 20 0 19 0 445363654 15857688576 103250 33554432000 4194304 4196468 140731575672064 140021009931024 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23018] ppid=23009 vsize=15486024 memory=413000 CPUtime=0.04 cores=0,2,4,6
/proc/23011/task/23018/stat : 23018 (java) S 23009 23009 22939 0 -1 1077944384 181 0 0 0 2 2 0 0 20 0 19 0 445363654 15857688576 103250 33554432000 4194304 4196468 140731575672064 140021008878480 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23019] ppid=23009 vsize=15486024 memory=413000 CPUtime=0.06 cores=0,2,4,6
/proc/23011/task/23019/stat : 23019 (java) S 23009 23009 22939 0 -1 1077944384 191 0 0 0 4 2 0 0 20 0 19 0 445363654 15857688576 103250 33554432000 4194304 4196468 140731575672064 140021007825936 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23020] ppid=23009 vsize=15486024 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/23011/task/23020/stat : 23020 (java) S 23009 23009 22939 0 -1 1077944384 912 0 0 0 4 3 0 0 20 0 19 0 445363654 15857688576 103250 33554432000 4194304 4196468 140731575672064 140021006773392 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23023] ppid=23009 vsize=15486024 memory=928 CPUtime=0.02 cores=0,2,4,6
/proc/23011/task/23023/stat : 23023 (java) S 23009 23009 22939 0 -1 1077944384 1434 0 0 0 1 1 0 0 20 0 19 0 445363656 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020886079472 140021417478786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23024] ppid=23009 vsize=15486024 memory=1772 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23024/stat : 23024 (java) S 23009 23009 22939 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 19 0 445363656 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020885025760 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23025] ppid=23009 vsize=15486024 memory=832 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23025/stat : 23025 (java) S 23009 23009 22939 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 19 0 445363656 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020883973120 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23026] ppid=23009 vsize=15486024 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23026/stat : 23026 (java) S 23009 23009 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445363659 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020882921680 140021417486235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23027] ppid=23009 vsize=15486024 memory=413000 CPUtime=3.46 cores=0,2,4,6
/proc/23011/task/23027/stat : 23027 (java) S 23009 23009 22939 0 -1 1077944384 21126 0 0 0 344 2 0 0 20 0 19 0 445363659 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020881869296 140021417478786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23028] ppid=23009 vsize=15486024 memory=413000 CPUtime=3.99 cores=0,2,4,6
/proc/23011/task/23028/stat : 23028 (java) S 23009 23009 22939 0 -1 1077944384 26384 0 0 0 397 2 0 0 20 0 19 0 445363659 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020880816752 140021417478786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23029] ppid=23009 vsize=15486024 memory=1452 CPUtime=0.94 cores=0,2,4,6
/proc/23011/task/23029/stat : 23029 (java) S 23009 23009 22939 0 -1 1077944384 13763 0 0 0 93 1 0 0 20 0 19 0 445363659 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020879764208 140021417478786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23030] ppid=23009 vsize=15486024 memory=413000 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23030/stat : 23030 (java) S 23009 23009 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445363659 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020878711904 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23031] ppid=23009 vsize=15486024 memory=832 CPUtime=0.04 cores=0,2,4,6
/proc/23011/task/23031/stat : 23031 (java) S 23009 23009 22939 0 -1 1077944384 1125 0 0 0 0 4 0 0 20 0 19 0 445363659 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020877658416 140021417478786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23238] ppid=23009 vsize=15486024 memory=25178 CPUtime=39.92 cores=0,2,4,6
/proc/23011/task/23238/stat : 23238 (java) R 23009 23009 22939 0 -1 4202560 646 0 0 0 3992 0 0 0 20 0 19 0 445369956 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020864236664 140021057433440 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23239] ppid=23009 vsize=15486024 memory=0 CPUtime=40.12 cores=0,2,4,6
/proc/23011/task/23239/stat : 23239 (java) R 23009 23009 22939 0 -1 4202560 1358 0 0 0 4010 2 0 0 20 0 19 0 445369956 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020866343216 140021057433326 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23240] ppid=23009 vsize=15486024 memory=38 CPUtime=39.91 cores=0,2,4,6
/proc/23011/task/23240/stat : 23240 (java) R 23009 23009 22939 0 -1 4202560 1314 0 0 0 3990 1 0 0 20 0 19 0 445369956 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020865293080 140021057433562 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23241] ppid=23009 vsize=15486024 memory=3882 CPUtime=39.37 cores=0,2,4,6
/proc/23011/task/23241/stat : 23241 (java) R 23009 23009 22939 0 -1 4202560 994 0 0 0 3937 0 0 0 20 0 19 0 445369956 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020863184488 140021057433440 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
Current children cumulated CPU time: 407.77 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 414452 KiB

[startup+103.302 s]
/proc/loadavg: 7.66 3.55 2.23 9/237 23482
/proc/meminfo: memFree=27837744/32770624 swapFree=66959728/67108860
[pid=23009] ppid=23006 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23009/stat : 23009 (xcsp3-exec) S 23006 23009 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445363653 115843072 363 33554432000 4194304 5098028 140728885277872 140728885275976 140685540745852 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 18747392 140728885281658 140728885281901 140728885281901 140728885284810 0
/proc/23009/statm: 28282 363 304 221 0 87 0
[pid=23011] ppid=23009 vsize=15486024 memory=413000 CPUtime=408.17 cores=0,2,4,6
/proc/23011/stat : 23011 (java) S 23009 23009 22939 0 -1 1077944320 92178 0 0 0 40780 37 0 0 20 0 19 0 445363653 15857688576 103250 33554432000 4194304 4196468 140731575672064 140731575654608 140021417467639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
/proc/23011/statm: 3871506 103250 3528 1 0 3832606 0
[pid=23011/tid=23012] ppid=23009 vsize=15486024 memory=413000 CPUtime=1.65 cores=0,2,4,6
/proc/23011/task/23012/stat : 23012 (java) S 23009 23009 22939 0 -1 1077944384 10373 0 0 0 160 5 0 0 20 0 19 0 445363653 15857688576 103250 33554432000 4194304 4196468 140731575672064 140021421708416 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23017] ppid=23009 vsize=15486024 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/23011/task/23017/stat : 23017 (java) S 23009 23009 22939 0 -1 1077944384 268 0 0 0 4 2 0 0 20 0 19 0 445363654 15857688576 103250 33554432000 4194304 4196468 140731575672064 140021009931024 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23018] ppid=23009 vsize=15486024 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/23011/task/23018/stat : 23018 (java) S 23009 23009 22939 0 -1 1077944384 181 0 0 0 2 2 0 0 20 0 19 0 445363654 15857688576 103250 33554432000 4194304 4196468 140731575672064 140021008878480 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23019] ppid=23009 vsize=15486024 memory=413000 CPUtime=0.06 cores=0,2,4,6
/proc/23011/task/23019/stat : 23019 (java) S 23009 23009 22939 0 -1 1077944384 191 0 0 0 4 2 0 0 20 0 19 0 445363654 15857688576 103250 33554432000 4194304 4196468 140731575672064 140021007825936 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23020] ppid=23009 vsize=15486024 memory=1452 CPUtime=0.07 cores=0,2,4,6
/proc/23011/task/23020/stat : 23020 (java) S 23009 23009 22939 0 -1 1077944384 912 0 0 0 4 3 0 0 20 0 19 0 445363654 15857688576 103250 33554432000 4194304 4196468 140731575672064 140021006773392 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23023] ppid=23009 vsize=15486024 memory=3830 CPUtime=0.02 cores=0,2,4,6
/proc/23011/task/23023/stat : 23023 (java) S 23009 23009 22939 0 -1 1077944384 1434 0 0 0 1 1 0 0 20 0 19 0 445363656 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020886079472 140021417478786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23024] ppid=23009 vsize=15486024 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23024/stat : 23024 (java) S 23009 23009 22939 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 19 0 445363656 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020885025760 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23025] ppid=23009 vsize=15486024 memory=776 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23025/stat : 23025 (java) S 23009 23009 22939 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 19 0 445363656 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020883973120 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23026] ppid=23009 vsize=15486024 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23026/stat : 23026 (java) S 23009 23009 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445363659 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020882921680 140021417486235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23027] ppid=23009 vsize=15486024 memory=1452 CPUtime=3.46 cores=0,2,4,6
/proc/23011/task/23027/stat : 23027 (java) S 23009 23009 22939 0 -1 1077944384 21126 0 0 0 344 2 0 0 20 0 19 0 445363659 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020881869296 140021417478786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23028] ppid=23009 vsize=15486024 memory=139836350674832 CPUtime=3.99 cores=0,2,4,6
/proc/23011/task/23028/stat : 23028 (java) S 23009 23009 22939 0 -1 1077944384 26384 0 0 0 397 2 0 0 20 0 19 0 445363659 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020880816752 140021417478786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23029] ppid=23009 vsize=15486024 memory=301741407786368877 CPUtime=0.94 cores=0,2,4,6
/proc/23011/task/23029/stat : 23029 (java) S 23009 23009 22939 0 -1 1077944384 13763 0 0 0 93 1 0 0 20 0 19 0 445363659 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020879764208 140021417478786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23030] ppid=23009 vsize=15486024 memory=1772 CPUtime=0 cores=0,2,4,6
/proc/23011/task/23030/stat : 23030 (java) S 23009 23009 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445363659 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020878711904 140021417477845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23031] ppid=23009 vsize=15486024 memory=832 CPUtime=0.04 cores=0,2,4,6
/proc/23011/task/23031/stat : 23031 (java) S 23009 23009 22939 0 -1 1077944384 1125 0 0 0 0 4 0 0 20 0 19 0 445363659 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020877658416 140021417478786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23238] ppid=23009 vsize=15486024 memory=1436 CPUtime=40.02 cores=0,2,4,6
/proc/23011/task/23238/stat : 23238 (java) R 23009 23009 22939 0 -1 4202560 646 0 0 0 4002 0 0 0 20 0 19 0 445369956 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020864236664 140021057666699 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23239] ppid=23009 vsize=15486024 memory=6791534058613427641 CPUtime=40.22 cores=0,2,4,6
/proc/23011/task/23239/stat : 23239 (java) R 23009 23009 22939 0 -1 4202560 1358 0 0 0 4020 2 0 0 20 0 19 0 445369956 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020866343216 140021057697181 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23240] ppid=23009 vsize=15486024 memory=413000 CPUtime=40.01 cores=0,2,4,6
/proc/23011/task/23240/stat : 23240 (java) R 23009 23009 22939 0 -1 4202560 1314 0 0 0 4000 1 0 0 20 0 19 0 445369956 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020865293080 140021057433440 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
[pid=23011/tid=23241] ppid=23009 vsize=15486024 memory=832 CPUtime=39.47 cores=0,2,4,6
/proc/23011/task/23241/stat : 23241 (java) R 23009 23009 22939 0 -1 4202560 994 0 0 0 3947 0 0 0 20 0 19 0 445369956 15857688576 103250 33554432000 4194304 4196468 140731575672064 140020863184488 140021057433440 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140731575673839 140731575674010 140731575674010 140731575676879 0
Current children cumulated CPU time: 408.17 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 414452 KiB

Child status: 0
Real time (s): 103.38
CPU time (s): 408.458
CPU user time (s): 408.077
CPU system time (s): 0.381259
CPU usage (%): 395.102
Max. virtual memory (cumulated for all children) (KiB): 15599152
Max. memory (cumulated for all children) (KiB): 414452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 408.077
system time used= 0.381259
maximum resident set size= 413000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94210
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6174
involuntary context switches= 11464


# summary of solver processes directly reported to runsolver:
#   pid: 23009
#   total CPU time (s): 408.458
#   total CPU user time (s): 408.077
#   total CPU system time (s): 0.381259

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.710109 second user time and 1.22114 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-17 06:23:15
IDJOB=4400509
IDBENCH=127971
IDSOLVER=2856
FILE ID=node124/4400509-1568694235
RUNJOBID= node124-1568694194-22970
PBS_JOBID= 21703802
Free space on /tmp= 61800 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-28-4-7-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-4400509-1568694235/watcher-4400509-1568694235 -o /tmp/evaluation-result-4400509-1568694235/solver-4400509-1568694235 -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 2028749051 HOME/instance-4400509-1568694235.xml

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

MD5SUM BENCH= cd71d797d3091c0a3eabb0588ef8346f
RANDOM SEED=2028749051

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:        28471172 kB
MemAvailable:   31828904 kB
Buffers:          231680 kB
Cached:          3414268 kB
SwapCached:        46376 kB
Active:          1146268 kB
Inactive:        2561988 kB
Active(anon):      14348 kB
Inactive(anon):    98004 kB
Active(file):    1131920 kB
Inactive(file):  2463984 kB
Unevictable:      107992 kB
Mlocked:          107992 kB
SwapTotal:      67108860 kB
SwapFree:       66959728 kB
Dirty:             54152 kB
Writeback:             0 kB
AnonPages:        120732 kB
Mapped:            55024 kB
Shmem:             40944 kB
Slab:             184948 kB
SReclaimable:     155324 kB
SUnreclaim:        29624 kB
KernelStack:        3280 kB
PageTables:         5712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1491848 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:      112000 kB
DirectMap2M:    33433600 kB

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