Trace number 4398888

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-16? 591.36 224.669

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr0700d-int.xml
MD5SUM95bc0b66e49d41fb88ec1889e7409155
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark176.644
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints978600
Number of domains1
Minimum domain size699
Maximum domain size699
Distribution of domain sizes[{"size":699,"count":700}]
Minimum variable degree2796
Maximum variable degree2796
Distribution of variable degrees[{"degree":2796,"count":700}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":978600}]
Number of extensional constraints0
Number of intensional constraints978600
Distribution of constraint types[{"type":"intension","count":978600}]
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-4398888-1568696460.xml"  -tl '2520s' -p 4
0.14/0.18	c Choco e747e1e
0.14/0.18	c [HOME/instance-4398888-1568696460.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
591.27/224.60	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
591.27/224.60		at org.chocosolver.solver.constraints.extension.nary.TuplesList.<init>(TuplesList.java:48)
591.27/224.60		at org.chocosolver.solver.constraints.extension.nary.RelationFactory.makeListBasedRelation(RelationFactory.java:63)
591.27/224.60		at org.chocosolver.solver.constraints.extension.nary.PropLargeGACSTRPos.<init>(PropLargeGACSTRPos.java:112)
591.27/224.60		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2125)
591.27/224.60		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2055)
591.27/224.60		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:152)
591.27/224.60		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
591.27/224.60		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
591.27/224.60		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
591.27/224.60		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
591.27/224.60		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
591.27/224.60		at org.xcsp.parser.XCallbacks$$Lambda$95/2138564891.accept(Unknown Source)
591.27/224.60		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
591.27/224.60		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
591.27/224.60		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
591.27/224.60		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
591.27/224.60		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
591.27/224.60		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
591.27/224.60		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
591.27/224.60		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
591.27/224.60		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
591.27/224.60		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
591.27/224.60		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
591.27/224.60		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
591.27/224.60	s UNKNOWN
591.27/224.60	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 (11006 MiB free)
  memory of node 1: 16384 MiB (15629 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398888-1568696460/watcher-4398888-1568696460 -o /tmp/evaluation-result-4398888-1568696460/solver-4398888-1568696460 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568690084-23429 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1904109060 HOME/instance-4398888-1568696460.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=27575, runsolver pid=27572

[startup+0.101338 s]*
/proc/loadavg: 8.22 8.02 7.39 8/233 27591
/proc/meminfo: memFree=27257256/32770624 swapFree=66977404/67108860
[pid=27575] ppid=27572 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27575/stat : 27575 (xcsp3-exec) S 27572 27575 23397 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445903177 115843072 363 33554432000 4194304 5098028 140722114647888 140722114645992 139997201400444 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 29499392 140722114651002 140722114651245 140722114651245 140722114654154 0
/proc/27575/statm: 28282 363 304 221 0 87 0
[pid=27577] ppid=27575 vsize=15144776 memory=31096 CPUtime=0.14 cores=1,3,5,7
/proc/27577/stat : 27577 (java) S 27575 27575 23397 0 -1 1077944320 5707 0 0 0 13 1 0 0 20 0 15 0 445903178 15508250624 7774 33554432000 4194304 4196468 140723297804912 140723297787456 140566699134711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
/proc/27577/statm: 3786194 7774 3158 1 0 3748377 0
[pid=27577/tid=27578] ppid=27575 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=1,3,5,7
/proc/27577/task/27578/stat : 27578 (java) R 27575 27575 23397 0 -1 4202560 3595 0 0 0 9 0 0 0 20 0 15 0 445903178 15508250624 7774 33554432000 4194304 4196468 140723297804912 140566703369936 140566691371838 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27579] ppid=27575 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27579/stat : 27579 (java) S 27575 27575 23397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445903179 15508250624 7774 33554432000 4194304 4196468 140723297804912 140566635371536 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27580] ppid=27575 vsize=15144776 memory=140097756334149 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27580/stat : 27580 (java) S 27575 27575 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445903179 15508250624 7774 33554432000 4194304 4196468 140723297804912 140566634318992 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27581] ppid=27575 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27581/stat : 27581 (java) S 27575 27575 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445903179 15508250624 7774 33554432000 4194304 4196468 140723297804912 140566633265936 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27582] ppid=27575 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27582/stat : 27582 (java) S 27575 27575 23397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445903179 15508250624 7774 33554432000 4194304 4196468 140723297804912 140566632213392 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27583] ppid=27575 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27583/stat : 27583 (java) S 27575 27575 23397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445903180 15508250624 7774 33554432000 4194304 4196468 140723297804912 140566234872048 140566699145858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27584] ppid=27575 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27584/stat : 27584 (java) S 27575 27575 23397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445903180 15508250624 7774 33554432000 4194304 4196468 140723297804912 140566233818272 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27585] ppid=27575 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27585/stat : 27585 (java) S 27575 27575 23397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445903181 15508250624 7774 33554432000 4194304 4196468 140723297804912 140566232765168 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27586] ppid=27575 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27586/stat : 27586 (java) S 27575 27575 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445903183 15508250624 7774 33554432000 4194304 4196468 140723297804912 140566231713744 140566699153307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27587] ppid=27575 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27587/stat : 27587 (java) R 27575 27575 23397 0 -1 4202560 447 0 0 0 0 0 0 0 20 0 15 0 445903183 15508250624 7774 33554432000 4194304 4196468 140723297804912 140566230661872 140566676379456 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27588] ppid=27575 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27588/stat : 27588 (java) R 27575 27575 23397 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 15 0 445903183 15508250624 7774 33554432000 4194304 4196468 140723297804912 140566229609328 140566699145858 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27589] ppid=27575 vsize=15144776 memory=140097753167488 CPUtime=0.02 cores=1,3,5,7
/proc/27577/task/27589/stat : 27589 (java) R 27575 27575 23397 0 -1 4202560 358 0 0 0 2 0 0 0 20 0 15 0 445903183 15508250624 7774 33554432000 4194304 4196468 140723297804912 140566228556272 140566677672944 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27590] ppid=27575 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27590/stat : 27590 (java) S 27575 27575 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445903183 15508250624 7774 33554432000 4194304 4196468 140723297804912 140565631986528 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27591] ppid=27575 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27591/stat : 27591 (java) S 27575 27575 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445903184 15508250624 7774 33554432000 4194304 4196468 140723297804912 140565630933552 140566699145858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 32548 KiB

[startup+0.211134 s]*
/proc/loadavg: 8.22 8.02 7.39 7/233 27591
/proc/meminfo: memFree=27243916/32770624 swapFree=66977404/67108860
[pid=27575] ppid=27572 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27575/stat : 27575 (xcsp3-exec) S 27572 27575 23397 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445903177 115843072 363 33554432000 4194304 5098028 140722114647888 140722114645992 139997201400444 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 29499392 140722114651002 140722114651245 140722114651245 140722114654154 0
/proc/27575/statm: 28282 363 304 221 0 87 0
[pid=27577] ppid=27575 vsize=15144776 memory=43012 CPUtime=0.34 cores=1,3,5,7
/proc/27577/stat : 27577 (java) S 27575 27575 23397 0 -1 1077944320 9434 0 0 0 32 2 0 0 20 0 15 0 445903178 15508250624 10753 33554432000 4194304 4196468 140723297804912 140723297787456 140566699134711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
/proc/27577/statm: 3786194 10753 3306 1 0 3748377 0
[pid=27577/tid=27578] ppid=27575 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/27577/task/27578/stat : 27578 (java) R 27575 27575 23397 0 -1 4202560 6621 0 0 0 18 2 0 0 20 0 15 0 445903178 15508250624 10753 33554432000 4194304 4196468 140723297804912 140566703370736 140566310570725 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27579] ppid=27575 vsize=15144776 memory=1898158 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27579/stat : 27579 (java) S 27575 27575 23397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445903179 15508250624 10753 33554432000 4194304 4196468 140723297804912 140566635371536 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27580] ppid=27575 vsize=15144776 memory=4122675603098023584 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27580/stat : 27580 (java) S 27575 27575 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445903179 15508250624 10753 33554432000 4194304 4196468 140723297804912 140566634318992 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27581] ppid=27575 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27581/stat : 27581 (java) S 27575 27575 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445903179 15508250624 10753 33554432000 4194304 4196468 140723297804912 140566633265936 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27582] ppid=27575 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27582/stat : 27582 (java) S 27575 27575 23397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445903179 15508250624 10753 33554432000 4194304 4196468 140723297804912 140566632213392 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27583] ppid=27575 vsize=15144776 memory=140097753167488 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27583/stat : 27583 (java) S 27575 27575 23397 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445903180 15508250624 10753 33554432000 4194304 4196468 140723297804912 140566234872048 140566699145858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27584] ppid=27575 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27584/stat : 27584 (java) S 27575 27575 23397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445903180 15508250624 10753 33554432000 4194304 4196468 140723297804912 140566233818272 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27585] ppid=27575 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27585/stat : 27585 (java) S 27575 27575 23397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445903181 15508250624 10753 33554432000 4194304 4196468 140723297804912 140566232765168 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27586] ppid=27575 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27586/stat : 27586 (java) S 27575 27575 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445903183 15508250624 10753 33554432000 4194304 4196468 140723297804912 140566231713744 140566699153307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27587] ppid=27575 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27577/task/27587/stat : 27587 (java) S 27575 27575 23397 0 -1 1077944384 468 0 0 0 2 0 0 0 20 0 15 0 445903183 15508250624 10753 33554432000 4194304 4196468 140723297804912 140566230661872 140566699145858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27588] ppid=27575 vsize=15144776 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/27577/task/27588/stat : 27588 (java) S 27575 27575 23397 0 -1 1077944384 277 0 0 0 3 0 0 0 20 0 15 0 445903183 15508250624 10753 33554432000 4194304 4196468 140723297804912 140566229609328 140566699145858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27589] ppid=27575 vsize=15144776 memory=140097753167488 CPUtime=0.08 cores=1,3,5,7
/proc/27577/task/27589/stat : 27589 (java) R 27575 27575 23397 0 -1 4202560 760 0 0 0 8 0 0 0 20 0 15 0 445903183 15508250624 10753 33554432000 4194304 4196468 140723297804912 140566228556080 140566699146646 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27590] ppid=27575 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27590/stat : 27590 (java) S 27575 27575 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445903183 15508250624 10753 33554432000 4194304 4196468 140723297804912 140565631986528 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27591] ppid=27575 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27591/stat : 27591 (java) S 27575 27575 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445903184 15508250624 10753 33554432000 4194304 4196468 140723297804912 140565630933552 140566699145858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 44464 KiB

[startup+0.312161 s]*
/proc/loadavg: 8.22 8.02 7.39 8/233 27591
/proc/meminfo: memFree=27236632/32770624 swapFree=66977404/67108860
[pid=27575] ppid=27572 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27575/stat : 27575 (xcsp3-exec) S 27572 27575 23397 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445903177 115843072 363 33554432000 4194304 5098028 140722114647888 140722114645992 139997201400444 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 29499392 140722114651002 140722114651245 140722114651245 140722114654154 0
/proc/27575/statm: 28282 363 304 221 0 87 0
[pid=27577] ppid=27575 vsize=15149032 memory=52032 CPUtime=0.53 cores=1,3,5,7
/proc/27577/stat : 27577 (java) S 27575 27575 23397 0 -1 1077944320 10905 0 0 0 50 3 0 0 20 0 15 0 445903178 15512608768 13008 33554432000 4194304 4196468 140723297804912 140723297787456 140566699134711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
/proc/27577/statm: 3787258 13008 3360 1 0 3748377 0
[pid=27577/tid=27578] ppid=27575 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/27577/task/27578/stat : 27578 (java) R 27575 27575 23397 0 -1 4202560 7804 0 0 0 28 2 0 0 20 0 15 0 445903178 15512608768 13008 33554432000 4194304 4196468 140723297804912 140566703365824 140566683215198 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27579] ppid=27575 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27579/stat : 27579 (java) S 27575 27575 23397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445903179 15512608768 13008 33554432000 4194304 4196468 140723297804912 140566635371536 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27580] ppid=27575 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27580/stat : 27580 (java) S 27575 27575 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445903179 15512608768 13008 33554432000 4194304 4196468 140723297804912 140566634318992 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27581] ppid=27575 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27581/stat : 27581 (java) S 27575 27575 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445903179 15512608768 13008 33554432000 4194304 4196468 140723297804912 140566633265936 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27582] ppid=27575 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27582/stat : 27582 (java) S 27575 27575 23397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445903179 15512608768 13008 33554432000 4194304 4196468 140723297804912 140566632213392 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27583] ppid=27575 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27583/stat : 27583 (java) S 27575 27575 23397 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445903180 15512608768 13008 33554432000 4194304 4196468 140723297804912 140566234872048 140566699145858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27584] ppid=27575 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27584/stat : 27584 (java) S 27575 27575 23397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445903180 15512608768 13008 33554432000 4194304 4196468 140723297804912 140566233818272 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27585] ppid=27575 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27585/stat : 27585 (java) S 27575 27575 23397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445903181 15512608768 13008 33554432000 4194304 4196468 140723297804912 140566232765168 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27586] ppid=27575 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27586/stat : 27586 (java) S 27575 27575 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445903183 15512608768 13008 33554432000 4194304 4196468 140723297804912 140566231713744 140566699153307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27587] ppid=27575 vsize=15149032 memory=7827413994055111515 CPUtime=0.03 cores=1,3,5,7
/proc/27577/task/27587/stat : 27587 (java) S 27575 27575 23397 0 -1 1077944384 528 0 0 0 3 0 0 0 20 0 15 0 445903183 15512608768 13008 33554432000 4194304 4196468 140723297804912 140566230661872 140566699145858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27588] ppid=27575 vsize=15149032 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/27577/task/27588/stat : 27588 (java) R 27575 27575 23397 0 -1 4202560 372 0 0 0 5 0 0 0 20 0 15 0 445903183 15512608768 13008 33554432000 4194304 4196468 140723297804912 140566229595392 140566684258305 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27589] ppid=27575 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/27577/task/27589/stat : 27589 (java) S 27575 27575 23397 0 -1 1077944384 897 0 0 0 12 0 0 0 20 0 15 0 445903183 15512608768 13008 33554432000 4194304 4196468 140723297804912 140566228556272 140566699145858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27590] ppid=27575 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27590/stat : 27590 (java) S 27575 27575 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445903183 15512608768 13073 33554432000 4194304 4196468 140723297804912 140565631986528 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27591] ppid=27575 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27591/stat : 27591 (java) S 27575 27575 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445903184 15512608768 13073 33554432000 4194304 4196468 140723297804912 140565630933552 140566699145858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 53484 KiB

[startup+0.701314 s]
/proc/loadavg: 8.22 8.02 7.39 8/233 27591
/proc/meminfo: memFree=27199124/32770624 swapFree=66977404/67108860
[pid=27575] ppid=27572 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27575/stat : 27575 (xcsp3-exec) S 27572 27575 23397 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445903177 115843072 363 33554432000 4194304 5098028 140722114647888 140722114645992 139997201400444 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 29499392 140722114651002 140722114651245 140722114651245 140722114654154 0
/proc/27575/statm: 28282 363 304 221 0 87 0
[pid=27577] ppid=27575 vsize=15149032 memory=200276 CPUtime=1.37 cores=1,3,5,7
/proc/27577/stat : 27577 (java) S 27575 27575 23397 0 -1 1077944320 13145 0 0 0 128 9 0 0 20 0 15 0 445903178 15512608768 50069 33554432000 4194304 4196468 140723297804912 140723297787456 140566699134711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
/proc/27577/statm: 3787258 50069 3398 1 0 3748377 0
[pid=27577/tid=27578] ppid=27575 vsize=15149032 memory=-3704326594973231466 CPUtime=0.66 cores=1,3,5,7
/proc/27577/task/27578/stat : 27578 (java) S 27575 27575 23397 0 -1 1077944384 8017 0 0 0 62 4 0 0 20 0 15 0 445903178 15512608768 50069 33554432000 4194304 4196468 140723297804912 140566703373776 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27579] ppid=27575 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27579/stat : 27579 (java) R 27575 27575 23397 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 15 0 445903179 15512608768 50069 33554432000 4194304 4196468 140723297804912 140566635369168 140566692231412 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27580] ppid=27575 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27580/stat : 27580 (java) R 27575 27575 23397 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 15 0 445903179 15512608768 50069 33554432000 4194304 4196468 140723297804912 140566634319192 140566684156832 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27581] ppid=27575 vsize=15149032 memory=692 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27581/stat : 27581 (java) R 27575 27575 23397 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 15 0 445903179 15512608768 50069 33554432000 4194304 4196468 140723297804912 140566633265936 140566692231412 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27582] ppid=27575 vsize=15149032 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27582/stat : 27582 (java) R 27575 27575 23397 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 15 0 445903179 15512608768 50069 33554432000 4194304 4196468 140723297804912 140566632213392 140566692234411 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27583] ppid=27575 vsize=15149032 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27583/stat : 27583 (java) S 27575 27575 23397 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 445903180 15512608768 50069 33554432000 4194304 4196468 140723297804912 140566234870560 140566699144917 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27584] ppid=27575 vsize=15149032 memory=780 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27584/stat : 27584 (java) S 27575 27575 23397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445903180 15512608768 50069 33554432000 4194304 4196468 140723297804912 140566233818272 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27585] ppid=27575 vsize=15149032 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27585/stat : 27585 (java) S 27575 27575 23397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445903181 15512608768 50069 33554432000 4194304 4196468 140723297804912 140566232765168 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27586] ppid=27575 vsize=15149032 memory=1112 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27586/stat : 27586 (java) S 27575 27575 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445903183 15512608768 50069 33554432000 4194304 4196468 140723297804912 140566231713744 140566699153307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27587] ppid=27575 vsize=15149032 memory=6048 CPUtime=0.2 cores=1,3,5,7
/proc/27577/task/27587/stat : 27587 (java) S 27575 27575 23397 0 -1 1077944384 1470 0 0 0 20 0 0 0 20 0 15 0 445903183 15512608768 50069 33554432000 4194304 4196468 140723297804912 140566230661872 140566699145858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27588] ppid=27575 vsize=15149032 memory=7552 CPUtime=0.22 cores=1,3,5,7
/proc/27577/task/27588/stat : 27588 (java) S 27575 27575 23397 0 -1 1077944384 934 0 0 0 22 0 0 0 20 0 15 0 445903183 15512608768 50069 33554432000 4194304 4196468 140723297804912 140566229609328 140566699145858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27589] ppid=27575 vsize=15149032 memory=2832 CPUtime=0.19 cores=1,3,5,7
/proc/27577/task/27589/stat : 27589 (java) S 27575 27575 23397 0 -1 1077944384 1340 0 0 0 19 0 0 0 20 0 15 0 445903183 15512608768 50069 33554432000 4194304 4196468 140723297804912 140566228556272 140566699145858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27590] ppid=27575 vsize=15149032 memory=1084 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27590/stat : 27590 (java) S 27575 27575 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445903183 15512608768 50069 33554432000 4194304 4196468 140723297804912 140565631986528 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27591] ppid=27575 vsize=15149032 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27591/stat : 27591 (java) S 27575 27575 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445903184 15512608768 50069 33554432000 4194304 4196468 140723297804912 140565630933552 140566699145858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
Current children cumulated CPU time: 1.37 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 201728 KiB

[startup+1.50089 s]
/proc/loadavg: 8.22 8.02 7.39 6/233 27591
/proc/meminfo: memFree=26989236/32770624 swapFree=66977404/67108860
[pid=27575] ppid=27572 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27575/stat : 27575 (xcsp3-exec) S 27572 27575 23397 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445903177 115843072 363 33554432000 4194304 5098028 140722114647888 140722114645992 139997201400444 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 29499392 140722114651002 140722114651245 140722114651245 140722114654154 0
/proc/27575/statm: 28282 363 304 221 0 87 0

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

/proc/27575/stat : 27575 (xcsp3-exec) S 27572 27575 23397 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445903177 115843072 363 33554432000 4194304 5098028 140722114647888 140722114645992 139997201400444 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 29499392 140722114651002 140722114651245 140722114651245 140722114654154 0
/proc/27575/statm: 28282 363 304 221 0 87 0
[pid=27577] ppid=27575 vsize=15151156 memory=12812520 CPUtime=587.35 cores=1,3,5,7
/proc/27577/stat : 27577 (java) S 27575 27575 23397 0 -1 1077944320 384647 0 0 0 57477 1258 0 0 20 0 15 0 445903178 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140723297787456 140566699134711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
/proc/27577/statm: 3787789 3203130 3515 1 0 3748889 0
[pid=27577/tid=27578] ppid=27575 vsize=15151156 memory=47592 CPUtime=65.11 cores=1,3,5,7
/proc/27577/task/27578/stat : 27578 (java) S 27575 27575 23397 0 -1 1077944384 24923 0 0 0 6497 14 0 0 20 0 15 0 445903178 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566703371760 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27579] ppid=27575 vsize=15151156 memory=988 CPUtime=120.17 cores=1,3,5,7
/proc/27577/task/27579/stat : 27579 (java) R 27575 27575 23397 0 -1 4202560 72644 0 0 0 11698 319 0 0 20 0 15 0 445903179 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566635371656 140566691762919 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27580] ppid=27575 vsize=15151156 memory=2004 CPUtime=120.1 cores=1,3,5,7
/proc/27577/task/27580/stat : 27580 (java) R 27575 27575 23397 0 -1 4202560 70594 0 0 0 11710 300 0 0 20 0 15 0 445903179 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566634318800 140566691762919 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27581] ppid=27575 vsize=15151156 memory=1452 CPUtime=120.22 cores=1,3,5,7
/proc/27577/task/27581/stat : 27581 (java) R 27575 27575 23397 0 -1 4202560 75444 0 0 0 11700 322 0 0 20 0 15 0 445903179 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566633266136 140566684124307 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27582] ppid=27575 vsize=15151156 memory=12812520 CPUtime=120.46 cores=1,3,5,7
/proc/27577/task/27582/stat : 27582 (java) R 27575 27575 23397 0 -1 4202560 55279 0 0 0 11759 287 0 0 20 0 15 0 445903179 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566632213512 140566691762919 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27583] ppid=27575 vsize=15151156 memory=1768 CPUtime=35.9 cores=1,3,5,7
/proc/27577/task/27583/stat : 27583 (java) S 27575 27575 23397 0 -1 1077944384 52739 0 0 0 3587 3 0 0 20 0 15 0 445903180 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566234870608 140566699144917 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27584] ppid=27575 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27584/stat : 27584 (java) S 27575 27575 23397 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 445903180 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566233818336 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27585] ppid=27575 vsize=15151156 memory=12812516 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27585/stat : 27585 (java) S 27575 27575 23397 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 445903181 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566232765184 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27586] ppid=27575 vsize=15151156 memory=1984 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27586/stat : 27586 (java) S 27575 27575 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445903183 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566231713744 140566699153307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27587] ppid=27575 vsize=15151156 memory=2480 CPUtime=2.14 cores=1,3,5,7
/proc/27577/task/27587/stat : 27587 (java) S 27575 27575 23397 0 -1 1077944384 10521 0 0 0 212 2 0 0 20 0 15 0 445903183 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566230661920 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27588] ppid=27575 vsize=15151156 memory=12812520 CPUtime=2.36 cores=1,3,5,7
/proc/27577/task/27588/stat : 27588 (java) S 27575 27575 23397 0 -1 1077944384 12869 0 0 0 234 2 0 0 20 0 15 0 445903183 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566229609376 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27589] ppid=27575 vsize=15151156 memory=6791534058613427641 CPUtime=0.67 cores=1,3,5,7
/proc/27577/task/27589/stat : 27589 (java) S 27575 27575 23397 0 -1 1077944384 7652 0 0 0 66 1 0 0 20 0 15 0 445903183 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566228556032 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27590] ppid=27575 vsize=15151156 memory=12812516 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27590/stat : 27590 (java) S 27575 27575 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445903183 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140565631986528 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27591] ppid=27575 vsize=15151156 memory=25140 CPUtime=0.11 cores=1,3,5,7
/proc/27577/task/27591/stat : 27591 (java) S 27575 27575 23397 0 -1 1077944384 603 0 0 0 4 7 0 0 20 0 15 0 445903184 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140565630933552 140566699145858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
Current children cumulated CPU time: 587.35 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12813972 KiB

[startup+224.001 s]*
/proc/loadavg: 7.06 7.18 7.16 6/233 27607
/proc/meminfo: memFree=14449276/32770624 swapFree=66977404/67108860
[pid=27575] ppid=27572 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27575/stat : 27575 (xcsp3-exec) S 27572 27575 23397 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445903177 115843072 363 33554432000 4194304 5098028 140722114647888 140722114645992 139997201400444 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 29499392 140722114651002 140722114651245 140722114651245 140722114654154 0
/proc/27575/statm: 28282 363 304 221 0 87 0
[pid=27577] ppid=27575 vsize=15151156 memory=12812520 CPUtime=590.68 cores=1,3,5,7
/proc/27577/stat : 27577 (java) S 27575 27575 23397 0 -1 1077944320 386126 0 0 0 57810 1258 0 0 20 0 15 0 445903178 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140723297787456 140566699134711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
/proc/27577/statm: 3787789 3203130 3515 1 0 3748889 0
[pid=27577/tid=27578] ppid=27575 vsize=15151156 memory=8317482817917895235 CPUtime=65.11 cores=1,3,5,7
/proc/27577/task/27578/stat : 27578 (java) S 27575 27575 23397 0 -1 1077944384 24923 0 0 0 6497 14 0 0 20 0 15 0 445903178 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566703371760 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27579] ppid=27575 vsize=15151156 memory=4104 CPUtime=120.75 cores=1,3,5,7
/proc/27577/task/27579/stat : 27579 (java) S 27575 27575 23397 0 -1 1077944384 72644 0 0 0 11756 319 0 0 20 0 15 0 445903179 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566635371536 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27580] ppid=27575 vsize=15151156 memory=1440 CPUtime=120.68 cores=1,3,5,7
/proc/27577/task/27580/stat : 27580 (java) S 27575 27575 23397 0 -1 1077944384 70594 0 0 0 11768 300 0 0 20 0 15 0 445903179 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566634318992 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27581] ppid=27575 vsize=15151156 memory=912 CPUtime=120.82 cores=1,3,5,7
/proc/27577/task/27581/stat : 27581 (java) S 27575 27575 23397 0 -1 1077944384 75871 0 0 0 11760 322 0 0 20 0 15 0 445903179 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566633265936 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27582] ppid=27575 vsize=15151156 memory=1452 CPUtime=121.04 cores=1,3,5,7
/proc/27577/task/27582/stat : 27582 (java) S 27575 27575 23397 0 -1 1077944384 55279 0 0 0 11817 287 0 0 20 0 15 0 445903179 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566632213392 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27583] ppid=27575 vsize=15151156 memory=12812520 CPUtime=36.91 cores=1,3,5,7
/proc/27577/task/27583/stat : 27583 (java) R 27575 27575 23397 0 -1 4202560 53791 0 0 0 3688 3 0 0 20 0 15 0 445903180 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566234870608 140566684131115 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27584] ppid=27575 vsize=15151156 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27584/stat : 27584 (java) S 27575 27575 23397 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 445903180 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566233818336 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27585] ppid=27575 vsize=15151156 memory=1084 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27585/stat : 27585 (java) S 27575 27575 23397 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 445903181 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566232765184 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27586] ppid=27575 vsize=15151156 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27586/stat : 27586 (java) S 27575 27575 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445903183 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566231713744 140566699153307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27587] ppid=27575 vsize=15151156 memory=14048 CPUtime=2.14 cores=1,3,5,7
/proc/27577/task/27587/stat : 27587 (java) S 27575 27575 23397 0 -1 1077944384 10521 0 0 0 212 2 0 0 20 0 15 0 445903183 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566230661920 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27588] ppid=27575 vsize=15151156 memory=532 CPUtime=2.36 cores=1,3,5,7
/proc/27577/task/27588/stat : 27588 (java) S 27575 27575 23397 0 -1 1077944384 12869 0 0 0 234 2 0 0 20 0 15 0 445903183 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566229609376 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27589] ppid=27575 vsize=15151156 memory=1564 CPUtime=0.67 cores=1,3,5,7
/proc/27577/task/27589/stat : 27589 (java) S 27575 27575 23397 0 -1 1077944384 7652 0 0 0 66 1 0 0 20 0 15 0 445903183 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566228556032 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27590] ppid=27575 vsize=15151156 memory=924 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27590/stat : 27590 (java) S 27575 27575 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445903183 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140565631986528 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27591] ppid=27575 vsize=15151156 memory=1668 CPUtime=0.11 cores=1,3,5,7
/proc/27577/task/27591/stat : 27591 (java) S 27575 27575 23397 0 -1 1077944384 603 0 0 0 4 7 0 0 20 0 15 0 445903184 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140565630933552 140566699145858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
Current children cumulated CPU time: 590.68 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12813972 KiB

[startup+224.401 s]
/proc/loadavg: 7.06 7.18 7.16 6/233 27607
/proc/meminfo: memFree=14449276/32770624 swapFree=66977404/67108860
[pid=27575] ppid=27572 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27575/stat : 27575 (xcsp3-exec) S 27572 27575 23397 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445903177 115843072 363 33554432000 4194304 5098028 140722114647888 140722114645992 139997201400444 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 29499392 140722114651002 140722114651245 140722114651245 140722114654154 0
/proc/27575/statm: 28282 363 304 221 0 87 0
[pid=27577] ppid=27575 vsize=15151156 memory=12812520 CPUtime=591.07 cores=1,3,5,7
/proc/27577/stat : 27577 (java) S 27575 27575 23397 0 -1 1077944320 386127 0 0 0 57849 1258 0 0 20 0 15 0 445903178 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140723297787456 140566699134711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
/proc/27577/statm: 3787789 3203130 3515 1 0 3748889 0
[pid=27577/tid=27578] ppid=27575 vsize=15151156 memory=2120 CPUtime=65.11 cores=1,3,5,7
/proc/27577/task/27578/stat : 27578 (java) S 27575 27575 23397 0 -1 1077944384 24923 0 0 0 6497 14 0 0 20 0 15 0 445903178 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566703371760 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27579] ppid=27575 vsize=15151156 memory=6791534058613427641 CPUtime=120.75 cores=1,3,5,7
/proc/27577/task/27579/stat : 27579 (java) S 27575 27575 23397 0 -1 1077944384 72644 0 0 0 11756 319 0 0 20 0 15 0 445903179 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566635371536 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27580] ppid=27575 vsize=15151156 memory=12812520 CPUtime=120.68 cores=1,3,5,7
/proc/27577/task/27580/stat : 27580 (java) S 27575 27575 23397 0 -1 1077944384 70594 0 0 0 11768 300 0 0 20 0 15 0 445903179 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566634318992 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27581] ppid=27575 vsize=15151156 memory=25140 CPUtime=120.82 cores=1,3,5,7
/proc/27577/task/27581/stat : 27581 (java) S 27575 27575 23397 0 -1 1077944384 75871 0 0 0 11760 322 0 0 20 0 15 0 445903179 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566633265936 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27582] ppid=27575 vsize=15151156 memory=2120 CPUtime=121.04 cores=1,3,5,7
/proc/27577/task/27582/stat : 27582 (java) S 27575 27575 23397 0 -1 1077944384 55279 0 0 0 11817 287 0 0 20 0 15 0 445903179 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566632213392 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27583] ppid=27575 vsize=15151156 memory=532 CPUtime=37.3 cores=1,3,5,7
/proc/27577/task/27583/stat : 27583 (java) R 27575 27575 23397 0 -1 4202560 53792 0 0 0 3727 3 0 0 20 0 15 0 445903180 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566234870496 140566683592302 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27584] ppid=27575 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27584/stat : 27584 (java) S 27575 27575 23397 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 445903180 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566233818336 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27585] ppid=27575 vsize=15151156 memory=912 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27585/stat : 27585 (java) S 27575 27575 23397 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 445903181 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566232765184 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27586] ppid=27575 vsize=15151156 memory=1984 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27586/stat : 27586 (java) S 27575 27575 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445903183 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566231713744 140566699153307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27587] ppid=27575 vsize=15151156 memory=2480 CPUtime=2.14 cores=1,3,5,7
/proc/27577/task/27587/stat : 27587 (java) S 27575 27575 23397 0 -1 1077944384 10521 0 0 0 212 2 0 0 20 0 15 0 445903183 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566230661920 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27588] ppid=27575 vsize=15151156 memory=1768 CPUtime=2.36 cores=1,3,5,7
/proc/27577/task/27588/stat : 27588 (java) S 27575 27575 23397 0 -1 1077944384 12869 0 0 0 234 2 0 0 20 0 15 0 445903183 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566229609376 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27589] ppid=27575 vsize=15151156 memory=111632 CPUtime=0.67 cores=1,3,5,7
/proc/27577/task/27589/stat : 27589 (java) S 27575 27575 23397 0 -1 1077944384 7652 0 0 0 66 1 0 0 20 0 15 0 445903183 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566228556032 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27590] ppid=27575 vsize=15151156 memory=796 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27590/stat : 27590 (java) S 27575 27575 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445903183 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140565631986528 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27591] ppid=27575 vsize=15151156 memory=6791534058613427641 CPUtime=0.11 cores=1,3,5,7
/proc/27577/task/27591/stat : 27591 (java) S 27575 27575 23397 0 -1 1077944384 603 0 0 0 4 7 0 0 20 0 15 0 445903184 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140565630933552 140566699145858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
Current children cumulated CPU time: 591.07 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12813972 KiB

[startup+224.601 s]
/proc/loadavg: 7.06 7.18 7.16 6/233 27607
/proc/meminfo: memFree=14449276/32770624 swapFree=66977404/67108860
[pid=27575] ppid=27572 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27575/stat : 27575 (xcsp3-exec) S 27572 27575 23397 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445903177 115843072 363 33554432000 4194304 5098028 140722114647888 140722114645992 139997201400444 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 29499392 140722114651002 140722114651245 140722114651245 140722114654154 0
/proc/27575/statm: 28282 363 304 221 0 87 0
[pid=27577] ppid=27575 vsize=15151156 memory=12812520 CPUtime=591.27 cores=1,3,5,7
/proc/27577/stat : 27577 (java) S 27575 27575 23397 0 -1 1077944320 387031 0 0 0 57869 1258 0 0 20 0 15 0 445903178 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140723297787456 140566699134711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
/proc/27577/statm: 3787789 3203130 3515 1 0 3748889 0
[pid=27577/tid=27578] ppid=27575 vsize=15151156 memory=6048 CPUtime=65.11 cores=1,3,5,7
/proc/27577/task/27578/stat : 27578 (java) S 27575 27575 23397 0 -1 1077944384 24923 0 0 0 6497 14 0 0 20 0 15 0 445903178 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566703371760 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27579] ppid=27575 vsize=15151156 memory=7552 CPUtime=120.75 cores=1,3,5,7
/proc/27577/task/27579/stat : 27579 (java) S 27575 27575 23397 0 -1 1077944384 72644 0 0 0 11756 319 0 0 20 0 15 0 445903179 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566635371536 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27580] ppid=27575 vsize=15151156 memory=2832 CPUtime=120.68 cores=1,3,5,7
/proc/27577/task/27580/stat : 27580 (java) S 27575 27575 23397 0 -1 1077944384 70594 0 0 0 11768 300 0 0 20 0 15 0 445903179 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566634318992 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27581] ppid=27575 vsize=15151156 memory=1084 CPUtime=120.82 cores=1,3,5,7
/proc/27577/task/27581/stat : 27581 (java) S 27575 27575 23397 0 -1 1077944384 75871 0 0 0 11760 322 0 0 20 0 15 0 445903179 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566633265936 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27582] ppid=27575 vsize=15151156 memory=14012 CPUtime=121.04 cores=1,3,5,7
/proc/27577/task/27582/stat : 27582 (java) S 27575 27575 23397 0 -1 1077944384 55279 0 0 0 11817 287 0 0 20 0 15 0 445903179 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566632213392 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27583] ppid=27575 vsize=15151156 memory=4104 CPUtime=37.51 cores=1,3,5,7
/proc/27577/task/27583/stat : 27583 (java) R 27575 27575 23397 0 -1 4202560 54936 0 0 0 3747 4 0 0 20 0 15 0 445903180 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566234870496 140566678335758 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27584] ppid=27575 vsize=15151156 memory=1808 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27584/stat : 27584 (java) S 27575 27575 23397 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 445903180 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566233818336 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27585] ppid=27575 vsize=15151156 memory=920 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27585/stat : 27585 (java) S 27575 27575 23397 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 445903181 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566232765184 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27586] ppid=27575 vsize=15151156 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27586/stat : 27586 (java) S 27575 27575 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445903183 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566231713744 140566699153307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27587] ppid=27575 vsize=15151156 memory=2596 CPUtime=2.14 cores=1,3,5,7
/proc/27577/task/27587/stat : 27587 (java) S 27575 27575 23397 0 -1 1077944384 10521 0 0 0 212 2 0 0 20 0 15 0 445903183 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566230661920 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27588] ppid=27575 vsize=15151156 memory=2596 CPUtime=2.36 cores=1,3,5,7
/proc/27577/task/27588/stat : 27588 (java) S 27575 27575 23397 0 -1 1077944384 12869 0 0 0 234 2 0 0 20 0 15 0 445903183 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566229609376 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27589] ppid=27575 vsize=15151156 memory=1412 CPUtime=0.67 cores=1,3,5,7
/proc/27577/task/27589/stat : 27589 (java) S 27575 27575 23397 0 -1 1077944384 7652 0 0 0 66 1 0 0 20 0 15 0 445903183 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140566228556032 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27590] ppid=27575 vsize=15151156 memory=3388 CPUtime=0 cores=1,3,5,7
/proc/27577/task/27590/stat : 27590 (java) S 27575 27575 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445903183 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140565631986528 140566699144917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
[pid=27577/tid=27591] ppid=27575 vsize=15151156 memory=1448 CPUtime=0.11 cores=1,3,5,7
/proc/27577/task/27591/stat : 27591 (java) S 27575 27575 23397 0 -1 1077944384 603 0 0 0 4 7 0 0 20 0 15 0 445903184 15514783744 3203130 33554432000 4194304 4196468 140723297804912 140565630933552 140566699145858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15003648 140723297813487 140723297813658 140723297813658 140723297816527 0
Current children cumulated CPU time: 591.27 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12813972 KiB

Child status: 1
Real time (s): 224.669
CPU time (s): 591.36
CPU user time (s): 578.705
CPU system time (s): 12.6547
CPU usage (%): 263.214
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12813972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 578.705
system time used= 12.6547
maximum resident set size= 12812812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 390964
page faults= 0
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10148
involuntary context switches= 13327


# summary of solver processes directly reported to runsolver:
#   pid: 27575
#   total CPU time (s): 591.36
#   total CPU user time (s): 578.705
#   total CPU system time (s): 12.6547

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.40687 second user time and 2.47885 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-17 05:50:42
IDJOB=4398888
IDBENCH=126905
IDSOLVER=2853
FILE ID=node104/4398888-1568696460
RUNJOBID= node104-1568690084-23429
PBS_JOBID= 21703803
Free space on /tmp= 58944 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr0700d-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-4398888-1568696460/watcher-4398888-1568696460 -o /tmp/evaluation-result-4398888-1568696460/solver-4398888-1568696460 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568690084-23429 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1904109060 HOME/instance-4398888-1568696460.xml

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

MD5SUM BENCH= 95bc0b66e49d41fb88ec1889e7409155
RANDOM SEED=1904109060

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:        27275840 kB
MemAvailable:   27980752 kB
Buffers:           98820 kB
Cached:           895468 kB
SwapCached:        32300 kB
Active:          4569880 kB
Inactive:         329476 kB
Active(anon):    3873480 kB
Inactive(anon):    80728 kB
Active(file):     696400 kB
Inactive(file):   248748 kB
Unevictable:      109416 kB
Mlocked:          109416 kB
SwapTotal:      67108860 kB
SwapFree:       66977404 kB
Dirty:             66636 kB
Writeback:             0 kB
AnonPages:       3984060 kB
Mapped:            61488 kB
Shmem:             40480 kB
Slab:             182304 kB
SReclaimable:     151196 kB
SUnreclaim:        31108 kB
KernelStack:        3712 kB
PageTables:        13296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5593536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3860480 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= 58916 MiB
End job on node104 at 2019-09-17 05:54:27