Trace number 4393098

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-06-14? 1189.67 390.676

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 -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393098-1568317704.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393098-1568317704.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
1151.11/379.29	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1189.58/390.61		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1189.58/390.61		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
1189.58/390.61		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1189.58/390.61		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1189.58/390.61		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1189.58/390.61		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1189.58/390.61		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
1189.58/390.61		at org.xcsp.parser.XCallbacks$$Lambda$95/158199555.accept(Unknown Source)
1189.58/390.61		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1189.58/390.61		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1189.58/390.61		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
1189.58/390.61		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
1189.58/390.61		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
1189.58/390.61		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1189.58/390.61		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1189.58/390.61		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1189.58/390.61		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1189.58/390.61		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1189.58/390.61		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1189.58/390.61		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1189.58/390.61	s UNKNOWN
1189.58/390.61	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 (8535 MiB free)
  memory of node 1: 16384 MiB (15282 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393098-1568317704/watcher-4393098-1568317704 -o /tmp/evaluation-result-4393098-1568317704/solver-4393098-1568317704 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568309054-15624 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2103775074 HOME/instance-4393098-1568317704.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=21162, runsolver pid=21159

[startup+0.100127 s]*
/proc/loadavg: 7.75 7.98 7.80 7/232 21178
/proc/meminfo: memFree=24372308/32770624 swapFree=66977612/67108860
[pid=21162] ppid=21159 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21162/stat : 21162 (xcsp3-exec) S 21159 21162 15592 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 408027819 115843072 363 33554432000 4194304 5098028 140728281990944 140728281989048 140290184831612 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11845632 140728281994106 140728281994349 140728281994349 140728281997258 0
/proc/21162/statm: 28282 363 304 221 0 87 0
[pid=21164] ppid=21162 vsize=15144768 memory=30360 CPUtime=0.13 cores=1,3,5,7
/proc/21164/stat : 21164 (java) S 21162 21162 15592 0 -1 1077944320 5481 0 0 0 11 2 0 0 20 0 15 0 408027819 15508242432 7590 33554432000 4194304 4196468 140733996314080 140733996296624 139989528489719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
/proc/21164/statm: 3786192 7590 3155 1 0 3748377 0
[pid=21164/tid=21165] ppid=21162 vsize=15144768 memory=576460756329955459 CPUtime=0.09 cores=1,3,5,7
/proc/21164/task/21165/stat : 21165 (java) R 21162 21162 15592 0 -1 4202560 3405 0 0 0 8 1 0 0 20 0 15 0 408027819 15508242432 7590 33554432000 4194304 4196468 140733996314080 139989532721040 139989508015216 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21166] ppid=21162 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21166/stat : 21166 (java) S 21162 21162 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408027820 15508242432 7590 33554432000 4194304 4196468 140733996314080 139989120559760 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21167] ppid=21162 vsize=15144768 memory=4123246153451886240 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21167/stat : 21167 (java) S 21162 21162 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408027820 15508242432 7590 33554432000 4194304 4196468 140733996314080 139989119506960 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21168] ppid=21162 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21168/stat : 21168 (java) S 21162 21162 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408027820 15508242432 7590 33554432000 4194304 4196468 140733996314080 139989118454160 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21169] ppid=21162 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21169/stat : 21169 (java) S 21162 21162 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408027820 15508242432 7590 33554432000 4194304 4196468 140733996314080 139989117401360 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21170] ppid=21162 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21170/stat : 21170 (java) S 21162 21162 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408027822 15508242432 7590 33554432000 4194304 4196468 140733996314080 139988997073776 139989528500866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21171] ppid=21162 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21171/stat : 21171 (java) S 21162 21162 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408027822 15508242432 7590 33554432000 4194304 4196468 140733996314080 139988996019744 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21172] ppid=21162 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21172/stat : 21172 (java) S 21162 21162 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408027822 15508242432 7590 33554432000 4194304 4196468 140733996314080 139988994966896 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21173] ppid=21162 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21173/stat : 21173 (java) S 21162 21162 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408027825 15508242432 7590 33554432000 4194304 4196468 140733996314080 139988993915216 139989528508315 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21174] ppid=21162 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21174/stat : 21174 (java) R 21162 21162 15592 0 -1 1077944384 412 0 0 0 0 0 0 0 20 0 15 0 408027825 15508242432 7590 33554432000 4194304 4196468 140733996314080 139988992862576 139989528500866 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21175] ppid=21162 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21175/stat : 21175 (java) R 21162 21162 15592 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 15 0 408027825 15508242432 7590 33554432000 4194304 4196468 140733996314080 139988991809776 139989508350393 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21176] ppid=21162 vsize=15144768 memory=139992999057024 CPUtime=0.02 cores=1,3,5,7
/proc/21164/task/21176/stat : 21176 (java) R 21162 21162 15592 0 -1 4202560 358 0 0 0 2 0 0 0 20 0 15 0 408027825 15508242432 7590 33554432000 4194304 4196468 140733996314080 139988990756976 139989506858590 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21177] ppid=21162 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21177/stat : 21177 (java) S 21162 21162 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408027825 15508242432 7590 33554432000 4194304 4196468 140733996314080 139988989704416 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21178] ppid=21162 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21178/stat : 21178 (java) S 21162 21162 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408027825 15508242432 7590 33554432000 4194304 4196468 140733996314080 139988988652720 139989528500866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31812 KiB

[startup+0.210856 s]*
/proc/loadavg: 7.75 7.98 7.80 7/232 21178
/proc/meminfo: memFree=24359524/32770624 swapFree=66977612/67108860
[pid=21162] ppid=21159 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21162/stat : 21162 (xcsp3-exec) S 21159 21162 15592 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 408027819 115843072 363 33554432000 4194304 5098028 140728281990944 140728281989048 140290184831612 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11845632 140728281994106 140728281994349 140728281994349 140728281997258 0
/proc/21162/statm: 28282 363 304 221 0 87 0
[pid=21164] ppid=21162 vsize=15144768 memory=41376 CPUtime=0.35 cores=1,3,5,7
/proc/21164/stat : 21164 (java) S 21162 21162 15592 0 -1 1077944320 9043 0 0 0 31 4 0 0 20 0 15 0 408027819 15508242432 10344 33554432000 4194304 4196468 140733996314080 140733996296624 139989528489719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
/proc/21164/statm: 3786192 10344 3296 1 0 3748377 0
[pid=21164/tid=21165] ppid=21162 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/21164/task/21165/stat : 21165 (java) R 21162 21162 15592 0 -1 4202560 6225 0 0 0 18 2 0 0 20 0 15 0 408027819 15508242432 10344 33554432000 4194304 4196468 140733996314080 139989532720960 139989528511645 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21166] ppid=21162 vsize=15144768 memory=1898157 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21166/stat : 21166 (java) S 21162 21162 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408027820 15508242432 10344 33554432000 4194304 4196468 140733996314080 139989120559760 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21167] ppid=21162 vsize=15144768 memory=139993001905059 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21167/stat : 21167 (java) S 21162 21162 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408027820 15508242432 10344 33554432000 4194304 4196468 140733996314080 139989119506960 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21168] ppid=21162 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21168/stat : 21168 (java) S 21162 21162 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408027820 15508242432 10344 33554432000 4194304 4196468 140733996314080 139989118454160 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21169] ppid=21162 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21169/stat : 21169 (java) S 21162 21162 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408027820 15508242432 10344 33554432000 4194304 4196468 140733996314080 139989117401360 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21170] ppid=21162 vsize=15144768 memory=139992999057024 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21170/stat : 21170 (java) S 21162 21162 15592 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408027822 15508242432 10344 33554432000 4194304 4196468 140733996314080 139988997073776 139989528500866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21171] ppid=21162 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21171/stat : 21171 (java) S 21162 21162 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408027822 15508242432 10344 33554432000 4194304 4196468 140733996314080 139988996019744 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21172] ppid=21162 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21172/stat : 21172 (java) S 21162 21162 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408027822 15508242432 10344 33554432000 4194304 4196468 140733996314080 139988994966896 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21173] ppid=21162 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21173/stat : 21173 (java) S 21162 21162 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408027825 15508242432 10344 33554432000 4194304 4196468 140733996314080 139988993915216 139989528508315 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21174] ppid=21162 vsize=15144768 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/21164/task/21174/stat : 21174 (java) S 21162 21162 15592 0 -1 1077944384 509 0 0 0 2 0 0 0 20 0 15 0 408027825 15508242432 10344 33554432000 4194304 4196468 140733996314080 139988992862576 139989528500866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21175] ppid=21162 vsize=15144768 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/21164/task/21175/stat : 21175 (java) S 21162 21162 15592 0 -1 1077944384 259 0 0 0 2 0 0 0 20 0 15 0 408027825 15508242432 10344 33554432000 4194304 4196468 140733996314080 139988991809776 139989528500866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21176] ppid=21162 vsize=15144768 memory=139992999057024 CPUtime=0.08 cores=1,3,5,7
/proc/21164/task/21176/stat : 21176 (java) S 21162 21162 15592 0 -1 1077944384 743 0 0 0 8 0 0 0 20 0 15 0 408027825 15508242432 10344 33554432000 4194304 4196468 140733996314080 139988990756976 139989528500866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21177] ppid=21162 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21177/stat : 21177 (java) S 21162 21162 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408027825 15508242432 10344 33554432000 4194304 4196468 140733996314080 139988989704416 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21178] ppid=21162 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21178/stat : 21178 (java) S 21162 21162 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408027825 15508242432 10344 33554432000 4194304 4196468 140733996314080 139988988652720 139989528500866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42828 KiB

[startup+0.319196 s]*
/proc/loadavg: 7.75 7.98 7.80 7/232 21178
/proc/meminfo: memFree=24353088/32770624 swapFree=66977612/67108860
[pid=21162] ppid=21159 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21162/stat : 21162 (xcsp3-exec) S 21159 21162 15592 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 408027819 115843072 363 33554432000 4194304 5098028 140728281990944 140728281989048 140290184831612 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11845632 140728281994106 140728281994349 140728281994349 140728281997258 0
/proc/21162/statm: 28282 363 304 221 0 87 0
[pid=21164] ppid=21162 vsize=15149024 memory=50500 CPUtime=0.54 cores=1,3,5,7
/proc/21164/stat : 21164 (java) S 21162 21162 15592 0 -1 1077944320 10459 0 0 0 49 5 0 0 20 0 15 0 408027819 15512600576 12625 33554432000 4194304 4196468 140733996314080 140733996296624 139989528489719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
/proc/21164/statm: 3787256 12625 3367 1 0 3748377 0
[pid=21164/tid=21165] ppid=21162 vsize=15149024 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/21164/task/21165/stat : 21165 (java) R 21162 21162 15592 0 -1 4202560 7437 0 0 0 27 3 0 0 20 0 15 0 408027819 15512600576 12625 33554432000 4194304 4196468 140733996314080 139989532717488 139989528511645 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21166] ppid=21162 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21166/stat : 21166 (java) S 21162 21162 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408027820 15512600576 12625 33554432000 4194304 4196468 140733996314080 139989120559760 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21167] ppid=21162 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21167/stat : 21167 (java) S 21162 21162 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408027820 15512600576 12625 33554432000 4194304 4196468 140733996314080 139989119506960 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21168] ppid=21162 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21168/stat : 21168 (java) S 21162 21162 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408027820 15512600576 12625 33554432000 4194304 4196468 140733996314080 139989118454160 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21169] ppid=21162 vsize=15149024 memory=-4190076264842474805 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21169/stat : 21169 (java) S 21162 21162 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408027820 15512600576 12625 33554432000 4194304 4196468 140733996314080 139989117401360 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21170] ppid=21162 vsize=15149024 memory=-6945283279944138911 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21170/stat : 21170 (java) S 21162 21162 15592 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408027822 15512600576 12625 33554432000 4194304 4196468 140733996314080 139988997073776 139989528500866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21171] ppid=21162 vsize=15149024 memory=6944656425123485561 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21171/stat : 21171 (java) S 21162 21162 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408027822 15512600576 12625 33554432000 4194304 4196468 140733996314080 139988996019744 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21172] ppid=21162 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21172/stat : 21172 (java) S 21162 21162 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408027822 15512600576 12625 33554432000 4194304 4196468 140733996314080 139988994966896 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21173] ppid=21162 vsize=15149024 memory=4627853888499060086 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21173/stat : 21173 (java) S 21162 21162 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408027825 15512600576 12625 33554432000 4194304 4196468 140733996314080 139988993915216 139989528508315 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21174] ppid=21162 vsize=15149024 memory=7827413994055111515 CPUtime=0.04 cores=1,3,5,7
/proc/21164/task/21174/stat : 21174 (java) S 21162 21162 15592 0 -1 1077944384 608 0 0 0 4 0 0 0 20 0 15 0 408027825 15512600576 12625 33554432000 4194304 4196468 140733996314080 139988992862576 139989528500866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21175] ppid=21162 vsize=15149024 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/21164/task/21175/stat : 21175 (java) S 21162 21162 15592 0 -1 1077944384 277 0 0 0 4 0 0 0 20 0 15 0 408027825 15512600576 12625 33554432000 4194304 4196468 140733996314080 139988991809776 139989528500866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21176] ppid=21162 vsize=15149024 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/21164/task/21176/stat : 21176 (java) S 21162 21162 15592 0 -1 1077944384 834 0 0 0 12 0 0 0 20 0 15 0 408027825 15512600576 12625 33554432000 4194304 4196468 140733996314080 139988990756976 139989528500866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21177] ppid=21162 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21177/stat : 21177 (java) S 21162 21162 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408027825 15512600576 12625 33554432000 4194304 4196468 140733996314080 139988989704416 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21178] ppid=21162 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21178/stat : 21178 (java) S 21162 21162 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408027825 15512600576 12690 33554432000 4194304 4196468 140733996314080 139988988652720 139989528500866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51952 KiB

[startup+0.707212 s]
/proc/loadavg: 7.75 7.98 7.80 9/232 21178
/proc/meminfo: memFree=24318020/32770624 swapFree=66977612/67108860
[pid=21162] ppid=21159 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21162/stat : 21162 (xcsp3-exec) S 21159 21162 15592 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 408027819 115843072 363 33554432000 4194304 5098028 140728281990944 140728281989048 140290184831612 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11845632 140728281994106 140728281994349 140728281994349 140728281997258 0
/proc/21162/statm: 28282 363 304 221 0 87 0
[pid=21164] ppid=21162 vsize=15149024 memory=195860 CPUtime=1.42 cores=1,3,5,7
/proc/21164/stat : 21164 (java) S 21162 21162 15592 0 -1 1077944320 12574 0 0 0 132 10 0 0 20 0 15 0 408027819 15512600576 48965 33554432000 4194304 4196468 140733996314080 140733996296624 139989528489719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
/proc/21164/statm: 3787256 48965 3401 1 0 3748377 0
[pid=21164/tid=21165] ppid=21162 vsize=15149024 memory=-3704326594973231466 CPUtime=0.67 cores=1,3,5,7
/proc/21164/task/21165/stat : 21165 (java) S 21162 21162 15592 0 -1 1077944384 7576 0 0 0 62 5 0 0 20 0 15 0 408027819 15512600576 48965 33554432000 4194304 4196468 140733996314080 139989532728816 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21166] ppid=21162 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21166/stat : 21166 (java) R 21162 21162 15592 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 15 0 408027820 15512600576 48965 33554432000 4194304 4196468 140733996314080 139989120559760 139989521586555 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21167] ppid=21162 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21167/stat : 21167 (java) R 21162 21162 15592 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 15 0 408027820 15512600576 48965 33554432000 4194304 4196468 140733996314080 139989119506848 139989513511840 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21168] ppid=21162 vsize=15149024 memory=704 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21168/stat : 21168 (java) R 21162 21162 15592 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 15 0 408027820 15512600576 48965 33554432000 4194304 4196468 140733996314080 139989118454360 139989521589560 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21169] ppid=21162 vsize=15149024 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21169/stat : 21169 (java) R 21162 21162 15592 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 15 0 408027820 15512600576 48965 33554432000 4194304 4196468 140733996314080 139989117399168 139989521589664 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21170] ppid=21162 vsize=15149024 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21170/stat : 21170 (java) S 21162 21162 15592 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 408027822 15512600576 48965 33554432000 4194304 4196468 140733996314080 139988997072288 139989528499925 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21171] ppid=21162 vsize=15149024 memory=780 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21171/stat : 21171 (java) S 21162 21162 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408027822 15512600576 48965 33554432000 4194304 4196468 140733996314080 139988996019744 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21172] ppid=21162 vsize=15149024 memory=3252 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21172/stat : 21172 (java) S 21162 21162 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408027822 15512600576 48965 33554432000 4194304 4196468 140733996314080 139988994966896 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21173] ppid=21162 vsize=15149024 memory=1112 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21173/stat : 21173 (java) S 21162 21162 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408027825 15512600576 48965 33554432000 4194304 4196468 140733996314080 139988993915216 139989528508315 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21174] ppid=21162 vsize=15149024 memory=5952 CPUtime=0.24 cores=1,3,5,7
/proc/21164/task/21174/stat : 21174 (java) S 21162 21162 15592 0 -1 1077944384 1494 0 0 0 24 0 0 0 20 0 15 0 408027825 15512600576 48965 33554432000 4194304 4196468 140733996314080 139988992862576 139989528500866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21175] ppid=21162 vsize=15149024 memory=7552 CPUtime=0.24 cores=1,3,5,7
/proc/21164/task/21175/stat : 21175 (java) S 21162 21162 15592 0 -1 1077944384 931 0 0 0 24 0 0 0 20 0 15 0 408027825 15512600576 48965 33554432000 4194304 4196468 140733996314080 139988991809776 139989528500866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21176] ppid=21162 vsize=15149024 memory=2832 CPUtime=0.18 cores=1,3,5,7
/proc/21164/task/21176/stat : 21176 (java) S 21162 21162 15592 0 -1 1077944384 1195 0 0 0 18 0 0 0 20 0 15 0 408027825 15512600576 48965 33554432000 4194304 4196468 140733996314080 139988990756976 139989528500866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21177] ppid=21162 vsize=15149024 memory=1084 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21177/stat : 21177 (java) S 21162 21162 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408027825 15512600576 48965 33554432000 4194304 4196468 140733996314080 139988989704416 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21178] ppid=21162 vsize=15149024 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21178/stat : 21178 (java) S 21162 21162 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408027825 15512600576 48965 33554432000 4194304 4196468 140733996314080 139988988652720 139989528500866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 197312 KiB

[startup+1.50119 s]
/proc/loadavg: 7.75 7.98 7.80 6/232 21178
/proc/meminfo: memFree=24105960/32770624 swapFree=66977612/67108860
[pid=21162] ppid=21159 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21162/stat : 21162 (xcsp3-exec) S 21159 21162 15592 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 408027819 115843072 363 33554432000 4194304 5098028 140728281990944 140728281989048 140290184831612 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11845632 140728281994106 140728281994349 140728281994349 140728281997258 0
/proc/21162/statm: 28282 363 304 221 0 87 0

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

/proc/21162/stat : 21162 (xcsp3-exec) S 21159 21162 15592 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 408027819 115843072 363 33554432000 4194304 5098028 140728281990944 140728281989048 140290184831612 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11845632 140728281994106 140728281994349 140728281994349 140728281997258 0
/proc/21162/statm: 28282 363 304 221 0 87 0
[pid=21164] ppid=21162 vsize=15151148 memory=12826484 CPUtime=1187.78 cores=1,3,5,7
/proc/21164/stat : 21164 (java) S 21162 21162 15592 0 -1 1077944320 628834 0 0 0 117491 1287 0 0 20 0 15 0 408027819 15514775552 3206621 33554432000 4194304 4196468 140733996314080 140733996296624 139989528489719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
/proc/21164/statm: 3787787 3206621 3510 1 0 3748889 0
[pid=21164/tid=21165] ppid=21162 vsize=15151148 memory=1452 CPUtime=71.88 cores=1,3,5,7
/proc/21164/task/21165/stat : 21165 (java) S 21162 21162 15592 0 -1 1077944384 24506 0 0 0 7173 15 0 0 20 0 15 0 408027819 15514775552 3206621 33554432000 4194304 4196468 140733996314080 139989532728992 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21166] ppid=21162 vsize=15151148 memory=1452 CPUtime=264.96 cores=1,3,5,7
/proc/21164/task/21166/stat : 21166 (java) S 21162 21162 15592 0 -1 1077944384 113398 0 0 0 26171 325 0 0 20 0 15 0 408027820 15514775552 3206621 33554432000 4194304 4196468 140733996314080 139989120559760 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21167] ppid=21162 vsize=15151148 memory=12826484 CPUtime=265.93 cores=1,3,5,7
/proc/21164/task/21167/stat : 21167 (java) S 21162 21162 15592 0 -1 1077944384 119566 0 0 0 26301 292 0 0 20 0 15 0 408027820 15514775552 3206621 33554432000 4194304 4196468 140733996314080 139989119506960 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21168] ppid=21162 vsize=15151148 memory=12826480 CPUtime=264.87 cores=1,3,5,7
/proc/21164/task/21168/stat : 21168 (java) S 21162 21162 15592 0 -1 1077944384 150287 0 0 0 26163 324 0 0 20 0 15 0 408027820 15514775552 3206621 33554432000 4194304 4196468 140733996314080 139989118454160 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21169] ppid=21162 vsize=15151148 memory=1448 CPUtime=265.6 cores=1,3,5,7
/proc/21164/task/21169/stat : 21169 (java) S 21162 21162 15592 0 -1 1077944384 122575 0 0 0 26247 313 0 0 20 0 15 0 408027820 15514775552 3206621 33554432000 4194304 4196468 140733996314080 139989117401360 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21170] ppid=21162 vsize=15151148 memory=1452 CPUtime=49.61 cores=1,3,5,7
/proc/21164/task/21170/stat : 21170 (java) R 21162 21162 15592 0 -1 4202560 74169 0 0 0 4956 5 0 0 20 0 15 0 408027822 15514775552 3206621 33554432000 4194304 4196468 140733996314080 139988997072320 139989513190381 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21171] ppid=21162 vsize=15151148 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21171/stat : 21171 (java) S 21162 21162 15592 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 408027822 15514775552 3206621 33554432000 4194304 4196468 140733996314080 139988996019808 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21172] ppid=21162 vsize=15151148 memory=12826484 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21172/stat : 21172 (java) S 21162 21162 15592 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 408027822 15514775552 3206621 33554432000 4194304 4196468 140733996314080 139988994966912 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21173] ppid=21162 vsize=15151148 memory=12826484 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21173/stat : 21173 (java) S 21162 21162 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408027825 15514775552 3206621 33554432000 4194304 4196468 140733996314080 139988993915216 139989528508315 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21174] ppid=21162 vsize=15151148 memory=6791534058613427641 CPUtime=2.06 cores=1,3,5,7
/proc/21164/task/21174/stat : 21174 (java) S 21162 21162 15592 0 -1 1077944384 7322 0 0 0 204 2 0 0 20 0 15 0 408027825 15514775552 3206621 33554432000 4194304 4196468 140733996314080 139988992862624 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21175] ppid=21162 vsize=15151148 memory=1112 CPUtime=1.96 cores=1,3,5,7
/proc/21164/task/21175/stat : 21175 (java) S 21162 21162 15592 0 -1 1077944384 8896 0 0 0 193 3 0 0 20 0 15 0 408027825 15514775552 3206621 33554432000 4194304 4196468 140733996314080 139988991809536 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21176] ppid=21162 vsize=15151148 memory=5952 CPUtime=0.61 cores=1,3,5,7
/proc/21164/task/21176/stat : 21176 (java) S 21162 21162 15592 0 -1 1077944384 6323 0 0 0 60 1 0 0 20 0 15 0 408027825 15514775552 3206621 33554432000 4194304 4196468 140733996314080 139988990757024 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21177] ppid=21162 vsize=15151148 memory=7552 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21177/stat : 21177 (java) S 21162 21162 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408027825 15514775552 3206621 33554432000 4194304 4196468 140733996314080 139988989704416 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21178] ppid=21162 vsize=15151148 memory=2832 CPUtime=0.22 cores=1,3,5,7
/proc/21164/task/21178/stat : 21178 (java) S 21162 21162 15592 0 -1 1077944384 396 0 0 0 8 14 0 0 20 0 15 0 408027825 15514775552 3206621 33554432000 4194304 4196468 140733996314080 139988988652720 139989528500866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
Current children cumulated CPU time: 1187.78 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 12827936 KiB

[startup+389.601 s]
/proc/loadavg: 5.29 6.53 7.20 3/229 21291
/proc/meminfo: memFree=1312344/32770624 swapFree=66977612/67108860
[pid=21162] ppid=21159 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21162/stat : 21162 (xcsp3-exec) S 21159 21162 15592 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 408027819 115843072 363 33554432000 4194304 5098028 140728281990944 140728281989048 140290184831612 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11845632 140728281994106 140728281994349 140728281994349 140728281997258 0
/proc/21162/statm: 28282 363 304 221 0 87 0
[pid=21164] ppid=21162 vsize=15151148 memory=12826484 CPUtime=1188.58 cores=1,3,5,7
/proc/21164/stat : 21164 (java) S 21162 21162 15592 0 -1 1077944320 628834 0 0 0 117571 1287 0 0 20 0 15 0 408027819 15514775552 3206621 33554432000 4194304 4196468 140733996314080 140733996296624 139989528489719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
/proc/21164/statm: 3787787 3206621 3510 1 0 3748889 0
[pid=21164/tid=21165] ppid=21162 vsize=15151148 memory=2908 CPUtime=71.88 cores=1,3,5,7
/proc/21164/task/21165/stat : 21165 (java) S 21162 21162 15592 0 -1 1077944384 24506 0 0 0 7173 15 0 0 20 0 15 0 408027819 15514775552 3206621 33554432000 4194304 4196468 140733996314080 139989532728992 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21166] ppid=21162 vsize=15151148 memory=6791534058613427641 CPUtime=264.96 cores=1,3,5,7
/proc/21164/task/21166/stat : 21166 (java) S 21162 21162 15592 0 -1 1077944384 113398 0 0 0 26171 325 0 0 20 0 15 0 408027820 15514775552 3206621 33554432000 4194304 4196468 140733996314080 139989120559760 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21167] ppid=21162 vsize=15151148 memory=12826484 CPUtime=265.93 cores=1,3,5,7
/proc/21164/task/21167/stat : 21167 (java) S 21162 21162 15592 0 -1 1077944384 119566 0 0 0 26301 292 0 0 20 0 15 0 408027820 15514775552 3206621 33554432000 4194304 4196468 140733996314080 139989119506960 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21168] ppid=21162 vsize=15151148 memory=14048 CPUtime=264.87 cores=1,3,5,7
/proc/21164/task/21168/stat : 21168 (java) S 21162 21162 15592 0 -1 1077944384 150287 0 0 0 26163 324 0 0 20 0 15 0 408027820 15514775552 3206621 33554432000 4194304 4196468 140733996314080 139989118454160 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21169] ppid=21162 vsize=15151148 memory=1452 CPUtime=265.6 cores=1,3,5,7
/proc/21164/task/21169/stat : 21169 (java) S 21162 21162 15592 0 -1 1077944384 122575 0 0 0 26247 313 0 0 20 0 15 0 408027820 15514775552 3206621 33554432000 4194304 4196468 140733996314080 139989117401360 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21170] ppid=21162 vsize=15151148 memory=12826480 CPUtime=50.41 cores=1,3,5,7
/proc/21164/task/21170/stat : 21170 (java) R 21162 21162 15592 0 -1 4202560 74169 0 0 0 5036 5 0 0 20 0 15 0 408027822 15514775552 3206621 33554432000 4194304 4196468 140733996314080 139988997072320 139989513486123 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21171] ppid=21162 vsize=15151148 memory=3616 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21171/stat : 21171 (java) S 21162 21162 15592 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 408027822 15514775552 3206621 33554432000 4194304 4196468 140733996314080 139988996019808 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21172] ppid=21162 vsize=15151148 memory=38144 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21172/stat : 21172 (java) S 21162 21162 15592 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 408027822 15514775552 3206621 33554432000 4194304 4196468 140733996314080 139988994966912 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21173] ppid=21162 vsize=15151148 memory=988 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21173/stat : 21173 (java) S 21162 21162 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408027825 15514775552 3206621 33554432000 4194304 4196468 140733996314080 139988993915216 139989528508315 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21174] ppid=21162 vsize=15151148 memory=2004 CPUtime=2.06 cores=1,3,5,7
/proc/21164/task/21174/stat : 21174 (java) S 21162 21162 15592 0 -1 1077944384 7322 0 0 0 204 2 0 0 20 0 15 0 408027825 15514775552 3206621 33554432000 4194304 4196468 140733996314080 139988992862624 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21175] ppid=21162 vsize=15151148 memory=1428 CPUtime=1.96 cores=1,3,5,7
/proc/21164/task/21175/stat : 21175 (java) S 21162 21162 15592 0 -1 1077944384 8896 0 0 0 193 3 0 0 20 0 15 0 408027825 15514775552 3206621 33554432000 4194304 4196468 140733996314080 139988991809536 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21176] ppid=21162 vsize=15151148 memory=1724 CPUtime=0.61 cores=1,3,5,7
/proc/21164/task/21176/stat : 21176 (java) S 21162 21162 15592 0 -1 1077944384 6323 0 0 0 60 1 0 0 20 0 15 0 408027825 15514775552 3206621 33554432000 4194304 4196468 140733996314080 139988990757024 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21177] ppid=21162 vsize=15151148 memory=704 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21177/stat : 21177 (java) S 21162 21162 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408027825 15514775552 3206621 33554432000 4194304 4196468 140733996314080 139988989704416 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21178] ppid=21162 vsize=15151148 memory=1056 CPUtime=0.22 cores=1,3,5,7
/proc/21164/task/21178/stat : 21178 (java) S 21162 21162 15592 0 -1 1077944384 396 0 0 0 8 14 0 0 20 0 15 0 408027825 15514775552 3206621 33554432000 4194304 4196468 140733996314080 139988988652720 139989528500866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
Current children cumulated CPU time: 1188.58 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 12827936 KiB

[startup+390.401 s]
/proc/loadavg: 5.29 6.53 7.20 3/229 21291
/proc/meminfo: memFree=1312388/32770624 swapFree=66977612/67108860
[pid=21162] ppid=21159 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21162/stat : 21162 (xcsp3-exec) S 21159 21162 15592 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 408027819 115843072 363 33554432000 4194304 5098028 140728281990944 140728281989048 140290184831612 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11845632 140728281994106 140728281994349 140728281994349 140728281997258 0
/proc/21162/statm: 28282 363 304 221 0 87 0
[pid=21164] ppid=21162 vsize=15151148 memory=12826492 CPUtime=1189.38 cores=1,3,5,7
/proc/21164/stat : 21164 (java) S 21162 21162 15592 0 -1 1077944320 629018 0 0 0 117651 1287 0 0 20 0 15 0 408027819 15514775552 3206623 33554432000 4194304 4196468 140733996314080 140733996296624 139989528489719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
/proc/21164/statm: 3787787 3206623 3510 1 0 3748889 0
[pid=21164/tid=21165] ppid=21162 vsize=15151148 memory=1452 CPUtime=71.88 cores=1,3,5,7
/proc/21164/task/21165/stat : 21165 (java) S 21162 21162 15592 0 -1 1077944384 24506 0 0 0 7173 15 0 0 20 0 15 0 408027819 15514775552 3206623 33554432000 4194304 4196468 140733996314080 139989532728992 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21166] ppid=21162 vsize=15151148 memory=12826480 CPUtime=264.96 cores=1,3,5,7
/proc/21164/task/21166/stat : 21166 (java) S 21162 21162 15592 0 -1 1077944384 113398 0 0 0 26171 325 0 0 20 0 15 0 408027820 15514775552 3206623 33554432000 4194304 4196468 140733996314080 139989120559760 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21167] ppid=21162 vsize=15151148 memory=1428 CPUtime=265.93 cores=1,3,5,7
/proc/21164/task/21167/stat : 21167 (java) S 21162 21162 15592 0 -1 1077944384 119566 0 0 0 26301 292 0 0 20 0 15 0 408027820 15514775552 3206623 33554432000 4194304 4196468 140733996314080 139989119506960 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21168] ppid=21162 vsize=15151148 memory=3616 CPUtime=264.87 cores=1,3,5,7
/proc/21164/task/21168/stat : 21168 (java) S 21162 21162 15592 0 -1 1077944384 150287 0 0 0 26163 324 0 0 20 0 15 0 408027820 15514775552 3206623 33554432000 4194304 4196468 140733996314080 139989118454160 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21169] ppid=21162 vsize=15151148 memory=38144 CPUtime=265.6 cores=1,3,5,7
/proc/21164/task/21169/stat : 21169 (java) S 21162 21162 15592 0 -1 1077944384 122575 0 0 0 26247 313 0 0 20 0 15 0 408027820 15514775552 3206623 33554432000 4194304 4196468 140733996314080 139989117401360 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21170] ppid=21162 vsize=15151148 memory=988 CPUtime=51.21 cores=1,3,5,7
/proc/21164/task/21170/stat : 21170 (java) R 21162 21162 15592 0 -1 4202560 74353 0 0 0 5116 5 0 0 20 0 15 0 408027822 15514775552 3206623 33554432000 4194304 4196468 140733996314080 139988997072208 139989513486212 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21171] ppid=21162 vsize=15151148 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21171/stat : 21171 (java) S 21162 21162 15592 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 408027822 15514775552 3206623 33554432000 4194304 4196468 140733996314080 139988996019808 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21172] ppid=21162 vsize=15151148 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21172/stat : 21172 (java) S 21162 21162 15592 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 408027822 15514775552 3206623 33554432000 4194304 4196468 140733996314080 139988994966912 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21173] ppid=21162 vsize=15151148 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21173/stat : 21173 (java) S 21162 21162 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408027825 15514775552 3206623 33554432000 4194304 4196468 140733996314080 139988993915216 139989528508315 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21174] ppid=21162 vsize=15151148 memory=12826476 CPUtime=2.06 cores=1,3,5,7
/proc/21164/task/21174/stat : 21174 (java) S 21162 21162 15592 0 -1 1077944384 7322 0 0 0 204 2 0 0 20 0 15 0 408027825 15514775552 3206623 33554432000 4194304 4196468 140733996314080 139988992862624 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21175] ppid=21162 vsize=15151148 memory=12826476 CPUtime=1.96 cores=1,3,5,7
/proc/21164/task/21175/stat : 21175 (java) S 21162 21162 15592 0 -1 1077944384 8896 0 0 0 193 3 0 0 20 0 15 0 408027825 15514775552 3206623 33554432000 4194304 4196468 140733996314080 139988991809536 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21176] ppid=21162 vsize=15151148 memory=988 CPUtime=0.61 cores=1,3,5,7
/proc/21164/task/21176/stat : 21176 (java) S 21162 21162 15592 0 -1 1077944384 6323 0 0 0 60 1 0 0 20 0 15 0 408027825 15514775552 3206623 33554432000 4194304 4196468 140733996314080 139988990757024 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21177] ppid=21162 vsize=15151148 memory=2004 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21177/stat : 21177 (java) S 21162 21162 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408027825 15514775552 3206623 33554432000 4194304 4196468 140733996314080 139988989704416 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21178] ppid=21162 vsize=15151148 memory=1428 CPUtime=0.22 cores=1,3,5,7
/proc/21164/task/21178/stat : 21178 (java) S 21162 21162 15592 0 -1 1077944384 396 0 0 0 8 14 0 0 20 0 15 0 408027825 15514775552 3206623 33554432000 4194304 4196468 140733996314080 139988988652720 139989528500866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
Current children cumulated CPU time: 1189.38 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 12827944 KiB

[startup+390.601 s]
/proc/loadavg: 5.29 6.53 7.20 3/229 21291
/proc/meminfo: memFree=1312388/32770624 swapFree=66977612/67108860
[pid=21162] ppid=21159 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21162/stat : 21162 (xcsp3-exec) S 21159 21162 15592 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 408027819 115843072 363 33554432000 4194304 5098028 140728281990944 140728281989048 140290184831612 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11845632 140728281994106 140728281994349 140728281994349 140728281997258 0
/proc/21162/statm: 28282 363 304 221 0 87 0
[pid=21164] ppid=21162 vsize=15151148 memory=12826492 CPUtime=1189.58 cores=1,3,5,7
/proc/21164/stat : 21164 (java) S 21162 21162 15592 0 -1 1077944320 629018 0 0 0 117671 1287 0 0 20 0 15 0 408027819 15514775552 3206623 33554432000 4194304 4196468 140733996314080 140733996296624 139989528489719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
/proc/21164/statm: 3787787 3206623 3510 1 0 3748889 0
[pid=21164/tid=21165] ppid=21162 vsize=15151148 memory=14012 CPUtime=71.88 cores=1,3,5,7
/proc/21164/task/21165/stat : 21165 (java) S 21162 21162 15592 0 -1 1077944384 24506 0 0 0 7173 15 0 0 20 0 15 0 408027819 15514775552 3206623 33554432000 4194304 4196468 140733996314080 139989532728992 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21166] ppid=21162 vsize=15151148 memory=14048 CPUtime=264.96 cores=1,3,5,7
/proc/21164/task/21166/stat : 21166 (java) S 21162 21162 15592 0 -1 1077944384 113398 0 0 0 26171 325 0 0 20 0 15 0 408027820 15514775552 3206623 33554432000 4194304 4196468 140733996314080 139989120559760 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21167] ppid=21162 vsize=15151148 memory=12826484 CPUtime=265.93 cores=1,3,5,7
/proc/21164/task/21167/stat : 21167 (java) S 21162 21162 15592 0 -1 1077944384 119566 0 0 0 26301 292 0 0 20 0 15 0 408027820 15514775552 3206623 33554432000 4194304 4196468 140733996314080 139989119506960 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21168] ppid=21162 vsize=15151148 memory=6791534058613427641 CPUtime=264.87 cores=1,3,5,7
/proc/21164/task/21168/stat : 21168 (java) S 21162 21162 15592 0 -1 1077944384 150287 0 0 0 26163 324 0 0 20 0 15 0 408027820 15514775552 3206623 33554432000 4194304 4196468 140733996314080 139989118454160 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21169] ppid=21162 vsize=15151148 memory=20204 CPUtime=265.6 cores=1,3,5,7
/proc/21164/task/21169/stat : 21169 (java) S 21162 21162 15592 0 -1 1077944384 122575 0 0 0 26247 313 0 0 20 0 15 0 408027820 15514775552 3206623 33554432000 4194304 4196468 140733996314080 139989117401360 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21170] ppid=21162 vsize=15151148 memory=2120 CPUtime=51.41 cores=1,3,5,7
/proc/21164/task/21170/stat : 21170 (java) R 21162 21162 15592 0 -1 4202560 74353 0 0 0 5136 5 0 0 20 0 15 0 408027822 15514775552 3206623 33554432000 4194304 4196468 140733996314080 139988997072208 139989520779173 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21171] ppid=21162 vsize=15151148 memory=532 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21171/stat : 21171 (java) S 21162 21162 15592 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 408027822 15514775552 3206623 33554432000 4194304 4196468 140733996314080 139988996019808 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21172] ppid=21162 vsize=15151148 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21172/stat : 21172 (java) S 21162 21162 15592 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 408027822 15514775552 3206623 33554432000 4194304 4196468 140733996314080 139988994966912 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21173] ppid=21162 vsize=15151148 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21173/stat : 21173 (java) S 21162 21162 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408027825 15514775552 3206623 33554432000 4194304 4196468 140733996314080 139988993915216 139989528508315 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21174] ppid=21162 vsize=15151148 memory=1724 CPUtime=2.06 cores=1,3,5,7
/proc/21164/task/21174/stat : 21174 (java) S 21162 21162 15592 0 -1 1077944384 7322 0 0 0 204 2 0 0 20 0 15 0 408027825 15514775552 3206623 33554432000 4194304 4196468 140733996314080 139988992862624 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21175] ppid=21162 vsize=15151148 memory=704 CPUtime=1.96 cores=1,3,5,7
/proc/21164/task/21175/stat : 21175 (java) S 21162 21162 15592 0 -1 1077944384 8896 0 0 0 193 3 0 0 20 0 15 0 408027825 15514775552 3206623 33554432000 4194304 4196468 140733996314080 139988991809536 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21176] ppid=21162 vsize=15151148 memory=1056 CPUtime=0.61 cores=1,3,5,7
/proc/21164/task/21176/stat : 21176 (java) S 21162 21162 15592 0 -1 1077944384 6323 0 0 0 60 1 0 0 20 0 15 0 408027825 15514775552 3206623 33554432000 4194304 4196468 140733996314080 139988990757024 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21177] ppid=21162 vsize=15151148 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/21164/task/21177/stat : 21177 (java) S 21162 21162 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408027825 15514775552 3206623 33554432000 4194304 4196468 140733996314080 139988989704416 139989528499925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
[pid=21164/tid=21178] ppid=21162 vsize=15151148 memory=12826484 CPUtime=0.22 cores=1,3,5,7
/proc/21164/task/21178/stat : 21178 (java) S 21162 21162 15592 0 -1 1077944384 396 0 0 0 8 14 0 0 20 0 15 0 408027825 15514775552 3206623 33554432000 4194304 4196468 140733996314080 139988988652720 139989528500866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39002112 140733996315631 140733996315802 140733996315802 140733996318671 0
Current children cumulated CPU time: 1189.58 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 12827944 KiB

Child status: 1
Real time (s): 390.676
CPU time (s): 1189.67
CPU user time (s): 1176.73
CPU system time (s): 12.9408
CPU usage (%): 304.517
Max. virtual memory (cumulated for all children) (KiB): 15264276
Max. memory (cumulated for all children) (KiB): 12827944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1176.73
system time used= 12.9408
maximum resident set size= 12826816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 629732
page faults= 0
swaps= 0
block input operations= 0
block output operations= 544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15204
involuntary context switches= 19475


# summary of solver processes directly reported to runsolver:
#   pid: 21162
#   total CPU time (s): 1189.67
#   total CPU user time (s): 1176.73
#   total CPU system time (s): 12.9408

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.48196 second user time and 4.06692 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-12 20:38:08
IDJOB=4393098
IDBENCH=126895
IDSOLVER=2840
FILE ID=node104/4393098-1568317704
RUNJOBID= node104-1568309054-15624
PBS_JOBID= 21701133
Free space on /tmp= 56468 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr1000e-int.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393098-1568317704/watcher-4393098-1568317704 -o /tmp/evaluation-result-4393098-1568317704/solver-4393098-1568317704 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568309054-15624 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2103775074 HOME/instance-4393098-1568317704.xml

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

MD5SUM BENCH= 080ba949cb23e1dea8bc7836215d1d0d
RANDOM SEED=2103775074

node104.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.09
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.09
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.09
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.09
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:        24389868 kB
MemAvailable:   31591580 kB
Buffers:          123044 kB
Cached:          7283124 kB
SwapCached:        31864 kB
Active:          2123772 kB
Inactive:        5558452 kB
Active(anon):     240720 kB
Inactive(anon):    76728 kB
Active(file):    1883052 kB
Inactive(file):  5481724 kB
Unevictable:      107804 kB
Mlocked:          107804 kB
SwapTotal:      67108860 kB
SwapFree:       66977612 kB
Dirty:            109088 kB
Writeback:             0 kB
AnonPages:        353360 kB
Mapped:            55768 kB
Shmem:             32780 kB
Slab:             295508 kB
SReclaimable:     265396 kB
SUnreclaim:        30112 kB
KernelStack:        3776 kB
PageTables:         6184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1630676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    256000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56360 MiB
End job on node104 at 2019-09-12 20:44:39