Trace number 4272694

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 5a (2017-07-26)? 318.68799 154.98199

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr1000b-int.xml
MD5SUMfdcb353b2918313db809b139313e7b9f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
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 -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272694-1502789852.xml"  -tl '2520s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4272694-1502789852.xml, -tl, 2520s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.34/0.26	c parse instance...
318.59/154.91	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
318.59/154.91		at org.chocosolver.solver.constraints.extension.nary.PropLargeGACSTRPos.<init>(PropLargeGACSTRPos.java:87)
318.59/154.91		at org.chocosolver.solver.constraints.extension.nary.PropLargeGACSTRPos.<init>(PropLargeGACSTRPos.java:115)
318.59/154.91		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1869)
318.59/154.91		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1813)
318.59/154.91		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
318.59/154.91		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
318.59/154.91		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
318.59/154.91		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
318.59/154.91		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
318.59/154.91		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
318.59/154.91		at org.xcsp.parser.XCallbacks$$Lambda$52/715378067.accept(Unknown Source)
318.59/154.91		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
318.59/154.91		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
318.59/154.91		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
318.59/154.91		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
318.59/154.91		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
318.59/154.91		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
318.59/154.91		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
318.59/154.91		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
318.59/154.91		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
318.59/154.91		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
318.59/154.91		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
318.59/154.91	s UNKNOWN
318.59/154.91	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 (15058 MiB free)
  memory of node 1: 16384 MiB (15303 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272694-1502789852/watcher-4272694-1502789852 -o /tmp/evaluation-result-4272694-1502789852/solver-4272694-1502789852 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1502786318-30227 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 449356116 HOME/instance-4272694-1502789852.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
Starting watchdog thread
Linux 3.10.0-514.16.1.el7.x86_64
solver pid=31140, runsolver pid=31137
Current StackSize limit: 8192 KiB


[startup+0.100139 s]*
/proc/loadavg: 1.70 2.00 2.50 3/218 31156
/proc/meminfo: memFree=31073676/32770624 swapFree=67108860/67108860
[pid=31140] ppid=31137 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/31140/stat : 31140 (xcsp3-exec) S 31137 31140 30195 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112073585 9740288 346 33554432000 4194304 5098028 140722790638704 140722790636808 139971964805756 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11104256 140722790646895 140722790647099 140722790647099 140722790649835 0
/proc/31140/statm: 2378 346 289 221 0 87 0
[pid=31142] ppid=31140 vsize=13978596 memory=27316 CPUtime=0.12 cores=1,3,5,7
/proc/31142/stat : 31142 (java) S 31140 31140 30195 0 -1 1077944320 5231 0 0 0 11 1 0 0 20 0 15 0 112073585 14314082304 6829 33554432000 4194304 4196468 140730528681440 140730528663984 140217361776375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
/proc/31142/statm: 3494649 6829 2861 1 0 3482966 0
[pid=31142/tid=31143] ppid=31140 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/31142/task/31143/stat : 31143 (java) R 31140 31140 30195 0 -1 4202560 3139 0 0 0 8 1 0 0 20 0 15 0 112073586 14314082304 6829 33554432000 4194304 4196468 140730528681440 140217366002912 140217361788310 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31144] ppid=31140 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31144/stat : 31144 (java) S 31140 31140 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112073586 14314082304 6829 33554432000 4194304 4196468 140730528681440 140217329334672 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31145] ppid=31140 vsize=13978596 memory=140485403989632 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31145/stat : 31145 (java) S 31140 31140 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112073586 14314082304 6829 33554432000 4194304 4196468 140730528681440 140216956287248 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31146] ppid=31140 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31146/stat : 31146 (java) S 31140 31140 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112073586 14314082304 6829 33554432000 4194304 4196468 140730528681440 140216955234960 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31147] ppid=31140 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31147/stat : 31147 (java) S 31140 31140 30195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112073586 14314082304 6829 33554432000 4194304 4196468 140730528681440 140216954182160 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31148] ppid=31140 vsize=13978596 memory=140485403989632 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31148/stat : 31148 (java) S 31140 31140 30195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112073588 14314082304 6829 33554432000 4194304 4196468 140730528681440 140216835709552 140217361787522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31149] ppid=31140 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31149/stat : 31149 (java) S 31140 31140 30195 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112073588 14314082304 6829 33554432000 4194304 4196468 140730528681440 140216834655520 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31150] ppid=31140 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31150/stat : 31150 (java) S 31140 31140 30195 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112073588 14314082304 6829 33554432000 4194304 4196468 140730528681440 140216833603184 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31151] ppid=31140 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31151/stat : 31151 (java) S 31140 31140 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112073591 14314082304 6829 33554432000 4194304 4196468 140730528681440 140216832551504 140217361794971 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31152] ppid=31140 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31152/stat : 31152 (java) S 31140 31140 30195 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 112073591 14314082304 6829 33554432000 4194304 4196468 140730528681440 140216831498352 140217361787522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31153] ppid=31140 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31153/stat : 31153 (java) S 31140 31140 30195 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 15 0 112073591 14314082304 6829 33554432000 4194304 4196468 140730528681440 140216830445552 140217361787522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31154] ppid=31140 vsize=13978596 memory=140485403989632 CPUtime=0.01 cores=1,3,5,7
/proc/31142/task/31154/stat : 31154 (java) R 31140 31140 30195 0 -1 4202560 361 0 0 0 1 0 0 0 20 0 15 0 112073591 14314082304 6829 33554432000 4194304 4196468 140730528681440 140216829393264 140217354873211 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31155] ppid=31140 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31155/stat : 31155 (java) S 31140 31140 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112073591 14314082304 6829 33554432000 4194304 4196468 140730528681440 140216828340704 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31156] ppid=31140 vsize=13978596 memory=140485403989632 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31156/stat : 31156 (java) S 31140 31140 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112073591 14314082304 6829 33554432000 4194304 4196468 140730528681440 140216827288496 140217361787522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 28700 KiB

[startup+0.21096 s]*
/proc/loadavg: 1.70 2.00 2.50 3/218 31156
/proc/meminfo: memFree=31062776/32770624 swapFree=67108860/67108860
[pid=31140] ppid=31137 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/31140/stat : 31140 (xcsp3-exec) S 31137 31140 30195 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112073585 9740288 346 33554432000 4194304 5098028 140722790638704 140722790636808 139971964805756 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11104256 140722790646895 140722790647099 140722790647099 140722790649835 0
/proc/31140/statm: 2378 346 289 221 0 87 0
[pid=31142] ppid=31140 vsize=13982852 memory=39644 CPUtime=0.34 cores=1,3,5,7
/proc/31142/stat : 31142 (java) S 31140 31140 30195 0 -1 1077944320 8016 0 0 0 32 2 0 0 20 0 15 0 112073585 14318440448 9911 33554432000 4194304 4196468 140730528681440 140730528663984 140217361776375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
/proc/31142/statm: 3495713 9911 3075 1 0 3482966 0
[pid=31142/tid=31143] ppid=31140 vsize=13982884 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/31142/task/31143/stat : 31143 (java) R 31140 31140 30195 0 -1 4202560 4980 0 0 0 18 2 0 0 20 0 15 0 112073586 14318473216 9911 33554432000 4194304 4196468 140730528681440 140217365978176 140217354456093 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31144] ppid=31140 vsize=13982884 memory=8959 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31144/stat : 31144 (java) S 31140 31140 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112073586 14318473216 9911 33554432000 4194304 4196468 140730528681440 140217329334672 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31145] ppid=31140 vsize=13982852 memory=140485404493279 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31145/stat : 31145 (java) S 31140 31140 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112073586 14318440448 9911 33554432000 4194304 4196468 140730528681440 140216956287248 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31146] ppid=31140 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31146/stat : 31146 (java) S 31140 31140 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112073586 14318440448 9911 33554432000 4194304 4196468 140730528681440 140216955234960 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31147] ppid=31140 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31147/stat : 31147 (java) S 31140 31140 30195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112073586 14318440448 9911 33554432000 4194304 4196468 140730528681440 140216954182160 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31148] ppid=31140 vsize=13982852 memory=140485403989632 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31148/stat : 31148 (java) S 31140 31140 30195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112073588 14318440448 9911 33554432000 4194304 4196468 140730528681440 140216835709552 140217361787522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31149] ppid=31140 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31149/stat : 31149 (java) S 31140 31140 30195 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112073588 14318440448 9911 33554432000 4194304 4196468 140730528681440 140216834655520 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31150] ppid=31140 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31150/stat : 31150 (java) S 31140 31140 30195 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112073588 14318440448 9911 33554432000 4194304 4196468 140730528681440 140216833603184 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31151] ppid=31140 vsize=13982884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31151/stat : 31151 (java) S 31140 31140 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112073591 14318473216 9911 33554432000 4194304 4196468 140730528681440 140216832551504 140217361794971 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31152] ppid=31140 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31142/task/31152/stat : 31152 (java) S 31140 31140 30195 0 -1 1077944384 420 0 0 0 2 0 0 0 20 0 15 0 112073591 14318440448 9911 33554432000 4194304 4196468 140730528681440 140216831498352 140217361787522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31153] ppid=31140 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31142/task/31153/stat : 31153 (java) S 31140 31140 30195 0 -1 1077944384 457 0 0 0 2 0 0 0 20 0 15 0 112073591 14318440448 9911 33554432000 4194304 4196468 140730528681440 140216830445552 140217361787522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31154] ppid=31140 vsize=13982852 memory=140485403989632 CPUtime=0.08 cores=1,3,5,7
/proc/31142/task/31154/stat : 31154 (java) S 31140 31140 30195 0 -1 1077944384 863 0 0 0 8 0 0 0 20 0 15 0 112073591 14318440448 9911 33554432000 4194304 4196468 140730528681440 140216829393264 140217361787522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31155] ppid=31140 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31155/stat : 31155 (java) S 31140 31140 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112073591 14318440448 9911 33554432000 4194304 4196468 140730528681440 140216828340704 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31156] ppid=31140 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31156/stat : 31156 (java) S 31140 31140 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112073591 14318440448 9911 33554432000 4194304 4196468 140730528681440 140216827288496 140217361787522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41028 KiB

[startup+0.312844 s]*
/proc/loadavg: 1.70 2.00 2.50 5/218 31156
/proc/meminfo: memFree=31055084/32770624 swapFree=67108860/67108860
[pid=31140] ppid=31137 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/31140/stat : 31140 (xcsp3-exec) S 31137 31140 30195 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112073585 9740288 346 33554432000 4194304 5098028 140722790638704 140722790636808 139971964805756 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11104256 140722790646895 140722790647099 140722790647099 140722790649835 0
/proc/31140/statm: 2378 346 289 221 0 87 0
[pid=31142] ppid=31140 vsize=13982852 memory=46788 CPUtime=0.52 cores=1,3,5,7
/proc/31142/stat : 31142 (java) S 31140 31140 30195 0 -1 1077944320 8888 0 0 0 49 3 0 0 20 0 15 0 112073585 14318440448 11697 33554432000 4194304 4196468 140730528681440 140730528663984 140217361776375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
/proc/31142/statm: 3495713 11697 3103 1 0 3482966 0
[pid=31142/tid=31143] ppid=31140 vsize=13982852 memory=7883960649037381690 CPUtime=0.3 cores=1,3,5,7
/proc/31142/task/31143/stat : 31143 (java) R 31140 31140 30195 0 -1 4202560 5538 0 0 0 28 2 0 0 20 0 15 0 112073586 14318440448 11697 33554432000 4194304 4196468 140730528681440 140217366014288 140216997914564 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31144] ppid=31140 vsize=13982852 memory=9302 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31144/stat : 31144 (java) S 31140 31140 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112073586 14318440448 11697 33554432000 4194304 4196468 140730528681440 140217329334672 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31145] ppid=31140 vsize=13982852 memory=530681 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31145/stat : 31145 (java) S 31140 31140 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112073586 14318440448 11697 33554432000 4194304 4196468 140730528681440 140216956287248 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31146] ppid=31140 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31146/stat : 31146 (java) S 31140 31140 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112073586 14318440448 11697 33554432000 4194304 4196468 140730528681440 140216955234960 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31147] ppid=31140 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31147/stat : 31147 (java) S 31140 31140 30195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112073586 14318440448 11697 33554432000 4194304 4196468 140730528681440 140216954182160 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31148] ppid=31140 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31148/stat : 31148 (java) S 31140 31140 30195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112073588 14318440448 11697 33554432000 4194304 4196468 140730528681440 140216835709552 140217361787522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31149] ppid=31140 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31149/stat : 31149 (java) S 31140 31140 30195 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112073588 14318440448 11697 33554432000 4194304 4196468 140730528681440 140216834655520 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31150] ppid=31140 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31150/stat : 31150 (java) S 31140 31140 30195 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112073588 14318440448 11697 33554432000 4194304 4196468 140730528681440 140216833603184 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31151] ppid=31140 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31151/stat : 31151 (java) S 31140 31140 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112073591 14318440448 11697 33554432000 4194304 4196468 140730528681440 140216832551504 140217361794971 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31152] ppid=31140 vsize=13982852 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/31142/task/31152/stat : 31152 (java) R 31140 31140 30195 0 -1 1077944384 460 0 0 0 4 0 0 0 20 0 15 0 112073591 14318440448 11697 33554432000 4194304 4196468 140730528681440 140216831498352 140217361787522 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31153] ppid=31140 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/31142/task/31153/stat : 31153 (java) R 31140 31140 30195 0 -1 4202560 536 0 0 0 3 0 0 0 20 0 15 0 112073591 14318440448 11697 33554432000 4194304 4196468 140730528681440 140216830435344 140217341616081 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31154] ppid=31140 vsize=13982852 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/31142/task/31154/stat : 31154 (java) R 31140 31140 30195 0 -1 4202560 1052 0 0 0 13 0 0 0 20 0 15 0 112073591 14318440448 11697 33554432000 4194304 4196468 140730528681440 140216829393264 140217354013502 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31155] ppid=31140 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31155/stat : 31155 (java) S 31140 31140 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112073591 14318440448 11697 33554432000 4194304 4196468 140730528681440 140216828340704 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31156] ppid=31140 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31156/stat : 31156 (java) S 31140 31140 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112073591 14318440448 11697 33554432000 4194304 4196468 140730528681440 140216827288496 140217361787522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48172 KiB

[startup+0.701658 s]
/proc/loadavg: 1.70 2.00 2.50 5/218 31156
/proc/meminfo: memFree=31010844/32770624 swapFree=67108860/67108860
[pid=31140] ppid=31137 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/31140/stat : 31140 (xcsp3-exec) S 31137 31140 30195 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112073585 9740288 346 33554432000 4194304 5098028 140722790638704 140722790636808 139971964805756 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11104256 140722790646895 140722790647099 140722790647099 140722790649835 0
/proc/31140/statm: 2378 346 289 221 0 87 0
[pid=31142] ppid=31140 vsize=13982852 memory=215848 CPUtime=1.43 cores=1,3,5,7
/proc/31142/stat : 31142 (java) S 31140 31140 30195 0 -1 1077944320 11310 0 0 0 132 11 0 0 20 0 15 0 112073585 14318440448 53962 33554432000 4194304 4196468 140730528681440 140730528663984 140217361776375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
/proc/31142/statm: 3495713 53962 3152 1 0 3482966 0
[pid=31142/tid=31143] ppid=31140 vsize=13982852 memory=18484 CPUtime=0.65 cores=1,3,5,7
/proc/31142/task/31143/stat : 31143 (java) S 31140 31140 30195 0 -1 1077944384 5599 0 0 0 62 3 0 0 20 0 15 0 112073586 14318440448 53962 33554432000 4194304 4196468 140730528681440 140217366015552 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31144] ppid=31140 vsize=13982852 memory=1232 CPUtime=0.02 cores=1,3,5,7
/proc/31142/task/31144/stat : 31144 (java) R 31140 31140 30195 0 -1 4202560 28 0 0 0 1 1 0 0 20 0 15 0 112073586 14318440448 53962 33554432000 4194304 4196468 140730528681440 140217329334672 140217354873076 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31145] ppid=31140 vsize=13982852 memory=648 CPUtime=0.01 cores=1,3,5,7
/proc/31142/task/31145/stat : 31145 (java) R 31140 31140 30195 0 -1 4202560 23 0 0 0 0 1 0 0 20 0 15 0 112073586 14318440448 54474 33554432000 4194304 4196468 140730528681440 140216956287248 140217354873076 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31146] ppid=31140 vsize=13982852 memory=1796 CPUtime=0.02 cores=1,3,5,7
/proc/31142/task/31146/stat : 31146 (java) R 31140 31140 30195 0 -1 4202560 28 0 0 0 1 1 0 0 20 0 15 0 112073586 14318440448 54474 33554432000 4194304 4196468 140730528681440 140216955234960 140217354876075 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31147] ppid=31140 vsize=13982852 memory=956 CPUtime=0.02 cores=1,3,5,7
/proc/31142/task/31147/stat : 31147 (java) R 31140 31140 30195 0 -1 4202560 31 0 0 0 1 1 0 0 20 0 15 0 112073586 14318440448 54474 33554432000 4194304 4196468 140730528681440 140216954179856 140217346804258 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31148] ppid=31140 vsize=13982852 memory=2344 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31148/stat : 31148 (java) S 31140 31140 30195 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 112073588 14318440448 54474 33554432000 4194304 4196468 140730528681440 140216835708064 140217361786581 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31149] ppid=31140 vsize=13982852 memory=928 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31149/stat : 31149 (java) S 31140 31140 30195 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112073588 14318440448 54474 33554432000 4194304 4196468 140730528681440 140216834655520 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31150] ppid=31140 vsize=13982852 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31150/stat : 31150 (java) S 31140 31140 30195 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112073588 14318440448 54474 33554432000 4194304 4196468 140730528681440 140216833603184 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31151] ppid=31140 vsize=13982852 memory=2236 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31151/stat : 31151 (java) S 31140 31140 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112073591 14318440448 54474 33554432000 4194304 4196468 140730528681440 140216832551504 140217361794971 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31152] ppid=31140 vsize=13982852 memory=4316 CPUtime=0.24 cores=1,3,5,7
/proc/31142/task/31152/stat : 31152 (java) S 31140 31140 30195 0 -1 1077944384 1293 0 0 0 24 0 0 0 20 0 15 0 112073591 14318440448 54474 33554432000 4194304 4196468 140730528681440 140216831498352 140217361787522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31153] ppid=31140 vsize=13982852 memory=2196 CPUtime=0.23 cores=1,3,5,7
/proc/31142/task/31153/stat : 31153 (java) S 31140 31140 30195 0 -1 1077944384 1503 0 0 0 23 0 0 0 20 0 15 0 112073591 14318440448 54474 33554432000 4194304 4196468 140730528681440 140216830445552 140217361787522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31154] ppid=31140 vsize=13982852 memory=6760 CPUtime=0.18 cores=1,3,5,7
/proc/31142/task/31154/stat : 31154 (java) S 31140 31140 30195 0 -1 1077944384 1497 0 0 0 18 0 0 0 20 0 15 0 112073591 14318440448 54474 33554432000 4194304 4196468 140730528681440 140216829393264 140217361787522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31155] ppid=31140 vsize=13982852 memory=832 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31155/stat : 31155 (java) S 31140 31140 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112073591 14318440448 54474 33554432000 4194304 4196468 140730528681440 140216828340704 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31156] ppid=31140 vsize=13982852 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31156/stat : 31156 (java) S 31140 31140 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112073591 14318440448 54474 33554432000 4194304 4196468 140730528681440 140216827288496 140217361787522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 217232 KiB

[startup+1.50084 s]
/proc/loadavg: 1.70 2.00 2.50 3/218 31156
/proc/meminfo: memFree=30804980/32770624 swapFree=67108860/67108860
[pid=31140] ppid=31137 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/31140/stat : 31140 (xcsp3-exec) S 31137 31140 30195 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112073585 9740288 346 33554432000 4194304 5098028 140722790638704 140722790636808 139971964805756 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11104256 140722790646895 140722790647099 140722790647099 140722790649835 0
/proc/31140/statm: 2378 346 289 221 0 87 0

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

/proc/31140/stat : 31140 (xcsp3-exec) S 31137 31140 30195 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112073585 9740288 346 33554432000 4194304 5098028 140722790638704 140722790636808 139971964805756 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11104256 140722790646895 140722790647099 140722790647099 140722790649835 0
/proc/31140/statm: 2378 346 289 221 0 87 0
[pid=31142] ppid=31140 vsize=13984976 memory=11750860 CPUtime=317.29 cores=1,3,5,7
/proc/31142/stat : 31142 (java) S 31140 31140 30195 0 -1 1077944320 558647 0 0 0 30510 1219 0 0 20 0 15 0 112073585 14320615424 2937715 33554432000 4194304 4196468 140730528681440 140730528663984 140217361776375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
/proc/31142/statm: 3496244 2937715 3256 1 0 3483478 0
[pid=31142/tid=31143] ppid=31140 vsize=13984976 memory=1296 CPUtime=68.18 cores=1,3,5,7
/proc/31142/task/31143/stat : 31143 (java) S 31140 31140 30195 0 -1 1077944384 22076 0 0 0 6805 13 0 0 20 0 15 0 112073586 14320615424 2937715 33554432000 4194304 4196468 140730528681440 140217366014176 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31144] ppid=31140 vsize=13984976 memory=2404 CPUtime=53.09 cores=1,3,5,7
/proc/31142/task/31144/stat : 31144 (java) S 31140 31140 30195 0 -1 1077944384 107614 0 0 0 4983 326 0 0 20 0 15 0 112073586 14320615424 2937715 33554432000 4194304 4196468 140730528681440 140217329334672 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31145] ppid=31140 vsize=13984976 memory=49 CPUtime=53.27 cores=1,3,5,7
/proc/31142/task/31145/stat : 31145 (java) S 31140 31140 30195 0 -1 1077944384 124166 0 0 0 5039 288 0 0 20 0 15 0 112073586 14320615424 2937715 33554432000 4194304 4196468 140730528681440 140216956287248 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31146] ppid=31140 vsize=13984976 memory=0 CPUtime=53.51 cores=1,3,5,7
/proc/31142/task/31146/stat : 31146 (java) S 31140 31140 30195 0 -1 1077944384 136260 0 0 0 5029 322 0 0 20 0 15 0 112073586 14320615424 2937715 33554432000 4194304 4196468 140730528681440 140216955234960 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31147] ppid=31140 vsize=13984976 memory=4 CPUtime=53.66 cores=1,3,5,7
/proc/31142/task/31147/stat : 31147 (java) S 31140 31140 30195 0 -1 1077944384 115504 0 0 0 5106 260 0 0 20 0 15 0 112073586 14320615424 2937715 33554432000 4194304 4196468 140730528681440 140216954182160 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31148] ppid=31140 vsize=13984976 memory=1384 CPUtime=31.35 cores=1,3,5,7
/proc/31142/task/31148/stat : 31148 (java) R 31140 31140 30195 0 -1 4202560 33543 0 0 0 3133 2 0 0 20 0 15 0 112073588 14320615424 2937715 33554432000 4194304 4196468 140730528681440 140216835708000 140217346772772 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31149] ppid=31140 vsize=13984976 memory=3575676 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31149/stat : 31149 (java) S 31140 31140 30195 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 112073588 14320615424 2937715 33554432000 4194304 4196468 140730528681440 140216834655584 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31150] ppid=31140 vsize=13984976 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31150/stat : 31150 (java) S 31140 31140 30195 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 112073588 14320615424 2937715 33554432000 4194304 4196468 140730528681440 140216833603200 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31151] ppid=31140 vsize=13984976 memory=8034384 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31151/stat : 31151 (java) S 31140 31140 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112073591 14320615424 2937715 33554432000 4194304 4196468 140730528681440 140216832551504 140217361794971 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31152] ppid=31140 vsize=13984976 memory=6395206304940 CPUtime=1.84 cores=1,3,5,7
/proc/31142/task/31152/stat : 31152 (java) S 31140 31140 30195 0 -1 1077944384 5618 0 0 0 183 1 0 0 20 0 15 0 112073591 14320615424 2937715 33554432000 4194304 4196468 140730528681440 140216831498112 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31153] ppid=31140 vsize=13984976 memory=280970586844736 CPUtime=1.71 cores=1,3,5,7
/proc/31142/task/31153/stat : 31153 (java) S 31140 31140 30195 0 -1 1077944384 4343 0 0 0 171 0 0 0 20 0 15 0 112073591 14320615424 2937715 33554432000 4194304 4196468 140730528681440 140216830445600 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31154] ppid=31140 vsize=13984976 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/31142/task/31154/stat : 31154 (java) S 31140 31140 30195 0 -1 1077944384 7697 0 0 0 51 1 0 0 20 0 15 0 112073591 14320615424 2937715 33554432000 4194304 4196468 140730528681440 140216829393312 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31155] ppid=31140 vsize=13984976 memory=7883944108235712103 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31155/stat : 31155 (java) S 31140 31140 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112073591 14320615424 2937715 33554432000 4194304 4196468 140730528681440 140216828340704 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31156] ppid=31140 vsize=13984976 memory=5859271421085237344 CPUtime=0.08 cores=1,3,5,7
/proc/31142/task/31156/stat : 31156 (java) S 31140 31140 30195 0 -1 1077944384 470 0 0 0 5 3 0 0 20 0 15 0 112073591 14320615424 2937715 33554432000 4194304 4196468 140730528681440 140216827288496 140217361787522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
Current children cumulated CPU time: 317.29 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11752244 KiB

[startup+154.401 s]
/proc/loadavg: 2.66 2.27 2.53 3/217 31766
/proc/meminfo: memFree=19183116/32770624 swapFree=67108860/67108860
[pid=31140] ppid=31137 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/31140/stat : 31140 (xcsp3-exec) S 31137 31140 30195 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112073585 9740288 346 33554432000 4194304 5098028 140722790638704 140722790636808 139971964805756 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11104256 140722790646895 140722790647099 140722790647099 140722790649835 0
/proc/31140/statm: 2378 346 289 221 0 87 0
[pid=31142] ppid=31140 vsize=13984976 memory=11750872 CPUtime=318.09 cores=1,3,5,7
/proc/31142/stat : 31142 (java) S 31140 31140 30195 0 -1 1077944320 558762 0 0 0 30590 1219 0 0 20 0 15 0 112073585 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140730528663984 140217361776375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
/proc/31142/statm: 3496244 2937718 3256 1 0 3483478 0
[pid=31142/tid=31143] ppid=31140 vsize=13984976 memory=10519064 CPUtime=68.18 cores=1,3,5,7
/proc/31142/task/31143/stat : 31143 (java) S 31140 31140 30195 0 -1 1077944384 22076 0 0 0 6805 13 0 0 20 0 15 0 112073586 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140217366014176 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31144] ppid=31140 vsize=13984976 memory=6791534058613427641 CPUtime=53.09 cores=1,3,5,7
/proc/31142/task/31144/stat : 31144 (java) S 31140 31140 30195 0 -1 1077944384 107614 0 0 0 4983 326 0 0 20 0 15 0 112073586 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140217329334672 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31145] ppid=31140 vsize=13984976 memory=11750860 CPUtime=53.27 cores=1,3,5,7
/proc/31142/task/31145/stat : 31145 (java) S 31140 31140 30195 0 -1 1077944384 124166 0 0 0 5039 288 0 0 20 0 15 0 112073586 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216956287248 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31146] ppid=31140 vsize=13984976 memory=11000 CPUtime=53.51 cores=1,3,5,7
/proc/31142/task/31146/stat : 31146 (java) S 31140 31140 30195 0 -1 1077944384 136260 0 0 0 5029 322 0 0 20 0 15 0 112073586 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216955234960 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31147] ppid=31140 vsize=13984976 memory=11750848 CPUtime=53.66 cores=1,3,5,7
/proc/31142/task/31147/stat : 31147 (java) S 31140 31140 30195 0 -1 1077944384 115504 0 0 0 5106 260 0 0 20 0 15 0 112073586 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216954182160 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31148] ppid=31140 vsize=13984976 memory=171 CPUtime=32.14 cores=1,3,5,7
/proc/31142/task/31148/stat : 31148 (java) R 31140 31140 30195 0 -1 4202560 33658 0 0 0 3212 2 0 0 20 0 15 0 112073588 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216835708000 140217346233945 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31149] ppid=31140 vsize=13984976 memory=52 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31149/stat : 31149 (java) S 31140 31140 30195 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 112073588 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216834655584 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31150] ppid=31140 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31150/stat : 31150 (java) S 31140 31140 30195 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 112073588 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216833603200 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31151] ppid=31140 vsize=13984976 memory=8 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31151/stat : 31151 (java) S 31140 31140 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112073591 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216832551504 140217361794971 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31152] ppid=31140 vsize=13984976 memory=11750860 CPUtime=1.84 cores=1,3,5,7
/proc/31142/task/31152/stat : 31152 (java) S 31140 31140 30195 0 -1 1077944384 5618 0 0 0 183 1 0 0 20 0 15 0 112073591 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216831498112 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31153] ppid=31140 vsize=13984976 memory=31876 CPUtime=1.71 cores=1,3,5,7
/proc/31142/task/31153/stat : 31153 (java) S 31140 31140 30195 0 -1 1077944384 4343 0 0 0 171 0 0 0 20 0 15 0 112073591 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216830445600 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31154] ppid=31140 vsize=13984976 memory=2404 CPUtime=0.52 cores=1,3,5,7
/proc/31142/task/31154/stat : 31154 (java) S 31140 31140 30195 0 -1 1077944384 7697 0 0 0 51 1 0 0 20 0 15 0 112073591 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216829393312 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31155] ppid=31140 vsize=13984976 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31155/stat : 31155 (java) S 31140 31140 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112073591 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216828340704 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31156] ppid=31140 vsize=13984976 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/31142/task/31156/stat : 31156 (java) S 31140 31140 30195 0 -1 1077944384 470 0 0 0 5 3 0 0 20 0 15 0 112073591 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216827288496 140217361787522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
Current children cumulated CPU time: 318.09 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11752256 KiB

[startup+154.801 s]
/proc/loadavg: 2.66 2.27 2.53 3/217 31766
/proc/meminfo: memFree=19183116/32770624 swapFree=67108860/67108860
[pid=31140] ppid=31137 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/31140/stat : 31140 (xcsp3-exec) S 31137 31140 30195 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112073585 9740288 346 33554432000 4194304 5098028 140722790638704 140722790636808 139971964805756 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11104256 140722790646895 140722790647099 140722790647099 140722790649835 0
/proc/31140/statm: 2378 346 289 221 0 87 0
[pid=31142] ppid=31140 vsize=13984976 memory=11750872 CPUtime=318.49 cores=1,3,5,7
/proc/31142/stat : 31142 (java) S 31140 31140 30195 0 -1 1077944320 558762 0 0 0 30630 1219 0 0 20 0 15 0 112073585 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140730528663984 140217361776375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
/proc/31142/statm: 3496244 2937718 3256 1 0 3483478 0
[pid=31142/tid=31143] ppid=31140 vsize=13984976 memory=6791534058613427641 CPUtime=68.18 cores=1,3,5,7
/proc/31142/task/31143/stat : 31143 (java) S 31140 31140 30195 0 -1 1077944384 22076 0 0 0 6805 13 0 0 20 0 15 0 112073586 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140217366014176 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31144] ppid=31140 vsize=13984976 memory=1296 CPUtime=53.09 cores=1,3,5,7
/proc/31142/task/31144/stat : 31144 (java) S 31140 31140 30195 0 -1 1077944384 107614 0 0 0 4983 326 0 0 20 0 15 0 112073586 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140217329334672 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31145] ppid=31140 vsize=13984976 memory=2404 CPUtime=53.27 cores=1,3,5,7
/proc/31142/task/31145/stat : 31145 (java) S 31140 31140 30195 0 -1 1077944384 124166 0 0 0 5039 288 0 0 20 0 15 0 112073586 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216956287248 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31146] ppid=31140 vsize=13984976 memory=0 CPUtime=53.51 cores=1,3,5,7
/proc/31142/task/31146/stat : 31146 (java) S 31140 31140 30195 0 -1 1077944384 136260 0 0 0 5029 322 0 0 20 0 15 0 112073586 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216955234960 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31147] ppid=31140 vsize=13984976 memory=1384 CPUtime=53.66 cores=1,3,5,7
/proc/31142/task/31147/stat : 31147 (java) S 31140 31140 30195 0 -1 1077944384 115504 0 0 0 5106 260 0 0 20 0 15 0 112073586 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216954182160 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31148] ppid=31140 vsize=13984976 memory=11750872 CPUtime=32.54 cores=1,3,5,7
/proc/31142/task/31148/stat : 31148 (java) R 31140 31140 30195 0 -1 4202560 33658 0 0 0 3252 2 0 0 20 0 15 0 112073588 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216835708000 140217346772799 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31149] ppid=31140 vsize=13984976 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31149/stat : 31149 (java) S 31140 31140 30195 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 112073588 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216834655584 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31150] ppid=31140 vsize=13984976 memory=11000 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31150/stat : 31150 (java) S 31140 31140 30195 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 112073588 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216833603200 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31151] ppid=31140 vsize=13984976 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31151/stat : 31151 (java) S 31140 31140 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112073591 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216832551504 140217361794971 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31152] ppid=31140 vsize=13984976 memory=1384 CPUtime=1.84 cores=1,3,5,7
/proc/31142/task/31152/stat : 31152 (java) S 31140 31140 30195 0 -1 1077944384 5618 0 0 0 183 1 0 0 20 0 15 0 112073591 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216831498112 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31153] ppid=31140 vsize=13984976 memory=11750844 CPUtime=1.71 cores=1,3,5,7
/proc/31142/task/31153/stat : 31153 (java) S 31140 31140 30195 0 -1 1077944384 4343 0 0 0 171 0 0 0 20 0 15 0 112073591 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216830445600 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31154] ppid=31140 vsize=13984976 memory=1232 CPUtime=0.52 cores=1,3,5,7
/proc/31142/task/31154/stat : 31154 (java) S 31140 31140 30195 0 -1 1077944384 7697 0 0 0 51 1 0 0 20 0 15 0 112073591 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216829393312 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31155] ppid=31140 vsize=13984976 memory=648 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31155/stat : 31155 (java) S 31140 31140 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112073591 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216828340704 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31156] ppid=31140 vsize=13984976 memory=1384 CPUtime=0.08 cores=1,3,5,7
/proc/31142/task/31156/stat : 31156 (java) S 31140 31140 30195 0 -1 1077944384 470 0 0 0 5 3 0 0 20 0 15 0 112073591 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216827288496 140217361787522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
Current children cumulated CPU time: 318.49 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11752256 KiB

[startup+154.901 s]
/proc/loadavg: 2.66 2.27 2.53 3/217 31766
/proc/meminfo: memFree=19183116/32770624 swapFree=67108860/67108860
[pid=31140] ppid=31137 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/31140/stat : 31140 (xcsp3-exec) S 31137 31140 30195 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112073585 9740288 346 33554432000 4194304 5098028 140722790638704 140722790636808 139971964805756 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11104256 140722790646895 140722790647099 140722790647099 140722790649835 0
/proc/31140/statm: 2378 346 289 221 0 87 0
[pid=31142] ppid=31140 vsize=13984976 memory=11750872 CPUtime=318.59 cores=1,3,5,7
/proc/31142/stat : 31142 (java) S 31140 31140 30195 0 -1 1077944320 558762 0 0 0 30640 1219 0 0 20 0 15 0 112073585 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140730528663984 140217361776375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
/proc/31142/statm: 3496244 2937718 3256 1 0 3483478 0
[pid=31142/tid=31143] ppid=31140 vsize=13984976 memory=280970586681984 CPUtime=68.18 cores=1,3,5,7
/proc/31142/task/31143/stat : 31143 (java) S 31140 31140 30195 0 -1 1077944384 22076 0 0 0 6805 13 0 0 20 0 15 0 112073586 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140217366014176 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31144] ppid=31140 vsize=13984976 memory=1384 CPUtime=53.09 cores=1,3,5,7
/proc/31142/task/31144/stat : 31144 (java) S 31140 31140 30195 0 -1 1077944384 107614 0 0 0 4983 326 0 0 20 0 15 0 112073586 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140217329334672 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31145] ppid=31140 vsize=13984976 memory=11750872 CPUtime=53.27 cores=1,3,5,7
/proc/31142/task/31145/stat : 31145 (java) S 31140 31140 30195 0 -1 1077944384 124166 0 0 0 5039 288 0 0 20 0 15 0 112073586 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216956287248 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31146] ppid=31140 vsize=13984976 memory=1384 CPUtime=53.51 cores=1,3,5,7
/proc/31142/task/31146/stat : 31146 (java) S 31140 31140 30195 0 -1 1077944384 136260 0 0 0 5029 322 0 0 20 0 15 0 112073586 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216955234960 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31147] ppid=31140 vsize=13984976 memory=11750848 CPUtime=53.66 cores=1,3,5,7
/proc/31142/task/31147/stat : 31147 (java) S 31140 31140 30195 0 -1 1077944384 115504 0 0 0 5106 260 0 0 20 0 15 0 112073586 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216954182160 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31148] ppid=31140 vsize=13984976 memory=11750872 CPUtime=32.64 cores=1,3,5,7
/proc/31142/task/31148/stat : 31148 (java) R 31140 31140 30195 0 -1 4202560 33658 0 0 0 3262 2 0 0 20 0 15 0 112073588 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216835708000 140217354065829 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31149] ppid=31140 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31149/stat : 31149 (java) S 31140 31140 30195 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 112073588 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216834655584 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31150] ppid=31140 vsize=13984976 memory=11750860 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31150/stat : 31150 (java) S 31140 31140 30195 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 112073588 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216833603200 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31151] ppid=31140 vsize=13984976 memory=3832 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31151/stat : 31151 (java) S 31140 31140 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112073591 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216832551504 140217361794971 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31152] ppid=31140 vsize=13984976 memory=2804 CPUtime=1.84 cores=1,3,5,7
/proc/31142/task/31152/stat : 31152 (java) S 31140 31140 30195 0 -1 1077944384 5618 0 0 0 183 1 0 0 20 0 15 0 112073591 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216831498112 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31153] ppid=31140 vsize=13984976 memory=1940 CPUtime=1.71 cores=1,3,5,7
/proc/31142/task/31153/stat : 31153 (java) S 31140 31140 30195 0 -1 1077944384 4343 0 0 0 171 0 0 0 20 0 15 0 112073591 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216830445600 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31154] ppid=31140 vsize=13984976 memory=1424 CPUtime=0.52 cores=1,3,5,7
/proc/31142/task/31154/stat : 31154 (java) S 31140 31140 30195 0 -1 1077944384 7697 0 0 0 51 1 0 0 20 0 15 0 112073591 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216829393312 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31155] ppid=31140 vsize=13984976 memory=11750860 CPUtime=0 cores=1,3,5,7
/proc/31142/task/31155/stat : 31155 (java) S 31140 31140 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112073591 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216828340704 140217361786581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
[pid=31142/tid=31156] ppid=31140 vsize=13984976 memory=1384 CPUtime=0.08 cores=1,3,5,7
/proc/31142/task/31156/stat : 31156 (java) S 31140 31140 30195 0 -1 1077944384 470 0 0 0 5 3 0 0 20 0 15 0 112073591 14320615424 2937718 33554432000 4194304 4196468 140730528681440 140216827288496 140217361787522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29949952 140730528687255 140730528687431 140730528687431 140730528690127 0
Current children cumulated CPU time: 318.59 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11752256 KiB

Child status: 1
Real time (s): 154.982
CPU time (s): 318.688
CPU user time (s): 306.425
CPU system time (s): 12.2631
CPU usage (%): 205.629
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 11752256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 306.425
system time used= 12.2631
maximum resident set size= 11751156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 559405
page faults= 0
swaps= 0
block input operations= 0
block output operations= 344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8568
involuntary context switches= 3412


# summary of solver processes directly reported to runsolver:
#   pid: 31140
#   total CPU time (s): 318.688
#   total CPU user time (s): 306.425
#   total CPU system time (s): 12.2631

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.945487 second user time and 1.64545 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-15 11:23:14
IDJOB=4272694
IDBENCH=126900
IDSOLVER=2664
FILE ID=node102/4272694-1502789852
RUNJOBID= node102-1502786318-30227
PBS_JOBID= 20629124
Free space on /tmp= 61824 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr1000b-int.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4272694-1502789852/watcher-4272694-1502789852 -o /tmp/evaluation-result-4272694-1502789852/solver-4272694-1502789852 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1502786318-30227 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 449356116 HOME/instance-4272694-1502789852.xml

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

MD5SUM BENCH= fdcb353b2918313db809b139313e7b9f
RANDOM SEED=449356116

node102.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.35
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:        31090636 kB
MemAvailable:   31775920 kB
Buffers:          174624 kB
Cached:           793260 kB
SwapCached:            0 kB
Active:           992048 kB
Inactive:         238300 kB
Active(anon):     215312 kB
Inactive(anon):    75040 kB
Active(file):     776736 kB
Inactive(file):   163260 kB
Unevictable:        6448 kB
Mlocked:            6448 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             90864 kB
Writeback:             0 kB
AnonPages:        270736 kB
Mapped:            57900 kB
Shmem:             25228 kB
Slab:             149296 kB
SReclaimable:     122244 kB
SUnreclaim:        27052 kB
KernelStack:        3536 kB
PageTables:         5764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1232492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61812 MiB
End job on node102 at 2017-08-15 11:25:49