Trace number 4297397

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 par (e747e1e)? 516.969 285.911

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-07-4-rom_c18.xml
MD5SUMb03b025d4dc3e1307d2e111dd352b63c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables217
Number of constraints56
Number of domains5
Minimum domain size2
Maximum domain size41345
Distribution of domain sizes[{"size":2,"count":14},{"size":8,"count":98},{"size":27,"count":49},{"size":41345,"count":56}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":70},{"degree":2,"count":98},{"degree":8,"count":49}]
Minimum constraint arity10
Maximum constraint arity11
Distribution of constraint arities[{"arity":10,"count":14},{"arity":11,"count":42}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297397-1532714926.xml"  -tl '20160s' -p 8
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4297397-1532714926.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
455.35/277.51	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
485.90/281.55		at org.chocosolver.solver.constraints.extension.nary.PropCompactTableStar.computeSupports(PropCompactTableStar.java:81)
485.90/281.55		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
485.90/281.55		at org.chocosolver.solver.constraints.extension.nary.PropCompactTableStar.<init>(PropCompactTableStar.java:45)
485.90/281.55		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2042)
485.90/281.55		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2000)
485.90/281.55		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:315)
485.90/281.55		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
485.90/281.55		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
485.90/281.55		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
485.90/281.55		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
485.90/281.55		at org.xcsp.parser.XCallbacks$$Lambda$99/561247961.accept(Unknown Source)
485.90/281.55		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
485.90/281.55		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
485.90/281.55		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
485.90/281.55		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1414)
485.90/281.55		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
485.90/281.55		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
485.90/281.55		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
485.90/281.55		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
485.90/281.55		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
485.90/281.55		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
485.90/281.55		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:100)
485.90/281.55		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
516.75/285.74	s UNKNOWN
516.75/285.74	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 (9863 MiB free)
  memory of node 1: 16384 MiB (12697 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297397-1532714926/watcher-4297397-1532714926 -o /tmp/evaluation-result-4297397-1532714926/solver-4297397-1532714926 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1532714347-24759 --watchdog 2580 HOME/xcsp3-exec -seed 1855538679 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297397-1532714926.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0.100061 s]*
/proc/loadavg: 1.98 2.43 5.11 3/199 24915
/proc/meminfo: memFree=23087244/32770624 swapFree=67108860/67108860
[pid=24894] ppid=24891 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/24894/stat : 24894 (xcsp3-exec) S 24891 24894 24732 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 89055846 115843072 363 33554432000 4194304 5098028 140732016429968 140732016428072 139649266311804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9588736 140732016436277 140732016436480 140732016436480 140732016439242 0
/proc/24894/statm: 28282 363 306 221 0 87 0
[pid=24896] ppid=24894 vsize=26104152 memory=27376 CPUtime=0.11 cores=0-7
/proc/24896/stat : 24896 (java) S 24894 24894 24732 0 -1 1077944320 5682 0 0 0 10 1 0 0 20 0 20 0 89055846 26730651648 6844 33554432000 4194304 4196468 140723068089520 140723068072064 139636674490103 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
/proc/24896/statm: 6526038 6844 3038 1 0 6488315 0
[pid=24896/tid=24897] ppid=24894 vsize=26104152 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/24896/task/24897/stat : 24897 (java) R 24894 24894 24732 0 -1 4202560 3701 0 0 0 8 0 0 0 20 0 20 0 89055846 26730651648 6909 33554432000 4194304 4196468 140723068089520 139636678729008 139636674502038 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24898] ppid=24894 vsize=26104152 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/24896/task/24898/stat : 24898 (java) S 24894 24894 24732 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89055847 26730651648 6909 33554432000 4194304 4196468 140723068089520 139636232338576 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24899] ppid=24894 vsize=26104152 memory=139662663882368 CPUtime=0 cores=0-7
/proc/24896/task/24899/stat : 24899 (java) S 24894 24894 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89055847 26730651648 6909 33554432000 4194304 4196468 140723068089520 139636231285776 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24900] ppid=24894 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24896/task/24900/stat : 24900 (java) S 24894 24894 24732 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89055847 26730651648 6909 33554432000 4194304 4196468 140723068089520 139636230232976 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24901] ppid=24894 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24896/task/24901/stat : 24901 (java) S 24894 24894 24732 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89055847 26730651648 6909 33554432000 4194304 4196468 140723068089520 139636229180176 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24902] ppid=24894 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24896/task/24902/stat : 24902 (java) S 24894 24894 24732 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89055847 26730651648 6909 33554432000 4194304 4196468 140723068089520 139636228127376 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24903] ppid=24894 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/24896/task/24903/stat : 24903 (java) S 24894 24894 24732 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89055847 26730651648 6909 33554432000 4194304 4196468 140723068089520 139636227074576 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24904] ppid=24894 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24896/task/24904/stat : 24904 (java) S 24894 24894 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89055847 26730651648 6909 33554432000 4194304 4196468 140723068089520 139636226021776 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24905] ppid=24894 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24896/task/24905/stat : 24905 (java) S 24894 24894 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89055847 26730651648 6909 33554432000 4194304 4196468 140723068089520 139636224968976 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24906] ppid=24894 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24896/task/24906/stat : 24906 (java) S 24894 24894 24732 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89055849 26730651648 6909 33554432000 4194304 4196468 140723068089520 139635801869168 139636674501250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24907] ppid=24894 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24896/task/24907/stat : 24907 (java) S 24894 24894 24732 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89055849 26730651648 6909 33554432000 4194304 4196468 140723068089520 139635800815136 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24908] ppid=24894 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24896/task/24908/stat : 24908 (java) S 24894 24894 24732 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89055849 26730651648 6909 33554432000 4194304 4196468 140723068089520 139635799762288 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24909] ppid=24894 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24896/task/24909/stat : 24909 (java) S 24894 24894 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89055852 26730651648 6909 33554432000 4194304 4196468 140723068089520 139635798710608 139636674508699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24910] ppid=24894 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24896/task/24910/stat : 24910 (java) S 24894 24894 24732 0 -1 1077944384 411 0 0 0 0 0 0 0 20 0 20 0 89055852 26730651648 6909 33554432000 4194304 4196468 140723068089520 139635797657968 139636674501250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24911] ppid=24894 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24896/task/24911/stat : 24911 (java) S 24894 24894 24732 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89055852 26730651648 6909 33554432000 4194304 4196468 140723068089520 139635796605168 139636674501250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24912] ppid=24894 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24896/task/24912/stat : 24912 (java) S 24894 24894 24732 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89055852 26730651648 6909 33554432000 4194304 4196468 140723068089520 139635795552368 139636674501250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24913] ppid=24894 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/24896/task/24913/stat : 24913 (java) R 24894 24894 24732 0 -1 4202560 265 0 0 0 1 0 0 0 20 0 20 0 89055852 26730651648 6909 33554432000 4194304 4196468 140723068089520 139635794499568 139636658676692 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24914] ppid=24894 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24896/task/24914/stat : 24914 (java) S 24894 24894 24732 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89055852 26730651648 6909 33554432000 4194304 4196468 140723068089520 139635793448032 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24915] ppid=24894 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/24896/task/24915/stat : 24915 (java) S 24894 24894 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89055852 26730651648 6909 33554432000 4194304 4196468 140723068089520 139635792395312 139636674501250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28828 KiB

[startup+0.210339 s]*
/proc/loadavg: 1.98 2.43 5.11 3/199 24915
/proc/meminfo: memFree=23075240/32770624 swapFree=67108860/67108860
[pid=24894] ppid=24891 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/24894/stat : 24894 (xcsp3-exec) S 24891 24894 24732 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 89055846 115843072 363 33554432000 4194304 5098028 140732016429968 140732016428072 139649266311804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9588736 140732016436277 140732016436480 140732016436480 140732016439242 0
/proc/24894/statm: 28282 363 306 221 0 87 0
[pid=24896] ppid=24894 vsize=26104152 memory=39636 CPUtime=0.33 cores=0-7
/proc/24896/stat : 24896 (java) S 24894 24894 24732 0 -1 1077944320 8523 0 0 0 31 2 0 0 20 0 20 0 89055846 26730651648 9909 33554432000 4194304 4196468 140723068089520 140723068072064 139636674490103 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
/proc/24896/statm: 6526038 9909 3183 1 0 6488315 0
[pid=24896/tid=24897] ppid=24894 vsize=26104152 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/24896/task/24897/stat : 24897 (java) R 24894 24894 24732 0 -1 4202560 5599 0 0 0 19 1 0 0 20 0 20 0 89055846 26730651648 9909 33554432000 4194304 4196468 140723068089520 139636678726800 139636658570590 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24898] ppid=24894 vsize=26104152 memory=331 CPUtime=0 cores=0-7
/proc/24896/task/24898/stat : 24898 (java) S 24894 24894 24732 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89055847 26730651648 9909 33554432000 4194304 4196468 140723068089520 139636232338576 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24899] ppid=24894 vsize=26104152 memory=3619119737503225504 CPUtime=0 cores=0-7
/proc/24896/task/24899/stat : 24899 (java) S 24894 24894 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89055847 26730651648 9909 33554432000 4194304 4196468 140723068089520 139636231285776 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24900] ppid=24894 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/24896/task/24900/stat : 24900 (java) S 24894 24894 24732 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89055847 26730651648 9909 33554432000 4194304 4196468 140723068089520 139636230232976 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24901] ppid=24894 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24896/task/24901/stat : 24901 (java) S 24894 24894 24732 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89055847 26730651648 9909 33554432000 4194304 4196468 140723068089520 139636229180176 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24902] ppid=24894 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24896/task/24902/stat : 24902 (java) S 24894 24894 24732 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89055847 26730651648 9909 33554432000 4194304 4196468 140723068089520 139636228127376 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24903] ppid=24894 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/24896/task/24903/stat : 24903 (java) S 24894 24894 24732 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89055847 26730651648 9909 33554432000 4194304 4196468 140723068089520 139636227074576 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24904] ppid=24894 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24896/task/24904/stat : 24904 (java) S 24894 24894 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89055847 26730651648 9909 33554432000 4194304 4196468 140723068089520 139636226021776 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24905] ppid=24894 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24896/task/24905/stat : 24905 (java) S 24894 24894 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89055847 26730651648 9909 33554432000 4194304 4196468 140723068089520 139636224968976 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24906] ppid=24894 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24896/task/24906/stat : 24906 (java) S 24894 24894 24732 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 89055849 26730651648 9909 33554432000 4194304 4196468 140723068089520 139635801869168 139636674501250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24907] ppid=24894 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24896/task/24907/stat : 24907 (java) S 24894 24894 24732 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89055849 26730651648 9909 33554432000 4194304 4196468 140723068089520 139635800815136 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24908] ppid=24894 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24896/task/24908/stat : 24908 (java) S 24894 24894 24732 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89055849 26730651648 9909 33554432000 4194304 4196468 140723068089520 139635799762288 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24909] ppid=24894 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24896/task/24909/stat : 24909 (java) S 24894 24894 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89055852 26730651648 9909 33554432000 4194304 4196468 140723068089520 139635798710608 139636674508699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24910] ppid=24894 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/24896/task/24910/stat : 24910 (java) S 24894 24894 24732 0 -1 1077944384 699 0 0 0 1 0 0 0 20 0 20 0 89055852 26730651648 9909 33554432000 4194304 4196468 140723068089520 139635797657968 139636674501250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24911] ppid=24894 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/24896/task/24911/stat : 24911 (java) S 24894 24894 24732 0 -1 1077944384 100 0 0 0 1 0 0 0 20 0 20 0 89055852 26730651648 9909 33554432000 4194304 4196468 140723068089520 139635796605168 139636674501250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24912] ppid=24894 vsize=26104152 memory=-1 CPUtime=0.01 cores=0-7
/proc/24896/task/24912/stat : 24912 (java) S 24894 24894 24732 0 -1 1077944384 39 0 0 0 1 0 0 0 20 0 20 0 89055852 26730651648 9909 33554432000 4194304 4196468 140723068089520 139635795552368 139636674501250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24913] ppid=24894 vsize=26104152 memory=-1 CPUtime=0.07 cores=0-7
/proc/24896/task/24913/stat : 24913 (java) S 24894 24894 24732 0 -1 1077944384 775 0 0 0 7 0 0 0 20 0 20 0 89055852 26730651648 9909 33554432000 4194304 4196468 140723068089520 139635794499568 139636674501250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24914] ppid=24894 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24896/task/24914/stat : 24914 (java) S 24894 24894 24732 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89055852 26730651648 9909 33554432000 4194304 4196468 140723068089520 139635793448032 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24915] ppid=24894 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/24896/task/24915/stat : 24915 (java) S 24894 24894 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89055852 26730651648 9909 33554432000 4194304 4196468 140723068089520 139635792395312 139636674501250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 41088 KiB

[startup+0.312049 s]*
/proc/loadavg: 1.98 2.43 5.11 5/199 24915
/proc/meminfo: memFree=23069172/32770624 swapFree=67108860/67108860
[pid=24894] ppid=24891 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/24894/stat : 24894 (xcsp3-exec) S 24891 24894 24732 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 89055846 115843072 363 33554432000 4194304 5098028 140732016429968 140732016428072 139649266311804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9588736 140732016436277 140732016436480 140732016436480 140732016439242 0
/proc/24894/statm: 28282 363 306 221 0 87 0
[pid=24896] ppid=24894 vsize=26108408 memory=46400 CPUtime=0.52 cores=0-7
/proc/24896/stat : 24896 (java) S 24894 24894 24732 0 -1 1077944320 9381 0 0 0 49 3 0 0 20 0 20 0 89055846 26735009792 11600 33554432000 4194304 4196468 140723068089520 140723068072064 139636674490103 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
/proc/24896/statm: 6527102 11600 3231 1 0 6488315 0
[pid=24896/tid=24897] ppid=24894 vsize=26108408 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/24896/task/24897/stat : 24897 (java) R 24894 24894 24732 0 -1 4202560 6310 0 0 0 28 1 0 0 20 0 20 0 89055846 26735009792 11600 33554432000 4194304 4196468 140723068089520 139636678718304 139636658570590 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24898] ppid=24894 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/24896/task/24898/stat : 24898 (java) S 24894 24894 24732 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89055847 26735009792 11600 33554432000 4194304 4196468 140723068089520 139636232338576 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24899] ppid=24894 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/24896/task/24899/stat : 24899 (java) S 24894 24894 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89055847 26735009792 11600 33554432000 4194304 4196468 140723068089520 139636231285776 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24900] ppid=24894 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/24896/task/24900/stat : 24900 (java) S 24894 24894 24732 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89055847 26735009792 11600 33554432000 4194304 4196468 140723068089520 139636230232976 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24901] ppid=24894 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/24896/task/24901/stat : 24901 (java) S 24894 24894 24732 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89055847 26735009792 11600 33554432000 4194304 4196468 140723068089520 139636229180176 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24902] ppid=24894 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/24896/task/24902/stat : 24902 (java) S 24894 24894 24732 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89055847 26735009792 11600 33554432000 4194304 4196468 140723068089520 139636228127376 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24903] ppid=24894 vsize=26108408 memory=139662538666927 CPUtime=0 cores=0-7
/proc/24896/task/24903/stat : 24903 (java) S 24894 24894 24732 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89055847 26735009792 11600 33554432000 4194304 4196468 140723068089520 139636227074576 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24904] ppid=24894 vsize=26108408 memory=139662538669232 CPUtime=0 cores=0-7
/proc/24896/task/24904/stat : 24904 (java) S 24894 24894 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89055847 26735009792 11600 33554432000 4194304 4196468 140723068089520 139636226021776 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24905] ppid=24894 vsize=26108408 memory=139662538671536 CPUtime=0 cores=0-7
/proc/24896/task/24905/stat : 24905 (java) S 24894 24894 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89055847 26735009792 11600 33554432000 4194304 4196468 140723068089520 139636224968976 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24906] ppid=24894 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/24896/task/24906/stat : 24906 (java) S 24894 24894 24732 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 89055849 26735009792 11600 33554432000 4194304 4196468 140723068089520 139635801869168 139636674501250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24907] ppid=24894 vsize=26108408 memory=279325077350032 CPUtime=0 cores=0-7
/proc/24896/task/24907/stat : 24907 (java) S 24894 24894 24732 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89055849 26735009792 11600 33554432000 4194304 4196468 140723068089520 139635800815136 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24908] ppid=24894 vsize=26108408 memory=279325077356944 CPUtime=0 cores=0-7
/proc/24896/task/24908/stat : 24908 (java) S 24894 24894 24732 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89055849 26735009792 11600 33554432000 4194304 4196468 140723068089520 139635799762288 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24909] ppid=24894 vsize=26108408 memory=279325077298224 CPUtime=0 cores=0-7
/proc/24896/task/24909/stat : 24909 (java) S 24894 24894 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89055852 26735009792 11600 33554432000 4194304 4196468 140723068089520 139635798710608 139636674508699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24910] ppid=24894 vsize=26108408 memory=279325077370768 CPUtime=0.03 cores=0-7
/proc/24896/task/24910/stat : 24910 (java) R 24894 24894 24732 0 -1 4202560 780 0 0 0 3 0 0 0 20 0 20 0 89055852 26735009792 11600 33554432000 4194304 4196468 140723068089520 139635797638984 139636659411906 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24911] ppid=24894 vsize=26108408 memory=279325077377680 CPUtime=0.02 cores=0-7
/proc/24896/task/24911/stat : 24911 (java) S 24894 24894 24732 0 -1 1077944384 112 0 0 0 2 0 0 0 20 0 20 0 89055852 26735009792 11600 33554432000 4194304 4196468 140723068089520 139635796605168 139636674501250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24912] ppid=24894 vsize=26108408 memory=279325077375376 CPUtime=0.02 cores=0-7
/proc/24896/task/24912/stat : 24912 (java) S 24894 24894 24732 0 -1 1077944384 39 0 0 0 2 0 0 0 20 0 20 0 89055852 26735009792 11600 33554432000 4194304 4196468 140723068089520 139635795552368 139636674501250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24913] ppid=24894 vsize=26108408 memory=279325077391536 CPUtime=0.12 cores=0-7
/proc/24896/task/24913/stat : 24913 (java) S 24894 24894 24732 0 -1 1077944384 839 0 0 0 12 0 0 0 20 0 20 0 89055852 26735009792 11600 33554432000 4194304 4196468 140723068089520 139635794499568 139636674501250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24914] ppid=24894 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/24896/task/24914/stat : 24914 (java) S 24894 24894 24732 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89055852 26735009792 11600 33554432000 4194304 4196468 140723068089520 139635793448032 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24915] ppid=24894 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/24896/task/24915/stat : 24915 (java) S 24894 24894 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89055852 26735009792 11600 33554432000 4194304 4196468 140723068089520 139635792395312 139636674501250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 47852 KiB

[startup+0.700992 s]
/proc/loadavg: 1.98 2.43 5.11 5/199 24915
/proc/meminfo: memFree=23021388/32770624 swapFree=67108860/67108860
[pid=24894] ppid=24891 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/24894/stat : 24894 (xcsp3-exec) S 24891 24894 24732 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 89055846 115843072 363 33554432000 4194304 5098028 140732016429968 140732016428072 139649266311804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9588736 140732016436277 140732016436480 140732016436480 140732016439242 0
/proc/24894/statm: 28282 363 306 221 0 87 0
[pid=24896] ppid=24894 vsize=26110532 memory=207372 CPUtime=1.64 cores=0-7
/proc/24896/stat : 24896 (java) S 24894 24894 24732 0 -1 1077944320 12841 0 0 0 154 10 0 0 20 0 20 0 89055846 26737184768 51843 33554432000 4194304 4196468 140723068089520 140723068072064 139636674490103 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
/proc/24896/statm: 6527633 51843 3361 1 0 6488827 0
[pid=24896/tid=24897] ppid=24894 vsize=26110532 memory=279325077749424 CPUtime=0.66 cores=0-7
/proc/24896/task/24897/stat : 24897 (java) R 24894 24894 24732 0 -1 4202560 6816 0 0 0 62 4 0 0 20 0 20 0 89055846 26737184768 51843 33554432000 4194304 4196468 140723068089520 139636678727808 139636653567603 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24898] ppid=24894 vsize=26110532 memory=139662538875760 CPUtime=0 cores=0-7
/proc/24896/task/24898/stat : 24898 (java) S 24894 24894 24732 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 20 0 89055847 26737184768 51843 33554432000 4194304 4196468 140723068089520 139636232338576 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24899] ppid=24894 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/24896/task/24899/stat : 24899 (java) S 24894 24894 24732 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 89055847 26737184768 51843 33554432000 4194304 4196468 140723068089520 139636231285776 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24900] ppid=24894 vsize=26110532 memory=1012 CPUtime=0 cores=0-7
/proc/24896/task/24900/stat : 24900 (java) S 24894 24894 24732 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89055847 26737184768 51843 33554432000 4194304 4196468 140723068089520 139636230232976 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0

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

[pid=24896/tid=24899] ppid=24894 vsize=26110532 memory=952 CPUtime=30.59 cores=0-7
/proc/24896/task/24899/stat : 24899 (java) R 24894 24894 24732 0 -1 4202560 102616 0 0 0 2429 630 0 0 20 0 20 0 89055847 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139636231285584 139636667118311 0 4 0 16800975 0 0 0 -1 5 0 0 32 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24900] ppid=24894 vsize=26110532 memory=2400 CPUtime=30.64 cores=0-7
/proc/24896/task/24900/stat : 24900 (java) R 24894 24894 24732 0 -1 4202560 72648 0 0 0 2484 580 0 0 20 0 20 0 89055847 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139636230232784 139636667118311 0 4 0 16800975 0 0 0 -1 3 0 0 28 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24901] ppid=24894 vsize=26110532 memory=1836 CPUtime=30.44 cores=0-7
/proc/24896/task/24901/stat : 24901 (java) R 24894 24894 24732 0 -1 4202560 96028 0 0 0 2424 620 0 0 20 0 20 0 89055847 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139636229179984 139636667118311 0 4 0 16800975 0 0 0 -1 1 0 0 39 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24902] ppid=24894 vsize=26110532 memory=13044 CPUtime=30.71 cores=0-7
/proc/24896/task/24902/stat : 24902 (java) R 24894 24894 24732 0 -1 4202560 83493 0 0 0 2470 601 0 0 20 0 20 0 89055847 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139636228127184 139636667118311 0 4 0 16800975 0 0 0 -1 2 0 0 29 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24903] ppid=24894 vsize=26110532 memory=792 CPUtime=30.63 cores=0-7
/proc/24896/task/24903/stat : 24903 (java) R 24894 24894 24732 0 -1 4202560 101283 0 0 0 2471 592 0 0 20 0 20 0 89055847 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139636227074696 139636667118311 0 4 0 16800975 0 0 0 -1 7 0 0 34 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24904] ppid=24894 vsize=26110532 memory=1952 CPUtime=30.82 cores=0-7
/proc/24896/task/24904/stat : 24904 (java) R 24894 24894 24732 0 -1 4202560 90554 0 0 0 2457 625 0 0 20 0 20 0 89055847 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139636226021976 139636667594781 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24905] ppid=24894 vsize=26110532 memory=279325077604160 CPUtime=30.41 cores=0-7
/proc/24896/task/24905/stat : 24905 (java) R 24894 24894 24732 0 -1 4202560 103117 0 0 0 2479 562 0 0 20 0 20 0 89055847 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139636224968784 139636667118311 0 4 0 16800975 0 0 0 -1 0 0 0 38 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24906] ppid=24894 vsize=26110532 memory=6944656592455360604 CPUtime=1.74 cores=0-7
/proc/24896/task/24906/stat : 24906 (java) S 24894 24894 24732 0 -1 1077944384 54232 0 0 0 169 5 0 0 20 0 20 0 89055849 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139635801867712 139636674500309 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24907] ppid=24894 vsize=26110532 memory=4140 CPUtime=0 cores=0-7
/proc/24896/task/24907/stat : 24907 (java) S 24894 24894 24732 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 89055849 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139635800815200 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24908] ppid=24894 vsize=26110532 memory=25860 CPUtime=0 cores=0-7
/proc/24896/task/24908/stat : 24908 (java) S 24894 24894 24732 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 20 0 89055849 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139635799762304 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24909] ppid=24894 vsize=26110532 memory=1296 CPUtime=0 cores=0-7
/proc/24896/task/24909/stat : 24909 (java) S 24894 24894 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89055852 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139635798710608 139636674508699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24910] ppid=24894 vsize=26110532 memory=1232 CPUtime=0.43 cores=0-7
/proc/24896/task/24910/stat : 24910 (java) S 24894 24894 24732 0 -1 1077944384 2989 0 0 0 43 0 0 0 20 0 20 0 89055852 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139635797657968 139636674501250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24911] ppid=24894 vsize=26110532 memory=8556 CPUtime=0.43 cores=0-7
/proc/24896/task/24911/stat : 24911 (java) S 24894 24894 24732 0 -1 1077944384 2623 0 0 0 43 0 0 0 20 0 20 0 89055852 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139635796605168 139636674501250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24912] ppid=24894 vsize=26110532 memory=1712 CPUtime=0.38 cores=0-7
/proc/24896/task/24912/stat : 24912 (java) S 24894 24894 24732 0 -1 1077944384 2272 0 0 0 37 1 0 0 20 0 20 0 89055852 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139635795552368 139636674501250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24913] ppid=24894 vsize=26110532 memory=5412 CPUtime=0.4 cores=0-7
/proc/24896/task/24913/stat : 24913 (java) S 24894 24894 24732 0 -1 1077944384 4082 0 0 0 39 1 0 0 20 0 20 0 89055852 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139635794497216 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24914] ppid=24894 vsize=26110532 memory=4612 CPUtime=0 cores=0-7
/proc/24896/task/24914/stat : 24914 (java) S 24894 24894 24732 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89055852 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139635793448032 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24915] ppid=24894 vsize=26110532 memory=1012 CPUtime=0.09 cores=0-7
/proc/24896/task/24915/stat : 24915 (java) S 24894 24894 24732 0 -1 1077944384 648 0 0 0 4 5 0 0 20 0 20 0 89055852 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139635792395312 139636674501250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
Current children cumulated CPU time: 498.63 s
Current children cumulated vsize: 26223660 KiB
Current children cumulated memory: 22466436 KiB

[startup+284.801 s]
/proc/loadavg: 2.36 1.97 4.19 9/199 24922
/proc/meminfo: memFree=610248/32770624 swapFree=67108860/67108860
[pid=24894] ppid=24891 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/24894/stat : 24894 (xcsp3-exec) S 24891 24894 24732 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 89055846 115843072 363 33554432000 4194304 5098028 140732016429968 140732016428072 139649266311804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9588736 140732016436277 140732016436480 140732016436480 140732016439242 0
/proc/24894/statm: 28282 363 306 221 0 87 0
[pid=24896] ppid=24894 vsize=26110532 memory=22464984 CPUtime=511.03 cores=0-7
/proc/24896/stat : 24896 (java) S 24894 24894 24732 0 -1 1077944320 938694 0 0 0 46277 4826 0 0 20 0 20 0 89055846 26737184768 5616246 33554432000 4194304 4196468 140723068089520 140723068072064 139636674490103 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
/proc/24896/statm: 6527633 5616246 3410 1 0 6488827 0
[pid=24896/tid=24897] ppid=24894 vsize=26110532 memory=4096 CPUtime=250 cores=0-7
/proc/24896/task/24897/stat : 24897 (java) S 24894 24894 24732 0 -1 1077944384 20271 0 0 0 24980 20 0 0 20 0 20 0 89055846 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139636678731696 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24898] ppid=24894 vsize=26110532 memory=6791534058613427641 CPUtime=32.33 cores=0-7
/proc/24896/task/24898/stat : 24898 (java) R 24894 24894 24732 0 -1 4202560 178198 0 0 0 2663 570 0 0 20 0 20 0 89055847 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139636232338384 139636667118311 0 4 0 16800975 0 0 0 -1 6 0 0 30 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24899] ppid=24894 vsize=26110532 memory=1232 CPUtime=32.14 cores=0-7
/proc/24896/task/24899/stat : 24899 (java) R 24894 24894 24732 0 -1 4202560 102616 0 0 0 2583 631 0 0 20 0 20 0 89055847 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139636231285896 139636667118311 0 4 0 16800975 0 0 0 -1 5 0 0 32 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24900] ppid=24894 vsize=26110532 memory=22464864 CPUtime=32.19 cores=0-7
/proc/24896/task/24900/stat : 24900 (java) R 24894 24894 24732 0 -1 4202560 72648 0 0 0 2638 581 0 0 20 0 20 0 89055847 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139636230232784 139636667118311 0 4 0 16800975 0 0 0 -1 3 0 0 28 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24901] ppid=24894 vsize=26110532 memory=1452 CPUtime=31.98 cores=0-7
/proc/24896/task/24901/stat : 24901 (java) R 24894 24894 24732 0 -1 4202560 96028 0 0 0 2577 621 0 0 20 0 20 0 89055847 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139636229179984 139636667118311 0 4 0 16800975 0 0 0 -1 1 0 0 39 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24902] ppid=24894 vsize=26110532 memory=1200 CPUtime=32.26 cores=0-7
/proc/24896/task/24902/stat : 24902 (java) R 24894 24894 24732 0 -1 4202560 83493 0 0 0 2624 602 0 0 20 0 20 0 89055847 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139636228127184 139636667118311 0 4 0 16800975 0 0 0 -1 2 0 0 29 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24903] ppid=24894 vsize=26110532 memory=15876 CPUtime=32.15 cores=0-7
/proc/24896/task/24903/stat : 24903 (java) R 24894 24894 24732 0 -1 4202560 101283 0 0 0 2622 593 0 0 20 0 20 0 89055847 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139636227074696 139636667118311 0 4 0 16800975 0 0 0 -1 7 0 0 34 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24904] ppid=24894 vsize=26110532 memory=15084 CPUtime=32.42 cores=0-7
/proc/24896/task/24904/stat : 24904 (java) R 24894 24894 24732 0 -1 4202560 112843 0 0 0 2614 628 0 0 20 0 20 0 89055847 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139636226021976 139636667589755 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24905] ppid=24894 vsize=26110532 memory=4004 CPUtime=31.96 cores=0-7
/proc/24896/task/24905/stat : 24905 (java) R 24894 24894 24732 0 -1 4202560 103117 0 0 0 2633 563 0 0 20 0 20 0 89055847 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139636224968784 139636667118311 0 4 0 16800975 0 0 0 -1 0 0 0 38 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24906] ppid=24894 vsize=26110532 memory=22464984 CPUtime=1.74 cores=0-7
/proc/24896/task/24906/stat : 24906 (java) S 24894 24894 24732 0 -1 1077944384 54232 0 0 0 169 5 0 0 20 0 20 0 89055849 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139635801867712 139636674500309 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24907] ppid=24894 vsize=26110532 memory=4140 CPUtime=0 cores=0-7
/proc/24896/task/24907/stat : 24907 (java) S 24894 24894 24732 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 89055849 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139635800815200 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24908] ppid=24894 vsize=26110532 memory=25860 CPUtime=0 cores=0-7
/proc/24896/task/24908/stat : 24908 (java) S 24894 24894 24732 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 20 0 89055849 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139635799762304 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24909] ppid=24894 vsize=26110532 memory=1296 CPUtime=0 cores=0-7
/proc/24896/task/24909/stat : 24909 (java) S 24894 24894 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89055852 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139635798710608 139636674508699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24910] ppid=24894 vsize=26110532 memory=2400 CPUtime=0.43 cores=0-7
/proc/24896/task/24910/stat : 24910 (java) S 24894 24894 24732 0 -1 1077944384 2989 0 0 0 43 0 0 0 20 0 20 0 89055852 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139635797657968 139636674501250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24911] ppid=24894 vsize=26110532 memory=6791534058613427641 CPUtime=0.43 cores=0-7
/proc/24896/task/24911/stat : 24911 (java) S 24894 24894 24732 0 -1 1077944384 2623 0 0 0 43 0 0 0 20 0 20 0 89055852 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139635796605168 139636674501250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24912] ppid=24894 vsize=26110532 memory=1296 CPUtime=0.38 cores=0-7
/proc/24896/task/24912/stat : 24912 (java) S 24894 24894 24732 0 -1 1077944384 2272 0 0 0 37 1 0 0 20 0 20 0 89055852 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139635795552368 139636674501250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24913] ppid=24894 vsize=26110532 memory=2400 CPUtime=0.4 cores=0-7
/proc/24896/task/24913/stat : 24913 (java) S 24894 24894 24732 0 -1 1077944384 4082 0 0 0 39 1 0 0 20 0 20 0 89055852 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139635794497216 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24914] ppid=24894 vsize=26110532 memory=1836 CPUtime=0 cores=0-7
/proc/24896/task/24914/stat : 24914 (java) S 24894 24894 24732 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89055852 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139635793448032 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24915] ppid=24894 vsize=26110532 memory=13044 CPUtime=0.09 cores=0-7
/proc/24896/task/24915/stat : 24915 (java) S 24894 24894 24732 0 -1 1077944384 648 0 0 0 4 5 0 0 20 0 20 0 89055852 26737184768 5616246 33554432000 4194304 4196468 140723068089520 139635792395312 139636674501250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
Current children cumulated CPU time: 511.03 s
Current children cumulated vsize: 26223660 KiB
Current children cumulated memory: 22466436 KiB

[startup+285.611 s]
/proc/loadavg: 2.81 2.07 4.21 9/199 24922
/proc/meminfo: memFree=610180/32770624 swapFree=67108860/67108860
[pid=24894] ppid=24891 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/24894/stat : 24894 (xcsp3-exec) S 24891 24894 24732 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 89055846 115843072 363 33554432000 4194304 5098028 140732016429968 140732016428072 139649266311804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9588736 140732016436277 140732016436480 140732016436480 140732016439242 0
/proc/24894/statm: 28282 363 306 221 0 87 0
[pid=24896] ppid=24894 vsize=26177096 memory=22464988 CPUtime=516.47 cores=0-7
/proc/24896/stat : 24896 (java) S 24894 24894 24732 0 -1 1077944320 1055657 0 0 0 46812 4835 0 0 20 0 21 0 89055846 26805346304 5616247 33554432000 4194304 4196468 140723068089520 140723068072064 139636674490103 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
/proc/24896/statm: 6544274 5616247 3410 1 0 6505468 0
[pid=24896/tid=24897] ppid=24894 vsize=26177096 memory=22464956 CPUtime=250 cores=0-7
/proc/24896/task/24897/stat : 24897 (java) S 24894 24894 24732 0 -1 1077944384 20281 0 0 0 24980 20 0 0 20 0 21 0 89055846 26805346304 5616247 33554432000 4194304 4196468 140723068089520 139636678730784 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24898] ppid=24894 vsize=26177096 memory=6791534058613427641 CPUtime=32.99 cores=0-7
/proc/24896/task/24898/stat : 24898 (java) R 24894 24894 24732 0 -1 4202560 178331 0 0 0 2729 570 0 0 20 0 21 0 89055847 26805346304 5616247 33554432000 4194304 4196468 140723068089520 139636232338576 139636659486749 0 4 0 16800975 0 0 0 -1 2 0 0 30 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24899] ppid=24894 vsize=26177096 memory=4872558044660077418 CPUtime=32.8 cores=0-7
/proc/24896/task/24899/stat : 24899 (java) R 24894 24894 24732 0 -1 4202560 102934 0 0 0 2649 631 0 0 20 0 21 0 89055847 26805346304 5616247 33554432000 4194304 4196468 140723068089520 139636231285976 139636659188848 0 4 0 16800975 0 0 0 -1 1 0 0 32 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24900] ppid=24894 vsize=26177096 memory=4612 CPUtime=32.85 cores=0-7
/proc/24896/task/24900/stat : 24900 (java) R 24894 24894 24732 0 -1 4202560 72776 0 0 0 2704 581 0 0 20 0 21 0 89055847 26805346304 5616247 33554432000 4194304 4196468 140723068089520 139636230232976 139636659486749 0 4 0 16800975 0 0 0 -1 5 0 0 28 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24901] ppid=24894 vsize=26177096 memory=1012 CPUtime=32.65 cores=0-7
/proc/24896/task/24901/stat : 24901 (java) R 24894 24894 24732 0 -1 4202560 96031 0 0 0 2644 621 0 0 20 0 21 0 89055847 26805346304 5616247 33554432000 4194304 4196468 140723068089520 139636229180376 139636659486749 0 4 0 16800975 0 0 0 -1 3 0 0 39 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24902] ppid=24894 vsize=26177096 memory=1436 CPUtime=32.92 cores=0-7
/proc/24896/task/24902/stat : 24902 (java) R 24894 24894 24732 0 -1 4202560 83748 0 0 0 2690 602 0 0 20 0 21 0 89055847 26805346304 5616247 33554432000 4194304 4196468 140723068089520 139636228127376 139636659486749 0 4 0 16800975 0 0 0 -1 4 0 0 29 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24903] ppid=24894 vsize=26177096 memory=4140 CPUtime=32.8 cores=0-7
/proc/24896/task/24903/stat : 24903 (java) R 24894 24894 24732 0 -1 4202560 101347 0 0 0 2687 593 0 0 20 0 21 0 89055847 26805346304 5616247 33554432000 4194304 4196468 140723068089520 139636227074776 139636659189520 0 4 0 16800975 0 0 0 -1 7 0 0 34 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24904] ppid=24894 vsize=26177096 memory=25860 CPUtime=33.1 cores=0-7
/proc/24896/task/24904/stat : 24904 (java) R 24894 24894 24732 0 -1 4202560 227601 0 0 0 2675 635 0 0 20 0 21 0 89055847 26805346304 5616247 33554432000 4194304 4196468 140723068089520 139636226021776 139636659188957 0 4 0 16800975 0 0 0 -1 6 0 0 18 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24905] ppid=24894 vsize=26177096 memory=1296 CPUtime=32.62 cores=0-7
/proc/24896/task/24905/stat : 24905 (java) R 24894 24894 24732 0 -1 4202560 103118 0 0 0 2699 563 0 0 20 0 21 0 89055847 26805346304 5616247 33554432000 4194304 4196468 140723068089520 139636224968976 139636659189520 0 4 0 16800975 0 0 0 -1 0 0 0 38 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24906] ppid=24894 vsize=26177096 memory=2400 CPUtime=1.87 cores=0-7
/proc/24896/task/24906/stat : 24906 (java) S 24894 24894 24732 0 -1 1077944384 55484 0 0 0 182 5 0 0 20 0 21 0 89055849 26805346304 5616247 33554432000 4194304 4196468 140723068089520 139635801867712 139636674500309 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24907] ppid=24894 vsize=26177096 memory=1836 CPUtime=0 cores=0-7
/proc/24896/task/24907/stat : 24907 (java) S 24894 24894 24732 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 21 0 89055849 26805346304 5616247 33554432000 4194304 4196468 140723068089520 139635800815200 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24908] ppid=24894 vsize=26177096 memory=13044 CPUtime=0 cores=0-7
/proc/24896/task/24908/stat : 24908 (java) S 24894 24894 24732 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 21 0 89055849 26805346304 5616247 33554432000 4194304 4196468 140723068089520 139635799762304 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24909] ppid=24894 vsize=26177096 memory=792 CPUtime=0 cores=0-7
/proc/24896/task/24909/stat : 24909 (java) S 24894 24894 24732 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 89055852 26805346304 5616247 33554432000 4194304 4196468 140723068089520 139635798710608 139636674508699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24910] ppid=24894 vsize=26177096 memory=1952 CPUtime=0.43 cores=0-7
/proc/24896/task/24910/stat : 24910 (java) S 24894 24894 24732 0 -1 1077944384 2989 0 0 0 43 0 0 0 20 0 21 0 89055852 26805346304 5616247 33554432000 4194304 4196468 140723068089520 139635797657968 139636674501250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24911] ppid=24894 vsize=26177096 memory=1232 CPUtime=0.43 cores=0-7
/proc/24896/task/24911/stat : 24911 (java) S 24894 24894 24732 0 -1 1077944384 2623 0 0 0 43 0 0 0 20 0 21 0 89055852 26805346304 5616247 33554432000 4194304 4196468 140723068089520 139635796605168 139636674501250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24912] ppid=24894 vsize=26177096 memory=8556 CPUtime=0.38 cores=0-7
/proc/24896/task/24912/stat : 24912 (java) S 24894 24894 24732 0 -1 1077944384 2272 0 0 0 37 1 0 0 20 0 21 0 89055852 26805346304 5616247 33554432000 4194304 4196468 140723068089520 139635795552368 139636674501250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24913] ppid=24894 vsize=26177096 memory=1712 CPUtime=0.4 cores=0-7
/proc/24896/task/24913/stat : 24913 (java) S 24894 24894 24732 0 -1 1077944384 4095 0 0 0 39 1 0 0 20 0 21 0 89055852 26805346304 5616247 33554432000 4194304 4196468 140723068089520 139635794499568 139636674501250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24914] ppid=24894 vsize=26177096 memory=5412 CPUtime=0 cores=0-7
/proc/24896/task/24914/stat : 24914 (java) S 24894 24894 24732 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 89055852 26805346304 5616247 33554432000 4194304 4196468 140723068089520 139635793448032 139636674500309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
[pid=24896/tid=24915] ppid=24894 vsize=26177096 memory=4612 CPUtime=0.09 cores=0-7
/proc/24896/task/24915/stat : 24915 (java) S 24894 24894 24732 0 -1 1077944384 648 0 0 0 4 5 0 0 20 0 21 0 89055852 26805346304 5616247 33554432000 4194304 4196468 140723068089520 139635792395312 139636674501250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 13336576 140723068093569 140723068093741 140723068093741 140723068096463 0
Current children cumulated CPU time: 516.47 s
Current children cumulated vsize: 26290224 KiB
Current children cumulated memory: 22466440 KiB

[startup+285.801 s]
/proc/loadavg: 2.81 2.07 4.21 9/199 24922
/proc/meminfo: memFree=610180/32770624 swapFree=67108860/67108860
[pid=24894] ppid=24891 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/24894/stat : 24894 (xcsp3-exec) S 24891 24894 24732 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 89055846 115843072 363 33554432000 4194304 5098028 140732016429968 140732016428072 139649266311804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9588736 140732016436277 140732016436480 140732016436480 140732016439242 0
/proc/24894/statm: 28282 363 306 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

[startup+285.9 s]
/proc/loadavg: 2.81 2.07 4.21 9/199 24922
/proc/meminfo: memFree=610180/32770624 swapFree=67108860/67108860
[pid=24894] ppid=24891 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/24894/stat : 24894 (xcsp3-exec) S 24891 24894 24732 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 89055846 115843072 363 33554432000 4194304 5098028 140732016429968 140732016428072 139649266311804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9588736 140732016436277 140732016436480 140732016436480 140732016439242 0
/proc/24894/statm: 28282 363 306 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 1
Real time (s): 285.911
CPU time (s): 516.969
CPU user time (s): 468.447
CPU system time (s): 48.5216
CPU usage (%): 180.814
Max. virtual memory (cumulated for all children) (KiB): 26290224
Max. memory (cumulated for all children) (KiB): 22466456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 468.447
system time used= 48.5216
maximum resident set size= 22465420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1056405
page faults= 0
swaps= 0
block input operations= 0
block output operations= 536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23425
involuntary context switches= 4314


# summary of solver processes directly reported to runsolver:
#   pid: 24894
#   total CPU time (s): 516.969
#   total CPU user time (s): 468.447
#   total CPU system time (s): 48.5216

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.75139 second user time and 2.94446 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-27 20:08:47
IDJOB=4297397
IDBENCH=141308
IDSOLVER=2760
FILE ID=node107/4297397-1532714926
RUNJOBID= node107-1532714347-24759
PBS_JOBID= 21022324
Free space on /tmp= 54468 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-07-4-rom_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 22000 -p NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297397-1532714926/watcher-4297397-1532714926 -o /tmp/evaluation-result-4297397-1532714926/solver-4297397-1532714926 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1532714347-24759 --watchdog 2580  HOME/xcsp3-exec -seed 1855538679 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297397-1532714926.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= b03b025d4dc3e1307d2e111dd352b63c
RANDOM SEED=1855538679

node107.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.40
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.40
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.40
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.40
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:        23101964 kB
MemAvailable:   31931436 kB
Buffers:          217092 kB
Cached:          8848312 kB
SwapCached:            0 kB
Active:          3860684 kB
Inactive:        5259608 kB
Active(anon):       2412 kB
Inactive(anon):    80188 kB
Active(file):    3858272 kB
Inactive(file):  5179420 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26992 kB
Writeback:             0 kB
AnonPages:         60748 kB
Mapped:            42280 kB
Shmem:             25228 kB
Slab:             243032 kB
SReclaimable:     215232 kB
SUnreclaim:        27800 kB
KernelStack:        3168 kB
PageTables:         5084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54444 MiB
End job on node107 at 2018-07-27 20:13:33