Trace number 4406858

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 NameAnswerCPU timeWall clock time
choco-solver 2019-09-24 parallel? 2238.43 477.154

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr1000e-int.xml
MD5SUM080ba949cb23e1dea8bc7836215d1d0d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark490.68
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints1998000
Number of domains1
Minimum domain size999
Maximum domain size999
Distribution of domain sizes[{"size":999,"count":1000}]
Minimum variable degree3996
Maximum variable degree3996
Distribution of variable degrees[{"degree":3996,"count":1000}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1998000}]
Number of extensional constraints0
Number of intensional constraints1998000
Distribution of constraint types[{"type":"intension","count":1998000}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406858-1569349273.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4406858-1569349273.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
2238.16/476.97	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
2238.16/476.97		at java.util.Arrays.copyOf(Arrays.java:3181)
2238.16/476.97		at java.util.ArrayList.grow(ArrayList.java:261)
2238.16/476.97		at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
2238.16/476.97		at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
2238.16/476.97		at java.util.ArrayList.add(ArrayList.java:458)
2238.16/476.97		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:159)
2238.16/476.97		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
2238.16/476.97		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
2238.16/476.97		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
2238.16/476.97		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
2238.16/476.97		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
2238.16/476.97		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
2238.16/476.97		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
2238.16/476.97		at org.xcsp.parser.XCallbacks$$Lambda$95/517052730.accept(Unknown Source)
2238.16/476.97		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
2238.16/476.97		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2238.16/476.97		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
2238.16/476.97		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
2238.16/476.97		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
2238.16/476.97		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
2238.16/476.97		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
2238.16/476.97		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
2238.16/476.97		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
2238.16/476.97		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
2238.16/476.97		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
2238.16/476.97		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
2238.16/476.97	s UNKNOWN
2238.16/476.97	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 (13353 MiB free)
  memory of node 1: 16384 MiB (11606 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406858-1569349273/watcher-4406858-1569349273 -o /var/tmp/evaluation-result-4406858-1569349273/solver-4406858-1569349273 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node119-1569349193-2435 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1662644795 HOME/instance-4406858-1569349273.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
solver pid=2556, runsolver pid=2553
Current StackSize limit: 8192 KiB


[startup+0.100106 s]*
/proc/loadavg: 7.14 7.98 8.17 3/211 2577
/proc/meminfo: memFree=25541244/32770624 swapFree=66953496/67108860
[pid=2556] ppid=2553 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/2556/stat : 2556 (xcsp3-exec) S 2553 2556 2396 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510842193 115843072 362 33554432000 4194304 5098028 140726392029792 140726392027896 140184291586684 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32509952 140726392034129 140726392034389 140726392034389 140726392037318 0
/proc/2556/statm: 28282 362 304 221 0 87 0
[pid=2558] ppid=2556 vsize=28227396 memory=30340 CPUtime=0.12 cores=0-7
/proc/2558/stat : 2558 (java) S 2556 2556 2396 0 -1 1077944320 5480 0 0 0 11 1 0 0 20 0 20 0 510842193 28904853504 7585 33554432000 4194304 4196468 140730047246736 140730047229280 139798577721079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
/proc/2558/statm: 7056849 7585 3156 1 0 7019032 0
[pid=2558/tid=2559] ppid=2556 vsize=28227396 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/2558/task/2559/stat : 2559 (java) R 2556 2556 2396 0 -1 4202560 3397 0 0 0 8 1 0 0 20 0 20 0 510842193 28904853504 7585 33554432000 4194304 4196468 140730047246736 139798581947376 139798577743005 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2560] ppid=2556 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/2558/task/2560/stat : 2560 (java) S 2556 2556 2396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510842194 28904853504 7585 33554432000 4194304 4196468 140730047246736 139798530341264 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2561] ppid=2556 vsize=28227396 memory=140694657898112 CPUtime=0 cores=0-7
/proc/2558/task/2561/stat : 2561 (java) S 2556 2556 2396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510842194 28904853504 7585 33554432000 4194304 4196468 140730047246736 139798529288464 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2562] ppid=2556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2558/task/2562/stat : 2562 (java) S 2556 2556 2396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510842194 28904853504 7585 33554432000 4194304 4196468 140730047246736 139798528236176 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2563] ppid=2556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2558/task/2563/stat : 2563 (java) S 2556 2556 2396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510842194 28904853504 7585 33554432000 4194304 4196468 140730047246736 139798527183376 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2564] ppid=2556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2558/task/2564/stat : 2564 (java) S 2556 2556 2396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510842194 28904853504 7585 33554432000 4194304 4196468 140730047246736 139798526131088 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2565] ppid=2556 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/2558/task/2565/stat : 2565 (java) S 2556 2556 2396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510842194 28904853504 7585 33554432000 4194304 4196468 140730047246736 139798525078288 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2566] ppid=2556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2558/task/2566/stat : 2566 (java) S 2556 2556 2396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510842194 28904853504 7585 33554432000 4194304 4196468 140730047246736 139798524026000 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2567] ppid=2556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2558/task/2567/stat : 2567 (java) S 2556 2556 2396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510842194 28904853504 7585 33554432000 4194304 4196468 140730047246736 139798522973200 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2568] ppid=2556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2558/task/2568/stat : 2568 (java) S 2556 2556 2396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510842196 28904853504 7585 33554432000 4194304 4196468 140730047246736 139797626603632 139798577732226 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2569] ppid=2556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2558/task/2569/stat : 2569 (java) S 2556 2556 2396 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510842196 28904853504 7585 33554432000 4194304 4196468 140730047246736 139797625549600 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2570] ppid=2556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2558/task/2570/stat : 2570 (java) S 2556 2556 2396 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510842196 28904853504 7585 33554432000 4194304 4196468 140730047246736 139797624497264 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2571] ppid=2556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2558/task/2571/stat : 2571 (java) S 2556 2556 2396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510842199 28904853504 7585 33554432000 4194304 4196468 140730047246736 139797623445584 139798577739675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2572] ppid=2556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2558/task/2572/stat : 2572 (java) S 2556 2556 2396 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 20 0 510842199 28904853504 7585 33554432000 4194304 4196468 140730047246736 139797622393456 139798577732226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2573] ppid=2556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2558/task/2573/stat : 2573 (java) R 2556 2556 2396 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 20 0 510842199 28904853504 7585 33554432000 4194304 4196468 140730047246736 139797621332160 139798577742426 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2574] ppid=2556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2558/task/2574/stat : 2574 (java) R 2556 2556 2396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510842199 28904853504 7585 33554432000 4194304 4196468 140730047246736 139797620288464 139798577731285 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2575] ppid=2556 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/2558/task/2575/stat : 2575 (java) R 2556 2556 2396 0 -1 4202560 352 0 0 0 2 0 0 0 20 0 20 0 510842199 28904853504 7585 33554432000 4194304 4196468 140730047246736 139797619235568 139798577733014 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2576] ppid=2556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2558/task/2576/stat : 2576 (java) S 2556 2556 2396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510842199 28904853504 7585 33554432000 4194304 4196468 140730047246736 139797618182496 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2577] ppid=2556 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/2558/task/2577/stat : 2577 (java) S 2556 2556 2396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510842199 28904853504 7585 33554432000 4194304 4196468 140730047246736 139797617129776 139798577732226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31788 KiB

[startup+0.210691 s]*
/proc/loadavg: 7.14 7.98 8.17 3/211 2577
/proc/meminfo: memFree=25528236/32770624 swapFree=66953496/67108860
[pid=2556] ppid=2553 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/2556/stat : 2556 (xcsp3-exec) S 2553 2556 2396 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510842193 115843072 362 33554432000 4194304 5098028 140726392029792 140726392027896 140184291586684 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32509952 140726392034129 140726392034389 140726392034389 140726392037318 0
/proc/2556/statm: 28282 362 304 221 0 87 0
[pid=2558] ppid=2556 vsize=28227396 memory=41356 CPUtime=0.34 cores=0-7
/proc/2558/stat : 2558 (java) S 2556 2556 2396 0 -1 1077944320 9081 0 0 0 31 3 0 0 20 0 20 0 510842193 28904853504 10339 33554432000 4194304 4196468 140730047246736 140730047229280 139798577721079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
/proc/2558/statm: 7056849 10339 3309 1 0 7019032 0
[pid=2558/tid=2559] ppid=2556 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/2558/task/2559/stat : 2559 (java) R 2556 2556 2396 0 -1 4202560 6215 0 0 0 18 2 0 0 20 0 20 0 510842193 28904853504 10339 33554432000 4194304 4196468 140730047246736 139798581954544 139798577743005 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2560] ppid=2556 vsize=28227396 memory=342 CPUtime=0 cores=0-7
/proc/2558/task/2560/stat : 2560 (java) S 2556 2556 2396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510842194 28904853504 10339 33554432000 4194304 4196468 140730047246736 139798530341264 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2561] ppid=2556 vsize=28227396 memory=288371070809609856 CPUtime=0 cores=0-7
/proc/2558/task/2561/stat : 2561 (java) S 2556 2556 2396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510842194 28904853504 10339 33554432000 4194304 4196468 140730047246736 139798529288464 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2562] ppid=2556 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/2558/task/2562/stat : 2562 (java) S 2556 2556 2396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510842194 28904853504 10339 33554432000 4194304 4196468 140730047246736 139798528236176 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2563] ppid=2556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2558/task/2563/stat : 2563 (java) S 2556 2556 2396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510842194 28904853504 10339 33554432000 4194304 4196468 140730047246736 139798527183376 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2564] ppid=2556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2558/task/2564/stat : 2564 (java) S 2556 2556 2396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510842194 28904853504 10339 33554432000 4194304 4196468 140730047246736 139798526131088 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2565] ppid=2556 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/2558/task/2565/stat : 2565 (java) S 2556 2556 2396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510842194 28904853504 10339 33554432000 4194304 4196468 140730047246736 139798525078288 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2566] ppid=2556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2558/task/2566/stat : 2566 (java) S 2556 2556 2396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510842194 28904853504 10339 33554432000 4194304 4196468 140730047246736 139798524026000 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2567] ppid=2556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2558/task/2567/stat : 2567 (java) S 2556 2556 2396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510842194 28904853504 10339 33554432000 4194304 4196468 140730047246736 139798522973200 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2568] ppid=2556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2558/task/2568/stat : 2568 (java) S 2556 2556 2396 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510842196 28904853504 10339 33554432000 4194304 4196468 140730047246736 139797626603632 139798577732226 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2569] ppid=2556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2558/task/2569/stat : 2569 (java) S 2556 2556 2396 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510842196 28904853504 10339 33554432000 4194304 4196468 140730047246736 139797625549600 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2570] ppid=2556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2558/task/2570/stat : 2570 (java) S 2556 2556 2396 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510842196 28904853504 10339 33554432000 4194304 4196468 140730047246736 139797624497264 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2571] ppid=2556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2558/task/2571/stat : 2571 (java) S 2556 2556 2396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510842199 28904853504 10339 33554432000 4194304 4196468 140730047246736 139797623445584 139798577739675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2572] ppid=2556 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/2558/task/2572/stat : 2572 (java) S 2556 2556 2396 0 -1 1077944384 515 0 0 0 2 0 0 0 20 0 20 0 510842199 28904853504 10339 33554432000 4194304 4196468 140730047246736 139797622393456 139798577732226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2573] ppid=2556 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/2558/task/2573/stat : 2573 (java) S 2556 2556 2396 0 -1 1077944384 310 0 0 0 1 0 0 0 20 0 20 0 510842199 28904853504 10339 33554432000 4194304 4196468 140730047246736 139797621340656 139798577732226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2574] ppid=2556 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/2558/task/2574/stat : 2574 (java) S 2556 2556 2396 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 20 0 510842199 28904853504 10339 33554432000 4194304 4196468 140730047246736 139797620288368 139798577732226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2575] ppid=2556 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/2558/task/2575/stat : 2575 (java) S 2556 2556 2396 0 -1 1077944384 713 0 0 0 8 0 0 0 20 0 20 0 510842199 28904853504 10339 33554432000 4194304 4196468 140730047246736 139797619235568 139798577732226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2576] ppid=2556 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2558/task/2576/stat : 2576 (java) S 2556 2556 2396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510842199 28904853504 10339 33554432000 4194304 4196468 140730047246736 139797618182496 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2577] ppid=2556 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/2558/task/2577/stat : 2577 (java) S 2556 2556 2396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510842199 28904853504 10339 33554432000 4194304 4196468 140730047246736 139797617129776 139798577732226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42804 KiB

[startup+0.310486 s]*
/proc/loadavg: 7.14 7.98 8.17 4/211 2577
/proc/meminfo: memFree=25521460/32770624 swapFree=66953496/67108860
[pid=2556] ppid=2553 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/2556/stat : 2556 (xcsp3-exec) S 2553 2556 2396 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510842193 115843072 362 33554432000 4194304 5098028 140726392029792 140726392027896 140184291586684 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32509952 140726392034129 140726392034389 140726392034389 140726392037318 0
/proc/2556/statm: 28282 362 304 221 0 87 0
[pid=2558] ppid=2556 vsize=28231652 memory=49864 CPUtime=0.53 cores=0-7
/proc/2558/stat : 2558 (java) S 2556 2556 2396 0 -1 1077944320 10388 0 0 0 49 4 0 0 20 0 20 0 510842193 28909211648 12466 33554432000 4194304 4196468 140730047246736 140730047229280 139798577721079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
/proc/2558/statm: 7057913 12466 3346 1 0 7019032 0
[pid=2558/tid=2559] ppid=2556 vsize=28231652 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/2558/task/2559/stat : 2559 (java) R 2556 2556 2396 0 -1 4202560 7358 0 0 0 27 3 0 0 20 0 20 0 510842193 28909211648 12534 33554432000 4194304 4196468 140730047246736 139798581952192 139798561801566 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2560] ppid=2556 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/2558/task/2560/stat : 2560 (java) S 2556 2556 2396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510842194 28909211648 12534 33554432000 4194304 4196468 140730047246736 139798530341264 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2561] ppid=2556 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/2558/task/2561/stat : 2561 (java) S 2556 2556 2396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510842194 28909211648 12534 33554432000 4194304 4196468 140730047246736 139798529288464 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2562] ppid=2556 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/2558/task/2562/stat : 2562 (java) S 2556 2556 2396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510842194 28909211648 12534 33554432000 4194304 4196468 140730047246736 139798528236176 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2563] ppid=2556 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/2558/task/2563/stat : 2563 (java) S 2556 2556 2396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510842194 28909211648 12534 33554432000 4194304 4196468 140730047246736 139798527183376 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2564] ppid=2556 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/2558/task/2564/stat : 2564 (java) S 2556 2556 2396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510842194 28909211648 12534 33554432000 4194304 4196468 140730047246736 139798526131088 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2565] ppid=2556 vsize=28231652 memory=140694538775215 CPUtime=0 cores=0-7
/proc/2558/task/2565/stat : 2565 (java) S 2556 2556 2396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510842194 28909211648 12534 33554432000 4194304 4196468 140730047246736 139798525078288 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2566] ppid=2556 vsize=28231652 memory=140694538777520 CPUtime=0 cores=0-7
/proc/2558/task/2566/stat : 2566 (java) S 2556 2556 2396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510842194 28909211648 12534 33554432000 4194304 4196468 140730047246736 139798524026000 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2567] ppid=2556 vsize=28231652 memory=140694538779824 CPUtime=0 cores=0-7
/proc/2558/task/2567/stat : 2567 (java) S 2556 2556 2396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510842194 28909211648 12534 33554432000 4194304 4196468 140730047246736 139798522973200 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2568] ppid=2556 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/2558/task/2568/stat : 2568 (java) S 2556 2556 2396 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510842196 28909211648 12534 33554432000 4194304 4196468 140730047246736 139797626603632 139798577732226 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2569] ppid=2556 vsize=28231652 memory=281389077573520 CPUtime=0 cores=0-7
/proc/2558/task/2569/stat : 2569 (java) S 2556 2556 2396 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510842196 28909211648 12534 33554432000 4194304 4196468 140730047246736 139797625549600 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2570] ppid=2556 vsize=28231652 memory=281389077571216 CPUtime=0 cores=0-7
/proc/2558/task/2570/stat : 2570 (java) S 2556 2556 2396 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510842196 28909211648 12534 33554432000 4194304 4196468 140730047246736 139797624497264 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2571] ppid=2556 vsize=28231652 memory=281389077578128 CPUtime=0 cores=0-7
/proc/2558/task/2571/stat : 2571 (java) S 2556 2556 2396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510842199 28909211648 12534 33554432000 4194304 4196468 140730047246736 139797623445584 139798577739675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2572] ppid=2556 vsize=28231652 memory=281389077519408 CPUtime=0.04 cores=0-7
/proc/2558/task/2572/stat : 2572 (java) R 2556 2556 2396 0 -1 4202560 608 0 0 0 4 0 0 0 20 0 20 0 510842199 28909211648 12534 33554432000 4194304 4196468 140730047246736 139797622383840 139798562650509 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2573] ppid=2556 vsize=28231652 memory=281389077591952 CPUtime=0.02 cores=0-7
/proc/2558/task/2573/stat : 2573 (java) S 2556 2556 2396 0 -1 1077944384 320 0 0 0 2 0 0 0 20 0 20 0 510842199 28909211648 12534 33554432000 4194304 4196468 140730047246736 139797621340656 139798577732226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2574] ppid=2556 vsize=28231652 memory=281389077598864 CPUtime=0.01 cores=0-7
/proc/2558/task/2574/stat : 2574 (java) S 2556 2556 2396 0 -1 1077944384 34 0 0 0 1 0 0 0 20 0 20 0 510842199 28909211648 12534 33554432000 4194304 4196468 140730047246736 139797620288368 139798577732226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2575] ppid=2556 vsize=28231652 memory=281389077596560 CPUtime=0.12 cores=0-7
/proc/2558/task/2575/stat : 2575 (java) S 2556 2556 2396 0 -1 1077944384 781 0 0 0 12 0 0 0 20 0 20 0 510842199 28909211648 12534 33554432000 4194304 4196468 140730047246736 139797619235568 139798577732226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2576] ppid=2556 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/2558/task/2576/stat : 2576 (java) S 2556 2556 2396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510842199 28909211648 12534 33554432000 4194304 4196468 140730047246736 139797618182496 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2577] ppid=2556 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/2558/task/2577/stat : 2577 (java) S 2556 2556 2396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510842199 28909211648 12534 33554432000 4194304 4196468 140730047246736 139797617129776 139798577732226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51312 KiB

[startup+0.701675 s]
/proc/loadavg: 7.14 7.98 8.17 3/211 2577
/proc/meminfo: memFree=25473708/32770624 swapFree=66953496/67108860
[pid=2556] ppid=2553 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/2556/stat : 2556 (xcsp3-exec) S 2553 2556 2396 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510842193 115843072 362 33554432000 4194304 5098028 140726392029792 140726392027896 140184291586684 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32509952 140726392034129 140726392034389 140726392034389 140726392037318 0
/proc/2556/statm: 28282 362 304 221 0 87 0
[pid=2558] ppid=2556 vsize=28231652 memory=243208 CPUtime=1.62 cores=0-7
/proc/2558/stat : 2558 (java) S 2556 2556 2396 0 -1 1077944320 13361 0 0 0 140 22 0 0 20 0 20 0 510842193 28909211648 60802 33554432000 4194304 4196468 140730047246736 140730047229280 139798577721079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
/proc/2558/statm: 7057913 60802 3402 1 0 7019032 0
[pid=2558/tid=2559] ppid=2556 vsize=28231652 memory=0 CPUtime=0.64 cores=0-7
/proc/2558/task/2559/stat : 2559 (java) S 2556 2556 2396 0 -1 1077944384 7565 0 0 0 59 5 0 0 20 0 20 0 510842193 28909211648 60802 33554432000 4194304 4196468 140730047246736 139798581960256 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2560] ppid=2556 vsize=28231652 memory=140694538986352 CPUtime=0.02 cores=0-7
/proc/2558/task/2560/stat : 2560 (java) R 2556 2556 2396 0 -1 4202560 42 0 0 0 1 1 0 0 20 0 20 0 510842194 28909211648 60802 33554432000 4194304 4196468 140730047246736 139798530341264 139798562749338 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2561] ppid=2556 vsize=28231652 memory=0 CPUtime=0.02 cores=0-7
/proc/2558/task/2561/stat : 2561 (java) R 2556 2556 2396 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 20 0 510842194 28909211648 60802 33554432000 4194304 4196468 140730047246736 139798529288464 139798562748926 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2562] ppid=2556 vsize=28231652 memory=1276 CPUtime=0.03 cores=0-7
/proc/2558/task/2562/stat : 2562 (java) R 2556 2556 2396 0 -1 4202560 35 0 0 0 2 1 0 0 20 0 20 0 510842194 28909211648 60802 33554432000 4194304 4196468 140730047246736 139798528236176 139798562748926 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0

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

[pid=2558/tid=2561] ppid=2556 vsize=28233776 memory=8112282956445269571 CPUtime=251.02 cores=0-7
/proc/2558/task/2561/stat : 2561 (java) S 2556 2556 2396 0 -1 1077944384 334069 0 0 0 24445 657 0 0 20 0 20 0 510842194 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139798529288464 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 34 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2562] ppid=2556 vsize=28233776 memory=1448 CPUtime=251.05 cores=0-7
/proc/2558/task/2562/stat : 2562 (java) S 2556 2556 2396 0 -1 1077944384 183119 0 0 0 24475 630 0 0 20 0 20 0 510842194 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139798528236176 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2563] ppid=2556 vsize=28233776 memory=24632200 CPUtime=252.43 cores=0-7
/proc/2558/task/2563/stat : 2563 (java) S 2556 2556 2396 0 -1 1077944384 459108 0 0 0 24570 673 0 0 20 0 20 0 510842194 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139798527183376 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 35 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2564] ppid=2556 vsize=28233776 memory=8112282956445269571 CPUtime=250.89 cores=0-7
/proc/2558/task/2564/stat : 2564 (java) S 2556 2556 2396 0 -1 1077944384 616420 0 0 0 24414 675 0 0 20 0 20 0 510842194 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139798526131088 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2565] ppid=2556 vsize=28233776 memory=1052 CPUtime=250.44 cores=0-7
/proc/2558/task/2565/stat : 2565 (java) S 2556 2556 2396 0 -1 1077944384 363100 0 0 0 24425 619 0 0 20 0 20 0 510842194 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139798525078288 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 33 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2566] ppid=2556 vsize=28233776 memory=776 CPUtime=251.49 cores=0-7
/proc/2558/task/2566/stat : 2566 (java) S 2556 2556 2396 0 -1 1077944384 433919 0 0 0 24507 642 0 0 20 0 20 0 510842194 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139798524026000 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 39 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2567] ppid=2556 vsize=28233776 memory=2832 CPUtime=250.46 cores=0-7
/proc/2558/task/2567/stat : 2567 (java) S 2556 2556 2396 0 -1 1077944384 193471 0 0 0 24433 613 0 0 20 0 20 0 510842194 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139798522973200 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 35 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2568] ppid=2556 vsize=28233776 memory=668 CPUtime=89.73 cores=0-7
/proc/2558/task/2568/stat : 2568 (java) R 2556 2556 2396 0 -1 4202560 249097 0 0 0 8927 46 0 0 20 0 20 0 510842196 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139797626602080 139798562717503 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2569] ppid=2556 vsize=28233776 memory=1276 CPUtime=0 cores=0-7
/proc/2558/task/2569/stat : 2569 (java) S 2556 2556 2396 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 510842196 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139797625549664 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2570] ppid=2556 vsize=28233776 memory=1096 CPUtime=0 cores=0-7
/proc/2558/task/2570/stat : 2570 (java) S 2556 2556 2396 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 510842196 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139797624497280 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2571] ppid=2556 vsize=28233776 memory=64428 CPUtime=0 cores=0-7
/proc/2558/task/2571/stat : 2571 (java) S 2556 2556 2396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510842199 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139797623445584 139798577739675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2572] ppid=2556 vsize=28233776 memory=988 CPUtime=1.9 cores=0-7
/proc/2558/task/2572/stat : 2572 (java) S 2556 2556 2396 0 -1 1077944384 14133 0 0 0 185 5 0 0 20 0 20 0 510842199 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139797622393504 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2573] ppid=2556 vsize=28233776 memory=2008 CPUtime=1.27 cores=0-7
/proc/2558/task/2573/stat : 2573 (java) S 2556 2556 2396 0 -1 1077944384 7083 0 0 0 125 2 0 0 20 0 20 0 510842199 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139797621340704 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2574] ppid=2556 vsize=28233776 memory=1424 CPUtime=1.83 cores=0-7
/proc/2558/task/2574/stat : 2574 (java) S 2556 2556 2396 0 -1 1077944384 11541 0 0 0 181 2 0 0 20 0 20 0 510842199 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139797620288416 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2575] ppid=2556 vsize=28233776 memory=3640 CPUtime=0.62 cores=0-7
/proc/2558/task/2575/stat : 2575 (java) S 2556 2556 2396 0 -1 1077944384 9731 0 0 0 61 1 0 0 20 0 20 0 510842199 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139797619235328 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2576] ppid=2556 vsize=28233776 memory=1548 CPUtime=0 cores=0-7
/proc/2558/task/2576/stat : 2576 (java) S 2556 2556 2396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510842199 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139797618182496 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2577] ppid=2556 vsize=28233776 memory=1728 CPUtime=0.18 cores=0-7
/proc/2558/task/2577/stat : 2577 (java) S 2556 2556 2396 0 -1 1077944384 922 0 0 0 7 11 0 0 20 0 20 0 510842199 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139797617129776 139798577732226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
Current children cumulated CPU time: 2236.66 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 24633656 KiB

[startup+476.201 s]*
/proc/loadavg: 5.81 5.42 6.62 2/211 2609
/proc/meminfo: memFree=900896/32770624 swapFree=66953496/67108860
[pid=2556] ppid=2553 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/2556/stat : 2556 (xcsp3-exec) S 2553 2556 2396 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510842193 115843072 362 33554432000 4194304 5098028 140726392029792 140726392027896 140184291586684 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32509952 140726392034129 140726392034389 140726392034389 140726392037318 0
/proc/2556/statm: 28282 362 304 221 0 87 0
[pid=2558] ppid=2556 vsize=28233776 memory=24632208 CPUtime=2237.47 cores=0-7
/proc/2558/stat : 2558 (java) S 2556 2556 2396 0 -1 1077944320 3312952 0 0 0 218451 5296 0 0 20 0 20 0 510842193 28911386624 6158052 33554432000 4194304 4196468 140730047246736 140730047229280 139798577721079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
/proc/2558/statm: 7058444 6158052 3516 1 0 7019544 0
[pid=2558/tid=2559] ppid=2556 vsize=28233776 memory=1398722017469774279 CPUtime=131.57 cores=0-7
/proc/2558/task/2559/stat : 2559 (java) S 2556 2556 2396 0 -1 1077944384 43763 0 0 0 13115 42 0 0 20 0 20 0 510842193 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139798581958736 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2560] ppid=2556 vsize=28233776 memory=0 CPUtime=251.61 cores=0-7
/proc/2558/task/2560/stat : 2560 (java) S 2556 2556 2396 0 -1 1077944384 390192 0 0 0 24486 675 0 0 20 0 20 0 510842194 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139798530341264 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 33 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2561] ppid=2556 vsize=28233776 memory=0 CPUtime=251.02 cores=0-7
/proc/2558/task/2561/stat : 2561 (java) S 2556 2556 2396 0 -1 1077944384 334069 0 0 0 24445 657 0 0 20 0 20 0 510842194 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139798529288464 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 34 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2562] ppid=2556 vsize=28233776 memory=0 CPUtime=251.05 cores=0-7
/proc/2558/task/2562/stat : 2562 (java) S 2556 2556 2396 0 -1 1077944384 183119 0 0 0 24475 630 0 0 20 0 20 0 510842194 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139798528236176 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2563] ppid=2556 vsize=28233776 memory=4872558044660077418 CPUtime=252.43 cores=0-7
/proc/2558/task/2563/stat : 2563 (java) S 2556 2556 2396 0 -1 1077944384 459108 0 0 0 24570 673 0 0 20 0 20 0 510842194 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139798527183376 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 35 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2564] ppid=2556 vsize=28233776 memory=64428 CPUtime=250.89 cores=0-7
/proc/2558/task/2564/stat : 2564 (java) S 2556 2556 2396 0 -1 1077944384 616420 0 0 0 24414 675 0 0 20 0 20 0 510842194 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139798526131088 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2565] ppid=2556 vsize=28233776 memory=988 CPUtime=250.44 cores=0-7
/proc/2558/task/2565/stat : 2565 (java) S 2556 2556 2396 0 -1 1077944384 363100 0 0 0 24425 619 0 0 20 0 20 0 510842194 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139798525078288 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 33 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2566] ppid=2556 vsize=28233776 memory=2008 CPUtime=251.49 cores=0-7
/proc/2558/task/2566/stat : 2566 (java) S 2556 2556 2396 0 -1 1077944384 433919 0 0 0 24507 642 0 0 20 0 20 0 510842194 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139798524026000 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 39 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2567] ppid=2556 vsize=28233776 memory=1424 CPUtime=250.46 cores=0-7
/proc/2558/task/2567/stat : 2567 (java) S 2556 2556 2396 0 -1 1077944384 193471 0 0 0 24433 613 0 0 20 0 20 0 510842194 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139798522973200 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 35 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2568] ppid=2556 vsize=28233776 memory=3640 CPUtime=90.54 cores=0-7
/proc/2558/task/2568/stat : 2568 (java) R 2556 2556 2396 0 -1 4202560 251050 0 0 0 9008 46 0 0 20 0 20 0 510842196 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139797626602080 139798562717446 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2569] ppid=2556 vsize=28233776 memory=1548 CPUtime=0 cores=0-7
/proc/2558/task/2569/stat : 2569 (java) S 2556 2556 2396 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 510842196 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139797625549664 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2570] ppid=2556 vsize=28233776 memory=14008 CPUtime=0 cores=0-7
/proc/2558/task/2570/stat : 2570 (java) S 2556 2556 2396 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 510842196 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139797624497280 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2571] ppid=2556 vsize=28233776 memory=35592 CPUtime=0 cores=0-7
/proc/2558/task/2571/stat : 2571 (java) S 2556 2556 2396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510842199 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139797623445584 139798577739675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2572] ppid=2556 vsize=28233776 memory=14056 CPUtime=1.9 cores=0-7
/proc/2558/task/2572/stat : 2572 (java) S 2556 2556 2396 0 -1 1077944384 14133 0 0 0 185 5 0 0 20 0 20 0 510842199 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139797622393504 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2573] ppid=2556 vsize=28233776 memory=2116 CPUtime=1.27 cores=0-7
/proc/2558/task/2573/stat : 2573 (java) S 2556 2556 2396 0 -1 1077944384 7083 0 0 0 125 2 0 0 20 0 20 0 510842199 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139797621340704 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2574] ppid=2556 vsize=28233776 memory=1448 CPUtime=1.83 cores=0-7
/proc/2558/task/2574/stat : 2574 (java) S 2556 2556 2396 0 -1 1077944384 11541 0 0 0 181 2 0 0 20 0 20 0 510842199 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139797620288416 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2575] ppid=2556 vsize=28233776 memory=1448 CPUtime=0.62 cores=0-7
/proc/2558/task/2575/stat : 2575 (java) S 2556 2556 2396 0 -1 1077944384 9731 0 0 0 61 1 0 0 20 0 20 0 510842199 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139797619235328 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2576] ppid=2556 vsize=28233776 memory=24632208 CPUtime=0 cores=0-7
/proc/2558/task/2576/stat : 2576 (java) S 2556 2556 2396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510842199 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139797618182496 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2577] ppid=2556 vsize=28233776 memory=1652 CPUtime=0.18 cores=0-7
/proc/2558/task/2577/stat : 2577 (java) S 2556 2556 2396 0 -1 1077944384 922 0 0 0 7 11 0 0 20 0 20 0 510842199 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139797617129776 139798577732226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
Current children cumulated CPU time: 2237.47 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 24633656 KiB

[startup+476.601 s]
/proc/loadavg: 5.81 5.42 6.62 2/211 2609
/proc/meminfo: memFree=900896/32770624 swapFree=66953496/67108860
[pid=2556] ppid=2553 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/2556/stat : 2556 (xcsp3-exec) S 2553 2556 2396 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510842193 115843072 362 33554432000 4194304 5098028 140726392029792 140726392027896 140184291586684 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32509952 140726392034129 140726392034389 140726392034389 140726392037318 0
/proc/2556/statm: 28282 362 304 221 0 87 0
[pid=2558] ppid=2556 vsize=28233776 memory=24632208 CPUtime=2237.86 cores=0-7
/proc/2558/stat : 2558 (java) S 2556 2556 2396 0 -1 1077944320 3312964 0 0 0 218490 5296 0 0 20 0 20 0 510842193 28911386624 6158052 33554432000 4194304 4196468 140730047246736 140730047229280 139798577721079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
/proc/2558/statm: 7058444 6158052 3516 1 0 7019544 0
[pid=2558/tid=2559] ppid=2556 vsize=28233776 memory=288230596050944315 CPUtime=131.57 cores=0-7
/proc/2558/task/2559/stat : 2559 (java) S 2556 2556 2396 0 -1 1077944384 43763 0 0 0 13115 42 0 0 20 0 20 0 510842193 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139798581958736 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2560] ppid=2556 vsize=28233776 memory=14132247112451826 CPUtime=251.61 cores=0-7
/proc/2558/task/2560/stat : 2560 (java) S 2556 2556 2396 0 -1 1077944384 390192 0 0 0 24486 675 0 0 20 0 20 0 510842194 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139798530341264 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 33 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2561] ppid=2556 vsize=28233776 memory=0 CPUtime=251.02 cores=0-7
/proc/2558/task/2561/stat : 2561 (java) S 2556 2556 2396 0 -1 1077944384 334069 0 0 0 24445 657 0 0 20 0 20 0 510842194 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139798529288464 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 34 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2562] ppid=2556 vsize=28233776 memory=111636 CPUtime=251.05 cores=0-7
/proc/2558/task/2562/stat : 2562 (java) S 2556 2556 2396 0 -1 1077944384 183119 0 0 0 24475 630 0 0 20 0 20 0 510842194 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139798528236176 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2563] ppid=2556 vsize=28233776 memory=808 CPUtime=252.43 cores=0-7
/proc/2558/task/2563/stat : 2563 (java) S 2556 2556 2396 0 -1 1077944384 459108 0 0 0 24570 673 0 0 20 0 20 0 510842194 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139798527183376 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 35 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2564] ppid=2556 vsize=28233776 memory=924 CPUtime=250.89 cores=0-7
/proc/2558/task/2564/stat : 2564 (java) S 2556 2556 2396 0 -1 1077944384 616420 0 0 0 24414 675 0 0 20 0 20 0 510842194 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139798526131088 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2565] ppid=2556 vsize=28233776 memory=4132 CPUtime=250.44 cores=0-7
/proc/2558/task/2565/stat : 2565 (java) S 2556 2556 2396 0 -1 1077944384 363100 0 0 0 24425 619 0 0 20 0 20 0 510842194 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139798525078288 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 33 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2566] ppid=2556 vsize=28233776 memory=1412 CPUtime=251.49 cores=0-7
/proc/2558/task/2566/stat : 2566 (java) S 2556 2556 2396 0 -1 1077944384 433919 0 0 0 24507 642 0 0 20 0 20 0 510842194 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139798524026000 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 39 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2567] ppid=2556 vsize=28233776 memory=3416 CPUtime=250.46 cores=0-7
/proc/2558/task/2567/stat : 2567 (java) S 2556 2556 2396 0 -1 1077944384 193471 0 0 0 24433 613 0 0 20 0 20 0 510842194 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139798522973200 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 35 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2568] ppid=2556 vsize=28233776 memory=1448 CPUtime=90.93 cores=0-7
/proc/2558/task/2568/stat : 2568 (java) R 2556 2556 2396 0 -1 4202560 251062 0 0 0 9047 46 0 0 20 0 20 0 510842196 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139797626602080 139798562717588 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2569] ppid=2556 vsize=28233776 memory=24632208 CPUtime=0 cores=0-7
/proc/2558/task/2569/stat : 2569 (java) S 2556 2556 2396 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 510842196 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139797625549664 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2570] ppid=2556 vsize=28233776 memory=24632208 CPUtime=0 cores=0-7
/proc/2558/task/2570/stat : 2570 (java) S 2556 2556 2396 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 510842196 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139797624497280 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2571] ppid=2556 vsize=28233776 memory=1398722017469774279 CPUtime=0 cores=0-7
/proc/2558/task/2571/stat : 2571 (java) S 2556 2556 2396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510842199 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139797623445584 139798577739675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2572] ppid=2556 vsize=28233776 memory=4872558044660077418 CPUtime=1.9 cores=0-7
/proc/2558/task/2572/stat : 2572 (java) S 2556 2556 2396 0 -1 1077944384 14133 0 0 0 185 5 0 0 20 0 20 0 510842199 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139797622393504 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2573] ppid=2556 vsize=28233776 memory=2116 CPUtime=1.27 cores=0-7
/proc/2558/task/2573/stat : 2573 (java) S 2556 2556 2396 0 -1 1077944384 7083 0 0 0 125 2 0 0 20 0 20 0 510842199 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139797621340704 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2574] ppid=2556 vsize=28233776 memory=520 CPUtime=1.83 cores=0-7
/proc/2558/task/2574/stat : 2574 (java) S 2556 2556 2396 0 -1 1077944384 11541 0 0 0 181 2 0 0 20 0 20 0 510842199 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139797620288416 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2575] ppid=2556 vsize=28233776 memory=1560 CPUtime=0.62 cores=0-7
/proc/2558/task/2575/stat : 2575 (java) S 2556 2556 2396 0 -1 1077944384 9731 0 0 0 61 1 0 0 20 0 20 0 510842199 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139797619235328 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2576] ppid=2556 vsize=28233776 memory=924 CPUtime=0 cores=0-7
/proc/2558/task/2576/stat : 2576 (java) S 2556 2556 2396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510842199 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139797618182496 139798577731285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
[pid=2558/tid=2577] ppid=2556 vsize=28233776 memory=4104 CPUtime=0.18 cores=0-7
/proc/2558/task/2577/stat : 2577 (java) S 2556 2556 2396 0 -1 1077944384 922 0 0 0 7 11 0 0 20 0 20 0 510842199 28911386624 6158052 33554432000 4194304 4196468 140730047246736 139797617129776 139798577732226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31825920 140730047251414 140730047251590 140730047251590 140730047254479 0
Current children cumulated CPU time: 2237.86 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 24633656 KiB

[startup+477.011 s]
/proc/loadavg: 5.81 5.42 6.62 2/211 2609
/proc/meminfo: memFree=900896/32770624 swapFree=66953496/67108860
[pid=2556] ppid=2553 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/2556/stat : 2556 (xcsp3-exec) S 2553 2556 2396 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510842193 115843072 362 33554432000 4194304 5098028 140726392029792 140726392027896 140184291586684 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32509952 140726392034129 140726392034389 140726392034389 140726392037318 0
/proc/2556/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

[startup+477.123 s]
/proc/loadavg: 5.81 5.42 6.62 2/211 2609
/proc/meminfo: memFree=900896/32770624 swapFree=66953496/67108860
[pid=2556] ppid=2553 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/2556/stat : 2556 (xcsp3-exec) S 2553 2556 2396 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510842193 115843072 362 33554432000 4194304 5098028 140726392029792 140726392027896 140184291586684 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32509952 140726392034129 140726392034389 140726392034389 140726392037318 0
/proc/2556/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

Child status: 1
Real time (s): 477.154
CPU time (s): 2238.43
CPU user time (s): 2185.29
CPU system time (s): 53.1441
CPU usage (%): 469.121
Max. virtual memory (cumulated for all children) (KiB): 28346904
Max. memory (cumulated for all children) (KiB): 24633656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2185.29
system time used= 53.1441
maximum resident set size= 24632512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3320318
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34696
involuntary context switches= 57716


# summary of solver processes directly reported to runsolver:
#   pid: 2556
#   total CPU time (s): 2238.43
#   total CPU user time (s): 2185.29
#   total CPU system time (s): 53.1441

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.39528 second user time and 5.00052 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-24 20:20:33
IDJOB=4406858
IDBENCH=126895
IDSOLVER=2871
FILE ID=node119/4406858-1569349273
RUNJOBID= node119-1569349193-2435
PBS_JOBID= 21705086
Free space on /var/tmp= 13432 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr1000e-int.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-4406858-1569349273/watcher-4406858-1569349273 -o /var/tmp/evaluation-result-4406858-1569349273/solver-4406858-1569349273 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node119-1569349193-2435 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1662644795 HOME/instance-4406858-1569349273.xml

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

MD5SUM BENCH= 080ba949cb23e1dea8bc7836215d1d0d
RANDOM SEED=1662644795

node119.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:        25558928 kB
MemAvailable:   31799800 kB
Buffers:          130248 kB
Cached:          6209788 kB
SwapCached:        46740 kB
Active:          3200420 kB
Inactive:        3189424 kB
Active(anon):       2900 kB
Inactive(anon):   103928 kB
Active(file):    3197520 kB
Inactive(file):  3085496 kB
Unevictable:      107736 kB
Mlocked:          107736 kB
SwapTotal:      67108860 kB
SwapFree:       66953496 kB
Dirty:             84288 kB
Writeback:             0 kB
AnonPages:        112456 kB
Mapped:            57516 kB
Shmem:             48540 kB
Slab:             414672 kB
SReclaimable:     386316 kB
SUnreclaim:        28356 kB
KernelStack:        3344 kB
PageTables:         5300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514080 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:      126336 kB
DirectMap2M:    33419264 kB

Free space on /var/tmp at the end= 13404 MiB
End job on node119 at 2019-09-24 20:28:31