Trace number 4301699

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 4.0.7b seq (e747e1e)? 225.113 186.401

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-08-4-rom_c18.xml
MD5SUMd2036c1580b702d26a2ba71e1295e02d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark56
Best CPU time to get the best result obtained on this benchmark252.402
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints64
Number of domains5
Minimum domain size2
Maximum domain size62899
Distribution of domain sizes[{"size":2,"count":16},{"size":9,"count":112},{"size":27,"count":64},{"size":62899,"count":64}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":80},{"degree":2,"count":112},{"degree":8,"count":64}]
Minimum constraint arity11
Maximum constraint arity12
Distribution of constraint arities[{"arity":11,"count":16},{"arity":12,"count":48}]
Number of extensional constraints64
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":64}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4301699-1532884886.xml"  -tl '252s' -p 1
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4301699-1532884886.xml, -tl, 252s, -p, 1]
0.33/0.22	c simple solver
0.33/0.29	c parse instance...
218.14/184.53	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
218.14/184.53		at org.chocosolver.solver.constraints.extension.nary.PropCompactTableStar.computeSupports(PropCompactTableStar.java:80)
218.14/184.53		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
218.14/184.53		at org.chocosolver.solver.constraints.extension.nary.PropCompactTableStar.<init>(PropCompactTableStar.java:45)
225.00/186.31		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2042)
225.00/186.31		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2000)
225.00/186.31		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:315)
225.00/186.31		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
225.00/186.31		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
225.00/186.31		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
225.00/186.31		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
225.00/186.31		at org.xcsp.parser.XCallbacks$$Lambda$99/1897115967.accept(Unknown Source)
225.00/186.31		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
225.00/186.31		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
225.00/186.31		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
225.00/186.31		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1414)
225.00/186.31		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
225.00/186.31		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
225.00/186.31		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
225.00/186.31		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
225.00/186.31		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
225.00/186.31		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
225.00/186.31		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:100)
225.00/186.31		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
225.00/186.31	s UNKNOWN
225.00/186.31	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 (5371 MiB free)
  memory of node 1: 16384 MiB (12660 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301699-1532884886/watcher-4301699-1532884886 -o /tmp/evaluation-result-4301699-1532884886/solver-4301699-1532884886 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532878307-6428 --watchdog 312 HOME/xcsp3-exec -seed 328079228 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4301699-1532884886.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=11702, runsolver pid=11699

[startup+0.100139 s]*
/proc/loadavg: 2.18 2.06 1.98 3/218 11718
/proc/meminfo: memFree=18448164/32770624 swapFree=67108860/67108860
[pid=11702] ppid=11699 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/11702/stat : 11702 (xcsp3-exec) S 11699 11702 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106051756 115843072 364 33554432000 4194304 5098028 140733880380080 140733880378184 140520068895356 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31215616 140733880386625 140733880386825 140733880386825 140733880389578 0
/proc/11702/statm: 28282 364 306 221 0 87 0
[pid=11704] ppid=11702 vsize=14082940 memory=28260 CPUtime=0.11 cores=1,3,5,7
/proc/11704/stat : 11704 (java) S 11702 11702 6396 0 -1 1077944320 5454 0 0 0 10 1 0 0 20 0 15 0 106051757 14420930560 7065 33554432000 4194304 4196468 140732688034464 140732688017008 140535090413303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
/proc/11704/statm: 3520735 7065 3001 1 0 3483012 0
[pid=11704/tid=11705] ppid=11702 vsize=14082940 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/11704/task/11705/stat : 11705 (java) R 11702 11702 6396 0 -1 4202560 3489 0 0 0 8 1 0 0 20 0 15 0 106051757 14420930560 7065 33554432000 4194304 4196468 140732688034464 140535094634200 140535074493790 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11706] ppid=11702 vsize=14082940 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11706/stat : 11706 (java) S 11702 11702 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106051758 14420930560 7065 33554432000 4194304 4196468 140732688034464 140535028014224 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11707] ppid=11702 vsize=14082940 memory=139829894145664 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11707/stat : 11707 (java) S 11702 11702 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106051758 14420930560 7065 33554432000 4194304 4196468 140732688034464 140535026961424 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11708] ppid=11702 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11708/stat : 11708 (java) S 11702 11702 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106051758 14420930560 7065 33554432000 4194304 4196468 140732688034464 140535025908624 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11709] ppid=11702 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11709/stat : 11709 (java) S 11702 11702 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106051758 14420930560 7065 33554432000 4194304 4196468 140732688034464 140535024855824 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11710] ppid=11702 vsize=14082940 memory=139829894145664 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11710/stat : 11710 (java) S 11702 11702 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106051759 14420930560 7065 33554432000 4194304 4196468 140732688034464 140534631745904 140535090424450 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11711] ppid=11702 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11711/stat : 11711 (java) S 11702 11702 6396 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106051760 14420930560 7065 33554432000 4194304 4196468 140732688034464 140534630691872 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11712] ppid=11702 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11712/stat : 11712 (java) S 11702 11702 6396 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106051760 14420930560 7065 33554432000 4194304 4196468 140732688034464 140534629639024 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11713] ppid=11702 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11713/stat : 11713 (java) S 11702 11702 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106051763 14420930560 7065 33554432000 4194304 4196468 140732688034464 140534628587344 140535090431899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11714] ppid=11702 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11714/stat : 11714 (java) S 11702 11702 6396 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 106051763 14420930560 7065 33554432000 4194304 4196468 140732688034464 140534627535728 140535090424450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11715] ppid=11702 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11715/stat : 11715 (java) S 11702 11702 6396 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 106051763 14420930560 7065 33554432000 4194304 4196468 140732688034464 140534626482928 140535090424450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11716] ppid=11702 vsize=14082940 memory=139829894145664 CPUtime=0.01 cores=1,3,5,7
/proc/11704/task/11716/stat : 11716 (java) S 11702 11702 6396 0 -1 1077944384 241 0 0 0 1 0 0 0 20 0 15 0 106051763 14420930560 7065 33554432000 4194304 4196468 140732688034464 140534625430128 140535090424450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11717] ppid=11702 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11717/stat : 11717 (java) S 11702 11702 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106051763 14420930560 7065 33554432000 4194304 4196468 140732688034464 140534624377568 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11718] ppid=11702 vsize=14082940 memory=139829894145664 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11718/stat : 11718 (java) S 11702 11702 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106051763 14420930560 7065 33554432000 4194304 4196468 140732688034464 140534623324848 140535090424450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 29716 KiB

[startup+0.210721 s]*
/proc/loadavg: 2.18 2.06 1.98 3/218 11718
/proc/meminfo: memFree=18435776/32770624 swapFree=67108860/67108860
[pid=11702] ppid=11699 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/11702/stat : 11702 (xcsp3-exec) S 11699 11702 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106051756 115843072 364 33554432000 4194304 5098028 140733880380080 140733880378184 140520068895356 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31215616 140733880386625 140733880386825 140733880386825 140733880389578 0
/proc/11702/statm: 28282 364 306 221 0 87 0
[pid=11704] ppid=11702 vsize=14082940 memory=41136 CPUtime=0.33 cores=1,3,5,7
/proc/11704/stat : 11704 (java) S 11702 11702 6396 0 -1 1077944320 8301 0 0 0 31 2 0 0 20 0 15 0 106051757 14420930560 10284 33554432000 4194304 4196468 140732688034464 140732688017008 140535090413303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
/proc/11704/statm: 3520735 10284 3192 1 0 3483012 0
[pid=11704/tid=11705] ppid=11702 vsize=14082940 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/11704/task/11705/stat : 11705 (java) R 11702 11702 6396 0 -1 4202560 5379 0 0 0 18 1 0 0 20 0 15 0 106051757 14420930560 10284 33554432000 4194304 4196468 140732688034464 140535094647040 140535090425238 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11706] ppid=11702 vsize=14082940 memory=12591 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11706/stat : 11706 (java) S 11702 11702 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106051758 14420930560 10284 33554432000 4194304 4196468 140732688034464 140535028014224 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11707] ppid=11702 vsize=14082940 memory=139829894770496 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11707/stat : 11707 (java) S 11702 11702 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106051758 14420930560 10284 33554432000 4194304 4196468 140732688034464 140535026961424 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11708] ppid=11702 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11708/stat : 11708 (java) S 11702 11702 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106051758 14420930560 10284 33554432000 4194304 4196468 140732688034464 140535025908624 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11709] ppid=11702 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11709/stat : 11709 (java) S 11702 11702 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106051758 14420930560 10284 33554432000 4194304 4196468 140732688034464 140535024855824 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11710] ppid=11702 vsize=14082940 memory=139829894145664 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11710/stat : 11710 (java) S 11702 11702 6396 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106051759 14420930560 10284 33554432000 4194304 4196468 140732688034464 140534631745904 140535090424450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11711] ppid=11702 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11711/stat : 11711 (java) S 11702 11702 6396 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106051760 14420930560 10284 33554432000 4194304 4196468 140732688034464 140534630691872 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11712] ppid=11702 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11712/stat : 11712 (java) S 11702 11702 6396 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106051760 14420930560 10284 33554432000 4194304 4196468 140732688034464 140534629639024 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11713] ppid=11702 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11713/stat : 11713 (java) S 11702 11702 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106051763 14420930560 10284 33554432000 4194304 4196468 140732688034464 140534628587344 140535090431899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11714] ppid=11702 vsize=14082940 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/11704/task/11714/stat : 11714 (java) S 11702 11702 6396 0 -1 1077944384 694 0 0 0 3 0 0 0 20 0 15 0 106051763 14420930560 10284 33554432000 4194304 4196468 140732688034464 140534627535728 140535090424450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11715] ppid=11702 vsize=14082940 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/11704/task/11715/stat : 11715 (java) S 11702 11702 6396 0 -1 1077944384 189 0 0 0 2 0 0 0 20 0 15 0 106051763 14420930560 10284 33554432000 4194304 4196468 140732688034464 140534626482928 140535090424450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11716] ppid=11702 vsize=14082940 memory=139829894145664 CPUtime=0.07 cores=1,3,5,7
/proc/11704/task/11716/stat : 11716 (java) R 11702 11702 6396 0 -1 4202560 731 0 0 0 7 0 0 0 20 0 15 0 106051763 14420930560 10284 33554432000 4194304 4196468 140732688034464 140534625430128 140535069374088 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11717] ppid=11702 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11717/stat : 11717 (java) S 11702 11702 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106051763 14420930560 10284 33554432000 4194304 4196468 140732688034464 140534624377568 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11718] ppid=11702 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11718/stat : 11718 (java) S 11702 11702 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106051763 14420930560 10284 33554432000 4194304 4196468 140732688034464 140534623324848 140535090424450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42592 KiB

[startup+0.310543 s]*
/proc/loadavg: 2.18 2.06 1.98 4/218 11718
/proc/meminfo: memFree=18430136/32770624 swapFree=67108860/67108860
[pid=11702] ppid=11699 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/11702/stat : 11702 (xcsp3-exec) S 11699 11702 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106051756 115843072 364 33554432000 4194304 5098028 140733880380080 140733880378184 140520068895356 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31215616 140733880386625 140733880386825 140733880386825 140733880389578 0
/proc/11702/statm: 28282 364 306 221 0 87 0
[pid=11704] ppid=11702 vsize=14087196 memory=47920 CPUtime=0.52 cores=1,3,5,7
/proc/11704/stat : 11704 (java) S 11702 11702 6396 0 -1 1077944320 9126 0 0 0 49 3 0 0 20 0 15 0 106051757 14425288704 11980 33554432000 4194304 4196468 140732688034464 140732688017008 140535090413303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
/proc/11704/statm: 3521799 11980 3243 1 0 3483012 0
[pid=11704/tid=11705] ppid=11702 vsize=14087196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/11704/task/11705/stat : 11705 (java) R 11702 11702 6396 0 -1 4202560 6036 0 0 0 27 2 0 0 20 0 15 0 106051757 14425288704 11980 33554432000 4194304 4196468 140732688034464 140535094647088 140535074493790 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11706] ppid=11702 vsize=14087196 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11706/stat : 11706 (java) S 11702 11702 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106051758 14425288704 11980 33554432000 4194304 4196468 140732688034464 140535028014224 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11707] ppid=11702 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11707/stat : 11707 (java) S 11702 11702 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106051758 14425288704 11980 33554432000 4194304 4196468 140732688034464 140535026961424 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11708] ppid=11702 vsize=14087196 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11708/stat : 11708 (java) S 11702 11702 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106051758 14425288704 11980 33554432000 4194304 4196468 140732688034464 140535025908624 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11709] ppid=11702 vsize=14087196 memory=7379517710693473142 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11709/stat : 11709 (java) S 11702 11702 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106051758 14425288704 11980 33554432000 4194304 4196468 140732688034464 140535024855824 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11710] ppid=11702 vsize=14087196 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11710/stat : 11710 (java) S 11702 11702 6396 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106051759 14425288704 11980 33554432000 4194304 4196468 140732688034464 140534631745904 140535090424450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11711] ppid=11702 vsize=14087196 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11711/stat : 11711 (java) S 11702 11702 6396 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106051760 14425288704 11980 33554432000 4194304 4196468 140732688034464 140534630691872 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11712] ppid=11702 vsize=14087196 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11712/stat : 11712 (java) S 11702 11702 6396 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106051760 14425288704 11980 33554432000 4194304 4196468 140732688034464 140534629639024 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11713] ppid=11702 vsize=14087196 memory=8693815914432465728 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11713/stat : 11713 (java) S 11702 11702 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106051763 14425288704 11980 33554432000 4194304 4196468 140732688034464 140534628587344 140535090431899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11714] ppid=11702 vsize=14087196 memory=4628975386420216973 CPUtime=0.04 cores=1,3,5,7
/proc/11704/task/11714/stat : 11714 (java) R 11702 11702 6396 0 -1 1077944384 704 0 0 0 4 0 0 0 20 0 15 0 106051763 14425288704 11980 33554432000 4194304 4196468 140732688034464 140534627535728 140535090424450 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11715] ppid=11702 vsize=14087196 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/11704/task/11715/stat : 11715 (java) R 11702 11702 6396 0 -1 4202560 291 0 0 0 4 0 0 0 20 0 15 0 106051763 14425288704 11980 33554432000 4194304 4196468 140732688034464 140534626474384 140535073798073 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11716] ppid=11702 vsize=14087196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/11704/task/11716/stat : 11716 (java) R 11702 11702 6396 0 -1 4202560 801 0 0 0 12 0 0 0 20 0 15 0 106051763 14425288704 11980 33554432000 4194304 4196468 140732688034464 140534625430128 140535090425238 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11717] ppid=11702 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11717/stat : 11717 (java) S 11702 11702 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106051763 14425288704 11980 33554432000 4194304 4196468 140732688034464 140534624377568 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11718] ppid=11702 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11718/stat : 11718 (java) S 11702 11702 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106051763 14425288704 11980 33554432000 4194304 4196468 140732688034464 140534623324848 140535090424450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49376 KiB

[startup+0.701652 s]
/proc/loadavg: 2.18 2.06 1.98 6/218 11718
/proc/meminfo: memFree=18366408/32770624 swapFree=67108860/67108860
[pid=11702] ppid=11699 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/11702/stat : 11702 (xcsp3-exec) S 11699 11702 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106051756 115843072 364 33554432000 4194304 5098028 140733880380080 140733880378184 140520068895356 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31215616 140733880386625 140733880386825 140733880386825 140733880389578 0
/proc/11702/statm: 28282 364 306 221 0 87 0
[pid=11704] ppid=11702 vsize=14089320 memory=215732 CPUtime=1.54 cores=1,3,5,7
/proc/11704/stat : 11704 (java) S 11702 11702 6396 0 -1 1077944320 11767 0 0 0 148 6 0 0 20 0 15 0 106051757 14427463680 53933 33554432000 4194304 4196468 140732688034464 140732688017008 140535090413303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
/proc/11704/statm: 3522330 53933 3337 1 0 3483524 0
[pid=11704/tid=11705] ppid=11702 vsize=14089320 memory=33 CPUtime=0.66 cores=1,3,5,7
/proc/11704/task/11705/stat : 11705 (java) S 11702 11702 6396 0 -1 1077944384 6597 0 0 0 62 4 0 0 20 0 15 0 106051757 14427463680 53933 33554432000 4194304 4196468 140732688034464 140535094651024 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11706] ppid=11702 vsize=14089320 memory=-7816663703405220396 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11706/stat : 11706 (java) R 11702 11702 6396 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 15 0 106051758 14427463680 53933 33554432000 4194304 4196468 140732688034464 140535028014224 140535083516342 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11707] ppid=11702 vsize=14089320 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/11704/task/11707/stat : 11707 (java) R 11702 11702 6396 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 15 0 106051758 14427463680 53933 33554432000 4194304 4196468 140732688034464 140535026961624 140535083516289 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11708] ppid=11702 vsize=14089320 memory=30196 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11708/stat : 11708 (java) R 11702 11702 6396 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 15 0 106051758 14427463680 53933 33554432000 4194304 4196468 140732688034464 140535025908624 140535075441141 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11709] ppid=11702 vsize=14089320 memory=1292 CPUtime=0.01 cores=1,3,5,7
/proc/11704/task/11709/stat : 11709 (java) R 11702 11702 6396 0 -1 4202560 26 0 0 0 1 0 0 0 20 0 15 0 106051758 14427463680 53933 33554432000 4194304 4196468 140732688034464 140535024853632 140535083516162 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11710] ppid=11702 vsize=14089320 memory=2416 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11710/stat : 11710 (java) S 11702 11702 6396 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 106051759 14427463680 53933 33554432000 4194304 4196468 140732688034464 140534631744416 140535090423509 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11711] ppid=11702 vsize=14089320 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11711/stat : 11711 (java) S 11702 11702 6396 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106051760 14427463680 53933 33554432000 4194304 4196468 140732688034464 140534630691872 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11712] ppid=11702 vsize=14089320 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11712/stat : 11712 (java) S 11702 11702 6396 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106051760 14427463680 53933 33554432000 4194304 4196468 140732688034464 140534629639024 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11713] ppid=11702 vsize=14089320 memory=796 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11713/stat : 11713 (java) S 11702 11702 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106051763 14427463680 53933 33554432000 4194304 4196468 140732688034464 140534628587344 140535090431899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11714] ppid=11702 vsize=14089320 memory=5408 CPUtime=0.29 cores=1,3,5,7
/proc/11704/task/11714/stat : 11714 (java) S 11702 11702 6396 0 -1 1077944384 1373 0 0 0 29 0 0 0 20 0 15 0 106051763 14427463680 53933 33554432000 4194304 4196468 140732688034464 140534627519328 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11715] ppid=11702 vsize=14089320 memory=1008 CPUtime=0.29 cores=1,3,5,7
/proc/11704/task/11715/stat : 11715 (java) S 11702 11702 6396 0 -1 1077944384 1123 0 0 0 29 0 0 0 20 0 15 0 106051763 14427463680 53933 33554432000 4194304 4196468 140732688034464 140534626474208 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11716] ppid=11702 vsize=14089320 memory=9992 CPUtime=0.24 cores=1,3,5,7
/proc/11704/task/11716/stat : 11716 (java) S 11702 11702 6396 0 -1 1077944384 1294 0 0 0 24 0 0 0 20 0 15 0 106051763 14427463680 53933 33554432000 4194304 4196468 140732688034464 140534625430128 140535090424450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11717] ppid=11702 vsize=14089320 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11717/stat : 11717 (java) S 11702 11702 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106051763 14427463680 53933 33554432000 4194304 4196468 140732688034464 140534624377568 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11718] ppid=11702 vsize=14089320 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11718/stat : 11718 (java) S 11702 11702 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106051763 14427463680 53933 33554432000 4194304 4196468 140732688034464 140534623324848 140535090424450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
Current children cumulated CPU time: 1.54 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 217188 KiB

[startup+1.50169 s]
/proc/loadavg: 2.18 2.06 1.98 4/218 11718
/proc/meminfo: memFree=18228700/32770624 swapFree=67108860/67108860
[pid=11702] ppid=11699 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/11702/stat : 11702 (xcsp3-exec) S 11699 11702 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106051756 115843072 364 33554432000 4194304 5098028 140733880380080 140733880378184 140520068895356 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31215616 140733880386625 140733880386825 140733880386825 140733880389578 0
/proc/11702/statm: 28282 364 306 221 0 87 0

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

/proc/11702/stat : 11702 (xcsp3-exec) S 11699 11702 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106051756 115843072 364 33554432000 4194304 5098028 140733880380080 140733880378184 140520068895356 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31215616 140733880386625 140733880386825 140733880386825 140733880389578 0
/proc/11702/statm: 28282 364 306 221 0 87 0
[pid=11704] ppid=11702 vsize=14089320 memory=11727500 CPUtime=222.39 cores=1,3,5,7
/proc/11704/stat : 11704 (java) S 11702 11702 6396 0 -1 1077944320 460146 0 0 0 20962 1277 0 0 20 0 15 0 106051757 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140732688017008 140535090413303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
/proc/11704/statm: 3522330 2931875 3402 1 0 3483524 0
[pid=11704/tid=11705] ppid=11702 vsize=14089320 memory=11424784 CPUtime=172.88 cores=1,3,5,7
/proc/11704/task/11705/stat : 11705 (java) S 11702 11702 6396 0 -1 1077944384 48689 0 0 0 17270 18 0 0 20 0 15 0 106051757 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140535094652912 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11706] ppid=11702 vsize=14089320 memory=1456 CPUtime=11.77 cores=1,3,5,7
/proc/11704/task/11706/stat : 11706 (java) R 11702 11702 6396 0 -1 4202560 82355 0 0 0 851 326 0 0 20 0 15 0 106051758 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140535028014424 140535083510052 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11707] ppid=11702 vsize=14089320 memory=4128 CPUtime=11.88 cores=1,3,5,7
/proc/11704/task/11707/stat : 11707 (java) R 11702 11702 6396 0 -1 4202560 151439 0 0 0 864 324 0 0 20 0 15 0 106051758 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140535026961312 140535075402861 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11708] ppid=11702 vsize=14089320 memory=1456 CPUtime=11.79 cores=1,3,5,7
/proc/11704/task/11708/stat : 11708 (java) R 11702 11702 6396 0 -1 4202560 64501 0 0 0 877 302 0 0 20 0 15 0 106051758 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140535025908824 140535083510044 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11709] ppid=11702 vsize=14089320 memory=10582892 CPUtime=11.8 cores=1,3,5,7
/proc/11704/task/11709/stat : 11709 (java) R 11702 11702 6396 0 -1 4202560 86890 0 0 0 884 296 0 0 20 0 15 0 106051758 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140535024855824 140535075402861 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11710] ppid=11702 vsize=14089320 memory=10582892 CPUtime=0.7 cores=1,3,5,7
/proc/11704/task/11710/stat : 11710 (java) S 11702 11702 6396 0 -1 1077944384 18766 0 0 0 68 2 0 0 20 0 15 0 106051759 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534631744448 140535090423509 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11711] ppid=11702 vsize=14089320 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11711/stat : 11711 (java) S 11702 11702 6396 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 106051760 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534630691936 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11712] ppid=11702 vsize=14089320 memory=11727324 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11712/stat : 11712 (java) S 11702 11702 6396 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 106051760 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534629639040 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11713] ppid=11702 vsize=14089320 memory=796 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11713/stat : 11713 (java) S 11702 11702 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106051763 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534628587344 140535090431899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11714] ppid=11702 vsize=14089320 memory=-3622645143214314312 CPUtime=0.55 cores=1,3,5,7
/proc/11704/task/11714/stat : 11714 (java) S 11702 11702 6396 0 -1 1077944384 2482 0 0 0 55 0 0 0 20 0 15 0 106051763 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534627535728 140535090424450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11715] ppid=11702 vsize=14089320 memory=796 CPUtime=0.53 cores=1,3,5,7
/proc/11704/task/11715/stat : 11715 (java) S 11702 11702 6396 0 -1 1077944384 1478 0 0 0 53 0 0 0 20 0 15 0 106051763 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534626482928 140535090424450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11716] ppid=11702 vsize=14089320 memory=5408 CPUtime=0.32 cores=1,3,5,7
/proc/11704/task/11716/stat : 11716 (java) S 11702 11702 6396 0 -1 1077944384 2036 0 0 0 32 0 0 0 20 0 15 0 106051763 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534625430128 140535090424450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11717] ppid=11702 vsize=14089320 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11717/stat : 11717 (java) S 11702 11702 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106051763 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534624377568 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11718] ppid=11702 vsize=14089320 memory=9992 CPUtime=0.08 cores=1,3,5,7
/proc/11704/task/11718/stat : 11718 (java) S 11702 11702 6396 0 -1 1077944384 182 0 0 0 4 4 0 0 20 0 15 0 106051763 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534623324848 140535090424450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 24 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
Current children cumulated CPU time: 222.39 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 11728956 KiB

[startup+186.002 s]*
/proc/loadavg: 1.95 2.03 1.98 6/218 11798
/proc/meminfo: memFree=7748276/32770624 swapFree=67108860/67108860
[pid=11702] ppid=11699 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/11702/stat : 11702 (xcsp3-exec) S 11699 11702 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106051756 115843072 364 33554432000 4194304 5098028 140733880380080 140733880378184 140520068895356 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31215616 140733880386625 140733880386825 140733880386825 140733880389578 0
/proc/11702/statm: 28282 364 306 221 0 87 0
[pid=11704] ppid=11702 vsize=14089320 memory=11727500 CPUtime=224.01 cores=1,3,5,7
/proc/11704/stat : 11704 (java) S 11702 11702 6396 0 -1 1077944320 461243 0 0 0 21124 1277 0 0 20 0 15 0 106051757 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140732688017008 140535090413303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
/proc/11704/statm: 3522330 2931875 3402 1 0 3483524 0
[pid=11704/tid=11705] ppid=11702 vsize=14089320 memory=6791534058613427641 CPUtime=172.88 cores=1,3,5,7
/proc/11704/task/11705/stat : 11705 (java) S 11702 11702 6396 0 -1 1077944384 48689 0 0 0 17270 18 0 0 20 0 15 0 106051757 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140535094652912 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11706] ppid=11702 vsize=14089320 memory=4872558044660077418 CPUtime=12.17 cores=1,3,5,7
/proc/11704/task/11706/stat : 11706 (java) R 11702 11702 6396 0 -1 4202560 82615 0 0 0 891 326 0 0 20 0 15 0 106051758 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140535028014424 140535083510036 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11707] ppid=11702 vsize=14089320 memory=4124 CPUtime=12.29 cores=1,3,5,7
/proc/11704/task/11707/stat : 11707 (java) R 11702 11702 6396 0 -1 4202560 151717 0 0 0 905 324 0 0 20 0 15 0 106051758 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140535026961312 140535083510060 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11708] ppid=11702 vsize=14089320 memory=2200 CPUtime=12.2 cores=1,3,5,7
/proc/11704/task/11708/stat : 11708 (java) R 11702 11702 6396 0 -1 4202560 64765 0 0 0 918 302 0 0 20 0 15 0 106051758 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140535025908824 140535075402861 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11709] ppid=11702 vsize=14089320 memory=279659547721968 CPUtime=12.21 cores=1,3,5,7
/proc/11704/task/11709/stat : 11709 (java) R 11702 11702 6396 0 -1 4202560 87187 0 0 0 925 296 0 0 20 0 15 0 106051758 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140535024856024 140535083510044 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11710] ppid=11702 vsize=14089320 memory=279659547721968 CPUtime=0.7 cores=1,3,5,7
/proc/11704/task/11710/stat : 11710 (java) S 11702 11702 6396 0 -1 1077944384 18766 0 0 0 68 2 0 0 20 0 15 0 106051759 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534631744448 140535090423509 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11711] ppid=11702 vsize=14089320 memory=279659547721968 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11711/stat : 11711 (java) S 11702 11702 6396 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 106051760 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534630691936 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11712] ppid=11702 vsize=14089320 memory=279659547721968 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11712/stat : 11712 (java) S 11702 11702 6396 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 106051760 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534629639040 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11713] ppid=11702 vsize=14089320 memory=279659547721968 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11713/stat : 11713 (java) S 11702 11702 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106051763 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534628587344 140535090431899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11714] ppid=11702 vsize=14089320 memory=279659547721968 CPUtime=0.55 cores=1,3,5,7
/proc/11704/task/11714/stat : 11714 (java) S 11702 11702 6396 0 -1 1077944384 2482 0 0 0 55 0 0 0 20 0 15 0 106051763 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534627535728 140535090424450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11715] ppid=11702 vsize=14089320 memory=279659547721968 CPUtime=0.53 cores=1,3,5,7
/proc/11704/task/11715/stat : 11715 (java) S 11702 11702 6396 0 -1 1077944384 1478 0 0 0 53 0 0 0 20 0 15 0 106051763 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534626482928 140535090424450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11716] ppid=11702 vsize=14089320 memory=279659547721968 CPUtime=0.32 cores=1,3,5,7
/proc/11704/task/11716/stat : 11716 (java) S 11702 11702 6396 0 -1 1077944384 2036 0 0 0 32 0 0 0 20 0 15 0 106051763 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534625430128 140535090424450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11717] ppid=11702 vsize=14089320 memory=279659547721968 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11717/stat : 11717 (java) S 11702 11702 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106051763 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534624377568 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11718] ppid=11702 vsize=14089320 memory=1292 CPUtime=0.08 cores=1,3,5,7
/proc/11704/task/11718/stat : 11718 (java) S 11702 11702 6396 0 -1 1077944384 182 0 0 0 4 4 0 0 20 0 15 0 106051763 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534623324848 140535090424450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 24 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
Current children cumulated CPU time: 224.01 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 11728956 KiB

[startup+186.202 s]
/proc/loadavg: 1.95 2.03 1.98 6/218 11798
/proc/meminfo: memFree=7748276/32770624 swapFree=67108860/67108860
[pid=11702] ppid=11699 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/11702/stat : 11702 (xcsp3-exec) S 11699 11702 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106051756 115843072 364 33554432000 4194304 5098028 140733880380080 140733880378184 140520068895356 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31215616 140733880386625 140733880386825 140733880386825 140733880389578 0
/proc/11702/statm: 28282 364 306 221 0 87 0
[pid=11704] ppid=11702 vsize=14089320 memory=11727500 CPUtime=224.77 cores=1,3,5,7
/proc/11704/stat : 11704 (java) S 11702 11702 6396 0 -1 1077944320 461681 0 0 0 21200 1277 0 0 20 0 15 0 106051757 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140732688017008 140535090413303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
/proc/11704/statm: 3522330 2931875 3402 1 0 3483524 0
[pid=11704/tid=11705] ppid=11702 vsize=14089320 memory=14134428972616243 CPUtime=172.88 cores=1,3,5,7
/proc/11704/task/11705/stat : 11705 (java) S 11702 11702 6396 0 -1 1077944384 48689 0 0 0 17270 18 0 0 20 0 15 0 106051757 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140535094652912 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11706] ppid=11702 vsize=14089320 memory=4124 CPUtime=12.35 cores=1,3,5,7
/proc/11704/task/11706/stat : 11706 (java) R 11702 11702 6396 0 -1 4202560 82670 0 0 0 909 326 0 0 20 0 15 0 106051758 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140535028014424 140535083510060 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11707] ppid=11702 vsize=14089320 memory=2200 CPUtime=12.48 cores=1,3,5,7
/proc/11704/task/11707/stat : 11707 (java) R 11702 11702 6396 0 -1 4202560 151751 0 0 0 924 324 0 0 20 0 15 0 106051758 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140535026961312 140535083510052 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11708] ppid=11702 vsize=14089320 memory=7528 CPUtime=12.39 cores=1,3,5,7
/proc/11704/task/11708/stat : 11708 (java) R 11702 11702 6396 0 -1 4202560 64932 0 0 0 937 302 0 0 20 0 15 0 106051758 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140535025908824 140535083512971 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11709] ppid=11702 vsize=14089320 memory=840 CPUtime=12.4 cores=1,3,5,7
/proc/11704/task/11709/stat : 11709 (java) R 11702 11702 6396 0 -1 4202560 87347 0 0 0 944 296 0 0 20 0 15 0 106051758 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140535024856024 140535075402861 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11710] ppid=11702 vsize=14089320 memory=1796 CPUtime=0.7 cores=1,3,5,7
/proc/11704/task/11710/stat : 11710 (java) S 11702 11702 6396 0 -1 1077944384 18766 0 0 0 68 2 0 0 20 0 15 0 106051759 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534631744448 140535090423509 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11711] ppid=11702 vsize=14089320 memory=916 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11711/stat : 11711 (java) S 11702 11702 6396 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 106051760 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534630691936 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11712] ppid=11702 vsize=14089320 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11712/stat : 11712 (java) S 11702 11702 6396 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 106051760 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534629639040 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11713] ppid=11702 vsize=14089320 memory=2728 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11713/stat : 11713 (java) S 11702 11702 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106051763 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534628587344 140535090431899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11714] ppid=11702 vsize=14089320 memory=2836 CPUtime=0.55 cores=1,3,5,7
/proc/11704/task/11714/stat : 11714 (java) S 11702 11702 6396 0 -1 1077944384 2491 0 0 0 55 0 0 0 20 0 15 0 106051763 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534627535488 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11715] ppid=11702 vsize=14089320 memory=6791534058613427641 CPUtime=0.53 cores=1,3,5,7
/proc/11704/task/11715/stat : 11715 (java) S 11702 11702 6396 0 -1 1077944384 1481 0 0 0 53 0 0 0 20 0 15 0 106051763 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534626482976 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11716] ppid=11702 vsize=14089320 memory=30196 CPUtime=0.32 cores=1,3,5,7
/proc/11704/task/11716/stat : 11716 (java) S 11702 11702 6396 0 -1 1077944384 2039 0 0 0 32 0 0 0 20 0 15 0 106051763 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534625430176 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11717] ppid=11702 vsize=14089320 memory=2416 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11717/stat : 11717 (java) S 11702 11702 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106051763 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534624377568 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11718] ppid=11702 vsize=14089320 memory=1728 CPUtime=0.08 cores=1,3,5,7
/proc/11704/task/11718/stat : 11718 (java) S 11702 11702 6396 0 -1 1077944384 186 0 0 0 4 4 0 0 20 0 15 0 106051763 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534623324848 140535090424450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 24 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
Current children cumulated CPU time: 224.77 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 11728956 KiB

[startup+186.301 s]
/proc/loadavg: 1.95 2.03 1.98 6/218 11798
/proc/meminfo: memFree=7748276/32770624 swapFree=67108860/67108860
[pid=11702] ppid=11699 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/11702/stat : 11702 (xcsp3-exec) S 11699 11702 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106051756 115843072 364 33554432000 4194304 5098028 140733880380080 140733880378184 140520068895356 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31215616 140733880386625 140733880386825 140733880386825 140733880389578 0
/proc/11702/statm: 28282 364 306 221 0 87 0
[pid=11704] ppid=11702 vsize=14089320 memory=11727500 CPUtime=225 cores=1,3,5,7
/proc/11704/stat : 11704 (java) S 11702 11702 6396 0 -1 1077944320 462528 0 0 0 21223 1277 0 0 20 0 15 0 106051757 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140732688017008 140535090413303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
/proc/11704/statm: 3522330 2931875 3402 1 0 3483524 0
[pid=11704/tid=11705] ppid=11702 vsize=14089320 memory=11727500 CPUtime=172.88 cores=1,3,5,7
/proc/11704/task/11705/stat : 11705 (java) S 11702 11702 6396 0 -1 1077944384 48689 0 0 0 17270 18 0 0 20 0 15 0 106051757 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140535094652912 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11706] ppid=11702 vsize=14089320 memory=11727324 CPUtime=12.4 cores=1,3,5,7
/proc/11704/task/11706/stat : 11706 (java) S 11702 11702 6396 0 -1 1077944384 82679 0 0 0 914 326 0 0 20 0 15 0 106051758 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140535028014224 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11707] ppid=11702 vsize=14089320 memory=11727412 CPUtime=12.52 cores=1,3,5,7
/proc/11704/task/11707/stat : 11707 (java) S 11702 11702 6396 0 -1 1077944384 151760 0 0 0 928 324 0 0 20 0 15 0 106051758 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140535026961424 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11708] ppid=11702 vsize=14089320 memory=11727500 CPUtime=12.43 cores=1,3,5,7
/proc/11704/task/11708/stat : 11708 (java) S 11702 11702 6396 0 -1 1077944384 64954 0 0 0 941 302 0 0 20 0 15 0 106051758 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140535025908624 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11709] ppid=11702 vsize=14089320 memory=11727500 CPUtime=12.44 cores=1,3,5,7
/proc/11704/task/11709/stat : 11709 (java) S 11702 11702 6396 0 -1 1077944384 87360 0 0 0 948 296 0 0 20 0 15 0 106051758 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140535024855824 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11710] ppid=11702 vsize=14089320 memory=1456 CPUtime=0.75 cores=1,3,5,7
/proc/11704/task/11710/stat : 11710 (java) R 11702 11702 6396 0 -1 4202560 19560 0 0 0 73 2 0 0 20 0 15 0 106051759 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534631744448 140535068783478 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11711] ppid=11702 vsize=14089320 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11711/stat : 11711 (java) S 11702 11702 6396 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 106051760 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534630691936 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11712] ppid=11702 vsize=14089320 memory=30196 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11712/stat : 11712 (java) S 11702 11702 6396 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 106051760 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534629639040 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11713] ppid=11702 vsize=14089320 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11713/stat : 11713 (java) S 11702 11702 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106051763 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534628587344 140535090431899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11714] ppid=11702 vsize=14089320 memory=1456 CPUtime=0.55 cores=1,3,5,7
/proc/11704/task/11714/stat : 11714 (java) S 11702 11702 6396 0 -1 1077944384 2491 0 0 0 55 0 0 0 20 0 15 0 106051763 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534627535488 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11715] ppid=11702 vsize=14089320 memory=11727412 CPUtime=0.53 cores=1,3,5,7
/proc/11704/task/11715/stat : 11715 (java) S 11702 11702 6396 0 -1 1077944384 1481 0 0 0 53 0 0 0 20 0 15 0 106051763 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534626482976 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11716] ppid=11702 vsize=14089320 memory=1456 CPUtime=0.32 cores=1,3,5,7
/proc/11704/task/11716/stat : 11716 (java) S 11702 11702 6396 0 -1 1077944384 2039 0 0 0 32 0 0 0 20 0 15 0 106051763 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534625430176 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11717] ppid=11702 vsize=14089320 memory=11727468 CPUtime=0 cores=1,3,5,7
/proc/11704/task/11717/stat : 11717 (java) S 11702 11702 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106051763 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534624377568 140535090423509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
[pid=11704/tid=11718] ppid=11702 vsize=14089320 memory=1456 CPUtime=0.08 cores=1,3,5,7
/proc/11704/task/11718/stat : 11718 (java) S 11702 11702 6396 0 -1 1077944384 186 0 0 0 4 4 0 0 20 0 15 0 106051763 14427463680 2931875 33554432000 4194304 4196468 140732688034464 140534623324848 140535090424450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 24 0 0 6293624 6294260 7282688 140732688041100 140732688041270 140732688041270 140732688043983 0
Current children cumulated CPU time: 225 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 11728956 KiB

Child status: 1
Real time (s): 186.401
CPU time (s): 225.113
CPU user time (s): 212.253
CPU system time (s): 12.8602
CPU usage (%): 120.768
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 11728956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 212.253
system time used= 12.8602
maximum resident set size= 11727868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 463672
page faults= 0
swaps= 0
block input operations= 0
block output operations= 312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11225
involuntary context switches= 827


# summary of solver processes directly reported to runsolver:
#   pid: 11702
#   total CPU time (s): 225.113
#   total CPU user time (s): 212.253
#   total CPU system time (s): 12.8602

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.13524 second user time and 2.00679 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-29 19:21:26
IDJOB=4301699
IDBENCH=141303
IDSOLVER=2772
FILE ID=node139/4301699-1532884886
RUNJOBID= node139-1532878307-6428
PBS_JOBID= 21022510
Free space on /tmp= 44872 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-08-4-rom_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301699-1532884886/watcher-4301699-1532884886 -o /tmp/evaluation-result-4301699-1532884886/solver-4301699-1532884886 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532878307-6428 --watchdog 312  HOME/xcsp3-exec -seed 328079228 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4301699-1532884886.xml

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

MD5SUM BENCH= d2036c1580b702d26a2ba71e1295e02d
RANDOM SEED=328079228

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.80
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.80
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.80
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.80
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:        18464980 kB
MemAvailable:   26624572 kB
Buffers:          250548 kB
Cached:          8023320 kB
SwapCached:            0 kB
Active:          8492964 kB
Inactive:        5129704 kB
Active(anon):    5303032 kB
Inactive(anon):    73544 kB
Active(file):    3189932 kB
Inactive(file):  5056160 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             31932 kB
Writeback:             0 kB
AnonPages:       5458100 kB
Mapped:            57788 kB
Shmem:             25228 kB
Slab:             371776 kB
SReclaimable:     341960 kB
SUnreclaim:        29816 kB
KernelStack:        3872 kB
PageTables:        15700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6780088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5031936 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= 44980 MiB
End job on node139 at 2018-07-29 19:24:32