Trace number 4283242

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 5a (2017-08-18)? 150.73801 102.232

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-31.xml
MD5SUM67c04303171609b86978ceecc7dcafe8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size46
Distribution of domain sizes[{"size":23,"count":1},{"size":46,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints22
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283242-1503221375.xml"  -tl '2520s' -p 1 -x 3
0.09/0.27	c [HOME/instance-4283242-1503221375.xml, -tl, 2520s, -p, 1, -x, 3]
0.29/0.33	c simple solver
0.29/0.40	c parse instance...
150.60/102.14	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
150.60/102.14		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
150.60/102.14		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
150.60/102.14		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1867)
150.60/102.14		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1823)
150.60/102.14		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:313)
150.60/102.14		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
150.60/102.14		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
150.60/102.14		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
150.60/102.14		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
150.60/102.14		at org.xcsp.parser.XCallbacks$$Lambda$70/1900164709.accept(Unknown Source)
150.60/102.14		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
150.60/102.14		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
150.60/102.14		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
150.60/102.14		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
150.60/102.14		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
150.60/102.14		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
150.60/102.14		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
150.60/102.14		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
150.60/102.14		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
150.60/102.14		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
150.60/102.14		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
150.60/102.14	s UNKNOWN
150.60/102.14	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 (14267 MiB free)
  memory of node 1: 16384 MiB (15644 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283242-1503221375/watcher-4283242-1503221375 -o /tmp/evaluation-result-4283242-1503221375/solver-4283242-1503221375 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503171959-30215 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 415113675 HOME/instance-4283242-1503221375.xml 

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

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


[startup+0.100112 s]*
/proc/loadavg: 2.02 2.03 1.98 2/198 6894
/proc/meminfo: memFree=30626644/32770624 swapFree=67108860/67108860
[pid=6891] ppid=6888 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/6891/stat : 6891 (xcsp3-exec) S 6888 6891 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 20547271 9740288 344 18446744073709551615 4194304 5098028 140726400167216 140726400165320 140197198402172 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 13766656 140726400168314 140726400168518 140726400168518 140726400172011 0
/proc/6891/statm: 2378 344 289 221 0 87 0
[pid=6893] ppid=6891 vsize=13358712 memory=14104 CPUtime=0 cores=1,3,5,7
/proc/6893/stat : 6893 (java) S 6891 6891 16431 0 -1 1077944320 3310 0 0 0 0 0 0 0 20 0 6 0 20547280 13679321088 3526 18446744073709551615 4194304 4196468 140724087244992 140724087227536 140184292695799 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
/proc/6893/statm: 3339678 3526 1892 1 0 3329175 0
[pid=6893/tid=6894] ppid=6891 vsize=13358712 memory=1404226546386182794 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6894/stat : 6894 (java) R 6891 6891 16431 0 -1 4202560 2086 0 0 0 0 0 0 0 20 0 6 0 20547281 13679321088 3526 18446744073709551615 4194304 4196468 140724087244992 140184296931920 140184276776286 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6895] ppid=6891 vsize=13358712 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6895/stat : 6895 (java) S 6891 6891 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 20547281 13679321088 3526 18446744073709551615 4194304 4196468 140724087244992 140184249661968 140184292706005 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6896] ppid=6891 vsize=13358712 memory=139730574063232 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6896/stat : 6896 (java) S 6891 6891 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 20547281 13679321088 3526 18446744073709551615 4194304 4196468 140724087244992 140184248609424 140184292706005 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6897] ppid=6891 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6897/stat : 6897 (java) S 6891 6891 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 20547281 13679321088 3526 18446744073709551615 4194304 4196468 140724087244992 140184247556368 140184292706005 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6898] ppid=6891 vsize=13358712 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6898/stat : 6898 (java) S 6891 6891 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 20547281 13679321088 3526 18446744073709551615 4194304 4196468 140724087244992 140184246503824 140184292706005 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 15480 KiB

[startup+0.209953 s]*
/proc/loadavg: 2.02 2.03 1.98 3/211 6907
/proc/meminfo: memFree=30615644/32770624 swapFree=67108860/67108860
[pid=6891] ppid=6888 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/6891/stat : 6891 (xcsp3-exec) S 6888 6891 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 20547271 9740288 344 18446744073709551615 4194304 5098028 140726400167216 140726400165320 140197198402172 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 13766656 140726400168314 140726400168518 140726400168518 140726400172011 0
/proc/6891/statm: 2378 344 289 221 0 87 0
[pid=6893] ppid=6891 vsize=13974352 memory=27460 CPUtime=0.09 cores=1,3,5,7
/proc/6893/stat : 6893 (java) S 6891 6891 16431 0 -1 1077944320 5254 0 0 0 8 1 0 0 20 0 15 0 20547280 14309736448 6865 18446744073709551615 4194304 4196468 140724087244992 140724087227536 140184292695799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
/proc/6893/statm: 3493588 6865 2751 1 0 3482964 0
[pid=6893/tid=6894] ppid=6891 vsize=13974352 memory=1404226546386182794 CPUtime=0.07 cores=1,3,5,7
/proc/6893/task/6894/stat : 6894 (java) R 6891 6891 16431 0 -1 4202560 3408 0 0 0 6 1 0 0 20 0 15 0 20547281 14309736448 6865 18446744073709551615 4194304 4196468 140724087244992 140184296925040 140184292717725 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6895] ppid=6891 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6895/stat : 6895 (java) S 6891 6891 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20547281 14309736448 6865 18446744073709551615 4194304 4196468 140724087244992 140184249661968 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6896] ppid=6891 vsize=13974352 memory=139730574063232 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6896/stat : 6896 (java) S 6891 6891 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20547281 14309736448 6865 18446744073709551615 4194304 4196468 140724087244992 140184248609424 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6897] ppid=6891 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6897/stat : 6897 (java) S 6891 6891 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20547281 14309736448 6865 18446744073709551615 4194304 4196468 140724087244992 140184247556368 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6898] ppid=6891 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6898/stat : 6898 (java) S 6891 6891 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20547281 14309736448 6865 18446744073709551615 4194304 4196468 140724087244992 140184246503824 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6899] ppid=6891 vsize=13974352 memory=139730574063232 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6899/stat : 6899 (java) S 6891 6891 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20547283 14309736448 6865 18446744073709551615 4194304 4196468 140724087244992 140183771007728 140184292706946 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6900] ppid=6891 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6900/stat : 6900 (java) S 6891 6891 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 20547283 14309736448 6865 18446744073709551615 4194304 4196468 140724087244992 140183769953952 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6901] ppid=6891 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6901/stat : 6901 (java) S 6891 6891 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 20547283 14309736448 6865 18446744073709551615 4194304 4196468 140724087244992 140183768900848 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6902] ppid=6891 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6902/stat : 6902 (java) S 6891 6891 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20547286 14309736448 6865 18446744073709551615 4194304 4196468 140724087244992 140183767849424 140184292714395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6903] ppid=6891 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6903/stat : 6903 (java) S 6891 6891 16431 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 15 0 20547286 14309736448 6865 18446744073709551615 4194304 4196468 140724087244992 140183766796528 140184292706946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6904] ppid=6891 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6904/stat : 6904 (java) S 6891 6891 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20547286 14309736448 6865 18446744073709551615 4194304 4196468 140724087244992 140183765743984 140184292706946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6905] ppid=6891 vsize=13974352 memory=139730574063232 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6905/stat : 6905 (java) R 6891 6891 16431 0 -1 4202560 248 0 0 0 0 0 0 0 20 0 15 0 20547286 14309736448 6865 18446744073709551615 4194304 4196468 140724087244992 140183764690928 140184284932926 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6906] ppid=6891 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6906/stat : 6906 (java) S 6891 6891 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20547286 14309736448 6865 18446744073709551615 4194304 4196468 140724087244992 140183763638624 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6907] ppid=6891 vsize=13974352 memory=139730574063232 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6907/stat : 6907 (java) S 6891 6891 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20547290 14309736448 6865 18446744073709551615 4194304 4196468 140724087244992 140183762586672 140184292706946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28836 KiB

[startup+0.312734 s]*
/proc/loadavg: 2.02 2.03 1.98 4/211 6907
/proc/meminfo: memFree=30602032/32770624 swapFree=67108860/67108860
[pid=6891] ppid=6888 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/6891/stat : 6891 (xcsp3-exec) S 6888 6891 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 20547271 9740288 344 18446744073709551615 4194304 5098028 140726400167216 140726400165320 140197198402172 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 13766656 140726400168314 140726400168518 140726400168518 140726400172011 0
/proc/6891/statm: 2378 344 289 221 0 87 0
[pid=6893] ppid=6891 vsize=13974352 memory=36936 CPUtime=0.29 cores=1,3,5,7
/proc/6893/stat : 6893 (java) S 6891 6891 16431 0 -1 1077944320 8871 0 0 0 26 3 0 0 20 0 15 0 20547280 14309736448 9234 18446744073709551615 4194304 4196468 140724087244992 140724087227536 140184292695799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
/proc/6893/statm: 3493588 9234 2969 1 0 3482964 0
[pid=6893/tid=6894] ppid=6891 vsize=13974352 memory=6933928925625698159 CPUtime=0.17 cores=1,3,5,7
/proc/6893/task/6894/stat : 6894 (java) R 6891 6891 16431 0 -1 4202560 6160 0 0 0 15 2 0 0 20 0 15 0 20547281 14309736448 9234 18446744073709551615 4194304 4196468 140724087244992 140184296929872 140184292717725 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6895] ppid=6891 vsize=13974352 memory=8549419251379899200 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6895/stat : 6895 (java) S 6891 6891 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20547281 14309736448 9234 18446744073709551615 4194304 4196468 140724087244992 140184249661968 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6896] ppid=6891 vsize=13974352 memory=-7299339441649872004 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6896/stat : 6896 (java) S 6891 6891 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20547281 14309736448 9234 18446744073709551615 4194304 4196468 140724087244992 140184248609424 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6897] ppid=6891 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6897/stat : 6897 (java) S 6891 6891 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20547281 14309736448 9234 18446744073709551615 4194304 4196468 140724087244992 140184247556368 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6898] ppid=6891 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6898/stat : 6898 (java) S 6891 6891 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20547281 14309736448 9300 18446744073709551615 4194304 4196468 140724087244992 140184246503824 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6899] ppid=6891 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6899/stat : 6899 (java) S 6891 6891 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20547283 14309736448 9300 18446744073709551615 4194304 4196468 140724087244992 140183771007728 140184292706946 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6900] ppid=6891 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6900/stat : 6900 (java) S 6891 6891 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 20547283 14309736448 9300 18446744073709551615 4194304 4196468 140724087244992 140183769953952 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6901] ppid=6891 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6901/stat : 6901 (java) S 6891 6891 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 20547283 14309736448 9300 18446744073709551615 4194304 4196468 140724087244992 140183768900848 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6902] ppid=6891 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6902/stat : 6902 (java) S 6891 6891 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20547286 14309736448 9300 18446744073709551615 4194304 4196468 140724087244992 140183767849424 140184292714395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6903] ppid=6891 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/6893/task/6903/stat : 6903 (java) R 6891 6891 16431 0 -1 4202560 596 0 0 0 2 0 0 0 20 0 15 0 20547286 14309736448 9300 18446744073709551615 4194304 4196468 140724087244992 140183766796528 140184273396096 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6904] ppid=6891 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/6893/task/6904/stat : 6904 (java) S 6891 6891 16431 0 -1 1077944384 94 0 0 0 1 0 0 0 20 0 15 0 20547286 14309736448 9300 18446744073709551615 4194304 4196468 140724087244992 140183765743984 140184292706946 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6905] ppid=6891 vsize=13974352 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/6893/task/6905/stat : 6905 (java) S 6891 6891 16431 0 -1 1077944384 720 0 0 0 6 0 0 0 20 0 15 0 20547286 14309736448 9300 18446744073709551615 4194304 4196468 140724087244992 140183764690928 140184292706946 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6906] ppid=6891 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6906/stat : 6906 (java) S 6891 6891 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20547286 14309736448 9300 18446744073709551615 4194304 4196468 140724087244992 140183763638624 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6907] ppid=6891 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6907/stat : 6907 (java) S 6891 6891 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20547290 14309736448 9300 18446744073709551615 4194304 4196468 140724087244992 140183762586672 140184292706946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38312 KiB

[startup+0.700855 s]
/proc/loadavg: 2.02 2.03 1.98 3/211 6907
/proc/meminfo: memFree=30559428/32770624 swapFree=67108860/67108860
[pid=6891] ppid=6888 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/6891/stat : 6891 (xcsp3-exec) S 6888 6891 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 20547271 9740288 344 18446744073709551615 4194304 5098028 140726400167216 140726400165320 140197198402172 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 13766656 140726400168314 140726400168518 140726400168518 140726400172011 0
/proc/6891/statm: 2378 344 289 221 0 87 0
[pid=6893] ppid=6891 vsize=13978608 memory=285808 CPUtime=1.03 cores=1,3,5,7
/proc/6893/stat : 6893 (java) S 6891 6891 16431 0 -1 1077944320 11161 0 0 0 80 23 0 0 20 0 15 0 20547280 14314094592 71452 18446744073709551615 4194304 4196468 140724087244992 140724087227536 140184292695799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
/proc/6893/statm: 3494652 71452 3121 1 0 3482964 0
[pid=6893/tid=6894] ppid=6891 vsize=13978608 memory=8751464017575425845 CPUtime=0.48 cores=1,3,5,7
/proc/6893/task/6894/stat : 6894 (java) R 6891 6891 16431 0 -1 4202560 7636 0 0 0 42 6 0 0 20 0 15 0 20547281 14314094592 71452 18446744073709551615 4194304 4196468 140724087244992 140184296934640 140184292717725 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6895] ppid=6891 vsize=13978608 memory=5861541947240501328 CPUtime=0.05 cores=1,3,5,7
/proc/6893/task/6895/stat : 6895 (java) S 6891 6891 16431 0 -1 1077944384 62 0 0 0 2 3 0 0 20 0 15 0 20547281 14314094592 71452 18446744073709551615 4194304 4196468 140724087244992 140184249661968 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6896] ppid=6891 vsize=13978608 memory=7805695078589426000 CPUtime=0.06 cores=1,3,5,7
/proc/6893/task/6896/stat : 6896 (java) S 6891 6891 16431 0 -1 1077944384 61 0 0 0 2 4 0 0 20 0 15 0 20547281 14314094592 71452 18446744073709551615 4194304 4196468 140724087244992 140184248609424 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6897] ppid=6891 vsize=13978608 memory=2319400400981082208 CPUtime=0.05 cores=1,3,5,7
/proc/6893/task/6897/stat : 6897 (java) S 6891 6891 16431 0 -1 1077944384 70 0 0 0 2 3 0 0 20 0 15 0 20547281 14314094592 71452 18446744073709551615 4194304 4196468 140724087244992 140184247556368 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6898] ppid=6891 vsize=13978608 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/6893/task/6898/stat : 6898 (java) S 6891 6891 16431 0 -1 1077944384 64 0 0 0 2 3 0 0 20 0 15 0 20547281 14314094592 71452 18446744073709551615 4194304 4196468 140724087244992 140184246503824 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6899] ppid=6891 vsize=13978608 memory=4004 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6899/stat : 6899 (java) S 6891 6891 16431 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 20547283 14314094592 71452 18446744073709551615 4194304 4196468 140724087244992 140183771007728 140184292706946 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6900] ppid=6891 vsize=13978608 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6900/stat : 6900 (java) S 6891 6891 16431 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 20547283 14314094592 71452 18446744073709551615 4194304 4196468 140724087244992 140183769953952 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6901] ppid=6891 vsize=13978608 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6901/stat : 6901 (java) S 6891 6891 16431 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 20547283 14314094592 71452 18446744073709551615 4194304 4196468 140724087244992 140183768900848 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6902] ppid=6891 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6902/stat : 6902 (java) S 6891 6891 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20547286 14314094592 71452 18446744073709551615 4194304 4196468 140724087244992 140183767849424 140184292714395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6903] ppid=6891 vsize=13978608 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/6893/task/6903/stat : 6903 (java) S 6891 6891 16431 0 -1 1077944384 676 0 0 0 6 0 0 0 20 0 15 0 20547286 14314094592 71452 18446744073709551615 4194304 4196468 140724087244992 140183766796528 140184292706946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6904] ppid=6891 vsize=13978608 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/6893/task/6904/stat : 6904 (java) S 6891 6891 16431 0 -1 1077944384 281 0 0 0 5 0 0 0 20 0 15 0 20547286 14314094592 71452 18446744073709551615 4194304 4196468 140724087244992 140183765743984 140184292706946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6905] ppid=6891 vsize=13978608 memory=30305 CPUtime=0.14 cores=1,3,5,7
/proc/6893/task/6905/stat : 6905 (java) S 6891 6891 16431 0 -1 1077944384 929 0 0 0 14 0 0 0 20 0 15 0 20547286 14314094592 71452 18446744073709551615 4194304 4196468 140724087244992 140183764690928 140184292706946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6906] ppid=6891 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6906/stat : 6906 (java) S 6891 6891 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20547286 14314094592 71452 18446744073709551615 4194304 4196468 140724087244992 140183763638624 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6907] ppid=6891 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6907/stat : 6907 (java) S 6891 6891 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20547290 14314094592 71452 18446744073709551615 4194304 4196468 140724087244992 140183762586672 140184292706946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 287184 KiB

[startup+1.5009 s]
/proc/loadavg: 2.02 2.03 1.98 3/211 6907
/proc/meminfo: memFree=29665140/32770624 swapFree=67108860/67108860
[pid=6891] ppid=6888 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/6891/stat : 6891 (xcsp3-exec) S 6888 6891 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 20547271 9740288 344 18446744073709551615 4194304 5098028 140726400167216 140726400165320 140197198402172 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 13766656 140726400168314 140726400168518 140726400168518 140726400172011 0
/proc/6891/statm: 2378 344 289 221 0 87 0
[pid=6893] ppid=6891 vsize=13978684 memory=1098672 CPUtime=2.85 cores=1,3,5,7
/proc/6893/stat : 6893 (java) S 6891 6891 16431 0 -1 1077944320 16482 0 0 0 249 36 0 0 20 0 15 0 20547280 14314172416 274668 18446744073709551615 4194304 4196468 140724087244992 140724087227536 140184292695799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
/proc/6893/statm: 3494671 274668 3200 1 0 3482964 0
[pid=6893/tid=6894] ppid=6891 vsize=13978684 memory=4004 CPUtime=1.1 cores=1,3,5,7
/proc/6893/task/6894/stat : 6894 (java) R 6891 6891 16431 0 -1 4202560 8841 0 0 0 92 18 0 0 20 0 15 0 20547281 14314172416 274668 18446744073709551615 4194304 4196468 140724087244992 140184296934080 140183927231225 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6895] ppid=6891 vsize=13978684 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/6893/task/6895/stat : 6895 (java) S 6891 6891 16431 0 -1 1077944384 632 0 0 0 19 4 0 0 20 0 15 0 20547281 14314172416 274668 18446744073709551615 4194304 4196468 140724087244992 140184249661968 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6896] ppid=6891 vsize=13978684 memory=139730452988032 CPUtime=0.22 cores=1,3,5,7
/proc/6893/task/6896/stat : 6896 (java) S 6891 6891 16431 0 -1 1077944384 91 0 0 0 18 4 0 0 20 0 15 0 20547281 14314172416 274668 18446744073709551615 4194304 4196468 140724087244992 140184248609424 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6897] ppid=6891 vsize=13978684 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/6893/task/6897/stat : 6897 (java) S 6891 6891 16431 0 -1 1077944384 117 0 0 0 18 4 0 0 20 0 15 0 20547281 14314172416 274668 18446744073709551615 4194304 4196468 140724087244992 140184247556368 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6898] ppid=6891 vsize=13978684 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/6893/task/6898/stat : 6898 (java) S 6891 6891 16431 0 -1 1077944384 699 0 0 0 15 4 0 0 20 0 15 0 20547281 14314172416 274668 18446744073709551615 4194304 4196468 140724087244992 140184246503824 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6899] ppid=6891 vsize=13978684 memory=55 CPUtime=0.01 cores=1,3,5,7
/proc/6893/task/6899/stat : 6899 (java) S 6891 6891 16431 0 -1 1077944384 614 0 0 0 1 0 0 0 20 0 15 0 20547283 14314172416 274668 18446744073709551615 4194304 4196468 140724087244992 140183771007728 140184292706946 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6900] ppid=6891 vsize=13978684 memory=10826 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6900/stat : 6900 (java) S 6891 6891 16431 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 20547283 14314172416 274668 18446744073709551615 4194304 4196468 140724087244992 140183769954016 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6901] ppid=6891 vsize=13978684 memory=21051 CPUtime=0 cores=1,3,5,7

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

/proc/6893/task/6896/stat : 6896 (java) R 6891 6891 16431 0 -1 4202560 61351 0 0 0 1069 294 0 0 20 0 15 0 20547281 14316269568 2863655 18446744073709551615 4194304 4196468 140724087244992 140184248609624 140184277692410 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6897] ppid=6891 vsize=13980732 memory=10728 CPUtime=13.55 cores=1,3,5,7
/proc/6893/task/6897/stat : 6897 (java) R 6891 6891 16431 0 -1 4202560 62144 0 0 0 1113 242 0 0 20 0 15 0 20547281 14316269568 2863655 18446744073709551615 4194304 4196468 140724087244992 140184247556568 140184285798792 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6898] ppid=6891 vsize=13980732 memory=1200 CPUtime=13.52 cores=1,3,5,7
/proc/6893/task/6898/stat : 6898 (java) R 6891 6891 16431 0 -1 4202560 59656 0 0 0 1083 269 0 0 20 0 15 0 20547281 14316269568 2863655 18446744073709551615 4194304 4196468 140724087244992 140184246504024 140184277153402 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6899] ppid=6891 vsize=13980732 memory=1720 CPUtime=2.4 cores=1,3,5,7
/proc/6893/task/6899/stat : 6899 (java) S 6891 6891 16431 0 -1 1077944384 22101 0 0 0 239 1 0 0 20 0 15 0 20547283 14316269568 2863655 18446744073709551615 4194304 4196468 140724087244992 140183771006272 140184292706005 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6900] ppid=6891 vsize=13980732 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6900/stat : 6900 (java) S 6891 6891 16431 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 20547283 14316269568 2863655 18446744073709551615 4194304 4196468 140724087244992 140183769954016 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6901] ppid=6891 vsize=13980732 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6901/stat : 6901 (java) S 6891 6891 16431 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 20547283 14316269568 2863655 18446744073709551615 4194304 4196468 140724087244992 140183768900864 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6902] ppid=6891 vsize=13980732 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6902/stat : 6902 (java) S 6891 6891 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20547286 14316269568 2863655 18446744073709551615 4194304 4196468 140724087244992 140183767849424 140184292714395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6903] ppid=6891 vsize=13980732 memory=792 CPUtime=0.48 cores=1,3,5,7
/proc/6893/task/6903/stat : 6903 (java) S 6891 6891 16431 0 -1 1077944384 3312 0 0 0 48 0 0 0 20 0 15 0 20547286 14316269568 2863655 18446744073709551615 4194304 4196468 140724087244992 140183766796528 140184292706946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6904] ppid=6891 vsize=13980732 memory=7680170660397595203 CPUtime=0.46 cores=1,3,5,7
/proc/6893/task/6904/stat : 6904 (java) S 6891 6891 16431 0 -1 1077944384 3167 0 0 0 46 0 0 0 20 0 15 0 20547286 14316269568 2863655 18446744073709551615 4194304 4196468 140724087244992 140183765743984 140184292706946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6905] ppid=6891 vsize=13980732 memory=11038604 CPUtime=0.31 cores=1,3,5,7
/proc/6893/task/6905/stat : 6905 (java) S 6891 6891 16431 0 -1 1077944384 2989 0 0 0 31 0 0 0 20 0 15 0 20547286 14316269568 2863655 18446744073709551615 4194304 4196468 140724087244992 140183764690928 140184292706946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6906] ppid=6891 vsize=13980732 memory=5368 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6906/stat : 6906 (java) S 6891 6891 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20547286 14316269568 2863655 18446744073709551615 4194304 4196468 140724087244992 140183763638624 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6907] ppid=6891 vsize=13980732 memory=4612 CPUtime=0.05 cores=1,3,5,7
/proc/6893/task/6907/stat : 6907 (java) S 6891 6891 16431 0 -1 1077944384 652 0 0 0 2 3 0 0 20 0 15 0 20547290 14316269568 2863655 18446744073709551615 4194304 4196468 140724087244992 140183762586672 140184292706946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
Current children cumulated CPU time: 141 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11455996 KiB

[startup+100.801 s]
/proc/loadavg: 2.56 2.19 2.04 6/211 6910
/proc/meminfo: memFree=19190136/32770624 swapFree=67108860/67108860
[pid=6891] ppid=6888 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/6891/stat : 6891 (xcsp3-exec) S 6888 6891 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 20547271 9740288 344 18446744073709551615 4194304 5098028 140726400167216 140726400165320 140197198402172 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 13766656 140726400168314 140726400168518 140726400168518 140726400172011 0
/proc/6891/statm: 2378 344 289 221 0 87 0
[pid=6893] ppid=6891 vsize=13980732 memory=11463920 CPUtime=146.8 cores=1,3,5,7
/proc/6893/stat : 6893 (java) S 6891 6891 16431 0 -1 1077944320 549228 0 0 0 13565 1115 0 0 20 0 15 0 20547280 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140724087227536 140184292695799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
/proc/6893/statm: 3495183 2865980 3220 1 0 3483476 0
[pid=6893/tid=6894] ppid=6891 vsize=13980732 memory=11038604 CPUtime=82.93 cores=1,3,5,7
/proc/6893/task/6894/stat : 6894 (java) S 6891 6891 16431 0 -1 1077944384 117396 0 0 0 8264 29 0 0 20 0 15 0 20547281 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140184296934016 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6895] ppid=6891 vsize=13980732 memory=11038604 CPUtime=14.96 cores=1,3,5,7
/proc/6893/task/6895/stat : 6895 (java) R 6891 6891 16431 0 -1 4202560 67196 0 0 0 1233 263 0 0 20 0 15 0 20547281 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140184249662088 140184285324007 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6896] ppid=6891 vsize=13980732 memory=7595149717682022508 CPUtime=15.02 cores=1,3,5,7
/proc/6893/task/6896/stat : 6896 (java) R 6891 6891 16431 0 -1 4202560 61559 0 0 0 1208 294 0 0 20 0 15 0 20547281 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140184248609232 140184285324007 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6897] ppid=6891 vsize=13980732 memory=7680170660397595203 CPUtime=14.95 cores=1,3,5,7
/proc/6893/task/6897/stat : 6897 (java) R 6891 6891 16431 0 -1 4202560 62266 0 0 0 1252 243 0 0 20 0 15 0 20547281 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140184247556176 140184285324007 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6898] ppid=6891 vsize=13980732 memory=1288 CPUtime=14.94 cores=1,3,5,7
/proc/6893/task/6898/stat : 6898 (java) R 6891 6891 16431 0 -1 4202560 207221 0 0 0 1219 275 0 0 20 0 15 0 20547281 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140184246503824 140184285798785 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6899] ppid=6891 vsize=13980732 memory=239 CPUtime=2.57 cores=1,3,5,7
/proc/6893/task/6899/stat : 6899 (java) S 6891 6891 16431 0 -1 1077944384 22115 0 0 0 256 1 0 0 20 0 15 0 20547283 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140183771006288 140184292706005 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6900] ppid=6891 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6900/stat : 6900 (java) S 6891 6891 16431 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 20547283 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140183769954016 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6901] ppid=6891 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6901/stat : 6901 (java) S 6891 6891 16431 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 20547283 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140183768900864 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6902] ppid=6891 vsize=13980732 memory=46 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6902/stat : 6902 (java) S 6891 6891 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20547286 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140183767849424 140184292714395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6903] ppid=6891 vsize=13980732 memory=11038604 CPUtime=0.48 cores=1,3,5,7
/proc/6893/task/6903/stat : 6903 (java) S 6891 6891 16431 0 -1 1077944384 3313 0 0 0 48 0 0 0 20 0 15 0 20547286 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140183766796288 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6904] ppid=6891 vsize=13980732 memory=11038604 CPUtime=0.46 cores=1,3,5,7
/proc/6893/task/6904/stat : 6904 (java) S 6891 6891 16431 0 -1 1077944384 3167 0 0 0 46 0 0 0 20 0 15 0 20547286 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140183765744032 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6905] ppid=6891 vsize=13980732 memory=2240 CPUtime=0.31 cores=1,3,5,7
/proc/6893/task/6905/stat : 6905 (java) S 6891 6891 16431 0 -1 1077944384 2989 0 0 0 31 0 0 0 20 0 15 0 20547286 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140183764690976 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6906] ppid=6891 vsize=13980732 memory=4288 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6906/stat : 6906 (java) S 6891 6891 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20547286 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140183763638624 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6907] ppid=6891 vsize=13980732 memory=932 CPUtime=0.05 cores=1,3,5,7
/proc/6893/task/6907/stat : 6907 (java) S 6891 6891 16431 0 -1 1077944384 652 0 0 0 2 3 0 0 20 0 15 0 20547290 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140183762586672 140184292706946 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
Current children cumulated CPU time: 146.8 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11465296 KiB

[startup+101.601 s]
/proc/loadavg: 2.56 2.19 2.04 6/211 6910
/proc/meminfo: memFree=19190136/32770624 swapFree=67108860/67108860
[pid=6891] ppid=6888 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/6891/stat : 6891 (xcsp3-exec) S 6888 6891 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 20547271 9740288 344 18446744073709551615 4194304 5098028 140726400167216 140726400165320 140197198402172 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 13766656 140726400168314 140726400168518 140726400168518 140726400172011 0
/proc/6891/statm: 2378 344 289 221 0 87 0
[pid=6893] ppid=6891 vsize=13980732 memory=11463920 CPUtime=149.9 cores=1,3,5,7
/proc/6893/stat : 6893 (java) S 6891 6891 16431 0 -1 1077944320 550933 0 0 0 13873 1117 0 0 20 0 15 0 20547280 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140724087227536 140184292695799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
/proc/6893/statm: 3495183 2865980 3220 1 0 3483476 0
[pid=6893/tid=6894] ppid=6891 vsize=13980732 memory=7680170660397595203 CPUtime=82.93 cores=1,3,5,7
/proc/6893/task/6894/stat : 6894 (java) S 6891 6891 16431 0 -1 1077944384 117396 0 0 0 8264 29 0 0 20 0 15 0 20547281 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140184296934016 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6895] ppid=6891 vsize=13980732 memory=11463920 CPUtime=15.72 cores=1,3,5,7
/proc/6893/task/6895/stat : 6895 (java) R 6891 6891 16431 0 -1 4202560 67196 0 0 0 1309 263 0 0 20 0 15 0 20547281 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140184249662088 140184285324007 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6896] ppid=6891 vsize=13980732 memory=1376 CPUtime=15.8 cores=1,3,5,7
/proc/6893/task/6896/stat : 6896 (java) R 6891 6891 16431 0 -1 4202560 61559 0 0 0 1285 295 0 0 20 0 15 0 20547281 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140184248609232 140184285324007 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6897] ppid=6891 vsize=13980732 memory=1376 CPUtime=15.73 cores=1,3,5,7
/proc/6893/task/6897/stat : 6897 (java) R 6891 6891 16431 0 -1 4202560 62266 0 0 0 1329 244 0 0 20 0 15 0 20547281 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140184247556176 140184285324007 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6898] ppid=6891 vsize=13980732 memory=0 CPUtime=15.74 cores=1,3,5,7
/proc/6893/task/6898/stat : 6898 (java) R 6891 6891 16431 0 -1 4202560 208926 0 0 0 1298 276 0 0 20 0 15 0 20547281 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140184246503824 140184277396800 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6899] ppid=6891 vsize=13980732 memory=13425 CPUtime=2.57 cores=1,3,5,7
/proc/6893/task/6899/stat : 6899 (java) S 6891 6891 16431 0 -1 1077944384 22115 0 0 0 256 1 0 0 20 0 15 0 20547283 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140183771006288 140184292706005 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6900] ppid=6891 vsize=13980732 memory=792 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6900/stat : 6900 (java) S 6891 6891 16431 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 20547283 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140183769954016 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6901] ppid=6891 vsize=13980732 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6901/stat : 6901 (java) S 6891 6891 16431 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 20547283 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140183768900864 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6902] ppid=6891 vsize=13980732 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6902/stat : 6902 (java) S 6891 6891 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20547286 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140183767849424 140184292714395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6903] ppid=6891 vsize=13980732 memory=5368 CPUtime=0.48 cores=1,3,5,7
/proc/6893/task/6903/stat : 6903 (java) S 6891 6891 16431 0 -1 1077944384 3313 0 0 0 48 0 0 0 20 0 15 0 20547286 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140183766796288 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6904] ppid=6891 vsize=13980732 memory=4612 CPUtime=0.46 cores=1,3,5,7
/proc/6893/task/6904/stat : 6904 (java) S 6891 6891 16431 0 -1 1077944384 3167 0 0 0 46 0 0 0 20 0 15 0 20547286 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140183765744032 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6905] ppid=6891 vsize=13980732 memory=1444 CPUtime=0.31 cores=1,3,5,7
/proc/6893/task/6905/stat : 6905 (java) S 6891 6891 16431 0 -1 1077944384 2989 0 0 0 31 0 0 0 20 0 15 0 20547286 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140183764690976 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6906] ppid=6891 vsize=13980732 memory=10728 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6906/stat : 6906 (java) S 6891 6891 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20547286 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140183763638624 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6907] ppid=6891 vsize=13980732 memory=1200 CPUtime=0.06 cores=1,3,5,7
/proc/6893/task/6907/stat : 6907 (java) S 6891 6891 16431 0 -1 1077944384 652 0 0 0 2 4 0 0 20 0 15 0 20547290 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140183762586672 140184292706946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
Current children cumulated CPU time: 149.9 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11465296 KiB

[startup+102.001 s]*
/proc/loadavg: 2.56 2.19 2.04 3/211 6910
/proc/meminfo: memFree=19190136/32770624 swapFree=67108860/67108860
[pid=6891] ppid=6888 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/6891/stat : 6891 (xcsp3-exec) S 6888 6891 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 20547271 9740288 344 18446744073709551615 4194304 5098028 140726400167216 140726400165320 140197198402172 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 13766656 140726400168314 140726400168518 140726400168518 140726400172011 0
/proc/6891/statm: 2378 344 289 221 0 87 0
[pid=6893] ppid=6891 vsize=13980732 memory=11463920 CPUtime=150.5 cores=1,3,5,7
/proc/6893/stat : 6893 (java) S 6891 6891 16431 0 -1 1077944320 551473 0 0 0 13933 1117 0 0 20 0 15 0 20547280 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140724087227536 140184292695799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
/proc/6893/statm: 3495183 2865980 3220 1 0 3483476 0
[pid=6893/tid=6894] ppid=6891 vsize=13980732 memory=4026532047 CPUtime=82.93 cores=1,3,5,7
/proc/6893/task/6894/stat : 6894 (java) S 6891 6891 16431 0 -1 1077944384 117396 0 0 0 8264 29 0 0 20 0 15 0 20547281 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140184296934016 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6895] ppid=6891 vsize=13980732 memory=291045345834827799 CPUtime=15.78 cores=1,3,5,7
/proc/6893/task/6895/stat : 6895 (java) S 6891 6891 16431 0 -1 1077944384 67196 0 0 0 1315 263 0 0 20 0 15 0 20547281 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140184249661968 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6896] ppid=6891 vsize=13980732 memory=15402262788519576 CPUtime=15.87 cores=1,3,5,7
/proc/6893/task/6896/stat : 6896 (java) S 6891 6891 16431 0 -1 1077944384 61559 0 0 0 1292 295 0 0 20 0 15 0 20547281 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140184248609424 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6897] ppid=6891 vsize=13980732 memory=7682475212697334586 CPUtime=15.79 cores=1,3,5,7
/proc/6893/task/6897/stat : 6897 (java) S 6891 6891 16431 0 -1 1077944384 62266 0 0 0 1335 244 0 0 20 0 15 0 20547281 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140184247556368 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6898] ppid=6891 vsize=13980732 memory=7378697400941031471 CPUtime=15.81 cores=1,3,5,7
/proc/6893/task/6898/stat : 6898 (java) S 6891 6891 16431 0 -1 1077944384 209466 0 0 0 1305 276 0 0 20 0 15 0 20547281 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140184246503824 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6899] ppid=6891 vsize=13980732 memory=3472468026801743536 CPUtime=2.91 cores=1,3,5,7
/proc/6893/task/6899/stat : 6899 (java) R 6891 6891 16431 0 -1 4202560 22115 0 0 0 290 1 0 0 20 0 15 0 20547283 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140183771006288 140184277692203 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6900] ppid=6891 vsize=13980732 memory=3471202396320837679 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6900/stat : 6900 (java) S 6891 6891 16431 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 20547283 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140183769954016 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6901] ppid=6891 vsize=13980732 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6901/stat : 6901 (java) S 6891 6891 16431 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 20547283 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140183768900864 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6902] ppid=6891 vsize=13980732 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6902/stat : 6902 (java) S 6891 6891 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20547286 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140183767849424 140184292714395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6903] ppid=6891 vsize=13980732 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/6893/task/6903/stat : 6903 (java) S 6891 6891 16431 0 -1 1077944384 3313 0 0 0 48 0 0 0 20 0 15 0 20547286 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140183766796288 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6904] ppid=6891 vsize=13980732 memory=4122824664003129644 CPUtime=0.46 cores=1,3,5,7
/proc/6893/task/6904/stat : 6904 (java) S 6891 6891 16431 0 -1 1077944384 3167 0 0 0 46 0 0 0 20 0 15 0 20547286 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140183765744032 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6905] ppid=6891 vsize=13980732 memory=2319528934354414769 CPUtime=0.31 cores=1,3,5,7
/proc/6893/task/6905/stat : 6905 (java) S 6891 6891 16431 0 -1 1077944384 2989 0 0 0 31 0 0 0 20 0 15 0 20547286 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140183764690976 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6906] ppid=6891 vsize=13980732 memory=4122824664003129644 CPUtime=0 cores=1,3,5,7
/proc/6893/task/6906/stat : 6906 (java) S 6891 6891 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20547286 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140183763638624 140184292706005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
[pid=6893/tid=6907] ppid=6891 vsize=13980732 memory=2319528934354414769 CPUtime=0.06 cores=1,3,5,7
/proc/6893/task/6907/stat : 6907 (java) S 6891 6891 16431 0 -1 1077944384 652 0 0 0 2 4 0 0 20 0 15 0 20547290 14316269568 2865980 18446744073709551615 4194304 4196468 140724087244992 140183762586672 140184292706946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32845824 140724087247282 140724087247458 140724087247458 140724087250895 0
Current children cumulated CPU time: 150.5 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11465296 KiB

[startup+102.201 s]
/proc/loadavg: 2.56 2.19 2.04 3/211 6910
/proc/meminfo: memFree=19190136/32770624 swapFree=67108860/67108860
[pid=6891] ppid=6888 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/6891/stat : 6891 (xcsp3-exec) S 6888 6891 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 20547271 9740288 344 18446744073709551615 4194304 5098028 140726400167216 140726400165320 140197198402172 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 13766656 140726400168314 140726400168518 140726400168518 140726400172011 0
/proc/6891/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1376 KiB

Child status: 1
Real time (s): 102.232
CPU time (s): 150.738
CPU user time (s): 139.477
CPU system time (s): 11.2607
CPU usage (%): 147.447
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 11465320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 139.477
system time used= 11.2607
maximum resident set size= 11464408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 552609
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= 13653
involuntary context switches= 646


# summary of solver processes directly reported to runsolver:
#   pid: 6891
#   total CPU time (s): 150.738
#   total CPU user time (s): 139.477
#   total CPU system time (s): 11.2607

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.583894 second user time and 1.19933 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-20 11:15:35
IDJOB=4283242
IDBENCH=138074
IDSOLVER=2679
FILE ID=node128/4283242-1503221375
RUNJOBID= node128-1503171959-30215
PBS_JOBID= 
Free space on /tmp= 61948 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-31.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-4283242-1503221375/watcher-4283242-1503221375 -o /tmp/evaluation-result-4283242-1503221375/solver-4283242-1503221375 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503171959-30215 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 415113675 HOME/instance-4283242-1503221375.xml

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

MD5SUM BENCH= 67c04303171609b86978ceecc7dcafe8
RANDOM SEED=415113675

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.47
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.47
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.47
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.47
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:        30630428 kB
MemAvailable:   30984916 kB
Buffers:          203552 kB
Cached:           438824 kB
SwapCached:            0 kB
Active:          1378192 kB
Inactive:         350568 kB
Active(anon):    1086648 kB
Inactive(anon):    16752 kB
Active(file):     291544 kB
Inactive(file):   333816 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             82996 kB
Writeback:             0 kB
AnonPages:       1086344 kB
Mapped:            46244 kB
Shmem:             17060 kB
Slab:             114312 kB
SReclaimable:      89924 kB
SUnreclaim:        24388 kB
KernelStack:        3440 kB
PageTables:         6948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1676388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1017856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61940 MiB
End job on node128 at 2017-08-20 11:17:17