Trace number 4403746

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-20? 342.515 120.789

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-13.xml
MD5SUMf1adf00e8f8fa1741c0d4b74f691c684
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.31504
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints286
Number of domains1
Minimum domain size78
Maximum domain size78
Distribution of domain sizes[{"size":78,"count":78}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":91},{"degree":12,"count":78}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":286}]
Number of extensional constraints0
Number of intensional constraints286
Distribution of constraint types[{"type":"intension","count":286}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403746-1568993599.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4403746-1568993599.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.29	c parse instance...
318.55/113.88	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
318.55/113.88		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:101)
318.55/113.88		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
318.55/113.88		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2108)
318.55/113.88		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2055)
318.55/113.88		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:152)
342.41/120.72		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
342.41/120.72		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
342.41/120.72		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
342.41/120.72		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
342.41/120.72		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
342.41/120.72		at org.xcsp.parser.XCallbacks$$Lambda$94/1519280649.accept(Unknown Source)
342.41/120.72		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
342.41/120.72		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
342.41/120.72		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
342.41/120.72		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
342.41/120.72		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
342.41/120.72		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
342.41/120.72		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
342.41/120.72		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
342.41/120.72		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
342.41/120.72		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
342.41/120.72		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
342.41/120.72		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
342.41/120.72	s UNKNOWN
342.41/120.72	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 (13263 MiB free)
  memory of node 1: 16384 MiB (9327 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403746-1568993599/watcher-4403746-1568993599 -o /tmp/evaluation-result-4403746-1568993599/solver-4403746-1568993599 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568988008-30877 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1406882422 HOME/instance-4403746-1568993599.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=6187, runsolver pid=6184

[startup+0.100062 s]*
/proc/loadavg: 8.23 7.42 7.33 7/233 6203
/proc/meminfo: memFree=23116832/32770624 swapFree=66939008/67108860
[pid=6187] ppid=6184 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6187/stat : 6187 (xcsp3-exec) S 6184 6187 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475629640 115843072 362 33554432000 4194304 5098028 140732501745648 140732501743752 140343124718204 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18534400 140732501750650 140732501750893 140732501750893 140732501753802 0
/proc/6187/statm: 28282 362 304 221 0 87 0
[pid=6189] ppid=6187 vsize=15144776 memory=29632 CPUtime=0.12 cores=0,2,4,6
/proc/6189/stat : 6189 (java) S 6187 6187 30846 0 -1 1077944320 5805 0 0 0 11 1 0 0 20 0 15 0 475629640 15508250624 7408 33554432000 4194304 4196468 140728179645456 140728179628000 139873882287863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
/proc/6189/statm: 3786194 7408 3156 1 0 3748377 0
[pid=6189/tid=6190] ppid=6187 vsize=15144776 memory=7031125463459224206 CPUtime=0.09 cores=0,2,4,6
/proc/6189/task/6190/stat : 6190 (java) R 6187 6187 30846 0 -1 4202560 3719 0 0 0 8 1 0 0 20 0 15 0 475629640 15508250624 7408 33554432000 4194304 4196468 140728179645456 139873886522400 139873882299798 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6191] ppid=6187 vsize=15144776 memory=7378697629483820645 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6191/stat : 6191 (java) S 6187 6187 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475629641 15508250624 7408 33554432000 4194304 4196468 140728179645456 139873810328080 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6192] ppid=6187 vsize=15144776 memory=140228136375936 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6192/stat : 6192 (java) S 6187 6187 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475629641 15508250624 7408 33554432000 4194304 4196468 140728179645456 139873809275536 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6193] ppid=6187 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6193/stat : 6193 (java) S 6187 6187 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475629641 15508250624 7408 33554432000 4194304 4196468 140728179645456 139873808222480 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6194] ppid=6187 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6194/stat : 6194 (java) S 6187 6187 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475629641 15508250624 7408 33554432000 4194304 4196468 140728179645456 139873807169936 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6195] ppid=6187 vsize=15144776 memory=140228136375936 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6195/stat : 6195 (java) S 6187 6187 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475629642 15508250624 7408 33554432000 4194304 4196468 140728179645456 139873216637680 139873882299010 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6196] ppid=6187 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6196/stat : 6196 (java) S 6187 6187 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475629643 15508250624 7408 33554432000 4194304 4196468 140728179645456 139873215583904 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6197] ppid=6187 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6197/stat : 6197 (java) S 6187 6187 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475629643 15508250624 7408 33554432000 4194304 4196468 140728179645456 139873214530800 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6198] ppid=6187 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6198/stat : 6198 (java) S 6187 6187 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475629645 15508250624 7408 33554432000 4194304 4196468 140728179645456 139873213479376 139873882306459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6199] ppid=6187 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6199/stat : 6199 (java) R 6187 6187 30846 0 -1 4202560 420 0 0 0 0 0 0 0 20 0 15 0 475629645 15508250624 7408 33554432000 4194304 4196468 140728179645456 139873212417984 139873867104365 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6200] ppid=6187 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6200/stat : 6200 (java) R 6187 6187 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475629645 15508250624 7408 33554432000 4194304 4196468 140728179645456 139873211374032 139873882298069 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6201] ppid=6187 vsize=15144776 memory=140228136375936 CPUtime=0.02 cores=0,2,4,6
/proc/6189/task/6201/stat : 6201 (java) R 6187 6187 30846 0 -1 4202560 367 0 0 0 2 0 0 0 20 0 15 0 475629645 15508250624 7408 33554432000 4194304 4196468 140728179645456 139873210320880 139873882299798 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6202] ppid=6187 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6202/stat : 6202 (java) S 6187 6187 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475629646 15508250624 7408 33554432000 4194304 4196468 140728179645456 139873209268576 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6203] ppid=6187 vsize=15144776 memory=140228136375936 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6203/stat : 6203 (java) S 6187 6187 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475629646 15508250624 7408 33554432000 4194304 4196468 140728179645456 139873208216624 139873882299010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31080 KiB

[startup+0.210889 s]*
/proc/loadavg: 8.23 7.42 7.33 6/233 6203
/proc/meminfo: memFree=23103792/32770624 swapFree=66939008/67108860
[pid=6187] ppid=6184 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6187/stat : 6187 (xcsp3-exec) S 6184 6187 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475629640 115843072 362 33554432000 4194304 5098028 140732501745648 140732501743752 140343124718204 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18534400 140732501750650 140732501750893 140732501750893 140732501753802 0
/proc/6187/statm: 28282 362 304 221 0 87 0
[pid=6189] ppid=6187 vsize=15144776 memory=40876 CPUtime=0.34 cores=0,2,4,6
/proc/6189/stat : 6189 (java) S 6187 6187 30846 0 -1 1077944320 9445 0 0 0 31 3 0 0 20 0 15 0 475629640 15508250624 10219 33554432000 4194304 4196468 140728179645456 140728179628000 139873882287863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
/proc/6189/statm: 3786194 10219 3305 1 0 3748377 0
[pid=6189/tid=6190] ppid=6187 vsize=15144776 memory=7022364632946311227 CPUtime=0.2 cores=0,2,4,6
/proc/6189/task/6190/stat : 6190 (java) R 6187 6187 30846 0 -1 4202560 6616 0 0 0 18 2 0 0 20 0 15 0 475629640 15508250624 10219 33554432000 4194304 4196468 140728179645456 139873886519776 139873478658925 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6191] ppid=6187 vsize=15144776 memory=4294979937 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6191/stat : 6191 (java) S 6187 6187 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475629641 15508250624 10219 33554432000 4194304 4196468 140728179645456 139873810328080 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6192] ppid=6187 vsize=15144776 memory=288370604288087680 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6192/stat : 6192 (java) S 6187 6187 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475629641 15508250624 10219 33554432000 4194304 4196468 140728179645456 139873809275536 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6193] ppid=6187 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6193/stat : 6193 (java) S 6187 6187 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475629641 15508250624 10219 33554432000 4194304 4196468 140728179645456 139873808222480 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6194] ppid=6187 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6194/stat : 6194 (java) S 6187 6187 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475629641 15508250624 10219 33554432000 4194304 4196468 140728179645456 139873807169936 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6195] ppid=6187 vsize=15144776 memory=140228136375936 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6195/stat : 6195 (java) S 6187 6187 30846 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475629642 15508250624 10219 33554432000 4194304 4196468 140728179645456 139873216637680 139873882299010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6196] ppid=6187 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6196/stat : 6196 (java) S 6187 6187 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475629643 15508250624 10219 33554432000 4194304 4196468 140728179645456 139873215583904 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6197] ppid=6187 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6197/stat : 6197 (java) S 6187 6187 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475629643 15508250624 10219 33554432000 4194304 4196468 140728179645456 139873214530800 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6198] ppid=6187 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6198/stat : 6198 (java) S 6187 6187 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475629645 15508250624 10219 33554432000 4194304 4196468 140728179645456 139873213479376 139873882306459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6199] ppid=6187 vsize=15144776 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6189/task/6199/stat : 6199 (java) S 6187 6187 30846 0 -1 1077944384 714 0 0 0 3 0 0 0 20 0 15 0 475629645 15508250624 10219 33554432000 4194304 4196468 140728179645456 139873212426480 139873882299010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6200] ppid=6187 vsize=15144776 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/6189/task/6200/stat : 6200 (java) S 6187 6187 30846 0 -1 1077944384 63 0 0 0 1 0 0 0 20 0 15 0 475629645 15508250624 10219 33554432000 4194304 4196468 140728179645456 139873211373936 139873882299010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6201] ppid=6187 vsize=15144776 memory=140228136375936 CPUtime=0.08 cores=0,2,4,6
/proc/6189/task/6201/stat : 6201 (java) R 6187 6187 30846 0 -1 4202560 749 0 0 0 8 0 0 0 20 0 15 0 475629645 15508250624 10219 33554432000 4194304 4196468 140728179645456 139873210320880 139873867453518 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6202] ppid=6187 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6202/stat : 6202 (java) S 6187 6187 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475629646 15508250624 10219 33554432000 4194304 4196468 140728179645456 139873209268576 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6203] ppid=6187 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6203/stat : 6203 (java) S 6187 6187 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475629646 15508250624 10219 33554432000 4194304 4196468 140728179645456 139873208216624 139873882299010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42324 KiB

[startup+0.310716 s]*
/proc/loadavg: 8.23 7.42 7.33 7/233 6203
/proc/meminfo: memFree=23098544/32770624 swapFree=66939008/67108860
[pid=6187] ppid=6184 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6187/stat : 6187 (xcsp3-exec) S 6184 6187 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475629640 115843072 362 33554432000 4194304 5098028 140732501745648 140732501743752 140343124718204 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18534400 140732501750650 140732501750893 140732501750893 140732501753802 0
/proc/6187/statm: 28282 362 304 221 0 87 0
[pid=6189] ppid=6187 vsize=15149032 memory=49784 CPUtime=0.52 cores=0,2,4,6
/proc/6189/stat : 6189 (java) S 6187 6187 30846 0 -1 1077944320 10797 0 0 0 49 3 0 0 20 0 15 0 475629640 15512608768 12446 33554432000 4194304 4196468 140728179645456 140728179628000 139873882287863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
/proc/6189/statm: 3787258 12446 3369 1 0 3748377 0
[pid=6189/tid=6190] ppid=6187 vsize=15149032 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/6189/task/6190/stat : 6190 (java) R 6187 6187 30846 0 -1 4202560 7721 0 0 0 27 2 0 0 20 0 15 0 475629640 15512608768 12487 33554432000 4194304 4196468 140728179645456 139873886522976 139873882309789 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6191] ppid=6187 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6191/stat : 6191 (java) S 6187 6187 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475629641 15512608768 12487 33554432000 4194304 4196468 140728179645456 139873810328080 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6192] ppid=6187 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6192/stat : 6192 (java) S 6187 6187 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475629641 15512608768 12487 33554432000 4194304 4196468 140728179645456 139873809275536 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6193] ppid=6187 vsize=15149032 memory=46849 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6193/stat : 6193 (java) S 6187 6187 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475629641 15512608768 12487 33554432000 4194304 4196468 140728179645456 139873808222480 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6194] ppid=6187 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6194/stat : 6194 (java) S 6187 6187 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475629641 15512608768 12487 33554432000 4194304 4196468 140728179645456 139873807169936 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6195] ppid=6187 vsize=15149032 memory=9122745479247552727 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6195/stat : 6195 (java) S 6187 6187 30846 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475629642 15512608768 12487 33554432000 4194304 4196468 140728179645456 139873216637680 139873882299010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6196] ppid=6187 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6196/stat : 6196 (java) S 6187 6187 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475629643 15512608768 12487 33554432000 4194304 4196468 140728179645456 139873215583904 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6197] ppid=6187 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6197/stat : 6197 (java) S 6187 6187 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475629643 15512608768 12487 33554432000 4194304 4196468 140728179645456 139873214530800 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6198] ppid=6187 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6198/stat : 6198 (java) S 6187 6187 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475629645 15512608768 12487 33554432000 4194304 4196468 140728179645456 139873213479376 139873882306459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6199] ppid=6187 vsize=15149032 memory=-1751206678989134939 CPUtime=0.05 cores=0,2,4,6
/proc/6189/task/6199/stat : 6199 (java) R 6187 6187 30846 0 -1 4202560 812 0 0 0 5 0 0 0 20 0 15 0 475629645 15512608768 12487 33554432000 4194304 4196468 140728179645456 139873212426576 139873867414044 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6200] ppid=6187 vsize=15149032 memory=7680491646476169235 CPUtime=0.03 cores=0,2,4,6
/proc/6189/task/6200/stat : 6200 (java) S 6187 6187 30846 0 -1 1077944384 96 0 0 0 3 0 0 0 20 0 15 0 475629645 15512608768 12487 33554432000 4194304 4196468 140728179645456 139873211373936 139873882299010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6201] ppid=6187 vsize=15149032 memory=7088771780547993696 CPUtime=0.12 cores=0,2,4,6
/proc/6189/task/6201/stat : 6201 (java) S 6187 6187 30846 0 -1 1077944384 883 0 0 0 12 0 0 0 20 0 15 0 475629645 15512608768 12487 33554432000 4194304 4196468 140728179645456 139873210320880 139873882299010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6202] ppid=6187 vsize=15149032 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6202/stat : 6202 (java) S 6187 6187 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475629646 15512608768 12487 33554432000 4194304 4196468 140728179645456 139873209268576 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6203] ppid=6187 vsize=15149032 memory=7317634893576766894 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6203/stat : 6203 (java) R 6187 6187 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475629646 15512608768 12487 33554432000 4194304 4196468 140728179645456 139873208216624 139873882299010 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51232 KiB

[startup+0.70087 s]
/proc/loadavg: 8.23 7.42 7.33 7/233 6203
/proc/meminfo: memFree=23086868/32770624 swapFree=66939008/67108860
[pid=6187] ppid=6184 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6187/stat : 6187 (xcsp3-exec) S 6184 6187 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475629640 115843072 362 33554432000 4194304 5098028 140732501745648 140732501743752 140343124718204 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18534400 140732501750650 140732501750893 140732501750893 140732501753802 0
/proc/6187/statm: 28282 362 304 221 0 87 0
[pid=6189] ppid=6187 vsize=15151156 memory=126528 CPUtime=1.34 cores=0,2,4,6
/proc/6189/stat : 6189 (java) S 6187 6187 30846 0 -1 1077944320 13043 0 0 0 129 5 0 0 20 0 15 0 475629640 15514783744 31632 33554432000 4194304 4196468 140728179645456 140728179628000 139873882287863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
/proc/6189/statm: 3787789 31632 3436 1 0 3748889 0
[pid=6189/tid=6190] ppid=6187 vsize=15151156 memory=-7816663703405220396 CPUtime=0.67 cores=0,2,4,6
/proc/6189/task/6190/stat : 6190 (java) R 6187 6187 30846 0 -1 4202560 9018 0 0 0 64 3 0 0 20 0 15 0 475629640 15514783744 31632 33554432000 4194304 4196468 140728179645456 139873886523248 139873481939224 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6191] ppid=6187 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6191/stat : 6191 (java) S 6187 6187 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475629641 15514783744 31632 33554432000 4194304 4196468 140728179645456 139873810328080 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6192] ppid=6187 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6192/stat : 6192 (java) S 6187 6187 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475629641 15514783744 31632 33554432000 4194304 4196468 140728179645456 139873809275536 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6193] ppid=6187 vsize=15151156 memory=55 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6193/stat : 6193 (java) S 6187 6187 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475629641 15514783744 31632 33554432000 4194304 4196468 140728179645456 139873808222480 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6194] ppid=6187 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6194/stat : 6194 (java) S 6187 6187 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475629641 15514783744 31632 33554432000 4194304 4196468 140728179645456 139873807169936 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6195] ppid=6187 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6195/stat : 6195 (java) S 6187 6187 30846 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475629642 15514783744 31632 33554432000 4194304 4196468 140728179645456 139873216637680 139873882299010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6196] ppid=6187 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6196/stat : 6196 (java) S 6187 6187 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475629643 15514783744 31632 33554432000 4194304 4196468 140728179645456 139873215583904 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6197] ppid=6187 vsize=15151156 memory=221 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6197/stat : 6197 (java) S 6187 6187 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475629643 15514783744 31632 33554432000 4194304 4196468 140728179645456 139873214530800 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6198] ppid=6187 vsize=15151156 memory=2 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6198/stat : 6198 (java) S 6187 6187 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475629645 15514783744 31632 33554432000 4194304 4196468 140728179645456 139873213479376 139873882306459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6199] ppid=6187 vsize=15151156 memory=53592 CPUtime=0.21 cores=0,2,4,6
/proc/6189/task/6199/stat : 6199 (java) R 6187 6187 30846 0 -1 4202560 1021 0 0 0 21 0 0 0 20 0 15 0 475629645 15514783744 31632 33554432000 4194304 4196468 140728179645456 139873212426480 139873860211771 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6200] ppid=6187 vsize=15151156 memory=988 CPUtime=0.15 cores=0,2,4,6
/proc/6189/task/6200/stat : 6200 (java) S 6187 6187 30846 0 -1 1077944384 401 0 0 0 15 0 0 0 20 0 15 0 475629645 15514783744 31632 33554432000 4194304 4196468 140728179645456 139873211373936 139873882299010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6201] ppid=6187 vsize=15151156 memory=2016 CPUtime=0.28 cores=0,2,4,6
/proc/6189/task/6201/stat : 6201 (java) S 6187 6187 30846 0 -1 1077944384 1297 0 0 0 28 0 0 0 20 0 15 0 475629645 15514783744 31632 33554432000 4194304 4196468 140728179645456 139873210320880 139873882299010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6202] ppid=6187 vsize=15151156 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6202/stat : 6202 (java) S 6187 6187 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475629646 15514783744 31632 33554432000 4194304 4196468 140728179645456 139873209268576 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6203] ppid=6187 vsize=15151156 memory=10728 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6203/stat : 6203 (java) S 6187 6187 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475629646 15514783744 31632 33554432000 4194304 4196468 140728179645456 139873208216624 139873882299010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
Current children cumulated CPU time: 1.34 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 127976 KiB

[startup+1.50077 s]
/proc/loadavg: 8.23 7.42 7.33 6/233 6203
/proc/meminfo: memFree=22903296/32770624 swapFree=66939008/67108860
[pid=6187] ppid=6184 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6187/stat : 6187 (xcsp3-exec) S 6184 6187 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475629640 115843072 362 33554432000 4194304 5098028 140732501745648 140732501743752 140343124718204 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18534400 140732501750650 140732501750893 140732501750893 140732501753802 0
/proc/6187/statm: 28282 362 304 221 0 87 0

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

/proc/6187/stat : 6187 (xcsp3-exec) S 6184 6187 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475629640 115843072 362 33554432000 4194304 5098028 140732501745648 140732501743752 140343124718204 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18534400 140732501750650 140732501750893 140732501750893 140732501753802 0
/proc/6187/statm: 28282 362 304 221 0 87 0
[pid=6189] ppid=6187 vsize=15151156 memory=11786608 CPUtime=341.72 cores=0,2,4,6
/proc/6189/stat : 6189 (java) S 6187 6187 30846 0 -1 1077944320 301442 0 0 0 32814 1358 0 0 20 0 15 0 475629640 15514783744 2946652 33554432000 4194304 4196468 140728179645456 140728179628000 139873882287863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
/proc/6189/statm: 3787789 2946652 3504 1 0 3748889 0
[pid=6189/tid=6190] ppid=6187 vsize=15151156 memory=6935054825532540783 CPUtime=21.53 cores=0,2,4,6
/proc/6189/task/6190/stat : 6190 (java) S 6187 6187 30846 0 -1 1077944384 14795 0 0 0 2144 9 0 0 20 0 15 0 475629640 15514783744 2946652 33554432000 4194304 4196468 140728179645456 139873886527648 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6191] ppid=6187 vsize=15151156 memory=4126316290023845779 CPUtime=73.55 cores=0,2,4,6
/proc/6189/task/6191/stat : 6191 (java) S 6187 6187 30846 0 -1 1077944384 66547 0 0 0 7010 345 0 0 20 0 15 0 475629641 15514783744 2946652 33554432000 4194304 4196468 140728179645456 139873810328080 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6192] ppid=6187 vsize=15151156 memory=1412 CPUtime=73.81 cores=0,2,4,6
/proc/6189/task/6192/stat : 6192 (java) S 6187 6187 30846 0 -1 1077944384 39657 0 0 0 7061 320 0 0 20 0 15 0 475629641 15514783744 2946652 33554432000 4194304 4196468 140728179645456 139873809275536 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6193] ppid=6187 vsize=15151156 memory=3028 CPUtime=73.91 cores=0,2,4,6
/proc/6189/task/6193/stat : 6193 (java) S 6187 6187 30846 0 -1 1077944384 77303 0 0 0 7063 328 0 0 20 0 15 0 475629641 15514783744 2946652 33554432000 4194304 4196468 140728179645456 139873808222480 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6194] ppid=6187 vsize=15151156 memory=1448 CPUtime=73.89 cores=0,2,4,6
/proc/6189/task/6194/stat : 6194 (java) S 6187 6187 30846 0 -1 1077944384 55493 0 0 0 7043 346 0 0 20 0 15 0 475629641 15514783744 2946652 33554432000 4194304 4196468 140728179645456 139873807169936 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6195] ppid=6187 vsize=15151156 memory=11786608 CPUtime=23.64 cores=0,2,4,6
/proc/6189/task/6195/stat : 6195 (java) R 6187 6187 30846 0 -1 4202560 36720 0 0 0 2360 4 0 0 20 0 15 0 475629642 15514783744 2946652 33554432000 4194304 4196468 140728179645456 139873216636224 139873866745461 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6196] ppid=6187 vsize=15151156 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6196/stat : 6196 (java) S 6187 6187 30846 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 475629643 15514783744 2946652 33554432000 4194304 4196468 140728179645456 139873215583968 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6197] ppid=6187 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6197/stat : 6197 (java) S 6187 6187 30846 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 475629643 15514783744 2946652 33554432000 4194304 4196468 140728179645456 139873214530816 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6198] ppid=6187 vsize=15151156 memory=3501724 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6198/stat : 6198 (java) S 6187 6187 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475629645 15514783744 2946652 33554432000 4194304 4196468 140728179645456 139873213479376 139873882306459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6199] ppid=6187 vsize=15151156 memory=1412 CPUtime=0.47 cores=0,2,4,6
/proc/6189/task/6199/stat : 6199 (java) S 6187 6187 30846 0 -1 1077944384 3960 0 0 0 47 0 0 0 20 0 15 0 475629645 15514783744 2946652 33554432000 4194304 4196468 140728179645456 139873212426528 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6200] ppid=6187 vsize=15151156 memory=3028 CPUtime=0.32 cores=0,2,4,6
/proc/6189/task/6200/stat : 6200 (java) S 6187 6187 30846 0 -1 1077944384 2102 0 0 0 32 0 0 0 20 0 15 0 475629645 15514783744 2946652 33554432000 4194304 4196468 140728179645456 139873211373696 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6201] ppid=6187 vsize=15151156 memory=1448 CPUtime=0.47 cores=0,2,4,6
/proc/6189/task/6201/stat : 6201 (java) S 6187 6187 30846 0 -1 1077944384 3315 0 0 0 47 0 0 0 20 0 15 0 475629645 15514783744 2946652 33554432000 4194304 4196468 140728179645456 139873210315648 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6202] ppid=6187 vsize=15151156 memory=11786608 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6202/stat : 6202 (java) S 6187 6187 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475629646 15514783744 2946652 33554432000 4194304 4196468 140728179645456 139873209268576 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6203] ppid=6187 vsize=15151156 memory=1804 CPUtime=0.04 cores=0,2,4,6
/proc/6189/task/6203/stat : 6203 (java) S 6187 6187 30846 0 -1 1077944384 227 0 0 0 2 2 0 0 20 0 15 0 475629646 15514783744 2946652 33554432000 4194304 4196468 140728179645456 139873208216624 139873882299010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 58 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
Current children cumulated CPU time: 341.72 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 11788056 KiB

[startup+120.401 s]
/proc/loadavg: 7.33 7.22 7.25 7/231 6226
/proc/meminfo: memFree=10159780/32770624 swapFree=66939008/67108860
[pid=6187] ppid=6184 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6187/stat : 6187 (xcsp3-exec) S 6184 6187 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475629640 115843072 362 33554432000 4194304 5098028 140732501745648 140732501743752 140343124718204 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18534400 140732501750650 140732501750893 140732501750893 140732501753802 0
/proc/6187/statm: 28282 362 304 221 0 87 0
[pid=6189] ppid=6187 vsize=15151156 memory=11786652 CPUtime=342.11 cores=0,2,4,6
/proc/6189/stat : 6189 (java) S 6187 6187 30846 0 -1 1077944320 301685 0 0 0 32853 1358 0 0 20 0 15 0 475629640 15514783744 2946663 33554432000 4194304 4196468 140728179645456 140728179628000 139873882287863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
/proc/6189/statm: 3787789 2946663 3504 1 0 3748889 0
[pid=6189/tid=6190] ppid=6187 vsize=15151156 memory=808 CPUtime=21.53 cores=0,2,4,6
/proc/6189/task/6190/stat : 6190 (java) S 6187 6187 30846 0 -1 1077944384 14795 0 0 0 2144 9 0 0 20 0 15 0 475629640 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873886527648 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6191] ppid=6187 vsize=15151156 memory=4100 CPUtime=73.55 cores=0,2,4,6
/proc/6189/task/6191/stat : 6191 (java) S 6187 6187 30846 0 -1 1077944384 66547 0 0 0 7010 345 0 0 20 0 15 0 475629641 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873810328080 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6192] ppid=6187 vsize=15151156 memory=1412 CPUtime=73.81 cores=0,2,4,6
/proc/6189/task/6192/stat : 6192 (java) S 6187 6187 30846 0 -1 1077944384 39657 0 0 0 7061 320 0 0 20 0 15 0 475629641 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873809275536 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6193] ppid=6187 vsize=15151156 memory=8112282956445269571 CPUtime=73.91 cores=0,2,4,6
/proc/6189/task/6193/stat : 6193 (java) S 6187 6187 30846 0 -1 1077944384 77303 0 0 0 7063 328 0 0 20 0 15 0 475629641 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873808222480 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6194] ppid=6187 vsize=15151156 memory=1720 CPUtime=73.89 cores=0,2,4,6
/proc/6189/task/6194/stat : 6194 (java) S 6187 6187 30846 0 -1 1077944384 55493 0 0 0 7043 346 0 0 20 0 15 0 475629641 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873807169936 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6195] ppid=6187 vsize=15151156 memory=1096 CPUtime=24.03 cores=0,2,4,6
/proc/6189/task/6195/stat : 6195 (java) R 6187 6187 30846 0 -1 4202560 36963 0 0 0 2399 4 0 0 20 0 15 0 475629642 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873216636112 139873867284215 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6196] ppid=6187 vsize=15151156 memory=1188 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6196/stat : 6196 (java) S 6187 6187 30846 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 475629643 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873215583968 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6197] ppid=6187 vsize=15151156 memory=1560 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6197/stat : 6197 (java) S 6187 6187 30846 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 475629643 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873214530816 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6198] ppid=6187 vsize=15151156 memory=500 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6198/stat : 6198 (java) S 6187 6187 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475629645 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873213479376 139873882306459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6199] ppid=6187 vsize=15151156 memory=928 CPUtime=0.47 cores=0,2,4,6
/proc/6189/task/6199/stat : 6199 (java) S 6187 6187 30846 0 -1 1077944384 3960 0 0 0 47 0 0 0 20 0 15 0 475629645 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873212426528 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6200] ppid=6187 vsize=15151156 memory=1984 CPUtime=0.32 cores=0,2,4,6
/proc/6189/task/6200/stat : 6200 (java) S 6187 6187 30846 0 -1 1077944384 2102 0 0 0 32 0 0 0 20 0 15 0 475629645 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873211373696 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6201] ppid=6187 vsize=15151156 memory=2364 CPUtime=0.47 cores=0,2,4,6
/proc/6189/task/6201/stat : 6201 (java) S 6187 6187 30846 0 -1 1077944384 3315 0 0 0 47 0 0 0 20 0 15 0 475629645 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873210315648 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6202] ppid=6187 vsize=15151156 memory=1744 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6202/stat : 6202 (java) S 6187 6187 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475629646 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873209268576 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6203] ppid=6187 vsize=15151156 memory=8112282956445269571 CPUtime=0.04 cores=0,2,4,6
/proc/6189/task/6203/stat : 6203 (java) S 6187 6187 30846 0 -1 1077944384 227 0 0 0 2 2 0 0 20 0 15 0 475629646 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873208216624 139873882299010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 58 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
Current children cumulated CPU time: 342.11 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 11788100 KiB

[startup+120.601 s]
/proc/loadavg: 7.33 7.22 7.25 7/231 6226
/proc/meminfo: memFree=10159780/32770624 swapFree=66939008/67108860
[pid=6187] ppid=6184 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6187/stat : 6187 (xcsp3-exec) S 6184 6187 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475629640 115843072 362 33554432000 4194304 5098028 140732501745648 140732501743752 140343124718204 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18534400 140732501750650 140732501750893 140732501750893 140732501753802 0
/proc/6187/statm: 28282 362 304 221 0 87 0
[pid=6189] ppid=6187 vsize=15151156 memory=11786652 CPUtime=342.31 cores=0,2,4,6
/proc/6189/stat : 6189 (java) S 6187 6187 30846 0 -1 1077944320 301685 0 0 0 32873 1358 0 0 20 0 15 0 475629640 15514783744 2946663 33554432000 4194304 4196468 140728179645456 140728179628000 139873882287863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
/proc/6189/statm: 3787789 2946663 3504 1 0 3748889 0
[pid=6189/tid=6190] ppid=6187 vsize=15151156 memory=-7025448733113094249 CPUtime=21.53 cores=0,2,4,6
/proc/6189/task/6190/stat : 6190 (java) S 6187 6187 30846 0 -1 1077944384 14795 0 0 0 2144 9 0 0 20 0 15 0 475629640 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873886527648 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6191] ppid=6187 vsize=15151156 memory=-7457052372387209120 CPUtime=73.55 cores=0,2,4,6
/proc/6189/task/6191/stat : 6191 (java) S 6187 6187 30846 0 -1 1077944384 66547 0 0 0 7010 345 0 0 20 0 15 0 475629641 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873810328080 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6192] ppid=6187 vsize=15151156 memory=6944613755328037015 CPUtime=73.81 cores=0,2,4,6
/proc/6189/task/6192/stat : 6192 (java) S 6187 6187 30846 0 -1 1077944384 39657 0 0 0 7061 320 0 0 20 0 15 0 475629641 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873809275536 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6193] ppid=6187 vsize=15151156 memory=-9181546050914066336 CPUtime=73.91 cores=0,2,4,6
/proc/6189/task/6193/stat : 6193 (java) S 6187 6187 30846 0 -1 1077944384 77303 0 0 0 7063 328 0 0 20 0 15 0 475629641 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873808222480 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6194] ppid=6187 vsize=15151156 memory=6944656592455350634 CPUtime=73.89 cores=0,2,4,6
/proc/6189/task/6194/stat : 6194 (java) S 6187 6187 30846 0 -1 1077944384 55493 0 0 0 7043 346 0 0 20 0 15 0 475629641 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873807169936 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6195] ppid=6187 vsize=15151156 memory=6944656592452807316 CPUtime=24.23 cores=0,2,4,6
/proc/6189/task/6195/stat : 6195 (java) R 6187 6187 30846 0 -1 4202560 36963 0 0 0 2419 4 0 0 20 0 15 0 475629642 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873216636112 139873866745496 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6196] ppid=6187 vsize=15151156 memory=7450479228554341227 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6196/stat : 6196 (java) S 6187 6187 30846 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 475629643 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873215583968 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6197] ppid=6187 vsize=15151156 memory=7668037400083852900 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6197/stat : 6197 (java) S 6187 6187 30846 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 475629643 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873214530816 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6198] ppid=6187 vsize=15151156 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6198/stat : 6198 (java) S 6187 6187 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475629645 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873213479376 139873882306459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6199] ppid=6187 vsize=15151156 memory=288230596050944315 CPUtime=0.47 cores=0,2,4,6
/proc/6189/task/6199/stat : 6199 (java) S 6187 6187 30846 0 -1 1077944384 3960 0 0 0 47 0 0 0 20 0 15 0 475629645 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873212426528 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6200] ppid=6187 vsize=15151156 memory=13572582825789998 CPUtime=0.32 cores=0,2,4,6
/proc/6189/task/6200/stat : 6200 (java) S 6187 6187 30846 0 -1 1077944384 2102 0 0 0 32 0 0 0 20 0 15 0 475629645 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873211373696 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6201] ppid=6187 vsize=15151156 memory=1748 CPUtime=0.47 cores=0,2,4,6
/proc/6189/task/6201/stat : 6201 (java) S 6187 6187 30846 0 -1 1077944384 3315 0 0 0 47 0 0 0 20 0 15 0 475629645 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873210315648 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6202] ppid=6187 vsize=15151156 memory=111632 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6202/stat : 6202 (java) S 6187 6187 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475629646 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873209268576 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6203] ppid=6187 vsize=15151156 memory=808 CPUtime=0.04 cores=0,2,4,6
/proc/6189/task/6203/stat : 6203 (java) S 6187 6187 30846 0 -1 1077944384 227 0 0 0 2 2 0 0 20 0 15 0 475629646 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873208216624 139873882299010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 58 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
Current children cumulated CPU time: 342.31 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 11788100 KiB

[startup+120.701 s]
/proc/loadavg: 7.33 7.22 7.25 7/231 6226
/proc/meminfo: memFree=10159780/32770624 swapFree=66939008/67108860
[pid=6187] ppid=6184 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6187/stat : 6187 (xcsp3-exec) S 6184 6187 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475629640 115843072 362 33554432000 4194304 5098028 140732501745648 140732501743752 140343124718204 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18534400 140732501750650 140732501750893 140732501750893 140732501753802 0
/proc/6187/statm: 28282 362 304 221 0 87 0
[pid=6189] ppid=6187 vsize=15151156 memory=11786652 CPUtime=342.41 cores=0,2,4,6
/proc/6189/stat : 6189 (java) S 6187 6187 30846 0 -1 1077944320 301685 0 0 0 32883 1358 0 0 20 0 15 0 475629640 15514783744 2946663 33554432000 4194304 4196468 140728179645456 140728179628000 139873882287863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
/proc/6189/statm: 3787789 2946663 3504 1 0 3748889 0
[pid=6189/tid=6190] ppid=6187 vsize=15151156 memory=11786608 CPUtime=21.53 cores=0,2,4,6
/proc/6189/task/6190/stat : 6190 (java) S 6187 6187 30846 0 -1 1077944384 14795 0 0 0 2144 9 0 0 20 0 15 0 475629640 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873886527648 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6191] ppid=6187 vsize=15151156 memory=11786652 CPUtime=73.55 cores=0,2,4,6
/proc/6189/task/6191/stat : 6191 (java) S 6187 6187 30846 0 -1 1077944384 66547 0 0 0 7010 345 0 0 20 0 15 0 475629641 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873810328080 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6192] ppid=6187 vsize=15151156 memory=1448 CPUtime=73.81 cores=0,2,4,6
/proc/6189/task/6192/stat : 6192 (java) S 6187 6187 30846 0 -1 1077944384 39657 0 0 0 7061 320 0 0 20 0 15 0 475629641 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873809275536 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6193] ppid=6187 vsize=15151156 memory=11786608 CPUtime=73.91 cores=0,2,4,6
/proc/6189/task/6193/stat : 6193 (java) S 6187 6187 30846 0 -1 1077944384 77303 0 0 0 7063 328 0 0 20 0 15 0 475629641 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873808222480 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6194] ppid=6187 vsize=15151156 memory=1448 CPUtime=73.89 cores=0,2,4,6
/proc/6189/task/6194/stat : 6194 (java) S 6187 6187 30846 0 -1 1077944384 55493 0 0 0 7043 346 0 0 20 0 15 0 475629641 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873807169936 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6195] ppid=6187 vsize=15151156 memory=1448 CPUtime=24.33 cores=0,2,4,6
/proc/6189/task/6195/stat : 6195 (java) R 6187 6187 30846 0 -1 4202560 36963 0 0 0 2429 4 0 0 20 0 15 0 475629642 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873216636112 139873860658043 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6196] ppid=6187 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6196/stat : 6196 (java) S 6187 6187 30846 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 475629643 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873215583968 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6197] ppid=6187 vsize=15151156 memory=3616 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6197/stat : 6197 (java) S 6187 6187 30846 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 475629643 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873214530816 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6198] ppid=6187 vsize=15151156 memory=3616 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6198/stat : 6198 (java) S 6187 6187 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475629645 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873213479376 139873882306459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6199] ppid=6187 vsize=15151156 memory=53592 CPUtime=0.47 cores=0,2,4,6
/proc/6189/task/6199/stat : 6199 (java) S 6187 6187 30846 0 -1 1077944384 3960 0 0 0 47 0 0 0 20 0 15 0 475629645 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873212426528 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6200] ppid=6187 vsize=15151156 memory=1448 CPUtime=0.32 cores=0,2,4,6
/proc/6189/task/6200/stat : 6200 (java) S 6187 6187 30846 0 -1 1077944384 2102 0 0 0 32 0 0 0 20 0 15 0 475629645 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873211373696 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6201] ppid=6187 vsize=15151156 memory=11786576 CPUtime=0.47 cores=0,2,4,6
/proc/6189/task/6201/stat : 6201 (java) S 6187 6187 30846 0 -1 1077944384 3315 0 0 0 47 0 0 0 20 0 15 0 475629645 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873210315648 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6202] ppid=6187 vsize=15151156 memory=53592 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6202/stat : 6202 (java) S 6187 6187 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475629646 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873209268576 139873882298069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
[pid=6189/tid=6203] ppid=6187 vsize=15151156 memory=988 CPUtime=0.04 cores=0,2,4,6
/proc/6189/task/6203/stat : 6203 (java) S 6187 6187 30846 0 -1 1077944384 227 0 0 0 2 2 0 0 20 0 15 0 475629646 15514783744 2946663 33554432000 4194304 4196468 140728179645456 139873208216624 139873882299010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 58 0 0 6293624 6294260 34033664 140728179647471 140728179647642 140728179647642 140728179650511 0
Current children cumulated CPU time: 342.41 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 11788100 KiB

Child status: 1
Real time (s): 120.789
CPU time (s): 342.515
CPU user time (s): 328.857
CPU system time (s): 13.6583
CPU usage (%): 283.564
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 11788100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 328.857
system time used= 13.6583
maximum resident set size= 11787080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 302400
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8215
involuntary context switches= 9160


# summary of solver processes directly reported to runsolver:
#   pid: 6187
#   total CPU time (s): 342.515
#   total CPU user time (s): 328.857
#   total CPU system time (s): 13.6583

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.83248 second user time and 1.23059 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-20 17:35:22
IDJOB=4403746
IDBENCH=140558
IDSOLVER=2863
FILE ID=node139/4403746-1568993599
RUNJOBID= node139-1568988008-30877
PBS_JOBID= 21704637
Free space on /tmp= 5116 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-13.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403746-1568993599/watcher-4403746-1568993599 -o /tmp/evaluation-result-4403746-1568993599/solver-4403746-1568993599 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568988008-30877 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1406882422 HOME/instance-4403746-1568993599.xml

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

MD5SUM BENCH= f1adf00e8f8fa1741c0d4b74f691c684
RANDOM SEED=1406882422

node139.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.57
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.57
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.57
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.57
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:        23133232 kB
MemAvailable:   29475996 kB
Buffers:           44076 kB
Cached:          6386052 kB
SwapCached:        65240 kB
Active:          5527508 kB
Inactive:        3284568 kB
Active(anon):    2314480 kB
Inactive(anon):   113784 kB
Active(file):    3213028 kB
Inactive(file):  3170784 kB
Unevictable:      106916 kB
Mlocked:          106916 kB
SwapTotal:      67108860 kB
SwapFree:       66939008 kB
Dirty:             26184 kB
Writeback:             0 kB
AnonPages:       2425032 kB
Mapped:            64016 kB
Shmem:             37372 kB
Slab:             416688 kB
SReclaimable:     387412 kB
SUnreclaim:        29276 kB
KernelStack:        3792 kB
PageTables:        10352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4772512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2308096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 5092 MiB
End job on node139 at 2019-09-20 17:37:23