Trace number 4405055

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-20 parallel? 554.799 105.306

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-75.xml
MD5SUM9cdf82428becd6b5ad716031980a59d2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size47
Distribution of domain sizes[{"size":23,"count":1},{"size":47,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints22
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4405055-1569005242.xml"  -tl '2016s' -p 8
0.11/0.19	c Choco 3fb4b153
0.11/0.19	c [HOME/instance-4405055-1569005242.xml, -tl, 2016s, -p, 8]
0.32/0.23	c 8 solvers in parallel
0.32/0.30	c parse instance...
554.38/104.97	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
554.38/104.98		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:101)
554.38/104.98		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
554.38/104.98		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2108)
554.38/104.98		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2055)
554.38/104.98		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:317)
554.38/104.98		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
554.38/104.98		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
554.38/104.98		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
554.38/104.98		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
554.38/104.98		at org.xcsp.parser.XCallbacks$$Lambda$109/1511785794.accept(Unknown Source)
554.38/104.98		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
554.38/104.98		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
554.38/104.98		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
554.38/104.98		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
554.38/104.98		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
554.38/104.98		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
554.38/104.98		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
554.38/104.98		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
554.38/104.98		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
554.38/104.98		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
554.38/104.98		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
554.38/104.98		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
554.38/104.98	s UNKNOWN
554.38/104.98	c Unexpected resolution interruption!

Verifier Data


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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405055-1569005242/watcher-4405055-1569005242 -o /var/tmp/evaluation-result-4405055-1569005242/solver-4405055-1569005242 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node107-1568991056-11743 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 2069850692 HOME/instance-4405055-1569005242.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=13413, runsolver pid=13410


[startup+0.100115 s]*
/proc/loadavg: 7.44 7.99 8.14 3/211 13434
/proc/meminfo: memFree=24046036/32770624 swapFree=66952704/67108860
[pid=13413] ppid=13410 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/13413/stat : 13413 (xcsp3-exec) S 13410 13413 11716 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476779857 115843072 364 33554432000 4194304 5098028 140723632785936 140723632784040 139655472140924 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20520960 140723632792407 140723632792666 140723632792666 140723632795590 0
/proc/13413/statm: 28282 364 305 221 0 87 0
[pid=13415] ppid=13413 vsize=28227396 memory=30016 CPUtime=0.11 cores=0-7
/proc/13415/stat : 13415 (java) S 13413 13413 11716 0 -1 1077944320 5952 0 0 0 10 1 0 0 20 0 20 0 476779857 28904853504 7504 33554432000 4194304 4196468 140721731080864 140721731063408 140268140617463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
/proc/13415/statm: 7056849 7504 3116 1 0 7019032 0
[pid=13415/tid=13416] ppid=13413 vsize=28227396 memory=8317482817917895235 CPUtime=0.07 cores=0-7
/proc/13415/task/13416/stat : 13416 (java) R 13413 13413 11716 0 -1 4202560 3874 0 0 0 7 0 0 0 20 0 20 0 476779858 28904853504 7504 33554432000 4194304 4196468 140721731080864 140268144850296 140268140641053 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13417] ppid=13413 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/13415/task/13417/stat : 13417 (java) S 13413 13413 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476779858 28904853504 7504 33554432000 4194304 4196468 140721731080864 140268093237520 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13418] ppid=13413 vsize=28227396 memory=140322989168256 CPUtime=0 cores=0-7
/proc/13415/task/13418/stat : 13418 (java) S 13413 13413 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476779858 28904853504 7504 33554432000 4194304 4196468 140721731080864 140268092184976 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13419] ppid=13413 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13415/task/13419/stat : 13419 (java) S 13413 13413 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476779858 28904853504 7504 33554432000 4194304 4196468 140721731080864 140268091132432 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13420] ppid=13413 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13415/task/13420/stat : 13420 (java) S 13413 13413 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476779858 28904853504 7504 33554432000 4194304 4196468 140721731080864 140268090079888 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13421] ppid=13413 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13415/task/13421/stat : 13421 (java) S 13413 13413 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476779858 28904853504 7504 33554432000 4194304 4196468 140721731080864 140268089027344 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13422] ppid=13413 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/13415/task/13422/stat : 13422 (java) S 13413 13413 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476779858 28904853504 7504 33554432000 4194304 4196468 140721731080864 140268087974800 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13423] ppid=13413 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13415/task/13423/stat : 13423 (java) S 13413 13413 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476779858 28904853504 7504 33554432000 4194304 4196468 140721731080864 140268086922256 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13424] ppid=13413 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13415/task/13424/stat : 13424 (java) S 13413 13413 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476779858 28904853504 7504 33554432000 4194304 4196468 140721731080864 140268085869712 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13425] ppid=13413 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13415/task/13425/stat : 13425 (java) S 13413 13413 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476779860 28904853504 7504 33554432000 4194304 4196468 140721731080864 140266855233520 140268140628610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13426] ppid=13413 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13415/task/13426/stat : 13426 (java) S 13413 13413 11716 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476779860 28904853504 7504 33554432000 4194304 4196468 140721731080864 140266603406240 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13427] ppid=13413 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13415/task/13427/stat : 13427 (java) S 13413 13413 11716 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476779861 28904853504 7504 33554432000 4194304 4196468 140721731080864 140266602353648 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13428] ppid=13413 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13415/task/13428/stat : 13428 (java) S 13413 13413 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476779863 28904853504 7504 33554432000 4194304 4196468 140721731080864 140266601302224 140268140636059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13429] ppid=13413 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13415/task/13429/stat : 13429 (java) S 13413 13413 11716 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 476779864 28904853504 7504 33554432000 4194304 4196468 140721731080864 140266600249840 140268140628610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13430] ppid=13413 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13415/task/13430/stat : 13430 (java) S 13413 13413 11716 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 476779864 28904853504 7504 33554432000 4194304 4196468 140721731080864 140266599197296 140268140628610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13431] ppid=13413 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13415/task/13431/stat : 13431 (java) S 13413 13413 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476779864 28904853504 7504 33554432000 4194304 4196468 140721731080864 140266598144752 140268140628610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13432] ppid=13413 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/13415/task/13432/stat : 13432 (java) S 13413 13413 11716 0 -1 1077944384 345 0 0 0 1 0 0 0 20 0 20 0 476779864 28904853504 7504 33554432000 4194304 4196468 140721731080864 140266597092208 140268140628610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13433] ppid=13413 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13415/task/13433/stat : 13433 (java) S 13413 13413 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476779864 28904853504 7504 33554432000 4194304 4196468 140721731080864 140266596038880 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13434] ppid=13413 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/13415/task/13434/stat : 13434 (java) S 13413 13413 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476779865 28904853504 7504 33554432000 4194304 4196468 140721731080864 140266594986416 140268140628610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31472 KiB

[startup+0.210384 s]*
/proc/loadavg: 7.44 7.99 8.14 2/211 13434
/proc/meminfo: memFree=24033868/32770624 swapFree=66952704/67108860
[pid=13413] ppid=13410 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/13413/stat : 13413 (xcsp3-exec) S 13410 13413 11716 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476779857 115843072 364 33554432000 4194304 5098028 140723632785936 140723632784040 139655472140924 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20520960 140723632792407 140723632792666 140723632792666 140723632795590 0
/proc/13413/statm: 28282 364 305 221 0 87 0
[pid=13415] ppid=13413 vsize=28227396 memory=41100 CPUtime=0.32 cores=0-7
/proc/13415/stat : 13415 (java) S 13413 13413 11716 0 -1 1077944320 9525 0 0 0 29 3 0 0 20 0 20 0 476779857 28904853504 10275 33554432000 4194304 4196468 140721731080864 140721731063408 140268140617463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
/proc/13415/statm: 7056849 10275 3261 1 0 7019032 0
[pid=13415/tid=13416] ppid=13413 vsize=28227396 memory=8318255677412212789 CPUtime=0.18 cores=0-7
/proc/13415/task/13416/stat : 13416 (java) R 13413 13413 11716 0 -1 4202560 6684 0 0 0 17 1 0 0 20 0 20 0 476779858 28904853504 10275 33554432000 4194304 4196468 140721731080864 140268144848592 140268140639389 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13417] ppid=13413 vsize=28227396 memory=342 CPUtime=0 cores=0-7
/proc/13415/task/13417/stat : 13417 (java) S 13413 13413 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476779858 28904853504 10275 33554432000 4194304 4196468 140721731080864 140268093237520 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13418] ppid=13413 vsize=28227396 memory=140322992556064 CPUtime=0 cores=0-7
/proc/13415/task/13418/stat : 13418 (java) S 13413 13413 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476779858 28904853504 10275 33554432000 4194304 4196468 140721731080864 140268092184976 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13419] ppid=13413 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/13415/task/13419/stat : 13419 (java) S 13413 13413 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476779858 28904853504 10275 33554432000 4194304 4196468 140721731080864 140268091132432 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13420] ppid=13413 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13415/task/13420/stat : 13420 (java) S 13413 13413 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476779858 28904853504 10275 33554432000 4194304 4196468 140721731080864 140268090079888 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13421] ppid=13413 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13415/task/13421/stat : 13421 (java) S 13413 13413 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476779858 28904853504 10275 33554432000 4194304 4196468 140721731080864 140268089027344 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13422] ppid=13413 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/13415/task/13422/stat : 13422 (java) S 13413 13413 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476779858 28904853504 10275 33554432000 4194304 4196468 140721731080864 140268087974800 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13423] ppid=13413 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13415/task/13423/stat : 13423 (java) S 13413 13413 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476779858 28904853504 10275 33554432000 4194304 4196468 140721731080864 140268086922256 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13424] ppid=13413 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13415/task/13424/stat : 13424 (java) S 13413 13413 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476779858 28904853504 10275 33554432000 4194304 4196468 140721731080864 140268085869712 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13425] ppid=13413 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13415/task/13425/stat : 13425 (java) S 13413 13413 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476779860 28904853504 10275 33554432000 4194304 4196468 140721731080864 140266855233520 140268140628610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13426] ppid=13413 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13415/task/13426/stat : 13426 (java) S 13413 13413 11716 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476779860 28904853504 10275 33554432000 4194304 4196468 140721731080864 140266603406240 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13427] ppid=13413 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13415/task/13427/stat : 13427 (java) S 13413 13413 11716 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476779861 28904853504 10275 33554432000 4194304 4196468 140721731080864 140266602353648 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13428] ppid=13413 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13415/task/13428/stat : 13428 (java) S 13413 13413 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476779863 28904853504 10275 33554432000 4194304 4196468 140721731080864 140266601302224 140268140636059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13429] ppid=13413 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/13415/task/13429/stat : 13429 (java) S 13413 13413 11716 0 -1 1077944384 510 0 0 0 1 0 0 0 20 0 20 0 476779864 28904853504 10275 33554432000 4194304 4196468 140721731080864 140266600249840 140268140628610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13430] ppid=13413 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/13415/task/13430/stat : 13430 (java) S 13413 13413 11716 0 -1 1077944384 191 0 0 0 1 0 0 0 20 0 20 0 476779864 28904853504 10275 33554432000 4194304 4196468 140721731080864 140266599197296 140268140628610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13431] ppid=13413 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/13415/task/13431/stat : 13431 (java) S 13413 13413 11716 0 -1 1077944384 94 0 0 0 1 0 0 0 20 0 20 0 476779864 28904853504 10275 33554432000 4194304 4196468 140721731080864 140266598144752 140268140628610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13432] ppid=13413 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/13415/task/13432/stat : 13432 (java) S 13413 13413 11716 0 -1 1077944384 734 0 0 0 7 0 0 0 20 0 20 0 476779864 28904853504 10275 33554432000 4194304 4196468 140721731080864 140266597092208 140268140628610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13433] ppid=13413 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13415/task/13433/stat : 13433 (java) S 13413 13413 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476779864 28904853504 10275 33554432000 4194304 4196468 140721731080864 140266596038880 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13434] ppid=13413 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/13415/task/13434/stat : 13434 (java) S 13413 13413 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476779865 28904853504 10275 33554432000 4194304 4196468 140721731080864 140266594986416 140268140628610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42556 KiB

[startup+0.310334 s]*
/proc/loadavg: 7.44 7.99 8.14 3/211 13434
/proc/meminfo: memFree=24029276/32770624 swapFree=66952704/67108860
[pid=13413] ppid=13410 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/13413/stat : 13413 (xcsp3-exec) S 13410 13413 11716 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476779857 115843072 364 33554432000 4194304 5098028 140723632785936 140723632784040 139655472140924 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20520960 140723632792407 140723632792666 140723632792666 140723632795590 0
/proc/13413/statm: 28282 364 305 221 0 87 0
[pid=13415] ppid=13413 vsize=28231652 memory=49120 CPUtime=0.49 cores=0-7
/proc/13415/stat : 13415 (java) S 13413 13413 11716 0 -1 1077944320 10720 0 0 0 46 3 0 0 20 0 20 0 476779857 28909211648 12280 33554432000 4194304 4196468 140721731080864 140721731063408 140268140617463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
/proc/13415/statm: 7057913 12280 3345 1 0 7019032 0
[pid=13415/tid=13416] ppid=13413 vsize=28231652 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/13415/task/13416/stat : 13416 (java) R 13413 13413 11716 0 -1 4202560 7703 0 0 0 27 2 0 0 20 0 20 0 476779858 28909211648 12280 33554432000 4194304 4196468 140721731080864 140268144853328 140268140629398 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13417] ppid=13413 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/13415/task/13417/stat : 13417 (java) S 13413 13413 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476779858 28909211648 12280 33554432000 4194304 4196468 140721731080864 140268093237520 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13418] ppid=13413 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/13415/task/13418/stat : 13418 (java) S 13413 13413 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476779858 28909211648 12280 33554432000 4194304 4196468 140721731080864 140268092184976 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13419] ppid=13413 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/13415/task/13419/stat : 13419 (java) S 13413 13413 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476779858 28909211648 12280 33554432000 4194304 4196468 140721731080864 140268091132432 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13420] ppid=13413 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/13415/task/13420/stat : 13420 (java) S 13413 13413 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476779858 28909211648 12280 33554432000 4194304 4196468 140721731080864 140268090079888 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13421] ppid=13413 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/13415/task/13421/stat : 13421 (java) S 13413 13413 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476779858 28909211648 12280 33554432000 4194304 4196468 140721731080864 140268089027344 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13422] ppid=13413 vsize=28231652 memory=140322889886383 CPUtime=0 cores=0-7
/proc/13415/task/13422/stat : 13422 (java) S 13413 13413 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476779858 28909211648 12280 33554432000 4194304 4196468 140721731080864 140268087974800 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13423] ppid=13413 vsize=28231652 memory=140322889888688 CPUtime=0 cores=0-7
/proc/13415/task/13423/stat : 13423 (java) S 13413 13413 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476779858 28909211648 12280 33554432000 4194304 4196468 140721731080864 140268086922256 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13424] ppid=13413 vsize=28231652 memory=140322889890992 CPUtime=0 cores=0-7
/proc/13415/task/13424/stat : 13424 (java) S 13413 13413 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476779858 28909211648 12280 33554432000 4194304 4196468 140721731080864 140268085869712 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13425] ppid=13413 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/13415/task/13425/stat : 13425 (java) S 13413 13413 11716 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 476779860 28909211648 12280 33554432000 4194304 4196468 140721731080864 140266855233520 140268140628610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13426] ppid=13413 vsize=28231652 memory=280645779795856 CPUtime=0 cores=0-7
/proc/13415/task/13426/stat : 13426 (java) S 13413 13413 11716 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476779860 28909211648 12280 33554432000 4194304 4196468 140721731080864 140266603406240 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13427] ppid=13413 vsize=28231652 memory=280645779793552 CPUtime=0 cores=0-7
/proc/13415/task/13427/stat : 13427 (java) S 13413 13413 11716 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476779861 28909211648 12280 33554432000 4194304 4196468 140721731080864 140266602353648 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13428] ppid=13413 vsize=28231652 memory=280645779800464 CPUtime=0 cores=0-7
/proc/13415/task/13428/stat : 13428 (java) S 13413 13413 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476779863 28909211648 12280 33554432000 4194304 4196468 140721731080864 140266601302224 140268140636059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13429] ppid=13413 vsize=28231652 memory=280645779741744 CPUtime=0.01 cores=0-7
/proc/13415/task/13429/stat : 13429 (java) S 13413 13413 11716 0 -1 1077944384 520 0 0 0 1 0 0 0 20 0 20 0 476779864 28909211648 12280 33554432000 4194304 4196468 140721731080864 140266600249840 140268140628610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13430] ppid=13413 vsize=28231652 memory=280645779814288 CPUtime=0.02 cores=0-7
/proc/13415/task/13430/stat : 13430 (java) S 13413 13413 11716 0 -1 1077944384 240 0 0 0 2 0 0 0 20 0 20 0 476779864 28909211648 12280 33554432000 4194304 4196468 140721731080864 140266599197296 140268140628610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13431] ppid=13413 vsize=28231652 memory=280645779821200 CPUtime=0.02 cores=0-7
/proc/13415/task/13431/stat : 13431 (java) S 13413 13413 11716 0 -1 1077944384 99 0 0 0 2 0 0 0 20 0 20 0 476779864 28909211648 12280 33554432000 4194304 4196468 140721731080864 140266598144752 140268140628610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13432] ppid=13413 vsize=28231652 memory=280645779818896 CPUtime=0.12 cores=0-7
/proc/13415/task/13432/stat : 13432 (java) R 13413 13413 11716 0 -1 4202560 850 0 0 0 12 0 0 0 20 0 20 0 476779864 28909211648 12280 33554432000 4194304 4196468 140721731080864 140266597092208 140268120332260 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13433] ppid=13413 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/13415/task/13433/stat : 13433 (java) S 13413 13413 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476779864 28909211648 12280 33554432000 4194304 4196468 140721731080864 140266596038880 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13434] ppid=13413 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/13415/task/13434/stat : 13434 (java) S 13413 13413 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476779865 28909211648 12280 33554432000 4194304 4196468 140721731080864 140266594986416 140268140628610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 50576 KiB

[startup+0.701023 s]
/proc/loadavg: 7.44 7.99 8.14 2/211 13434
/proc/meminfo: memFree=23915336/32770624 swapFree=66952704/67108860
[pid=13413] ppid=13410 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/13413/stat : 13413 (xcsp3-exec) S 13410 13413 11716 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476779857 115843072 364 33554432000 4194304 5098028 140723632785936 140723632784040 139655472140924 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20520960 140723632792407 140723632792666 140723632792666 140723632795590 0
/proc/13413/statm: 28282 364 305 221 0 87 0
[pid=13415] ppid=13413 vsize=28231728 memory=289396 CPUtime=1.43 cores=0-7
/proc/13415/stat : 13415 (java) S 13413 13413 11716 0 -1 1077944320 12366 0 0 0 103 40 0 0 20 0 20 0 476779857 28909289472 72349 33554432000 4194304 4196468 140721731080864 140721731063408 140268140617463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
/proc/13415/statm: 7057932 72349 3414 1 0 7019032 0
[pid=13415/tid=13416] ppid=13413 vsize=28231728 memory=0 CPUtime=0.61 cores=0-7
/proc/13415/task/13416/stat : 13416 (java) R 13413 13413 11716 0 -1 4202560 8350 0 0 0 55 6 0 0 20 0 20 0 476779858 28909289472 72349 33554432000 4194304 4196468 140721731080864 140268144854240 140267743421202 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13417] ppid=13413 vsize=28231728 memory=140322890097520 CPUtime=0.05 cores=0-7
/proc/13415/task/13417/stat : 13417 (java) S 13413 13413 11716 0 -1 1077944384 59 0 0 0 1 4 0 0 20 0 20 0 476779858 28909289472 72349 33554432000 4194304 4196468 140721731080864 140268093237520 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13418] ppid=13413 vsize=28231728 memory=0 CPUtime=0.04 cores=0-7
/proc/13415/task/13418/stat : 13418 (java) S 13413 13413 11716 0 -1 1077944384 49 0 0 0 1 3 0 0 20 0 20 0 476779858 28909289472 72349 33554432000 4194304 4196468 140721731080864 140268092184976 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13419] ppid=13413 vsize=28231728 memory=2832 CPUtime=0.04 cores=0-7
/proc/13415/task/13419/stat : 13419 (java) S 13413 13413 11716 0 -1 1077944384 60 0 0 0 1 3 0 0 20 0 20 0 476779858 28909289472 72349 33554432000 4194304 4196468 140721731080864 140268091132432 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0

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

[pid=13415/tid=13418] ppid=13413 vsize=28233776 memory=7234030490512353113 CPUtime=62.53 cores=0-7
/proc/13415/task/13418/stat : 13418 (java) R 13413 13413 11716 0 -1 4202560 275487 0 0 0 5656 597 0 0 20 0 20 0 476779858 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140268092184784 140268133245671 0 4 0 16800975 0 0 0 -1 6 0 0 6 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13419] ppid=13413 vsize=28233776 memory=8099531882097108048 CPUtime=62.43 cores=0-7
/proc/13415/task/13419/stat : 13419 (java) R 13413 13413 11716 0 -1 4202560 396659 0 0 0 5658 585 0 0 20 0 20 0 476779858 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140268091132632 140268133720467 0 4 0 16800975 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13420] ppid=13413 vsize=28233776 memory=9364 CPUtime=62.61 cores=0-7
/proc/13415/task/13420/stat : 13420 (java) R 13413 13413 11716 0 -1 4202560 991525 0 0 0 5556 705 0 0 20 0 20 0 476779858 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140268090079696 140268133245671 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13421] ppid=13413 vsize=28233776 memory=1120 CPUtime=62.13 cores=0-7
/proc/13415/task/13421/stat : 13421 (java) R 13413 13413 11716 0 -1 4202560 196228 0 0 0 5662 551 0 0 20 0 20 0 476779858 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140268089027152 140268133245671 0 4 0 16800975 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13422] ppid=13413 vsize=28233776 memory=776 CPUtime=62.24 cores=0-7
/proc/13415/task/13422/stat : 13422 (java) R 13413 13413 11716 0 -1 4202560 184762 0 0 0 5706 518 0 0 20 0 20 0 476779858 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140268087974920 140268133245671 0 4 0 16800975 0 0 0 -1 7 0 0 7 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13423] ppid=13413 vsize=28233776 memory=1724 CPUtime=62.26 cores=0-7
/proc/13415/task/13423/stat : 13423 (java) S 13413 13413 11716 0 -1 1077944384 232385 0 0 0 5691 535 0 0 20 0 20 0 476779858 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140268086922064 140268140628610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13424] ppid=13413 vsize=28233776 memory=8004 CPUtime=62.37 cores=0-7
/proc/13415/task/13424/stat : 13424 (java) R 13413 13413 11716 0 -1 4202560 266274 0 0 0 5634 603 0 0 20 0 20 0 476779858 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140268085869520 140268133245671 0 4 0 16800975 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13425] ppid=13413 vsize=28233776 memory=6791534058613427641 CPUtime=15.26 cores=0-7
/proc/13415/task/13425/stat : 13425 (java) S 13413 13413 11716 0 -1 1077944384 116607 0 0 0 1506 20 0 0 20 0 20 0 476779860 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140266855232080 140268140627669 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13426] ppid=13413 vsize=28233776 memory=22772328 CPUtime=0 cores=0-7
/proc/13415/task/13426/stat : 13426 (java) S 13413 13413 11716 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 476779860 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140266603406304 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13427] ppid=13413 vsize=28233776 memory=880 CPUtime=0 cores=0-7
/proc/13415/task/13427/stat : 13427 (java) S 13413 13413 11716 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 20 0 476779861 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140266602353664 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13428] ppid=13413 vsize=28233776 memory=1984 CPUtime=0 cores=0-7
/proc/13415/task/13428/stat : 13428 (java) S 13413 13413 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476779863 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140266601302224 140268140636059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13429] ppid=13413 vsize=28233776 memory=2552 CPUtime=0.49 cores=0-7
/proc/13415/task/13429/stat : 13429 (java) S 13413 13413 11716 0 -1 1077944384 4174 0 0 0 48 1 0 0 20 0 20 0 476779864 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140266600249888 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13430] ppid=13413 vsize=28233776 memory=280645780128448 CPUtime=0.59 cores=0-7
/proc/13415/task/13430/stat : 13430 (java) S 13413 13413 11716 0 -1 1077944384 3966 0 0 0 58 1 0 0 20 0 20 0 476779864 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140266599197344 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13431] ppid=13413 vsize=28233776 memory=-6876588628787748224 CPUtime=0.52 cores=0-7
/proc/13415/task/13431/stat : 13431 (java) S 13413 13413 11716 0 -1 1077944384 3660 0 0 0 52 0 0 0 20 0 20 0 476779864 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140266598144512 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13432] ppid=13413 vsize=28233776 memory=8292088564187963537 CPUtime=0.37 cores=0-7
/proc/13415/task/13432/stat : 13432 (java) S 13413 13413 11716 0 -1 1077944384 3367 0 0 0 36 1 0 0 20 0 20 0 476779864 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140266597092256 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13433] ppid=13413 vsize=28233776 memory=7682475212697334586 CPUtime=0 cores=0-7
/proc/13415/task/13433/stat : 13433 (java) S 13413 13413 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476779864 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140266596038880 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13434] ppid=13413 vsize=28233776 memory=6944656425123422848 CPUtime=0.04 cores=0-7
/proc/13415/task/13434/stat : 13434 (java) S 13413 13413 11716 0 -1 1077944384 576 0 0 0 1 3 0 0 20 0 20 0 476779865 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140266594986416 140268140628610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
Current children cumulated CPU time: 539.99 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 22999976 KiB

[startup+104.001 s]*
/proc/loadavg: 5.72 7.19 7.84 9/210 13440
/proc/meminfo: memFree=1147040/32770624 swapFree=66952704/67108860
[pid=13413] ppid=13410 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/13413/stat : 13413 (xcsp3-exec) S 13410 13413 11716 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476779857 115843072 364 33554432000 4194304 5098028 140723632785936 140723632784040 139655472140924 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20520960 140723632792407 140723632792666 140723632792666 140723632795590 0
/proc/13413/statm: 28282 364 305 221 0 87 0
[pid=13415] ppid=13413 vsize=28233776 memory=22998520 CPUtime=552.32 cores=0-7
/proc/13415/stat : 13415 (java) S 13413 13413 11716 0 -1 1077944320 3842352 0 0 0 50383 4849 0 0 20 0 20 0 476779857 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140721731063408 140268140617463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
/proc/13415/statm: 7058444 5749630 3508 1 0 7019544 0
[pid=13415/tid=13416] ppid=13413 vsize=28233776 memory=8317482817917895235 CPUtime=23.64 cores=0-7
/proc/13415/task/13416/stat : 13416 (java) S 13413 13413 11716 0 -1 1077944384 195333 0 0 0 2295 69 0 0 20 0 20 0 476779858 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140268144855584 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13417] ppid=13413 vsize=28233776 memory=4872558044660077418 CPUtime=63.86 cores=0-7
/proc/13415/task/13417/stat : 13417 (java) R 13413 13413 11716 0 -1 4202560 405943 0 0 0 5761 625 0 0 20 0 20 0 476779858 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140268093237640 140268133245671 0 4 0 16800975 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13418] ppid=13413 vsize=28233776 memory=264508 CPUtime=64.03 cores=0-7
/proc/13415/task/13418/stat : 13418 (java) R 13413 13413 11716 0 -1 4202560 275487 0 0 0 5806 597 0 0 20 0 20 0 476779858 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140268092185096 140268133245671 0 4 0 16800975 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13419] ppid=13413 vsize=28233776 memory=1 CPUtime=64.04 cores=0-7
/proc/13415/task/13419/stat : 13419 (java) R 13413 13413 11716 0 -1 4202560 960981 0 0 0 5794 610 0 0 20 0 20 0 476779858 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140268091132632 140268133722161 0 4 0 16800975 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13420] ppid=13413 vsize=28233776 memory=0 CPUtime=64.17 cores=0-7
/proc/13415/task/13420/stat : 13420 (java) R 13413 13413 11716 0 -1 4202560 991525 0 0 0 5711 706 0 0 20 0 20 0 476779858 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140268090080008 140268133245671 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13421] ppid=13413 vsize=28233776 memory=7649399384214614833 CPUtime=63.67 cores=0-7
/proc/13415/task/13421/stat : 13421 (java) R 13413 13413 11716 0 -1 4202560 196228 0 0 0 5815 552 0 0 20 0 20 0 476779858 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140268089027152 140268133245671 0 4 0 16800975 0 0 0 -1 6 0 0 6 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13422] ppid=13413 vsize=28233776 memory=0 CPUtime=63.77 cores=0-7
/proc/13415/task/13422/stat : 13422 (java) R 13413 13413 11716 0 -1 4202560 184762 0 0 0 5858 519 0 0 20 0 20 0 476779858 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140268087974608 140268133245671 0 4 0 16800975 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13423] ppid=13413 vsize=28233776 memory=2276 CPUtime=63.81 cores=0-7
/proc/13415/task/13423/stat : 13423 (java) R 13413 13413 11716 0 -1 4202560 232385 0 0 0 5845 536 0 0 20 0 20 0 476779858 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140268086922064 140268133245671 0 4 0 16800975 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13424] ppid=13413 vsize=28233776 memory=0 CPUtime=63.91 cores=0-7
/proc/13415/task/13424/stat : 13424 (java) R 13413 13413 11716 0 -1 4202560 266274 0 0 0 5787 604 0 0 20 0 20 0 476779858 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140268085869520 140268133245671 0 4 0 16800975 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13425] ppid=13413 vsize=28233776 memory=2 CPUtime=15.26 cores=0-7
/proc/13415/task/13425/stat : 13425 (java) S 13413 13413 11716 0 -1 1077944384 116607 0 0 0 1506 20 0 0 20 0 20 0 476779860 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140266855232080 140268140627669 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13426] ppid=13413 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/13415/task/13426/stat : 13426 (java) S 13413 13413 11716 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 476779860 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140266603406304 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13427] ppid=13413 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/13415/task/13427/stat : 13427 (java) S 13413 13413 11716 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 20 0 476779861 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140266602353664 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13428] ppid=13413 vsize=28233776 memory=7234303152781525078 CPUtime=0 cores=0-7
/proc/13415/task/13428/stat : 13428 (java) S 13413 13413 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476779863 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140266601302224 140268140636059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13429] ppid=13413 vsize=28233776 memory=288283368364442536 CPUtime=0.49 cores=0-7
/proc/13415/task/13429/stat : 13429 (java) S 13413 13413 11716 0 -1 1077944384 4174 0 0 0 48 1 0 0 20 0 20 0 476779864 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140266600249888 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13430] ppid=13413 vsize=28233776 memory=6944656425122961013 CPUtime=0.59 cores=0-7
/proc/13415/task/13430/stat : 13430 (java) S 13413 13413 11716 0 -1 1077944384 3966 0 0 0 58 1 0 0 20 0 20 0 476779864 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140266599197344 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13431] ppid=13413 vsize=28233776 memory=8475934422144292502 CPUtime=0.52 cores=0-7
/proc/13415/task/13431/stat : 13431 (java) S 13413 13413 11716 0 -1 1077944384 3660 0 0 0 52 0 0 0 20 0 20 0 476779864 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140266598144512 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13432] ppid=13413 vsize=28233776 memory=6656426216303648864 CPUtime=0.37 cores=0-7
/proc/13415/task/13432/stat : 13432 (java) S 13413 13413 11716 0 -1 1077944384 3367 0 0 0 36 1 0 0 20 0 20 0 476779864 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140266597092256 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13433] ppid=13413 vsize=28233776 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/13415/task/13433/stat : 13433 (java) S 13413 13413 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476779864 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140266596038880 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13434] ppid=13413 vsize=28233776 memory=6944656592455360604 CPUtime=0.04 cores=0-7
/proc/13415/task/13434/stat : 13434 (java) S 13413 13413 11716 0 -1 1077944384 576 0 0 0 1 3 0 0 20 0 20 0 476779865 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140266594986416 140268140628610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
Current children cumulated CPU time: 552.32 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 22999976 KiB

[startup+104.801 s]
/proc/loadavg: 5.72 7.19 7.84 9/210 13440
/proc/meminfo: memFree=1147040/32770624 swapFree=66952704/67108860
[pid=13413] ppid=13410 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/13413/stat : 13413 (xcsp3-exec) S 13410 13413 11716 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476779857 115843072 364 33554432000 4194304 5098028 140723632785936 140723632784040 139655472140924 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20520960 140723632792407 140723632792666 140723632792666 140723632795590 0
/proc/13413/statm: 28282 364 305 221 0 87 0
[pid=13415] ppid=13413 vsize=28233776 memory=22998520 CPUtime=554.28 cores=0-7
/proc/13415/stat : 13415 (java) S 13413 13413 11716 0 -1 1077944320 3888982 0 0 0 50576 4852 0 0 20 0 20 0 476779857 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140721731063408 140268140617463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
/proc/13415/statm: 7058444 5749630 3508 1 0 7019544 0
[pid=13415/tid=13416] ppid=13413 vsize=28233776 memory=22998520 CPUtime=23.64 cores=0-7
/proc/13415/task/13416/stat : 13416 (java) S 13413 13413 11716 0 -1 1077944384 195333 0 0 0 2295 69 0 0 20 0 20 0 476779858 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140268144855584 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13417] ppid=13413 vsize=28233776 memory=880 CPUtime=64.02 cores=0-7
/proc/13415/task/13417/stat : 13417 (java) S 13413 13413 11716 0 -1 1077944384 405943 0 0 0 5776 626 0 0 20 0 20 0 476779858 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140268093237520 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13418] ppid=13413 vsize=28233776 memory=6791534058613427641 CPUtime=64.18 cores=0-7
/proc/13415/task/13418/stat : 13418 (java) S 13413 13413 11716 0 -1 1077944384 275487 0 0 0 5821 597 0 0 20 0 20 0 476779858 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140268092184976 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13419] ppid=13413 vsize=28233776 memory=2016 CPUtime=64.21 cores=0-7
/proc/13415/task/13419/stat : 13419 (java) S 13413 13413 11716 0 -1 1077944384 1007326 0 0 0 5809 612 0 0 20 0 20 0 476779858 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140268091132432 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13420] ppid=13413 vsize=28233776 memory=1284 CPUtime=64.34 cores=0-7
/proc/13415/task/13420/stat : 13420 (java) S 13413 13413 11716 0 -1 1077944384 991525 0 0 0 5728 706 0 0 20 0 20 0 476779858 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140268090079888 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13421] ppid=13413 vsize=28233776 memory=1044 CPUtime=63.84 cores=0-7
/proc/13415/task/13421/stat : 13421 (java) S 13413 13413 11716 0 -1 1077944384 196228 0 0 0 5832 552 0 0 20 0 20 0 476779858 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140268089027344 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13422] ppid=13413 vsize=28233776 memory=708 CPUtime=63.94 cores=0-7
/proc/13415/task/13422/stat : 13422 (java) S 13413 13413 11716 0 -1 1077944384 184762 0 0 0 5875 519 0 0 20 0 20 0 476779858 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140268087974800 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13423] ppid=13413 vsize=28233776 memory=9364 CPUtime=63.98 cores=0-7
/proc/13415/task/13423/stat : 13423 (java) S 13413 13413 11716 0 -1 1077944384 232385 0 0 0 5862 536 0 0 20 0 20 0 476779858 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140268086922256 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13424] ppid=13413 vsize=28233776 memory=984 CPUtime=64.08 cores=0-7
/proc/13415/task/13424/stat : 13424 (java) S 13413 13413 11716 0 -1 1077944384 266274 0 0 0 5804 604 0 0 20 0 20 0 476779858 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140268085869712 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13425] ppid=13413 vsize=28233776 memory=14012 CPUtime=15.88 cores=0-7
/proc/13415/task/13425/stat : 13425 (java) R 13413 13413 11716 0 -1 4202560 116615 0 0 0 1568 20 0 0 20 0 20 0 476779860 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140266855232080 140268125075054 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13426] ppid=13413 vsize=28233776 memory=15536 CPUtime=0 cores=0-7
/proc/13415/task/13426/stat : 13426 (java) S 13413 13413 11716 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 476779860 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140266603406304 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13427] ppid=13413 vsize=28233776 memory=2120 CPUtime=0 cores=0-7
/proc/13415/task/13427/stat : 13427 (java) S 13413 13413 11716 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 20 0 476779861 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140266602353664 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13428] ppid=13413 vsize=28233776 memory=12036 CPUtime=0 cores=0-7
/proc/13415/task/13428/stat : 13428 (java) S 13413 13413 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476779863 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140266601302224 140268140636059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13429] ppid=13413 vsize=28233776 memory=496 CPUtime=0.49 cores=0-7
/proc/13415/task/13429/stat : 13429 (java) S 13413 13413 11716 0 -1 1077944384 4174 0 0 0 48 1 0 0 20 0 20 0 476779864 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140266600249888 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13430] ppid=13413 vsize=28233776 memory=1560 CPUtime=0.59 cores=0-7
/proc/13415/task/13430/stat : 13430 (java) S 13413 13413 11716 0 -1 1077944384 3966 0 0 0 58 1 0 0 20 0 20 0 476779864 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140266599197344 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13431] ppid=13413 vsize=28233776 memory=1120 CPUtime=0.52 cores=0-7
/proc/13415/task/13431/stat : 13431 (java) S 13413 13413 11716 0 -1 1077944384 3660 0 0 0 52 0 0 0 20 0 20 0 476779864 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140266598144512 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13432] ppid=13413 vsize=28233776 memory=776 CPUtime=0.37 cores=0-7
/proc/13415/task/13432/stat : 13432 (java) S 13413 13413 11716 0 -1 1077944384 3367 0 0 0 36 1 0 0 20 0 20 0 476779864 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140266597092256 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13433] ppid=13413 vsize=28233776 memory=1724 CPUtime=0 cores=0-7
/proc/13415/task/13433/stat : 13433 (java) S 13413 13413 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476779864 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140266596038880 140268140627669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
[pid=13415/tid=13434] ppid=13413 vsize=28233776 memory=8004 CPUtime=0.04 cores=0-7
/proc/13415/task/13434/stat : 13434 (java) S 13413 13413 11716 0 -1 1077944384 578 0 0 0 1 3 0 0 20 0 20 0 476779865 28911386624 5749630 33554432000 4194304 4196468 140721731080864 140266594986416 140268140628610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19951616 140721731085276 140721731085451 140721731085451 140721731088335 0
Current children cumulated CPU time: 554.28 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 22999976 KiB

[startup+105.2 s]
/proc/loadavg: 5.34 7.09 7.80 2/192 13441
/proc/meminfo: memFree=2371348/32770624 swapFree=66952704/67108860
[pid=13413] ppid=13410 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/13413/stat : 13413 (xcsp3-exec) S 13410 13413 11716 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476779857 115843072 364 33554432000 4194304 5098028 140723632785936 140723632784040 139655472140924 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20520960 140723632792407 140723632792666 140723632792666 140723632795590 0
/proc/13413/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

[startup+105.3 s]
/proc/loadavg: 5.34 7.09 7.80 2/192 13441
/proc/meminfo: memFree=2371348/32770624 swapFree=66952704/67108860
[pid=13413] ppid=13410 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/13413/stat : 13413 (xcsp3-exec) S 13410 13413 11716 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476779857 115843072 364 33554432000 4194304 5098028 140723632785936 140723632784040 139655472140924 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20520960 140723632792407 140723632792666 140723632792666 140723632795590 0
/proc/13413/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 1
Real time (s): 105.306
CPU time (s): 554.799
CPU user time (s): 505.942
CPU system time (s): 48.8566
CPU usage (%): 526.843
Max. virtual memory (cumulated for all children) (KiB): 28346904
Max. memory (cumulated for all children) (KiB): 23000008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 505.942
system time used= 48.8566
maximum resident set size= 22998928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3898486
page faults= 0
swaps= 0
block input operations= 8
block output operations= 280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24534
involuntary context switches= 20201


# summary of solver processes directly reported to runsolver:
#   pid: 13413
#   total CPU time (s): 554.799
#   total CPU user time (s): 505.942
#   total CPU system time (s): 48.8566

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.782654 second user time and 1.18648 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-20 19:45:22
IDJOB=4405055
IDBENCH=138083
IDSOLVER=2866
FILE ID=node107/4405055-1569005242
RUNJOBID= node107-1568991056-11743
PBS_JOBID= 21704731
Free space on /var/tmp= 12484 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-75.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405055-1569005242/watcher-4405055-1569005242 -o /var/tmp/evaluation-result-4405055-1569005242/solver-4405055-1569005242 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node107-1568991056-11743 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 2069850692 HOME/instance-4405055-1569005242.xml

TIME LIMIT= 2016 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 9cdf82428becd6b5ad716031980a59d2
RANDOM SEED=2069850692

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        24062084 kB
MemAvailable:   31810388 kB
Buffers:           63828 kB
Cached:          7736312 kB
SwapCached:        48668 kB
Active:          3931932 kB
Inactive:        3917756 kB
Active(anon):       2336 kB
Inactive(anon):    90472 kB
Active(file):    3929596 kB
Inactive(file):  3827284 kB
Unevictable:      110952 kB
Mlocked:          110952 kB
SwapTotal:      67108860 kB
SwapFree:       66952704 kB
Dirty:            108756 kB
Writeback:             4 kB
AnonPages:        112384 kB
Mapped:            48024 kB
Shmem:             34996 kB
Slab:             448040 kB
SReclaimable:     419884 kB
SUnreclaim:        28156 kB
KernelStack:        3424 kB
PageTables:         5976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /var/tmp at the end= 12456 MiB
End job on node107 at 2019-09-20 19:47:07