Trace number 4272760

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)? 502.14301 418.73599

General information on the benchmark

NameSteiner3/Steiner3-m1-s1/
Steiner3-14.xml
MD5SUM2556de90265467259f78cf5ff01f71ea
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 variables90
Number of constraints465
Number of domains1
Minimum domain size14
Maximum domain size14
Distribution of domain sizes[{"size":14,"count":90}]
Minimum variable degree30
Maximum variable degree30
Distribution of variable degrees[{"degree":30,"count":90}]
Minimum constraint arity3
Maximum constraint arity6
Distribution of constraint arities[{"arity":3,"count":30},{"arity":6,"count":435}]
Number of extensional constraints435
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":435},{"type":"ordered","count":30}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272760-1502783568.xml"  -tl '2520s' -p 1 -x 3
0.08/0.29	c [HOME/instance-4272760-1502783568.xml, -tl, 2520s, -p, 1, -x, 3]
0.24/0.35	c simple solver
0.42/0.42	c parse instance...
501.99/418.64	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
501.99/418.64		at java.util.Arrays.copyOf(Arrays.java:3181)
501.99/418.64		at java.util.ArrayList.grow(ArrayList.java:261)
501.99/418.64		at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
501.99/418.64		at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
501.99/418.64		at java.util.ArrayList.add(ArrayList.java:458)
501.99/418.64		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:158)
501.99/418.64		at org.chocosolver.solver.constraints.extension.Tuples.<init>(Tuples.java:58)
501.99/418.64		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:305)
501.99/418.64		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
501.99/418.64		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
501.99/418.64		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
501.99/418.64		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
501.99/418.64		at org.xcsp.parser.XCallbacks$$Lambda$59/1333592072.accept(Unknown Source)
501.99/418.64		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
501.99/418.64		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
501.99/418.64		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
501.99/418.64		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
501.99/418.64		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
501.99/418.64		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
501.99/418.64		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
501.99/418.64		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
501.99/418.64		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
501.99/418.64		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
501.99/418.64		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
501.99/418.64	s UNKNOWN
501.99/418.64	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 (15114 MiB free)
  memory of node 1: 16384 MiB (13290 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272760-1502783568/watcher-4272760-1502783568 -o /tmp/evaluation-result-4272760-1502783568/solver-4272760-1502783568 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29000 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 991972058 HOME/instance-4272760-1502783568.xml 

running on 4 cores: 0,2,4,6

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=28179, runsolver pid=28176

[startup+0.100111 s]*
/proc/loadavg: 1.93 2.02 2.05 3/198 28180
/proc/meminfo: memFree=29087232/32770624 swapFree=67108860/67108860
[pid=28179] ppid=28176 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28179/stat : 28179 (xcsp3-exec) S 28176 28179 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 32239506 9740288 345 18446744073709551615 4194304 5098028 140728653835888 140728653833992 139702517379708 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 11755520 140728653844858 140728653845062 140728653845062 140728653848555 0
/proc/28179/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

[startup+0.214556 s]*
/proc/loadavg: 1.93 2.02 2.05 3/213 28195
/proc/meminfo: memFree=29077208/32770624 swapFree=67108860/67108860
[pid=28179] ppid=28176 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28179/stat : 28179 (xcsp3-exec) S 28176 28179 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 32239506 9740288 345 18446744073709551615 4194304 5098028 140728653835888 140728653833992 139702517379708 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 11755520 140728653844858 140728653845062 140728653845062 140728653848555 0
/proc/28179/statm: 2378 345 289 221 0 87 0
[pid=28181] ppid=28179 vsize=13974352 memory=24028 CPUtime=0.08 cores=0,2,4,6
/proc/28181/stat : 28181 (java) S 28179 28179 7968 0 -1 1077944320 4948 0 0 0 7 1 0 0 20 0 15 0 32239516 14309736448 6007 18446744073709551615 4194304 4196468 140722879586992 140722879569536 139700627664631 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
/proc/28181/statm: 3493588 6007 2728 1 0 3482964 0
[pid=28181/tid=28182] ppid=28179 vsize=13974352 memory=7078076838863583841 CPUtime=0.05 cores=0,2,4,6
/proc/28181/task/28182/stat : 28182 (java) R 28179 28179 7968 0 -1 4202560 3116 0 0 0 5 0 0 0 20 0 15 0 32239516 14309736448 6007 18446744073709551615 4194304 4196468 140722879586992 139700631895728 139700611745118 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28183] ppid=28179 vsize=13974352 memory=4123389896250521363 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28183/stat : 28183 (java) S 28179 28179 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 32239517 14309736448 6007 18446744073709551615 4194304 4196468 140722879586992 139700590770704 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28184] ppid=28179 vsize=13974352 memory=140609638667904 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28184/stat : 28184 (java) S 28179 28179 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 32239517 14309736448 6007 18446744073709551615 4194304 4196468 140722879586992 139700226833040 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28185] ppid=28179 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28185/stat : 28185 (java) S 28179 28179 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 32239517 14309736448 6007 18446744073709551615 4194304 4196468 140722879586992 139700225779984 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28186] ppid=28179 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28186/stat : 28186 (java) S 28179 28179 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 32239517 14309736448 6007 18446744073709551615 4194304 4196468 140722879586992 139700224727440 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28187] ppid=28179 vsize=13974352 memory=140609638667904 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28187/stat : 28187 (java) S 28179 28179 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 32239518 14309736448 6007 18446744073709551615 4194304 4196468 140722879586992 139699544070896 139700627675778 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28188] ppid=28179 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28188/stat : 28188 (java) S 28179 28179 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 32239518 14309736448 6007 18446744073709551615 4194304 4196468 140722879586992 139699543017120 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28189] ppid=28179 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28189/stat : 28189 (java) S 28179 28179 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 32239519 14309736448 6007 18446744073709551615 4194304 4196468 140722879586992 139699541964016 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28190] ppid=28179 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28190/stat : 28190 (java) S 28179 28179 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 32239521 14309736448 6007 18446744073709551615 4194304 4196468 140722879586992 139699540912592 139700627683227 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28191] ppid=28179 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28191/stat : 28191 (java) S 28179 28179 7968 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 32239521 14309736448 6007 18446744073709551615 4194304 4196468 140722879586992 139699539859696 139700627675778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28192] ppid=28179 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28192/stat : 28192 (java) S 28179 28179 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 32239521 14309736448 6007 18446744073709551615 4194304 4196468 140722879586992 139699538807152 139700627675778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28193] ppid=28179 vsize=13974352 memory=140609638667904 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28193/stat : 28193 (java) S 28179 28179 7968 0 -1 1077944384 224 0 0 0 0 0 0 0 20 0 15 0 32239521 14309736448 6007 18446744073709551615 4194304 4196468 140722879586992 139699537754096 139700627675778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28194] ppid=28179 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28194/stat : 28194 (java) S 28179 28179 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 32239521 14309736448 6007 18446744073709551615 4194304 4196468 140722879586992 139699536701792 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28195] ppid=28179 vsize=13974352 memory=140609638667904 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28195/stat : 28195 (java) S 28179 28179 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 32239526 14309736448 6007 18446744073709551615 4194304 4196468 140722879586992 139699535649840 139700627675778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 25408 KiB

[startup+0.31038 s]*
/proc/loadavg: 1.93 2.02 2.05 4/213 28195
/proc/meminfo: memFree=29061752/32770624 swapFree=67108860/67108860
[pid=28179] ppid=28176 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28179/stat : 28179 (xcsp3-exec) S 28176 28179 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 32239506 9740288 345 18446744073709551615 4194304 5098028 140728653835888 140728653833992 139702517379708 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 11755520 140728653844858 140728653845062 140728653845062 140728653848555 0
/proc/28179/statm: 2378 345 289 221 0 87 0
[pid=28181] ppid=28179 vsize=13974352 memory=36640 CPUtime=0.24 cores=0,2,4,6
/proc/28181/stat : 28181 (java) S 28179 28179 7968 0 -1 1077944320 8784 0 0 0 22 2 0 0 20 0 15 0 32239516 14309736448 9160 18446744073709551615 4194304 4196468 140722879586992 140722879569536 139700627664631 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
/proc/28181/statm: 3493588 9160 2977 1 0 3482964 0
[pid=28181/tid=28182] ppid=28179 vsize=13974352 memory=29678448712876256 CPUtime=0.16 cores=0,2,4,6
/proc/28181/task/28182/stat : 28182 (java) R 28179 28179 7968 0 -1 4202560 5992 0 0 0 14 2 0 0 20 0 15 0 32239516 14309736448 9160 18446744073709551615 4194304 4196468 140722879586992 139700631878768 139700611745118 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28183] ppid=28179 vsize=13974352 memory=4294967596 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28183/stat : 28183 (java) S 28179 28179 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 32239517 14309736448 9160 18446744073709551615 4194304 4196468 140722879586992 139700590770704 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28184] ppid=28179 vsize=13974352 memory=140609638678840 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28184/stat : 28184 (java) S 28179 28179 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 32239517 14309736448 9160 18446744073709551615 4194304 4196468 140722879586992 139700226833040 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28185] ppid=28179 vsize=13974352 memory=6944665225511868275 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28185/stat : 28185 (java) S 28179 28179 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 32239517 14309736448 9160 18446744073709551615 4194304 4196468 140722879586992 139700225779984 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28186] ppid=28179 vsize=13974352 memory=3472328295574038117 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28186/stat : 28186 (java) S 28179 28179 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 32239517 14309736448 9160 18446744073709551615 4194304 4196468 140722879586992 139700224727440 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28187] ppid=28179 vsize=13974352 memory=7016594267793367219 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28187/stat : 28187 (java) S 28179 28179 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 32239518 14309736448 9160 18446744073709551615 4194304 4196468 140722879586992 139699544070896 139700627675778 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28188] ppid=28179 vsize=13974352 memory=3472328296227418159 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28188/stat : 28188 (java) S 28179 28179 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 32239518 14309736448 9160 18446744073709551615 4194304 4196468 140722879586992 139699543017120 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28189] ppid=28179 vsize=13974352 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28189/stat : 28189 (java) S 28179 28179 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 32239519 14309736448 9160 18446744073709551615 4194304 4196468 140722879586992 139699541964016 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28190] ppid=28179 vsize=13974352 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28190/stat : 28190 (java) S 28179 28179 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 32239521 14309736448 9160 18446744073709551615 4194304 4196468 140722879586992 139699540912592 139700627683227 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28191] ppid=28179 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/28181/task/28191/stat : 28191 (java) S 28179 28179 7968 0 -1 1077944384 725 0 0 0 1 0 0 0 20 0 15 0 32239521 14309736448 9160 18446744073709551615 4194304 4196468 140722879586992 139699539859696 139700627675778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28192] ppid=28179 vsize=13974352 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/28181/task/28192/stat : 28192 (java) S 28179 28179 7968 0 -1 1077944384 72 0 0 0 1 0 0 0 20 0 15 0 32239521 14309736448 9160 18446744073709551615 4194304 4196468 140722879586992 139699538807152 139700627675778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28193] ppid=28179 vsize=13974352 memory=140609638667904 CPUtime=0.05 cores=0,2,4,6
/proc/28181/task/28193/stat : 28193 (java) S 28179 28179 7968 0 -1 1077944384 700 0 0 0 5 0 0 0 20 0 15 0 32239521 14309736448 9160 18446744073709551615 4194304 4196468 140722879586992 139699537754096 139700627675778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28194] ppid=28179 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28194/stat : 28194 (java) S 28179 28179 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 32239521 14309736448 9160 18446744073709551615 4194304 4196468 140722879586992 139699536701792 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28195] ppid=28179 vsize=13974352 memory=140609638667904 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28195/stat : 28195 (java) S 28179 28179 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 32239526 14309736448 9160 18446744073709551615 4194304 4196468 140722879586992 139699535649840 139700627675778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38020 KiB

[startup+0.700859 s]
/proc/loadavg: 1.93 2.02 2.05 3/213 28195
/proc/meminfo: memFree=29030544/32770624 swapFree=67108860/67108860
[pid=28179] ppid=28176 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28179/stat : 28179 (xcsp3-exec) S 28176 28179 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 32239506 9740288 345 18446744073709551615 4194304 5098028 140728653835888 140728653833992 139702517379708 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 11755520 140728653844858 140728653845062 140728653845062 140728653848555 0
/proc/28179/statm: 2378 345 289 221 0 87 0
[pid=28181] ppid=28179 vsize=13978608 memory=285884 CPUtime=1.01 cores=0,2,4,6
/proc/28181/stat : 28181 (java) S 28179 28179 7968 0 -1 1077944320 11266 0 0 0 78 23 0 0 20 0 15 0 32239516 14314094592 71471 18446744073709551615 4194304 4196468 140722879586992 140722879569536 139700627664631 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
/proc/28181/statm: 3494652 71471 3129 1 0 3482964 0
[pid=28181/tid=28182] ppid=28179 vsize=13978608 memory=6298397712577288545 CPUtime=0.47 cores=0,2,4,6
/proc/28181/task/28182/stat : 28182 (java) R 28179 28179 7968 0 -1 4202560 7595 0 0 0 41 6 0 0 20 0 15 0 32239516 14314094592 71471 18446744073709551615 4194304 4196468 140722879586992 139700631903472 139700627686557 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28183] ppid=28179 vsize=13978608 memory=8099279071866868844 CPUtime=0.06 cores=0,2,4,6
/proc/28181/task/28183/stat : 28183 (java) S 28179 28179 7968 0 -1 1077944384 61 0 0 0 2 4 0 0 20 0 15 0 32239517 14314094592 71471 18446744073709551615 4194304 4196468 140722879586992 139700590770704 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28184] ppid=28179 vsize=13978608 memory=7883098601526945109 CPUtime=0.06 cores=0,2,4,6
/proc/28181/task/28184/stat : 28184 (java) S 28179 28179 7968 0 -1 1077944384 65 0 0 0 2 4 0 0 20 0 15 0 32239517 14314094592 71471 18446744073709551615 4194304 4196468 140722879586992 139700226833040 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28185] ppid=28179 vsize=13978608 memory=5787213827064620119 CPUtime=0.06 cores=0,2,4,6
/proc/28181/task/28185/stat : 28185 (java) S 28179 28179 7968 0 -1 1077944384 64 0 0 0 2 4 0 0 20 0 15 0 32239517 14314094592 71471 18446744073709551615 4194304 4196468 140722879586992 139700225779984 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28186] ppid=28179 vsize=13978608 memory=7595979844583319401 CPUtime=0.06 cores=0,2,4,6
/proc/28181/task/28186/stat : 28186 (java) S 28179 28179 7968 0 -1 1077944384 66 0 0 0 2 4 0 0 20 0 15 0 32239517 14314094592 71471 18446744073709551615 4194304 4196468 140722879586992 139700224727440 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28187] ppid=28179 vsize=13978608 memory=2867664589436253 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28187/stat : 28187 (java) S 28179 28179 7968 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 32239518 14314094592 71471 18446744073709551615 4194304 4196468 140722879586992 139699544070896 139700627675778 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28188] ppid=28179 vsize=13978608 memory=3008274101283049 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28188/stat : 28188 (java) S 28179 28179 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 32239518 14314094592 71471 18446744073709551615 4194304 4196468 140722879586992 139699543017120 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28189] ppid=28179 vsize=13978608 memory=281219023665768 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28189/stat : 28189 (java) S 28179 28179 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 32239519 14314094592 71471 18446744073709551615 4194304 4196468 140722879586992 139699541964016 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28190] ppid=28179 vsize=13978608 memory=140609511877270 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28190/stat : 28190 (java) S 28179 28179 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 32239521 14314094592 71471 18446744073709551615 4194304 4196468 140722879586992 139699540912592 139700627683227 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28191] ppid=28179 vsize=13978608 memory=281219023603160 CPUtime=0.05 cores=0,2,4,6
/proc/28181/task/28191/stat : 28191 (java) S 28179 28179 7968 0 -1 1077944384 960 0 0 0 5 0 0 0 20 0 15 0 32239521 14314094592 71471 18446744073709551615 4194304 4196468 140722879586992 139699539859696 139700627675778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28192] ppid=28179 vsize=13978608 memory=7451882128350471276 CPUtime=0.06 cores=0,2,4,6
/proc/28181/task/28192/stat : 28192 (java) S 28179 28179 7968 0 -1 1077944384 227 0 0 0 6 0 0 0 20 0 15 0 32239521 14314094592 71471 18446744073709551615 4194304 4196468 140722879586992 139699538807152 139700627675778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28193] ppid=28179 vsize=13978608 memory=7014470040326004800 CPUtime=0.14 cores=0,2,4,6
/proc/28181/task/28193/stat : 28193 (java) S 28179 28179 7968 0 -1 1077944384 846 0 0 0 14 0 0 0 20 0 15 0 32239521 14314094592 71471 18446744073709551615 4194304 4196468 140722879586992 139699537754096 139700627675778 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28194] ppid=28179 vsize=13978608 memory=8099279071866868845 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28194/stat : 28194 (java) S 28179 28179 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 32239521 14314094592 71471 18446744073709551615 4194304 4196468 140722879586992 139699536701792 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28195] ppid=28179 vsize=13978608 memory=6152550853416075369 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28195/stat : 28195 (java) S 28179 28179 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 32239526 14314094592 71471 18446744073709551615 4194304 4196468 140722879586992 139699535649840 139700627675778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 287264 KiB

[startup+1.5008 s]
/proc/loadavg: 1.93 2.02 2.05 3/213 28195
/proc/meminfo: memFree=28419872/32770624 swapFree=67108860/67108860
[pid=28179] ppid=28176 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28179/stat : 28179 (xcsp3-exec) S 28176 28179 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 32239506 9740288 345 18446744073709551615 4194304 5098028 140728653835888 140728653833992 139702517379708 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 11755520 140728653844858 140728653845062 140728653845062 140728653848555 0
/proc/28179/statm: 2378 345 289 221 0 87 0
[pid=28181] ppid=28179 vsize=13978684 memory=954664 CPUtime=3.03 cores=0,2,4,6
/proc/28181/stat : 28181 (java) S 28179 28179 7968 0 -1 1077944320 15652 0 0 0 261 42 0 0 20 0 15 0 32239516 14314172416 238666 18446744073709551615 4194304 4196468 140722879586992 140722879569536 139700627664631 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
/proc/28181/statm: 3494671 238666 3208 1 0 3482964 0
[pid=28181/tid=28182] ppid=28179 vsize=13978684 memory=281219023813920 CPUtime=1.05 cores=0,2,4,6
/proc/28181/task/28182/stat : 28182 (java) R 28179 28179 7968 0 -1 4202560 8350 0 0 0 94 11 0 0 20 0 15 0 32239516 14314172416 238666 18446744073709551615 4194304 4196468 140722879586992 139700631901104 139700271397500 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28183] ppid=28179 vsize=13978684 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/28181/task/28183/stat : 28183 (java) S 28179 28179 7968 0 -1 1077944384 191 0 0 0 19 6 0 0 20 0 15 0 32239517 14314172416 238666 18446744073709551615 4194304 4196468 140722879586992 139700590770704 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28184] ppid=28179 vsize=13978684 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/28181/task/28184/stat : 28184 (java) S 28179 28179 7968 0 -1 1077944384 175 0 0 0 19 6 0 0 20 0 15 0 32239517 14314172416 238666 18446744073709551615 4194304 4196468 140722879586992 139700226833040 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28185] ppid=28179 vsize=13978684 memory=-8774313645642428999 CPUtime=0.25 cores=0,2,4,6
/proc/28181/task/28185/stat : 28185 (java) S 28179 28179 7968 0 -1 1077944384 242 0 0 0 17 8 0 0 20 0 15 0 32239517 14314172416 238666 18446744073709551615 4194304 4196468 140722879586992 139700225779984 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28186] ppid=28179 vsize=13978684 memory=62020 CPUtime=0.24 cores=0,2,4,6
/proc/28181/task/28186/stat : 28186 (java) S 28179 28179 7968 0 -1 1077944384 194 0 0 0 18 6 0 0 20 0 15 0 32239517 14314172416 238666 18446744073709551615 4194304 4196468 140722879586992 139700224727440 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28187] ppid=28179 vsize=13978684 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/28181/task/28187/stat : 28187 (java) S 28179 28179 7968 0 -1 1077944384 520 0 0 0 1 0 0 0 20 0 15 0 32239518 14314172416 238666 18446744073709551615 4194304 4196468 140722879586992 139699544070896 139700627675778 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28188] ppid=28179 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28188/stat : 28188 (java) S 28179 28179 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 32239518 14314172416 238666 18446744073709551615 4194304 4196468 140722879586992 139699543017184 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28189] ppid=28179 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28189/stat : 28189 (java) S 28179 28179 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 32239519 14314172416 238666 18446744073709551615 4194304 4196468 140722879586992 139699541964032 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28190] ppid=28179 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28190/stat : 28190 (java) S 28179 28179 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 32239521 14314172416 238666 18446744073709551615 4194304 4196468 140722879586992 139699540912592 139700627683227 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28191] ppid=28179 vsize=13978684 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/28181/task/28191/stat : 28191 (java) S 28179 28179 7968 0 -1 1077944384 2117 0 0 0 33 0 0 0 20 0 15 0 32239521 14314172416 238666 18446744073709551615 4194304 4196468 140722879586992 139699539859696 139700627675778 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28192] ppid=28179 vsize=13978684 memory=6463925781705 CPUtime=0.3 cores=0,2,4,6
/proc/28181/task/28192/stat : 28192 (java) S 28179 28179 7968 0 -1 1077944384 1342 0 0 0 30 0 0 0 20 0 15 0 32239521 14314172416 238666 18446744073709551615 4194304 4196468 140722879586992 139699538807152 139700627675778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28193] ppid=28179 vsize=13978684 memory=11848 CPUtime=0.25 cores=0,2,4,6
/proc/28181/task/28193/stat : 28193 (java) S 28179 28179 7968 0 -1 1077944384 1222 0 0 0 25 0 0 0 20 0 15 0 32239521 14314172416 238666 18446744073709551615 4194304 4196468 140722879586992 139699537754096 139700627675778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28194] ppid=28179 vsize=13978684 memory=26984 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28194/stat : 28194 (java) S 28179 28179 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 32239521 14314172416 238666 18446744073709551615 4194304 4196468 140722879586992 139699536701792 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28195] ppid=28179 vsize=13978684 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28195/stat : 28195 (java) S 28179 28179 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 32239526 14314172416 238666 18446744073709551615 4194304 4196468 140722879586992 139699535649840 139700627675778 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0

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

/proc/28181/task/28184/stat : 28184 (java) S 28179 28179 7968 0 -1 1077944384 158975 0 0 0 2533 205 0 0 20 0 15 0 32239517 14316269568 2922723 18446744073709551615 4194304 4196468 140722879586992 139700226833040 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28185] ppid=28179 vsize=13980732 memory=1296 CPUtime=27.37 cores=0,2,4,6
/proc/28181/task/28185/stat : 28185 (java) S 28179 28179 7968 0 -1 1077944384 213069 0 0 0 2555 182 0 0 20 0 15 0 32239517 14316269568 2922723 18446744073709551615 4194304 4196468 140722879586992 139700225779984 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28186] ppid=28179 vsize=13980732 memory=1732 CPUtime=27.44 cores=0,2,4,6
/proc/28181/task/28186/stat : 28186 (java) S 28179 28179 7968 0 -1 1077944384 102422 0 0 0 2538 206 0 0 20 0 15 0 32239517 14316269568 2922723 18446744073709551615 4194304 4196468 140722879586992 139700224727440 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28187] ppid=28179 vsize=13980732 memory=1380 CPUtime=21.95 cores=0,2,4,6
/proc/28181/task/28187/stat : 28187 (java) R 28179 28179 7968 0 -1 4202560 101393 0 0 0 2177 18 0 0 20 0 15 0 32239518 14316269568 2922723 18446744073709551615 4194304 4196468 140722879586992 139699544069344 139700612122262 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28188] ppid=28179 vsize=13980732 memory=11690892 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28188/stat : 28188 (java) S 28179 28179 7968 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 32239518 14316269568 2922723 18446744073709551615 4194304 4196468 140722879586992 139699543017184 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28189] ppid=28179 vsize=13980732 memory=8700 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28189/stat : 28189 (java) S 28179 28179 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 32239519 14316269568 2922723 18446744073709551615 4194304 4196468 140722879586992 139699541964032 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28190] ppid=28179 vsize=13980732 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28190/stat : 28190 (java) S 28179 28179 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 32239521 14316269568 2922723 18446744073709551615 4194304 4196468 140722879586992 139699540912592 139700627683227 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28191] ppid=28179 vsize=13980732 memory=9916 CPUtime=0.5 cores=0,2,4,6
/proc/28181/task/28191/stat : 28191 (java) S 28179 28179 7968 0 -1 1077944384 3479 0 0 0 50 0 0 0 20 0 15 0 32239521 14316269568 2922723 18446744073709551615 4194304 4196468 140722879586992 139699539859456 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28192] ppid=28179 vsize=13980732 memory=1200 CPUtime=0.44 cores=0,2,4,6
/proc/28181/task/28192/stat : 28192 (java) S 28179 28179 7968 0 -1 1077944384 2191 0 0 0 43 1 0 0 20 0 15 0 32239521 14316269568 2922723 18446744073709551615 4194304 4196468 140722879586992 139699538807200 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28193] ppid=28179 vsize=13980732 memory=15872 CPUtime=0.35 cores=0,2,4,6
/proc/28181/task/28193/stat : 28193 (java) S 28179 28179 7968 0 -1 1077944384 4806 0 0 0 35 0 0 0 20 0 15 0 32239521 14316269568 2922723 18446744073709551615 4194304 4196468 140722879586992 139699537754144 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28194] ppid=28179 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28194/stat : 28194 (java) S 28179 28179 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 32239521 14316269568 2922723 18446744073709551615 4194304 4196468 140722879586992 139699536701792 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28195] ppid=28179 vsize=13980732 memory=2385 CPUtime=0.24 cores=0,2,4,6
/proc/28181/task/28195/stat : 28195 (java) S 28179 28179 7968 0 -1 1077944384 879 0 0 0 13 11 0 0 20 0 15 0 32239526 14316269568 2922723 18446744073709551615 4194304 4196468 140722879586992 139699535649840 139700627675778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 61 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
Current children cumulated CPU time: 499.4 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11692272 KiB

[startup+417.601 s]
/proc/loadavg: 2.60 2.18 2.09 3/213 28238
/proc/meminfo: memFree=17384944/32770624 swapFree=67108860/67108860
[pid=28179] ppid=28176 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28179/stat : 28179 (xcsp3-exec) S 28176 28179 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 32239506 9740288 345 18446744073709551615 4194304 5098028 140728653835888 140728653833992 139702517379708 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 11755520 140728653844858 140728653845062 140728653845062 140728653848555 0
/proc/28179/statm: 2378 345 289 221 0 87 0
[pid=28181] ppid=28179 vsize=13980732 memory=11690896 CPUtime=500.99 cores=0,2,4,6
/proc/28181/stat : 28181 (java) S 28179 28179 7968 0 -1 1077944320 846537 0 0 0 49315 784 0 0 20 0 15 0 32239516 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 140722879569536 139700627664631 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
/proc/28181/statm: 3495183 2922724 3225 1 0 3483476 0
[pid=28181/tid=28182] ppid=28179 vsize=13980732 memory=1296 CPUtime=366.23 cores=0,2,4,6
/proc/28181/task/28182/stat : 28182 (java) S 28179 28179 7968 0 -1 1077944384 71894 0 0 0 36589 34 0 0 20 0 15 0 32239516 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139700631903232 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28183] ppid=28179 vsize=13980732 memory=1380 CPUtime=27.4 cores=0,2,4,6
/proc/28181/task/28183/stat : 28183 (java) S 28179 28179 7968 0 -1 1077944384 185469 0 0 0 2616 124 0 0 20 0 15 0 32239517 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139700590770704 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28184] ppid=28179 vsize=13980732 memory=11690892 CPUtime=27.38 cores=0,2,4,6
/proc/28181/task/28184/stat : 28184 (java) S 28179 28179 7968 0 -1 1077944384 158975 0 0 0 2533 205 0 0 20 0 15 0 32239517 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139700226833040 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28185] ppid=28179 vsize=13980732 memory=1988652 CPUtime=27.37 cores=0,2,4,6
/proc/28181/task/28185/stat : 28185 (java) S 28179 28179 7968 0 -1 1077944384 213069 0 0 0 2555 182 0 0 20 0 15 0 32239517 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139700225779984 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28186] ppid=28179 vsize=13980732 memory=1152 CPUtime=27.44 cores=0,2,4,6
/proc/28181/task/28186/stat : 28186 (java) S 28179 28179 7968 0 -1 1077944384 102422 0 0 0 2538 206 0 0 20 0 15 0 32239517 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139700224727440 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28187] ppid=28179 vsize=13980732 memory=3160 CPUtime=23.54 cores=0,2,4,6
/proc/28181/task/28187/stat : 28187 (java) R 28179 28179 7968 0 -1 4202560 102022 0 0 0 2336 18 0 0 20 0 15 0 32239518 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139699544069344 139700612661028 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28188] ppid=28179 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28188/stat : 28188 (java) S 28179 28179 7968 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 32239518 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139699543017184 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28189] ppid=28179 vsize=13980732 memory=19780 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28189/stat : 28189 (java) S 28179 28179 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 32239519 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139699541964032 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28190] ppid=28179 vsize=13980732 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28190/stat : 28190 (java) S 28179 28179 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 32239521 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139699540912592 139700627683227 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28191] ppid=28179 vsize=13980732 memory=1296 CPUtime=0.5 cores=0,2,4,6
/proc/28181/task/28191/stat : 28191 (java) S 28179 28179 7968 0 -1 1077944384 3479 0 0 0 50 0 0 0 20 0 15 0 32239521 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139699539859456 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28192] ppid=28179 vsize=13980732 memory=1732 CPUtime=0.44 cores=0,2,4,6
/proc/28181/task/28192/stat : 28192 (java) S 28179 28179 7968 0 -1 1077944384 2191 0 0 0 43 1 0 0 20 0 15 0 32239521 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139699538807200 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28193] ppid=28179 vsize=13980732 memory=4124 CPUtime=0.35 cores=0,2,4,6
/proc/28181/task/28193/stat : 28193 (java) S 28179 28179 7968 0 -1 1077944384 4806 0 0 0 35 0 0 0 20 0 15 0 32239521 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139699537754144 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28194] ppid=28179 vsize=13980732 memory=19780 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28194/stat : 28194 (java) S 28179 28179 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 32239521 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139699536701792 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28195] ppid=28179 vsize=13980732 memory=2424 CPUtime=0.25 cores=0,2,4,6
/proc/28181/task/28195/stat : 28195 (java) S 28179 28179 7968 0 -1 1077944384 879 0 0 0 14 11 0 0 20 0 15 0 32239526 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139699535649840 139700627675778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 61 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
Current children cumulated CPU time: 500.99 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11692276 KiB

[startup+418.401 s]
/proc/loadavg: 2.60 2.18 2.09 3/213 28238
/proc/meminfo: memFree=17384944/32770624 swapFree=67108860/67108860
[pid=28179] ppid=28176 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28179/stat : 28179 (xcsp3-exec) S 28176 28179 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 32239506 9740288 345 18446744073709551615 4194304 5098028 140728653835888 140728653833992 139702517379708 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 11755520 140728653844858 140728653845062 140728653845062 140728653848555 0
/proc/28179/statm: 2378 345 289 221 0 87 0
[pid=28181] ppid=28179 vsize=13980732 memory=11690896 CPUtime=501.79 cores=0,2,4,6
/proc/28181/stat : 28181 (java) S 28179 28179 7968 0 -1 1077944320 846537 0 0 0 49395 784 0 0 20 0 15 0 32239516 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 140722879569536 139700627664631 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
/proc/28181/statm: 3495183 2922724 3225 1 0 3483476 0
[pid=28181/tid=28182] ppid=28179 vsize=13980732 memory=1380 CPUtime=366.23 cores=0,2,4,6
/proc/28181/task/28182/stat : 28182 (java) S 28179 28179 7968 0 -1 1077944384 71894 0 0 0 36589 34 0 0 20 0 15 0 32239516 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139700631903232 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28183] ppid=28179 vsize=13980732 memory=11690896 CPUtime=27.4 cores=0,2,4,6
/proc/28181/task/28183/stat : 28183 (java) S 28179 28179 7968 0 -1 1077944384 185469 0 0 0 2616 124 0 0 20 0 15 0 32239517 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139700590770704 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28184] ppid=28179 vsize=13980732 memory=7151827630005834850 CPUtime=27.38 cores=0,2,4,6
/proc/28181/task/28184/stat : 28184 (java) S 28179 28179 7968 0 -1 1077944384 158975 0 0 0 2533 205 0 0 20 0 15 0 32239517 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139700226833040 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28185] ppid=28179 vsize=13980732 memory=7223889626368464224 CPUtime=27.37 cores=0,2,4,6
/proc/28181/task/28185/stat : 28185 (java) S 28179 28179 7968 0 -1 1077944384 213069 0 0 0 2555 182 0 0 20 0 15 0 32239517 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139700225779984 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28186] ppid=28179 vsize=13980732 memory=7151826504724402792 CPUtime=27.44 cores=0,2,4,6
/proc/28181/task/28186/stat : 28186 (java) S 28179 28179 7968 0 -1 1077944384 102422 0 0 0 2538 206 0 0 20 0 15 0 32239517 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139700224727440 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28187] ppid=28179 vsize=13980732 memory=-8774313645642428999 CPUtime=24.34 cores=0,2,4,6
/proc/28181/task/28187/stat : 28187 (java) R 28179 28179 7968 0 -1 4202560 102022 0 0 0 2416 18 0 0 20 0 15 0 32239518 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139699544069344 139700612661041 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28188] ppid=28179 vsize=13980732 memory=19780 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28188/stat : 28188 (java) S 28179 28179 7968 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 32239518 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139699543017184 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28189] ppid=28179 vsize=13980732 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28189/stat : 28189 (java) S 28179 28179 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 32239519 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139699541964032 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28190] ppid=28179 vsize=13980732 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28190/stat : 28190 (java) S 28179 28179 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 32239521 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139699540912592 139700627683227 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28191] ppid=28179 vsize=13980732 memory=1732 CPUtime=0.5 cores=0,2,4,6
/proc/28181/task/28191/stat : 28191 (java) S 28179 28179 7968 0 -1 1077944384 3479 0 0 0 50 0 0 0 20 0 15 0 32239521 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139699539859456 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28192] ppid=28179 vsize=13980732 memory=1700 CPUtime=0.44 cores=0,2,4,6
/proc/28181/task/28192/stat : 28192 (java) S 28179 28179 7968 0 -1 1077944384 2191 0 0 0 43 1 0 0 20 0 15 0 32239521 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139699538807200 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28193] ppid=28179 vsize=13980732 memory=1228 CPUtime=0.35 cores=0,2,4,6
/proc/28181/task/28193/stat : 28193 (java) S 28179 28179 7968 0 -1 1077944384 4806 0 0 0 35 0 0 0 20 0 15 0 32239521 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139699537754144 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28194] ppid=28179 vsize=13980732 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28194/stat : 28194 (java) S 28179 28179 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 32239521 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139699536701792 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28195] ppid=28179 vsize=13980732 memory=2012 CPUtime=0.25 cores=0,2,4,6
/proc/28181/task/28195/stat : 28195 (java) S 28179 28179 7968 0 -1 1077944384 879 0 0 0 14 11 0 0 20 0 15 0 32239526 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139699535649840 139700627675778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 61 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
Current children cumulated CPU time: 501.79 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11692276 KiB

[startup+418.601 s]
/proc/loadavg: 2.60 2.18 2.09 3/213 28238
/proc/meminfo: memFree=17384944/32770624 swapFree=67108860/67108860
[pid=28179] ppid=28176 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28179/stat : 28179 (xcsp3-exec) S 28176 28179 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 32239506 9740288 345 18446744073709551615 4194304 5098028 140728653835888 140728653833992 139702517379708 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 11755520 140728653844858 140728653845062 140728653845062 140728653848555 0
/proc/28179/statm: 2378 345 289 221 0 87 0
[pid=28181] ppid=28179 vsize=13980732 memory=11690896 CPUtime=501.99 cores=0,2,4,6
/proc/28181/stat : 28181 (java) S 28179 28179 7968 0 -1 1077944320 846537 0 0 0 49415 784 0 0 20 0 15 0 32239516 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 140722879569536 139700627664631 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
/proc/28181/statm: 3495183 2922724 3225 1 0 3483476 0
[pid=28181/tid=28182] ppid=28179 vsize=13980732 memory=792 CPUtime=366.23 cores=0,2,4,6
/proc/28181/task/28182/stat : 28182 (java) S 28179 28179 7968 0 -1 1077944384 71894 0 0 0 36589 34 0 0 20 0 15 0 32239516 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139700631903232 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28183] ppid=28179 vsize=13980732 memory=8700 CPUtime=27.4 cores=0,2,4,6
/proc/28181/task/28183/stat : 28183 (java) S 28179 28179 7968 0 -1 1077944384 185469 0 0 0 2616 124 0 0 20 0 15 0 32239517 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139700590770704 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28184] ppid=28179 vsize=13980732 memory=1440 CPUtime=27.38 cores=0,2,4,6
/proc/28181/task/28184/stat : 28184 (java) S 28179 28179 7968 0 -1 1077944384 158975 0 0 0 2533 205 0 0 20 0 15 0 32239517 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139700226833040 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28185] ppid=28179 vsize=13980732 memory=1380 CPUtime=27.37 cores=0,2,4,6
/proc/28181/task/28185/stat : 28185 (java) S 28179 28179 7968 0 -1 1077944384 213069 0 0 0 2555 182 0 0 20 0 15 0 32239517 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139700225779984 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28186] ppid=28179 vsize=13980732 memory=1380 CPUtime=27.44 cores=0,2,4,6
/proc/28181/task/28186/stat : 28186 (java) S 28179 28179 7968 0 -1 1077944384 102422 0 0 0 2538 206 0 0 20 0 15 0 32239517 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139700224727440 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28187] ppid=28179 vsize=13980732 memory=11690896 CPUtime=24.54 cores=0,2,4,6
/proc/28181/task/28187/stat : 28187 (java) R 28179 28179 7968 0 -1 4202560 102022 0 0 0 2436 18 0 0 20 0 15 0 32239518 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139699544069344 139700606034811 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28188] ppid=28179 vsize=13980732 memory=2856 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28188/stat : 28188 (java) S 28179 28179 7968 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 32239518 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139699543017184 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28189] ppid=28179 vsize=13980732 memory=2784 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28189/stat : 28189 (java) S 28179 28179 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 32239519 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139699541964032 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28190] ppid=28179 vsize=13980732 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28190/stat : 28190 (java) S 28179 28179 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 32239521 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139699540912592 139700627683227 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28191] ppid=28179 vsize=13980732 memory=1000 CPUtime=0.5 cores=0,2,4,6
/proc/28181/task/28191/stat : 28191 (java) S 28179 28179 7968 0 -1 1077944384 3479 0 0 0 50 0 0 0 20 0 15 0 32239521 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139699539859456 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28192] ppid=28179 vsize=13980732 memory=-8774313645642428999 CPUtime=0.44 cores=0,2,4,6
/proc/28181/task/28192/stat : 28192 (java) S 28179 28179 7968 0 -1 1077944384 2191 0 0 0 43 1 0 0 20 0 15 0 32239521 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139699538807200 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28193] ppid=28179 vsize=13980732 memory=11667172 CPUtime=0.35 cores=0,2,4,6
/proc/28181/task/28193/stat : 28193 (java) S 28179 28179 7968 0 -1 1077944384 4806 0 0 0 35 0 0 0 20 0 15 0 32239521 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139699537754144 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28194] ppid=28179 vsize=13980732 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/28181/task/28194/stat : 28194 (java) S 28179 28179 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 32239521 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139699536701792 139700627674837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
[pid=28181/tid=28195] ppid=28179 vsize=13980732 memory=1296 CPUtime=0.25 cores=0,2,4,6
/proc/28181/task/28195/stat : 28195 (java) S 28179 28179 7968 0 -1 1077944384 879 0 0 0 14 11 0 0 20 0 15 0 32239526 14316269568 2922724 18446744073709551615 4194304 4196468 140722879586992 139699535649840 139700627675778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 61 0 0 6293624 6294260 6799360 140722879590834 140722879591010 140722879591010 140722879594447 0
Current children cumulated CPU time: 501.99 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11692276 KiB

[startup+418.701 s]
/proc/loadavg: 2.60 2.18 2.09 3/213 28238
/proc/meminfo: memFree=17384944/32770624 swapFree=67108860/67108860
[pid=28179] ppid=28176 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28179/stat : 28179 (xcsp3-exec) S 28176 28179 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 32239506 9740288 345 18446744073709551615 4194304 5098028 140728653835888 140728653833992 139702517379708 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 11755520 140728653844858 140728653845062 140728653845062 140728653848555 0
/proc/28179/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

Child status: 1
Real time (s): 418.736
CPU time (s): 502.143
CPU user time (s): 494.206
CPU system time (s): 7.93705
CPU usage (%): 119.919
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 11692276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 494.206
system time used= 7.93704
maximum resident set size= 11691212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 847250
page faults= 0
swaps= 0
block input operations= 0
block output operations= 592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20604
involuntary context switches= 1792


# summary of solver processes directly reported to runsolver:
#   pid: 28179
#   total CPU time (s): 502.143
#   total CPU user time (s): 494.206
#   total CPU system time (s): 7.93705

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.45342 second user time and 4.476 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-15 09:38:51
IDJOB=4272760
IDBENCH=126259
IDSOLVER=2664
FILE ID=node128/4272760-1502783568
RUNJOBID= node128-1502649221-29000
PBS_JOBID= 
Free space on /tmp= 61960 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Steiner3/Steiner3-m1-s1/Steiner3-14.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-4272760-1502783568/watcher-4272760-1502783568 -o /tmp/evaluation-result-4272760-1502783568/solver-4272760-1502783568 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29000 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 991972058 HOME/instance-4272760-1502783568.xml

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

MD5SUM BENCH= 2556de90265467259f78cf5ff01f71ea
RANDOM SEED=991972058

node128.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.94
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.94
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.94
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.94
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:        29087624 kB
MemAvailable:   30034284 kB
Buffers:          221592 kB
Cached:          1007928 kB
SwapCached:            0 kB
Active:          2406948 kB
Inactive:         853964 kB
Active(anon):    2031368 kB
Inactive(anon):    16764 kB
Active(file):     375580 kB
Inactive(file):   837200 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             71656 kB
Writeback:             0 kB
AnonPages:       2030736 kB
Mapped:            49732 kB
Shmem:             17116 kB
Slab:             124556 kB
SReclaimable:      99428 kB
SUnreclaim:        25128 kB
KernelStack:        3472 kB
PageTables:         9056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4267540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1828864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61952 MiB
End job on node128 at 2017-08-15 09:45:50