Trace number 4271290

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 par (2017-08-09)? 1251.51 801.39203

General information on the benchmark

NameSteiner3/Steiner3-m1-s1/
Steiner3-14.xml
MD5SUM2556de90265467259f78cf5ff01f71ea
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints465
Number of domains1
Minimum domain size14
Maximum domain size14
Distribution of domain sizes[{"size":14,"count":90}]
Minimum variable degree30
Maximum variable degree30
Distribution of variable degrees[{"degree":30,"count":90}]
Minimum constraint arity3
Maximum constraint arity6
Distribution of constraint arities[{"arity":3,"count":30},{"arity":6,"count":435}]
Number of extensional constraints435
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":435},{"type":"ordered","count":30}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271290-1502728490.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4271290-1502728490.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
1251.31/801.25	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1251.31/801.25		at java.util.Arrays.copyOf(Arrays.java:3181)
1251.31/801.25		at java.util.ArrayList.grow(ArrayList.java:261)
1251.31/801.25		at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
1251.31/801.25		at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
1251.31/801.25		at java.util.ArrayList.add(ArrayList.java:458)
1251.31/801.25		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:158)
1251.31/801.25		at org.chocosolver.solver.constraints.extension.Tuples.<init>(Tuples.java:58)
1251.31/801.25		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:305)
1251.31/801.25		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
1251.31/801.25		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
1251.31/801.25		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1251.31/801.25		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
1251.31/801.25		at org.xcsp.parser.XCallbacks$$Lambda$59/1333592072.accept(Unknown Source)
1251.31/801.25		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1251.31/801.25		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1251.31/801.25		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1251.31/801.25		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
1251.31/801.25		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1251.31/801.25		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1251.31/801.25		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
1251.31/801.25		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1251.31/801.25		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
1251.31/801.25		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1251.31/801.25		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
1251.31/801.25	s UNKNOWN
1251.31/801.25	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 (13997 MiB free)
  memory of node 1: 16384 MiB (12260 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271290-1502728490/watcher-4271290-1502728490 -o /tmp/evaluation-result-4271290-1502728490/solver-4271290-1502728490 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1502720059-6956 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 33264324 HOME/instance-4271290-1502728490.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
Current StackSize limit: 8192 KiB

solver pid=7883, runsolver pid=7880

[startup+0.100128 s]*
/proc/loadavg: 7.82 8.56 8.64 4/200 7904
/proc/meminfo: memFree=26873136/32770624 swapFree=67108860/67108860
[pid=7883] ppid=7880 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/7883/stat : 7883 (xcsp3-exec) S 7880 7883 6929 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 105936825 9740288 346 33554432000 4194304 5098028 140734244218816 140734244216920 140463644701308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11517952 140734244226150 140734244226359 140734244226359 140734244229099 0
/proc/7883/statm: 2378 346 289 221 0 87 0
[pid=7885] ppid=7883 vsize=25999808 memory=26544 CPUtime=0.12 cores=0-7
/proc/7885/stat : 7885 (java) S 7883 7883 6929 0 -1 1077944320 5479 0 0 0 11 1 0 0 20 0 20 0 105936825 26623803392 6636 33554432000 4194304 4196468 140721448071440 140721448053984 140032961535735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
/proc/7885/statm: 6499952 6636 2862 1 0 6488269 0
[pid=7885/tid=7886] ppid=7883 vsize=25999808 memory=4134692831991783777 CPUtime=0.08 cores=0-7
/proc/7885/task/7886/stat : 7886 (java) R 7883 7883 6929 0 -1 4202560 3473 0 0 0 8 0 0 0 20 0 20 0 105936825 26623803392 6636 33554432000 4194304 4196468 140721448071440 140032965768000 140032945616222 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7887] ppid=7883 vsize=25999808 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/7885/task/7887/stat : 7887 (java) S 7883 7883 6929 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105936826 26623803392 6636 33554432000 4194304 4196468 140721448071440 140032914156048 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7888] ppid=7883 vsize=25999808 memory=140027270354560 CPUtime=0 cores=0-7
/proc/7885/task/7888/stat : 7888 (java) S 7883 7883 6929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105936826 26623803392 6636 33554432000 4194304 4196468 140721448071440 140032518519440 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7889] ppid=7883 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7885/task/7889/stat : 7889 (java) S 7883 7883 6929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105936826 26623803392 6636 33554432000 4194304 4196468 140721448071440 140032517466384 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7890] ppid=7883 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7885/task/7890/stat : 7890 (java) S 7883 7883 6929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105936826 26623803392 6636 33554432000 4194304 4196468 140721448071440 140032516413840 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7891] ppid=7883 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7885/task/7891/stat : 7891 (java) S 7883 7883 6929 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105936826 26623803392 6636 33554432000 4194304 4196468 140721448071440 140032515361808 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7892] ppid=7883 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/7885/task/7892/stat : 7892 (java) S 7883 7883 6929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105936826 26623803392 6636 33554432000 4194304 4196468 140721448071440 140032514309264 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7893] ppid=7883 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7885/task/7893/stat : 7893 (java) S 7883 7883 6929 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105936826 26623803392 6636 33554432000 4194304 4196468 140721448071440 140032513256208 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7894] ppid=7883 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7885/task/7894/stat : 7894 (java) S 7883 7883 6929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105936826 26623803392 6636 33554432000 4194304 4196468 140721448071440 140032512203664 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7895] ppid=7883 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7885/task/7895/stat : 7895 (java) S 7883 7883 6929 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105936828 26623803392 6636 33554432000 4194304 4196468 140721448071440 140031569156336 140032961546882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7896] ppid=7883 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7885/task/7896/stat : 7896 (java) S 7883 7883 6929 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 105936828 26623803392 6636 33554432000 4194304 4196468 140721448071440 140031568102560 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7897] ppid=7883 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7885/task/7897/stat : 7897 (java) S 7883 7883 6929 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 105936828 26623803392 6636 33554432000 4194304 4196468 140721448071440 140031567049456 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7898] ppid=7883 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7885/task/7898/stat : 7898 (java) S 7883 7883 6929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105936831 26623803392 6636 33554432000 4194304 4196468 140721448071440 140031565998032 140032961554331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7899] ppid=7883 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7885/task/7899/stat : 7899 (java) S 7883 7883 6929 0 -1 1077944384 434 0 0 0 0 0 0 0 20 0 20 0 105936831 26623803392 6636 33554432000 4194304 4196468 140721448071440 140031564946160 140032961546882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7900] ppid=7883 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7885/task/7900/stat : 7900 (java) S 7883 7883 6929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105936831 26623803392 6636 33554432000 4194304 4196468 140721448071440 140031563893616 140032961546882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7901] ppid=7883 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7885/task/7901/stat : 7901 (java) S 7883 7883 6929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105936831 26623803392 6636 33554432000 4194304 4196468 140721448071440 140031562840560 140032961546882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7902] ppid=7883 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/7885/task/7902/stat : 7902 (java) S 7883 7883 6929 0 -1 1077944384 259 0 0 0 1 0 0 0 20 0 20 0 105936831 26623803392 6636 33554432000 4194304 4196468 140721448071440 140031561788016 140032961546882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7903] ppid=7883 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7885/task/7903/stat : 7903 (java) S 7883 7883 6929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105936831 26623803392 6636 33554432000 4194304 4196468 140721448071440 140031560735200 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7904] ppid=7883 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/7885/task/7904/stat : 7904 (java) S 7883 7883 6929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105936831 26623803392 6636 33554432000 4194304 4196468 140721448071440 140031559682736 140032961546882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27928 KiB

[startup+0.210403 s]*
/proc/loadavg: 7.82 8.56 8.64 2/200 7904
/proc/meminfo: memFree=26862096/32770624 swapFree=67108860/67108860
[pid=7883] ppid=7880 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/7883/stat : 7883 (xcsp3-exec) S 7880 7883 6929 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 105936825 9740288 346 33554432000 4194304 5098028 140734244218816 140734244216920 140463644701308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11517952 140734244226150 140734244226359 140734244226359 140734244229099 0
/proc/7883/statm: 2378 346 289 221 0 87 0
[pid=7885] ppid=7883 vsize=26004064 memory=38524 CPUtime=0.33 cores=0-7
/proc/7885/stat : 7885 (java) S 7883 7883 6929 0 -1 1077944320 8315 0 0 0 31 2 0 0 20 0 20 0 105936825 26628161536 9631 33554432000 4194304 4196468 140721448071440 140721448053984 140032961535735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
/proc/7885/statm: 6501016 9631 3030 1 0 6488269 0
[pid=7885/tid=7886] ppid=7883 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/7885/task/7886/stat : 7886 (java) R 7883 7883 6929 0 -1 4202560 5386 0 0 0 18 1 0 0 20 0 20 0 105936825 26628161536 9631 33554432000 4194304 4196468 140721448071440 140032965758536 140032954213749 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7887] ppid=7883 vsize=26004064 memory=331 CPUtime=0 cores=0-7
/proc/7885/task/7887/stat : 7887 (java) S 7883 7883 6929 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105936826 26628161536 9631 33554432000 4194304 4196468 140721448071440 140032914156048 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7888] ppid=7883 vsize=26004064 memory=140027270362451 CPUtime=0 cores=0-7
/proc/7885/task/7888/stat : 7888 (java) S 7883 7883 6929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105936826 26628161536 9631 33554432000 4194304 4196468 140721448071440 140032518519440 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7889] ppid=7883 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/7885/task/7889/stat : 7889 (java) S 7883 7883 6929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105936826 26628161536 9631 33554432000 4194304 4196468 140721448071440 140032517466384 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7890] ppid=7883 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7885/task/7890/stat : 7890 (java) S 7883 7883 6929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105936826 26628161536 9631 33554432000 4194304 4196468 140721448071440 140032516413840 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7891] ppid=7883 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7885/task/7891/stat : 7891 (java) S 7883 7883 6929 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105936826 26628161536 9631 33554432000 4194304 4196468 140721448071440 140032515361808 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7892] ppid=7883 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/7885/task/7892/stat : 7892 (java) S 7883 7883 6929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105936826 26628161536 9631 33554432000 4194304 4196468 140721448071440 140032514309264 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7893] ppid=7883 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7885/task/7893/stat : 7893 (java) S 7883 7883 6929 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105936826 26628161536 9631 33554432000 4194304 4196468 140721448071440 140032513256208 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7894] ppid=7883 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/7885/task/7894/stat : 7894 (java) S 7883 7883 6929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105936826 26628194304 9631 33554432000 4194304 4196468 140721448071440 140032512203664 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7895] ppid=7883 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/7885/task/7895/stat : 7895 (java) S 7883 7883 6929 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105936828 26628194304 9631 33554432000 4194304 4196468 140721448071440 140031569156336 140032961546882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7896] ppid=7883 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7885/task/7896/stat : 7896 (java) S 7883 7883 6929 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 105936828 26628161536 9651 33554432000 4194304 4196468 140721448071440 140031568102560 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7897] ppid=7883 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7885/task/7897/stat : 7897 (java) S 7883 7883 6929 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 105936828 26628161536 9651 33554432000 4194304 4196468 140721448071440 140031567049456 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7898] ppid=7883 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7885/task/7898/stat : 7898 (java) S 7883 7883 6929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105936831 26628161536 9651 33554432000 4194304 4196468 140721448071440 140031565998032 140032961554331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7899] ppid=7883 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/7885/task/7899/stat : 7899 (java) S 7883 7883 6929 0 -1 1077944384 519 0 0 0 1 0 0 0 20 0 20 0 105936831 26628161536 9651 33554432000 4194304 4196468 140721448071440 140031564946160 140032961546882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7900] ppid=7883 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/7885/task/7900/stat : 7900 (java) S 7883 7883 6929 0 -1 1077944384 260 0 0 0 2 0 0 0 20 0 20 0 105936831 26628161536 9651 33554432000 4194304 4196468 140721448071440 140031563893616 140032961546882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7901] ppid=7883 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/7885/task/7901/stat : 7901 (java) S 7883 7883 6929 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 20 0 105936831 26628161536 9714 33554432000 4194304 4196468 140721448071440 140031562840560 140032961546882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7902] ppid=7883 vsize=26004064 memory=-1 CPUtime=0.08 cores=0-7
/proc/7885/task/7902/stat : 7902 (java) R 7883 7883 6929 0 -1 4202560 793 0 0 0 8 0 0 0 20 0 20 0 105936831 26628161536 9714 33554432000 4194304 4196468 140721448071440 140031561788016 140032945616222 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7903] ppid=7883 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/7885/task/7903/stat : 7903 (java) S 7883 7883 6929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105936831 26628194304 9714 33554432000 4194304 4196468 140721448071440 140031560735200 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7904] ppid=7883 vsize=26004096 memory=-1 CPUtime=0 cores=0-7
/proc/7885/task/7904/stat : 7904 (java) S 7883 7883 6929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105936831 26628194304 9714 33554432000 4194304 4196468 140721448071440 140031559682736 140032961546882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 39908 KiB

[startup+0.310064 s]*
/proc/loadavg: 7.82 8.56 8.64 4/200 7904
/proc/meminfo: memFree=26855396/32770624 swapFree=67108860/67108860
[pid=7883] ppid=7880 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/7883/stat : 7883 (xcsp3-exec) S 7880 7883 6929 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 105936825 9740288 346 33554432000 4194304 5098028 140734244218816 140734244216920 140463644701308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11517952 140734244226150 140734244226359 140734244226359 140734244229099 0
/proc/7883/statm: 2378 346 289 221 0 87 0
[pid=7885] ppid=7883 vsize=26004064 memory=46780 CPUtime=0.51 cores=0-7
/proc/7885/stat : 7885 (java) S 7883 7883 6929 0 -1 1077944320 9403 0 0 0 49 2 0 0 20 0 20 0 105936825 26628161536 11695 33554432000 4194304 4196468 140721448071440 140721448053984 140032961535735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
/proc/7885/statm: 6501016 11695 3092 1 0 6488269 0
[pid=7885/tid=7886] ppid=7883 vsize=26004064 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/7885/task/7886/stat : 7886 (java) R 7883 7883 6929 0 -1 4202560 6047 0 0 0 28 1 0 0 20 0 20 0 105936825 26628161536 11695 33554432000 4194304 4196468 140721448071440 140032965774000 140032595715536 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7887] ppid=7883 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7885/task/7887/stat : 7887 (java) S 7883 7883 6929 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105936826 26628161536 11695 33554432000 4194304 4196468 140721448071440 140032914156048 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7888] ppid=7883 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7885/task/7888/stat : 7888 (java) S 7883 7883 6929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105936826 26628161536 11695 33554432000 4194304 4196468 140721448071440 140032518519440 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7889] ppid=7883 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7885/task/7889/stat : 7889 (java) S 7883 7883 6929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105936826 26628161536 11695 33554432000 4194304 4196468 140721448071440 140032517466384 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7890] ppid=7883 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7885/task/7890/stat : 7890 (java) S 7883 7883 6929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105936826 26628161536 11695 33554432000 4194304 4196468 140721448071440 140032516413840 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7891] ppid=7883 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/7885/task/7891/stat : 7891 (java) S 7883 7883 6929 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105936826 26628161536 11695 33554432000 4194304 4196468 140721448071440 140032515361808 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7892] ppid=7883 vsize=26004064 memory=140027141125039 CPUtime=0 cores=0-7
/proc/7885/task/7892/stat : 7892 (java) S 7883 7883 6929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105936826 26628161536 11695 33554432000 4194304 4196468 140721448071440 140032514309264 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7893] ppid=7883 vsize=26004064 memory=140027141127344 CPUtime=0 cores=0-7
/proc/7885/task/7893/stat : 7893 (java) S 7883 7883 6929 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105936826 26628161536 11695 33554432000 4194304 4196468 140721448071440 140032513256208 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7894] ppid=7883 vsize=26004064 memory=140027141129648 CPUtime=0 cores=0-7
/proc/7885/task/7894/stat : 7894 (java) S 7883 7883 6929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105936826 26628161536 11695 33554432000 4194304 4196468 140721448071440 140032512203664 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7895] ppid=7883 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7885/task/7895/stat : 7895 (java) S 7883 7883 6929 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105936828 26628161536 11695 33554432000 4194304 4196468 140721448071440 140031569156336 140032961546882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7896] ppid=7883 vsize=26004064 memory=280054282266256 CPUtime=0 cores=0-7
/proc/7885/task/7896/stat : 7896 (java) S 7883 7883 6929 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 105936828 26628161536 11695 33554432000 4194304 4196468 140721448071440 140031568102560 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7897] ppid=7883 vsize=26004064 memory=280054282273168 CPUtime=0 cores=0-7
/proc/7885/task/7897/stat : 7897 (java) S 7883 7883 6929 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 105936828 26628161536 11695 33554432000 4194304 4196468 140721448071440 140031567049456 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7898] ppid=7883 vsize=26004064 memory=280054282214448 CPUtime=0 cores=0-7
/proc/7885/task/7898/stat : 7898 (java) S 7883 7883 6929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105936831 26628161536 11695 33554432000 4194304 4196468 140721448071440 140031565998032 140032961554331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7899] ppid=7883 vsize=26004064 memory=280054282286992 CPUtime=0.01 cores=0-7
/proc/7885/task/7899/stat : 7899 (java) S 7883 7883 6929 0 -1 1077944384 522 0 0 0 1 0 0 0 20 0 20 0 105936831 26628161536 11695 33554432000 4194304 4196468 140721448071440 140031564946160 140032961546882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7900] ppid=7883 vsize=26004064 memory=280054282293904 CPUtime=0.03 cores=0-7
/proc/7885/task/7900/stat : 7900 (java) R 7883 7883 6929 0 -1 4202560 440 0 0 0 3 0 0 0 20 0 20 0 105936831 26628161536 11695 33554432000 4194304 4196468 140721448071440 140031563893616 140032946661670 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7901] ppid=7883 vsize=26004064 memory=280054282291600 CPUtime=0.03 cores=0-7
/proc/7885/task/7901/stat : 7901 (java) R 7883 7883 6929 0 -1 4202560 213 0 0 0 3 0 0 0 20 0 20 0 105936831 26628161536 11695 33554432000 4194304 4196468 140721448071440 140031562840560 140032942236533 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7902] ppid=7883 vsize=26004064 memory=280054282307760 CPUtime=0.12 cores=0-7
/proc/7885/task/7902/stat : 7902 (java) S 7883 7883 6929 0 -1 1077944384 880 0 0 0 12 0 0 0 20 0 20 0 105936831 26628161536 11695 33554432000 4194304 4196468 140721448071440 140031561788016 140032961546882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7903] ppid=7883 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7885/task/7903/stat : 7903 (java) S 7883 7883 6929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105936831 26628161536 11695 33554432000 4194304 4196468 140721448071440 140031560735200 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7904] ppid=7883 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/7885/task/7904/stat : 7904 (java) S 7883 7883 6929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105936831 26628161536 11695 33554432000 4194304 4196468 140721448071440 140031559682736 140032961546882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 48164 KiB

[startup+0.700939 s]
/proc/loadavg: 7.82 8.56 8.64 10/200 7904
/proc/meminfo: memFree=26642424/32770624 swapFree=67108860/67108860
[pid=7883] ppid=7880 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/7883/stat : 7883 (xcsp3-exec) S 7880 7883 6929 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 105936825 9740288 346 33554432000 4194304 5098028 140734244218816 140734244216920 140463644701308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11517952 140734244226150 140734244226359 140734244226359 140734244229099 0
/proc/7883/statm: 2378 346 289 221 0 87 0
[pid=7885] ppid=7883 vsize=26004140 memory=386084 CPUtime=1.62 cores=0-7
/proc/7885/stat : 7885 (java) S 7883 7883 6929 0 -1 1077944320 10817 0 0 0 121 41 0 0 20 0 20 0 105936825 26628239360 96521 33554432000 4194304 4196468 140721448071440 140721448053984 140032961535735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
/proc/7885/statm: 6501035 96521 3194 1 0 6488269 0
[pid=7885/tid=7886] ppid=7883 vsize=26004140 memory=280054282665648 CPUtime=0.59 cores=0-7
/proc/7885/task/7886/stat : 7886 (java) R 7883 7883 6929 0 -1 4202560 6438 0 0 0 54 5 0 0 20 0 20 0 105936825 26628239360 96521 33554432000 4194304 4196468 140721448071440 140032965773216 140032945850972 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7887] ppid=7883 vsize=26004140 memory=140027141333872 CPUtime=0.06 cores=0-7
/proc/7885/task/7887/stat : 7887 (java) S 7883 7883 6929 0 -1 1077944384 95 0 0 0 2 4 0 0 20 0 20 0 105936826 26628239360 96521 33554432000 4194304 4196468 140721448071440 140032914156048 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7888] ppid=7883 vsize=26004140 memory=0 CPUtime=0.05 cores=0-7
/proc/7885/task/7888/stat : 7888 (java) S 7883 7883 6929 0 -1 1077944384 63 0 0 0 2 3 0 0 20 0 20 0 105936826 26628239360 96521 33554432000 4194304 4196468 140721448071440 140032518519440 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7889] ppid=7883 vsize=26004140 memory=1008 CPUtime=0.07 cores=0-7
/proc/7885/task/7889/stat : 7889 (java) S 7883 7883 6929 0 -1 1077944384 74 0 0 0 3 4 0 0 20 0 20 0 105936826 26628239360 96521 33554432000 4194304 4196468 140721448071440 140032517466384 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0

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

[pid=7883] ppid=7880 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/7883/stat : 7883 (xcsp3-exec) S 7880 7883 6929 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 105936825 9740288 346 33554432000 4194304 5098028 140734244218816 140734244216920 140463644701308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11517952 140734244226150 140734244226359 140734244226359 140734244229099 0
/proc/7883/statm: 2378 346 289 221 0 87 0
[pid=7885] ppid=7883 vsize=26006188 memory=22398728 CPUtime=1249.2 cores=0-7
/proc/7885/stat : 7885 (java) S 7883 7883 6929 0 -1 1077944320 1941213 0 0 0 122160 2760 0 0 20 0 20 0 105936825 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140721448053984 140032961535735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
/proc/7885/statm: 6501547 5599682 3252 1 0 6488781 0
[pid=7885/tid=7886] ppid=7883 vsize=26006188 memory=4624 CPUtime=685.79 cores=0-7
/proc/7885/task/7886/stat : 7886 (java) S 7883 7883 6929 0 -1 1077944384 97689 0 0 0 68514 65 0 0 20 0 20 0 105936825 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140032965774112 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7887] ppid=7883 vsize=26006188 memory=1424 CPUtime=64.46 cores=0-7
/proc/7885/task/7887/stat : 7887 (java) S 7883 7883 6929 0 -1 1077944384 481702 0 0 0 6121 325 0 0 20 0 20 0 105936826 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140032914156048 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7888] ppid=7883 vsize=26006188 memory=13056 CPUtime=64.15 cores=0-7
/proc/7885/task/7888/stat : 7888 (java) S 7883 7883 6929 0 -1 1077944384 90711 0 0 0 6120 295 0 0 20 0 20 0 105936826 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140032518519440 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7889] ppid=7883 vsize=26006188 memory=792 CPUtime=64.38 cores=0-7
/proc/7885/task/7889/stat : 7889 (java) S 7883 7883 6929 0 -1 1077944384 82781 0 0 0 6113 325 0 0 20 0 20 0 105936826 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140032517466384 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7890] ppid=7883 vsize=26006188 memory=1008 CPUtime=64.28 cores=0-7
/proc/7885/task/7890/stat : 7890 (java) S 7883 7883 6929 0 -1 1077944384 215077 0 0 0 6070 358 0 0 20 0 20 0 105936826 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140032516413840 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 16 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7891] ppid=7883 vsize=26006188 memory=2428 CPUtime=63.94 cores=0-7
/proc/7885/task/7891/stat : 7891 (java) S 7883 7883 6929 0 -1 1077944384 113680 0 0 0 6065 329 0 0 20 0 20 0 105936826 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140032515361808 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7892] ppid=7883 vsize=26006188 memory=1732 CPUtime=64.21 cores=0-7
/proc/7885/task/7892/stat : 7892 (java) S 7883 7883 6929 0 -1 1077944384 237556 0 0 0 6116 305 0 0 20 0 20 0 105936826 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140032514309264 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7893] ppid=7883 vsize=26006188 memory=1944 CPUtime=64.6 cores=0-7
/proc/7885/task/7893/stat : 7893 (java) S 7883 7883 6929 0 -1 1077944384 382988 0 0 0 6117 343 0 0 20 0 20 0 105936826 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140032513256208 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7894] ppid=7883 vsize=26006188 memory=1700 CPUtime=64.21 cores=0-7
/proc/7885/task/7894/stat : 7894 (java) S 7883 7883 6929 0 -1 1077944384 72373 0 0 0 6095 326 0 0 20 0 20 0 105936826 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140032512203664 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7895] ppid=7883 vsize=26006188 memory=1228 CPUtime=47.37 cores=0-7
/proc/7885/task/7895/stat : 7895 (java) R 7883 7883 6929 0 -1 4202560 148581 0 0 0 4673 64 0 0 20 0 20 0 105936828 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140031569154784 140032946532244 0 0 0 16800975 0 0 0 -1 2 0 0 70 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7896] ppid=7883 vsize=26006188 memory=22398728 CPUtime=0 cores=0-7
/proc/7885/task/7896/stat : 7896 (java) S 7883 7883 6929 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 105936828 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140031568102624 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7897] ppid=7883 vsize=26006188 memory=10592 CPUtime=0 cores=0-7
/proc/7885/task/7897/stat : 7897 (java) S 7883 7883 6929 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 20 0 105936828 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140031567049472 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7898] ppid=7883 vsize=26006188 memory=1204 CPUtime=0 cores=0-7
/proc/7885/task/7898/stat : 7898 (java) S 7883 7883 6929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105936831 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140031565998032 140032961554331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7899] ppid=7883 vsize=26006188 memory=15872 CPUtime=0.31 cores=0-7
/proc/7885/task/7899/stat : 7899 (java) S 7883 7883 6929 0 -1 1077944384 3208 0 0 0 30 1 0 0 20 0 20 0 105936831 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140031564946208 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7900] ppid=7883 vsize=26006188 memory=16444 CPUtime=0.3 cores=0-7
/proc/7885/task/7900/stat : 7900 (java) S 7883 7883 6929 0 -1 1077944384 2245 0 0 0 30 0 0 0 20 0 20 0 105936831 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140031563893664 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7901] ppid=7883 vsize=26006188 memory=4052 CPUtime=0.36 cores=0-7
/proc/7885/task/7901/stat : 7901 (java) S 7883 7883 6929 0 -1 1077944384 2465 0 0 0 36 0 0 0 20 0 20 0 105936831 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140031562840320 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7902] ppid=7883 vsize=26006188 memory=16924 CPUtime=0.37 cores=0-7
/proc/7885/task/7902/stat : 7902 (java) S 7883 7883 6929 0 -1 1077944384 7631 0 0 0 36 1 0 0 20 0 20 0 105936831 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140031561788064 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7903] ppid=7883 vsize=26006188 memory=1236 CPUtime=0 cores=0-7
/proc/7885/task/7903/stat : 7903 (java) S 7883 7883 6929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105936831 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140031560735200 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7904] ppid=7883 vsize=26006188 memory=1792 CPUtime=0.32 cores=0-7
/proc/7885/task/7904/stat : 7904 (java) S 7883 7883 6929 0 -1 1077944384 1160 0 0 0 13 19 0 0 20 0 20 0 105936831 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140031559682736 140032961546882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 81 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
Current children cumulated CPU time: 1249.2 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 22400112 KiB

[startup+800.701 s]*
/proc/loadavg: 2.29 2.19 4.53 2/200 7914
/proc/meminfo: memFree=4465664/32770624 swapFree=67108860/67108860
[pid=7883] ppid=7880 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/7883/stat : 7883 (xcsp3-exec) S 7880 7883 6929 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 105936825 9740288 346 33554432000 4194304 5098028 140734244218816 140734244216920 140463644701308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11517952 140734244226150 140734244226359 140734244226359 140734244229099 0
/proc/7883/statm: 2378 346 289 221 0 87 0
[pid=7885] ppid=7883 vsize=26006188 memory=22398728 CPUtime=1250.81 cores=0-7
/proc/7885/stat : 7885 (java) S 7883 7883 6929 0 -1 1077944320 1941932 0 0 0 122320 2761 0 0 20 0 20 0 105936825 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140721448053984 140032961535735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
/proc/7885/statm: 6501547 5599682 3252 1 0 6488781 0
[pid=7885/tid=7886] ppid=7883 vsize=26006188 memory=8112282956445269571 CPUtime=685.79 cores=0-7
/proc/7885/task/7886/stat : 7886 (java) S 7883 7883 6929 0 -1 1077944384 97689 0 0 0 68514 65 0 0 20 0 20 0 105936825 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140032965774112 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7887] ppid=7883 vsize=26006188 memory=8112282956445269571 CPUtime=64.46 cores=0-7
/proc/7885/task/7887/stat : 7887 (java) S 7883 7883 6929 0 -1 1077944384 481702 0 0 0 6121 325 0 0 20 0 20 0 105936826 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140032914156048 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7888] ppid=7883 vsize=26006188 memory=4126316290023845779 CPUtime=64.15 cores=0-7
/proc/7885/task/7888/stat : 7888 (java) S 7883 7883 6929 0 -1 1077944384 90711 0 0 0 6120 295 0 0 20 0 20 0 105936826 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140032518519440 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7889] ppid=7883 vsize=26006188 memory=6760 CPUtime=64.38 cores=0-7
/proc/7885/task/7889/stat : 7889 (java) S 7883 7883 6929 0 -1 1077944384 82781 0 0 0 6113 325 0 0 20 0 20 0 105936826 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140032517466384 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7890] ppid=7883 vsize=26006188 memory=4126316290023845779 CPUtime=64.28 cores=0-7
/proc/7885/task/7890/stat : 7890 (java) S 7883 7883 6929 0 -1 1077944384 215077 0 0 0 6070 358 0 0 20 0 20 0 105936826 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140032516413840 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 16 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7891] ppid=7883 vsize=26006188 memory=30180 CPUtime=63.94 cores=0-7
/proc/7885/task/7891/stat : 7891 (java) S 7883 7883 6929 0 -1 1077944384 113680 0 0 0 6065 329 0 0 20 0 20 0 105936826 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140032515361808 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7892] ppid=7883 vsize=26006188 memory=1292 CPUtime=64.21 cores=0-7
/proc/7885/task/7892/stat : 7892 (java) S 7883 7883 6929 0 -1 1077944384 237556 0 0 0 6116 305 0 0 20 0 20 0 105936826 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140032514309264 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7893] ppid=7883 vsize=26006188 memory=2428 CPUtime=64.6 cores=0-7
/proc/7885/task/7893/stat : 7893 (java) S 7883 7883 6929 0 -1 1077944384 382988 0 0 0 6117 343 0 0 20 0 20 0 105936826 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140032513256208 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7894] ppid=7883 vsize=26006188 memory=1732 CPUtime=64.21 cores=0-7
/proc/7885/task/7894/stat : 7894 (java) S 7883 7883 6929 0 -1 1077944384 72373 0 0 0 6095 326 0 0 20 0 20 0 105936826 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140032512203664 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7895] ppid=7883 vsize=26006188 memory=1384 CPUtime=48.99 cores=0-7
/proc/7885/task/7895/stat : 7895 (java) R 7883 7883 6929 0 -1 4202560 149301 0 0 0 4834 65 0 0 20 0 20 0 105936828 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140031569154784 140032945993366 0 0 0 16800975 0 0 0 -1 2 0 0 70 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7896] ppid=7883 vsize=26006188 memory=1384 CPUtime=0 cores=0-7
/proc/7885/task/7896/stat : 7896 (java) S 7883 7883 6929 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 105936828 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140031568102624 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7897] ppid=7883 vsize=26006188 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/7885/task/7897/stat : 7897 (java) S 7883 7883 6929 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 20 0 105936828 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140031567049472 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7898] ppid=7883 vsize=26006188 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/7885/task/7898/stat : 7898 (java) S 7883 7883 6929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105936831 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140031565998032 140032961554331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7899] ppid=7883 vsize=26006188 memory=4126316290023845779 CPUtime=0.31 cores=0-7
/proc/7885/task/7899/stat : 7899 (java) S 7883 7883 6929 0 -1 1077944384 3208 0 0 0 30 1 0 0 20 0 20 0 105936831 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140031564946208 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7900] ppid=7883 vsize=26006188 memory=10592 CPUtime=0.3 cores=0-7
/proc/7885/task/7900/stat : 7900 (java) S 7883 7883 6929 0 -1 1077944384 2245 0 0 0 30 0 0 0 20 0 20 0 105936831 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140031563893664 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7901] ppid=7883 vsize=26006188 memory=1204 CPUtime=0.36 cores=0-7
/proc/7885/task/7901/stat : 7901 (java) S 7883 7883 6929 0 -1 1077944384 2465 0 0 0 36 0 0 0 20 0 20 0 105936831 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140031562840320 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7902] ppid=7883 vsize=26006188 memory=15872 CPUtime=0.37 cores=0-7
/proc/7885/task/7902/stat : 7902 (java) S 7883 7883 6929 0 -1 1077944384 7631 0 0 0 36 1 0 0 20 0 20 0 105936831 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140031561788064 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7903] ppid=7883 vsize=26006188 memory=16444 CPUtime=0 cores=0-7
/proc/7885/task/7903/stat : 7903 (java) S 7883 7883 6929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105936831 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140031560735200 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7904] ppid=7883 vsize=26006188 memory=288230574492221466 CPUtime=0.32 cores=0-7
/proc/7885/task/7904/stat : 7904 (java) S 7883 7883 6929 0 -1 1077944384 1160 0 0 0 13 19 0 0 20 0 20 0 105936831 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140031559682736 140032961546882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 81 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
Current children cumulated CPU time: 1250.81 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 22400112 KiB

[startup+801.101 s]
/proc/loadavg: 2.29 2.19 4.53 2/200 7914
/proc/meminfo: memFree=4465664/32770624 swapFree=67108860/67108860
[pid=7883] ppid=7880 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/7883/stat : 7883 (xcsp3-exec) S 7880 7883 6929 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 105936825 9740288 346 33554432000 4194304 5098028 140734244218816 140734244216920 140463644701308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11517952 140734244226150 140734244226359 140734244226359 140734244229099 0
/proc/7883/statm: 2378 346 289 221 0 87 0
[pid=7885] ppid=7883 vsize=26006188 memory=22398728 CPUtime=1251.21 cores=0-7
/proc/7885/stat : 7885 (java) S 7883 7883 6929 0 -1 1077944320 1942454 0 0 0 122360 2761 0 0 20 0 20 0 105936825 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140721448053984 140032961535735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
/proc/7885/statm: 6501547 5599682 3252 1 0 6488781 0
[pid=7885/tid=7886] ppid=7883 vsize=26006188 memory=8112282956445269571 CPUtime=685.79 cores=0-7
/proc/7885/task/7886/stat : 7886 (java) S 7883 7883 6929 0 -1 1077944384 97689 0 0 0 68514 65 0 0 20 0 20 0 105936825 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140032965774112 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7887] ppid=7883 vsize=26006188 memory=22398728 CPUtime=64.46 cores=0-7
/proc/7885/task/7887/stat : 7887 (java) S 7883 7883 6929 0 -1 1077944384 481702 0 0 0 6121 325 0 0 20 0 20 0 105936826 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140032914156048 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7888] ppid=7883 vsize=26006188 memory=1292 CPUtime=64.15 cores=0-7
/proc/7885/task/7888/stat : 7888 (java) S 7883 7883 6929 0 -1 1077944384 90711 0 0 0 6120 295 0 0 20 0 20 0 105936826 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140032518519440 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7889] ppid=7883 vsize=26006188 memory=2428 CPUtime=64.38 cores=0-7
/proc/7885/task/7889/stat : 7889 (java) S 7883 7883 6929 0 -1 1077944384 82781 0 0 0 6113 325 0 0 20 0 20 0 105936826 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140032517466384 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7890] ppid=7883 vsize=26006188 memory=1384 CPUtime=64.28 cores=0-7
/proc/7885/task/7890/stat : 7890 (java) S 7883 7883 6929 0 -1 1077944384 215077 0 0 0 6070 358 0 0 20 0 20 0 105936826 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140032516413840 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 16 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7891] ppid=7883 vsize=26006188 memory=22398728 CPUtime=63.94 cores=0-7
/proc/7885/task/7891/stat : 7891 (java) S 7883 7883 6929 0 -1 1077944384 113680 0 0 0 6065 329 0 0 20 0 20 0 105936826 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140032515361808 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7892] ppid=7883 vsize=26006188 memory=956 CPUtime=64.21 cores=0-7
/proc/7885/task/7892/stat : 7892 (java) S 7883 7883 6929 0 -1 1077944384 237556 0 0 0 6116 305 0 0 20 0 20 0 105936826 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140032514309264 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7893] ppid=7883 vsize=26006188 memory=2344 CPUtime=64.6 cores=0-7
/proc/7885/task/7893/stat : 7893 (java) S 7883 7883 6929 0 -1 1077944384 382988 0 0 0 6117 343 0 0 20 0 20 0 105936826 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140032513256208 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7894] ppid=7883 vsize=26006188 memory=1576 CPUtime=64.21 cores=0-7
/proc/7885/task/7894/stat : 7894 (java) S 7883 7883 6929 0 -1 1077944384 72373 0 0 0 6095 326 0 0 20 0 20 0 105936826 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140032512203664 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7895] ppid=7883 vsize=26006188 memory=8112282956445269571 CPUtime=49.38 cores=0-7
/proc/7885/task/7895/stat : 7895 (java) R 7883 7883 6929 0 -1 4202560 149820 0 0 0 4873 65 0 0 20 0 20 0 105936828 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140031569154784 140032945993305 0 0 0 16800975 0 0 0 -1 2 0 0 70 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7896] ppid=7883 vsize=26006188 memory=22398728 CPUtime=0 cores=0-7
/proc/7885/task/7896/stat : 7896 (java) S 7883 7883 6929 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 105936828 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140031568102624 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7897] ppid=7883 vsize=26006188 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/7885/task/7897/stat : 7897 (java) S 7883 7883 6929 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 20 0 105936828 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140031567049472 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7898] ppid=7883 vsize=26006188 memory=-7175753904026764170 CPUtime=0 cores=0-7
/proc/7885/task/7898/stat : 7898 (java) S 7883 7883 6929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105936831 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140031565998032 140032961554331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7899] ppid=7883 vsize=26006188 memory=301741420786754471 CPUtime=0.31 cores=0-7
/proc/7885/task/7899/stat : 7899 (java) S 7883 7883 6929 0 -1 1077944384 3208 0 0 0 30 1 0 0 20 0 20 0 105936831 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140031564946208 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7900] ppid=7883 vsize=26006188 memory=22398728 CPUtime=0.3 cores=0-7
/proc/7885/task/7900/stat : 7900 (java) S 7883 7883 6929 0 -1 1077944384 2245 0 0 0 30 0 0 0 20 0 20 0 105936831 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140031563893664 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7901] ppid=7883 vsize=26006188 memory=30180 CPUtime=0.36 cores=0-7
/proc/7885/task/7901/stat : 7901 (java) S 7883 7883 6929 0 -1 1077944384 2465 0 0 0 36 0 0 0 20 0 20 0 105936831 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140031562840320 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7902] ppid=7883 vsize=26006188 memory=1384 CPUtime=0.37 cores=0-7
/proc/7885/task/7902/stat : 7902 (java) S 7883 7883 6929 0 -1 1077944384 7631 0 0 0 36 1 0 0 20 0 20 0 105936831 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140031561788064 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7903] ppid=7883 vsize=26006188 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/7885/task/7903/stat : 7903 (java) S 7883 7883 6929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105936831 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140031560735200 140032961545941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
[pid=7885/tid=7904] ppid=7883 vsize=26006188 memory=288230583166042425 CPUtime=0.33 cores=0-7
/proc/7885/task/7904/stat : 7904 (java) S 7883 7883 6929 0 -1 1077944384 1162 0 0 0 14 19 0 0 20 0 20 0 105936831 26630336512 5599682 33554432000 4194304 4196468 140721448071440 140031559682736 140032961546882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 81 0 0 6293624 6294260 17326080 140721448080530 140721448080707 140721448080707 140721448083407 0
Current children cumulated CPU time: 1251.21 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 22400112 KiB

[startup+801.301 s]
/proc/loadavg: 2.29 2.19 4.53 2/200 7914
/proc/meminfo: memFree=4465664/32770624 swapFree=67108860/67108860
[pid=7883] ppid=7880 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/7883/stat : 7883 (xcsp3-exec) S 7880 7883 6929 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 105936825 9740288 346 33554432000 4194304 5098028 140734244218816 140734244216920 140463644701308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11517952 140734244226150 140734244226359 140734244226359 140734244229099 0
/proc/7883/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1384 KiB

Child status: 1
Real time (s): 801.392
CPU time (s): 1251.51
CPU user time (s): 1223.76
CPU system time (s): 27.7516
CPU usage (%): 156.167
Max. virtual memory (cumulated for all children) (KiB): 26015700
Max. memory (cumulated for all children) (KiB): 22400112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1223.76
system time used= 27.7516
maximum resident set size= 22399084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1943518
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41477
involuntary context switches= 19798


# summary of solver processes directly reported to runsolver:
#   pid: 7883
#   total CPU time (s): 1251.51
#   total CPU user time (s): 1223.76
#   total CPU system time (s): 27.7516

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.23458 second user time and 8.40271 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-14 18:20:32
IDJOB=4271290
IDBENCH=126259
IDSOLVER=2662
FILE ID=node114/4271290-1502728490
RUNJOBID= node114-1502720059-6956
PBS_JOBID= 20629036
Free space on /tmp= 61636 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Steiner3/Steiner3-m1-s1/Steiner3-14.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4271290-1502728490/watcher-4271290-1502728490 -o /tmp/evaluation-result-4271290-1502728490/solver-4271290-1502728490 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1502720059-6956 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 33264324 HOME/instance-4271290-1502728490.xml

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

MD5SUM BENCH= 2556de90265467259f78cf5ff01f71ea
RANDOM SEED=33264324

node114.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	: 5332.98
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	: 5332.98
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	: 5332.98
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	: 5332.98
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:        26887936 kB
MemAvailable:   31983816 kB
Buffers:          196044 kB
Cached:          5187244 kB
SwapCached:            0 kB
Active:           527804 kB
Inactive:        4909496 kB
Active(anon):      56760 kB
Inactive(anon):    25124 kB
Active(file):     471044 kB
Inactive(file):  4884372 kB
Unevictable:        6432 kB
Mlocked:            6432 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             71868 kB
Writeback:             0 kB
AnonPages:         60404 kB
Mapped:            44852 kB
Shmem:             25224 kB
Slab:             137840 kB
SReclaimable:     112596 kB
SUnreclaim:        25244 kB
KernelStack:        3184 kB
PageTables:         4684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323616 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:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61628 MiB
End job on node114 at 2017-08-14 18:33:53