Trace number 4399631

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 2019-09-16 parallel? 15662.8 2246.21

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr1000b-int.xml
MD5SUMfdcb353b2918313db809b139313e7b9f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark492.922
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints1998000
Number of domains1
Minimum domain size999
Maximum domain size999
Distribution of domain sizes[{"size":999,"count":1000}]
Minimum variable degree3996
Maximum variable degree3996
Distribution of variable degrees[{"degree":3996,"count":1000}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1998000}]
Number of extensional constraints0
Number of intensional constraints1998000
Distribution of constraint types[{"type":"intension","count":1998000}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399631-1568705357.xml"  -tl '20160s' -p 8
0.12/0.20	c Choco e747e1e
0.12/0.20	c [HOME/instance-4399631-1568705357.xml, -tl, 20160s, -p, 8]
0.34/0.25	c 8 solvers in parallel
0.34/0.32	c parse instance...
15440.69/2213.44	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
15662.56/2246.08		at java.util.Arrays.copyOf(Arrays.java:3181)
15662.56/2246.08		at java.util.ArrayList.grow(ArrayList.java:261)
15662.56/2246.08		at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
15662.56/2246.08		at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
15662.56/2246.08		at java.util.ArrayList.add(ArrayList.java:458)
15662.56/2246.08		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:159)
15662.56/2246.08		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
15662.56/2246.08		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
15662.56/2246.08		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
15662.56/2246.08		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
15662.56/2246.08		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
15662.56/2246.08		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
15662.56/2246.08		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
15662.56/2246.08		at org.xcsp.parser.XCallbacks$$Lambda$95/517052730.accept(Unknown Source)
15662.56/2246.08		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
15662.56/2246.08		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
15662.56/2246.08		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
15662.56/2246.08		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
15662.56/2246.08		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
15662.56/2246.08		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
15662.56/2246.08		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
15662.56/2246.08		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
15662.56/2246.08		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
15662.56/2246.08		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
15662.56/2246.08		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
15662.56/2246.08		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
15662.56/2246.08	s UNKNOWN
15662.56/2246.08	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: 16375 MiB (14420 MiB free)
  memory of node 1: 16384 MiB (15365 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399631-1568705357/watcher-4399631-1568705357 -o /tmp/evaluation-result-4399631-1568705357/solver-4399631-1568705357 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568700981-18697 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1423745571 HOME/instance-4399631-1568705357.xml 

running on 8 cores: 0-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=20220, runsolver pid=20217
Current StackSize limit: 8192 KiB


[startup+0.100111 s]*
/proc/loadavg: 7.83 8.35 8.18 3/212 20241
/proc/meminfo: memFree=30485024/32770688 swapFree=66961212/67108860
[pid=20220] ppid=20217 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/20220/stat : 20220 (xcsp3-exec) S 20217 20220 18670 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446477544 115843072 364 33554432000 4194304 5098028 140734308657344 140734308655448 140002695926396 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17031168 140734308664181 140734308664425 140734308664425 140734308667338 0
/proc/20220/statm: 28282 364 305 221 0 87 0
[pid=20222] ppid=20220 vsize=28227396 memory=27548 CPUtime=0.12 cores=0-7
/proc/20222/stat : 20222 (java) S 20220 20220 18670 0 -1 1077944320 5900 0 0 0 11 1 0 0 20 0 20 0 446477544 28904853504 6887 33554432000 4194304 4196468 140721163113200 140721163095744 140656922623735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
/proc/20222/statm: 7056849 6887 3116 1 0 7019032 0
[pid=20222/tid=20223] ppid=20220 vsize=28227396 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/20222/task/20223/stat : 20223 (java) R 20220 20220 18670 0 -1 4202560 3779 0 0 0 8 0 0 0 20 0 20 0 446477545 28904853504 6887 33554432000 4194304 4196468 140721163113200 140656926844544 140656922635670 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20224] ppid=20220 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/20222/task/20224/stat : 20224 (java) S 20220 20220 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446477545 28904853504 6887 33554432000 4194304 4196468 140721163113200 140656892336528 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20225] ppid=20220 vsize=28227396 memory=140315631158912 CPUtime=0 cores=0-7
/proc/20222/task/20225/stat : 20225 (java) S 20220 20220 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446477545 28904853504 6887 33554432000 4194304 4196468 140721163113200 140656472819984 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20226] ppid=20220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20222/task/20226/stat : 20226 (java) S 20220 20220 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446477545 28904853504 6887 33554432000 4194304 4196468 140721163113200 140656471767696 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20227] ppid=20220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20222/task/20227/stat : 20227 (java) S 20220 20220 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446477545 28904853504 6887 33554432000 4194304 4196468 140721163113200 140656470714896 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20228] ppid=20220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20222/task/20228/stat : 20228 (java) S 20220 20220 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446477545 28904853504 6887 33554432000 4194304 4196468 140721163113200 140656469662608 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20229] ppid=20220 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/20222/task/20229/stat : 20229 (java) S 20220 20220 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446477545 28904853504 6887 33554432000 4194304 4196468 140721163113200 140656468609808 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20230] ppid=20220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20222/task/20230/stat : 20230 (java) S 20220 20220 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446477545 28904853504 6887 33554432000 4194304 4196468 140721163113200 140656467557520 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20231] ppid=20220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20222/task/20231/stat : 20231 (java) S 20220 20220 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446477545 28904853504 6887 33554432000 4194304 4196468 140721163113200 140656466504720 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20232] ppid=20220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20222/task/20232/stat : 20232 (java) S 20220 20220 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446477547 28904853504 6887 33554432000 4194304 4196468 140721163113200 140656423700592 140656922634882 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20233] ppid=20220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20222/task/20233/stat : 20233 (java) S 20220 20220 18670 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446477548 28904853504 6887 33554432000 4194304 4196468 140721163113200 140656422646560 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20234] ppid=20220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20222/task/20234/stat : 20234 (java) S 20220 20220 18670 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446477548 28904853504 6887 33554432000 4194304 4196468 140721163113200 140655969035376 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20235] ppid=20220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20222/task/20235/stat : 20235 (java) S 20220 20220 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446477551 28904853504 6887 33554432000 4194304 4196468 140721163113200 140655967983696 140656922642331 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20236] ppid=20220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20222/task/20236/stat : 20236 (java) S 20220 20220 18670 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 20 0 446477551 28904853504 6887 33554432000 4194304 4196468 140721163113200 140655966931568 140656922634882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20237] ppid=20220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20222/task/20237/stat : 20237 (java) S 20220 20220 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446477551 28904853504 6887 33554432000 4194304 4196468 140721163113200 140655965878768 140656922634882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20238] ppid=20220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20222/task/20238/stat : 20238 (java) S 20220 20220 18670 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 20 0 446477551 28904853504 6887 33554432000 4194304 4196468 140721163113200 140655964826480 140656922634882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20239] ppid=20220 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/20222/task/20239/stat : 20239 (java) S 20220 20220 18670 0 -1 1077944384 370 0 0 0 1 0 0 0 20 0 20 0 446477551 28904853504 6887 33554432000 4194304 4196468 140721163113200 140655963773680 140656922634882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20240] ppid=20220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20222/task/20240/stat : 20240 (java) S 20220 20220 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446477551 28904853504 6887 33554432000 4194304 4196468 140721163113200 140655962720608 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20241] ppid=20220 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/20222/task/20241/stat : 20241 (java) S 20220 20220 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446477551 28904853504 6887 33554432000 4194304 4196468 140721163113200 140655961667888 140656922634882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 29004 KiB

[startup+0.211498 s]*
/proc/loadavg: 7.83 8.35 8.18 2/212 20241
/proc/meminfo: memFree=30471396/32770688 swapFree=66961212/67108860
[pid=20220] ppid=20217 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/20220/stat : 20220 (xcsp3-exec) S 20217 20220 18670 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446477544 115843072 364 33554432000 4194304 5098028 140734308657344 140734308655448 140002695926396 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17031168 140734308664181 140734308664425 140734308664425 140734308667338 0
/proc/20220/statm: 28282 364 305 221 0 87 0
[pid=20222] ppid=20220 vsize=28227396 memory=39676 CPUtime=0.34 cores=0-7
/proc/20222/stat : 20222 (java) S 20220 20220 18670 0 -1 1077944320 9651 0 0 0 31 3 0 0 20 0 20 0 446477544 28904853504 9919 33554432000 4194304 4196468 140721163113200 140721163095744 140656922623735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
/proc/20222/statm: 7056849 9919 3317 1 0 7019032 0
[pid=20222/tid=20223] ppid=20220 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/20222/task/20223/stat : 20223 (java) R 20220 20220 18670 0 -1 4202560 6667 0 0 0 18 2 0 0 20 0 20 0 446477545 28904853504 9919 33554432000 4194304 4196468 140721163113200 140656926843072 140656906704222 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20224] ppid=20220 vsize=28227396 memory=342 CPUtime=0 cores=0-7
/proc/20222/task/20224/stat : 20224 (java) S 20220 20220 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446477545 28904853504 9919 33554432000 4194304 4196468 140721163113200 140656892336528 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20225] ppid=20220 vsize=28227396 memory=140315631178504 CPUtime=0 cores=0-7
/proc/20222/task/20225/stat : 20225 (java) S 20220 20220 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446477545 28904853504 9919 33554432000 4194304 4196468 140721163113200 140656472819984 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20226] ppid=20220 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/20222/task/20226/stat : 20226 (java) S 20220 20220 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446477545 28904853504 9919 33554432000 4194304 4196468 140721163113200 140656471767696 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20227] ppid=20220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20222/task/20227/stat : 20227 (java) S 20220 20220 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446477545 28904853504 9919 33554432000 4194304 4196468 140721163113200 140656470714896 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20228] ppid=20220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20222/task/20228/stat : 20228 (java) S 20220 20220 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446477545 28904853504 9919 33554432000 4194304 4196468 140721163113200 140656469662608 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20229] ppid=20220 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/20222/task/20229/stat : 20229 (java) S 20220 20220 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446477545 28904853504 9919 33554432000 4194304 4196468 140721163113200 140656468609808 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20230] ppid=20220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20222/task/20230/stat : 20230 (java) S 20220 20220 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446477545 28904853504 9919 33554432000 4194304 4196468 140721163113200 140656467557520 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20231] ppid=20220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20222/task/20231/stat : 20231 (java) S 20220 20220 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446477545 28904853504 9919 33554432000 4194304 4196468 140721163113200 140656466504720 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20232] ppid=20220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20222/task/20232/stat : 20232 (java) S 20220 20220 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446477547 28904853504 9919 33554432000 4194304 4196468 140721163113200 140656423700592 140656922634882 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20233] ppid=20220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20222/task/20233/stat : 20233 (java) S 20220 20220 18670 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446477548 28904853504 9919 33554432000 4194304 4196468 140721163113200 140656422646560 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20234] ppid=20220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20222/task/20234/stat : 20234 (java) S 20220 20220 18670 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446477548 28904853504 9919 33554432000 4194304 4196468 140721163113200 140655969035376 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20235] ppid=20220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20222/task/20235/stat : 20235 (java) S 20220 20220 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446477551 28904853504 9919 33554432000 4194304 4196468 140721163113200 140655967983696 140656922642331 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20236] ppid=20220 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/20222/task/20236/stat : 20236 (java) S 20220 20220 18670 0 -1 1077944384 628 0 0 0 2 0 0 0 20 0 20 0 446477551 28904853504 9919 33554432000 4194304 4196468 140721163113200 140655966931568 140656922634882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20237] ppid=20220 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/20222/task/20237/stat : 20237 (java) S 20220 20220 18670 0 -1 1077944384 67 0 0 0 1 0 0 0 20 0 20 0 446477551 28904853504 9919 33554432000 4194304 4196468 140721163113200 140655965878768 140656922634882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20238] ppid=20220 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/20222/task/20238/stat : 20238 (java) S 20220 20220 18670 0 -1 1077944384 144 0 0 0 1 0 0 0 20 0 20 0 446477551 28904853504 9919 33554432000 4194304 4196468 140721163113200 140655964826480 140656922634882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20239] ppid=20220 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/20222/task/20239/stat : 20239 (java) S 20220 20220 18670 0 -1 1077944384 837 0 0 0 7 0 0 0 20 0 20 0 446477551 28904853504 9919 33554432000 4194304 4196468 140721163113200 140655963773680 140656922634882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20240] ppid=20220 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20222/task/20240/stat : 20240 (java) S 20220 20220 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446477551 28904853504 9919 33554432000 4194304 4196468 140721163113200 140655962720608 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20241] ppid=20220 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/20222/task/20241/stat : 20241 (java) S 20220 20220 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446477551 28904853504 9919 33554432000 4194304 4196468 140721163113200 140655961667888 140656922634882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41132 KiB

[startup+0.310866 s]*
/proc/loadavg: 7.83 8.35 8.18 6/212 20241
/proc/meminfo: memFree=30466000/32770688 swapFree=66961212/67108860
[pid=20220] ppid=20217 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/20220/stat : 20220 (xcsp3-exec) S 20217 20220 18670 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446477544 115843072 364 33554432000 4194304 5098028 140734308657344 140734308655448 140002695926396 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17031168 140734308664181 140734308664425 140734308664425 140734308667338 0
/proc/20220/statm: 28282 364 305 221 0 87 0
[pid=20222] ppid=20220 vsize=28231652 memory=46052 CPUtime=0.52 cores=0-7
/proc/20222/stat : 20222 (java) S 20220 20220 18670 0 -1 1077944320 10880 0 0 0 48 4 0 0 20 0 20 0 446477544 28909211648 11513 33554432000 4194304 4196468 140721163113200 140721163095744 140656922623735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
/proc/20222/statm: 7057913 11513 3340 1 0 7019032 0
[pid=20222/tid=20223] ppid=20220 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/20222/task/20223/stat : 20223 (java) R 20220 20220 18670 0 -1 4202560 7655 0 0 0 27 2 0 0 20 0 20 0 446477545 28909211648 11513 33554432000 4194304 4196468 140721163113200 140656926845248 140656922635670 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20224] ppid=20220 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/20222/task/20224/stat : 20224 (java) S 20220 20220 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446477545 28909211648 11513 33554432000 4194304 4196468 140721163113200 140656892336528 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20225] ppid=20220 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/20222/task/20225/stat : 20225 (java) S 20220 20220 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446477545 28909211648 11513 33554432000 4194304 4196468 140721163113200 140656472819984 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20226] ppid=20220 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/20222/task/20226/stat : 20226 (java) S 20220 20220 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446477545 28909211648 11513 33554432000 4194304 4196468 140721163113200 140656471767696 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20227] ppid=20220 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/20222/task/20227/stat : 20227 (java) S 20220 20220 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446477545 28909211648 11513 33554432000 4194304 4196468 140721163113200 140656470714896 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20228] ppid=20220 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/20222/task/20228/stat : 20228 (java) S 20220 20220 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446477545 28909211648 11513 33554432000 4194304 4196468 140721163113200 140656469662608 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20229] ppid=20220 vsize=28231652 memory=140315507911343 CPUtime=0 cores=0-7
/proc/20222/task/20229/stat : 20229 (java) S 20220 20220 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446477545 28909211648 11513 33554432000 4194304 4196468 140721163113200 140656468609808 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20230] ppid=20220 vsize=28231652 memory=140315507913648 CPUtime=0 cores=0-7
/proc/20222/task/20230/stat : 20230 (java) S 20220 20220 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446477545 28909211648 11513 33554432000 4194304 4196468 140721163113200 140656467557520 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20231] ppid=20220 vsize=28231652 memory=140315507915952 CPUtime=0 cores=0-7
/proc/20222/task/20231/stat : 20231 (java) S 20220 20220 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446477545 28909211648 11513 33554432000 4194304 4196468 140721163113200 140656466504720 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20232] ppid=20220 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/20222/task/20232/stat : 20232 (java) S 20220 20220 18670 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446477547 28909211648 11513 33554432000 4194304 4196468 140721163113200 140656423700592 140656922634882 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20233] ppid=20220 vsize=28231652 memory=280631015845776 CPUtime=0 cores=0-7
/proc/20222/task/20233/stat : 20233 (java) S 20220 20220 18670 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446477548 28909211648 11513 33554432000 4194304 4196468 140721163113200 140656422646560 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20234] ppid=20220 vsize=28231652 memory=280631015843472 CPUtime=0 cores=0-7
/proc/20222/task/20234/stat : 20234 (java) S 20220 20220 18670 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446477548 28909211648 11513 33554432000 4194304 4196468 140721163113200 140655969035376 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20235] ppid=20220 vsize=28231652 memory=280631015850384 CPUtime=0 cores=0-7
/proc/20222/task/20235/stat : 20235 (java) S 20220 20220 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446477551 28909211648 11513 33554432000 4194304 4196468 140721163113200 140655967983696 140656922642331 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20236] ppid=20220 vsize=28231652 memory=280631015791632 CPUtime=0.02 cores=0-7
/proc/20222/task/20236/stat : 20236 (java) S 20220 20220 18670 0 -1 1077944384 631 0 0 0 2 0 0 0 20 0 20 0 446477551 28909211648 11513 33554432000 4194304 4196468 140721163113200 140655966931568 140656922634882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20237] ppid=20220 vsize=28231652 memory=280631015864208 CPUtime=0.03 cores=0-7
/proc/20222/task/20237/stat : 20237 (java) S 20220 20220 18670 0 -1 1077944384 96 0 0 0 3 0 0 0 20 0 20 0 446477551 28909211648 11513 33554432000 4194304 4196468 140721163113200 140655965878768 140656922634882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20238] ppid=20220 vsize=28231652 memory=280631015871120 CPUtime=0.01 cores=0-7
/proc/20222/task/20238/stat : 20238 (java) S 20220 20220 18670 0 -1 1077944384 165 0 0 0 1 0 0 0 20 0 20 0 446477551 28909211648 11513 33554432000 4194304 4196468 140721163113200 140655964826480 140656922634882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20239] ppid=20220 vsize=28231652 memory=280631015868816 CPUtime=0.12 cores=0-7
/proc/20222/task/20239/stat : 20239 (java) S 20220 20220 18670 0 -1 1077944384 1019 0 0 0 12 0 0 0 20 0 20 0 446477551 28909211648 11513 33554432000 4194304 4196468 140721163113200 140655963773680 140656922634882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20240] ppid=20220 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/20222/task/20240/stat : 20240 (java) S 20220 20220 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446477551 28909211648 11513 33554432000 4194304 4196468 140721163113200 140655962720608 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20241] ppid=20220 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/20222/task/20241/stat : 20241 (java) S 20220 20220 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446477551 28909211648 11513 33554432000 4194304 4196468 140721163113200 140655961667888 140656922634882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 47508 KiB

[startup+0.700942 s]
/proc/loadavg: 7.83 8.35 8.18 5/212 20241
/proc/meminfo: memFree=30440316/32770688 swapFree=66961212/67108860
[pid=20220] ppid=20217 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/20220/stat : 20220 (xcsp3-exec) S 20217 20220 18670 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446477544 115843072 364 33554432000 4194304 5098028 140734308657344 140734308655448 140002695926396 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17031168 140734308664181 140734308664425 140734308664425 140734308667338 0
/proc/20220/statm: 28282 364 305 221 0 87 0
[pid=20222] ppid=20220 vsize=28231652 memory=150244 CPUtime=1.48 cores=0-7
/proc/20222/stat : 20222 (java) S 20220 20220 18670 0 -1 1077944320 13879 0 0 0 142 6 0 0 20 0 20 0 446477544 28909211648 37561 33554432000 4194304 4196468 140721163113200 140721163095744 140656922623735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
/proc/20222/statm: 7057913 37561 3400 1 0 7019032 0
[pid=20222/tid=20223] ppid=20220 vsize=28231652 memory=0 CPUtime=0.68 cores=0-7
/proc/20222/task/20223/stat : 20223 (java) R 20220 20220 18670 0 -1 4202560 8125 0 0 0 63 5 0 0 20 0 20 0 446477545 28909211648 37561 33554432000 4194304 4196468 140721163113200 140656926855056 140656922645661 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20224] ppid=20220 vsize=28231652 memory=140315508122480 CPUtime=0 cores=0-7
/proc/20222/task/20224/stat : 20224 (java) S 20220 20220 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446477545 28909211648 37561 33554432000 4194304 4196468 140721163113200 140656892336528 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20225] ppid=20220 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/20222/task/20225/stat : 20225 (java) S 20220 20220 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446477545 28909211648 37561 33554432000 4194304 4196468 140721163113200 140656472819984 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20226] ppid=20220 vsize=28231652 memory=1564 CPUtime=0 cores=0-7
/proc/20222/task/20226/stat : 20226 (java) S 20220 20220 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446477545 28909211648 37561 33554432000 4194304 4196468 140721163113200 140656471767696 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0

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

[pid=20220] ppid=20217 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/20220/stat : 20220 (xcsp3-exec) S 20217 20220 18670 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446477544 115843072 364 33554432000 4194304 5098028 140734308657344 140734308655448 140002695926396 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17031168 140734308664181 140734308664425 140734308664425 140734308667338 0
/proc/20220/statm: 28282 364 305 221 0 87 0
[pid=20222] ppid=20220 vsize=28233776 memory=23948744 CPUtime=15661.3 cores=0-7
/proc/20222/stat : 20222 (java) S 20220 20220 18670 0 -1 1077944320 5052179 0 0 0 1559146 6989 0 0 20 0 20 0 446477544 28911386624 5987186 33554432000 4194304 4196468 140721163113200 140721163095744 140656922623735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
/proc/20222/statm: 7058444 5987186 3525 1 0 7019544 0
[pid=20222/tid=20223] ppid=20220 vsize=28233776 memory=6791534058613427641 CPUtime=146.39 cores=0-7
/proc/20222/task/20223/stat : 20223 (java) S 20220 20220 18670 0 -1 1077944384 44773 0 0 0 14585 54 0 0 20 0 20 0 446477545 28911386624 5987186 33554432000 4194304 4196468 140721163113200 140656926859456 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20224] ppid=20220 vsize=28233776 memory=23948744 CPUtime=1912.99 cores=0-7
/proc/20222/task/20224/stat : 20224 (java) S 20220 20220 18670 0 -1 1077944384 361285 0 0 0 190440 859 0 0 20 0 20 0 446477545 28911386624 5987186 33554432000 4194304 4196468 140721163113200 140656892336528 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 46 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20225] ppid=20220 vsize=28233776 memory=8560 CPUtime=1915.4 cores=0-7
/proc/20222/task/20225/stat : 20225 (java) S 20220 20220 18670 0 -1 1077944384 411161 0 0 0 190739 801 0 0 20 0 20 0 446477545 28911386624 5987186 33554432000 4194304 4196468 140721163113200 140656472819984 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 45 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20226] ppid=20220 vsize=28233776 memory=14008 CPUtime=1914.37 cores=0-7
/proc/20222/task/20226/stat : 20226 (java) S 20220 20220 18670 0 -1 1077944384 299608 0 0 0 190594 843 0 0 20 0 20 0 446477545 28911386624 5987186 33554432000 4194304 4196468 140721163113200 140656471767696 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 46 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20227] ppid=20220 vsize=28233776 memory=23084 CPUtime=1926.02 cores=0-7
/proc/20222/task/20227/stat : 20227 (java) S 20220 20220 18670 0 -1 1077944384 516001 0 0 0 191845 757 0 0 20 0 20 0 446477545 28911386624 5987186 33554432000 4194304 4196468 140721163113200 140656470714896 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 49 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20228] ppid=20220 vsize=28233776 memory=23948744 CPUtime=1912.08 cores=0-7
/proc/20222/task/20228/stat : 20228 (java) S 20220 20220 18670 0 -1 1077944384 453789 0 0 0 190302 906 0 0 20 0 20 0 446477545 28911386624 5987186 33554432000 4194304 4196468 140721163113200 140656469662608 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 41 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20229] ppid=20220 vsize=28233776 memory=1456 CPUtime=1920.9 cores=0-7
/proc/20222/task/20229/stat : 20229 (java) S 20220 20220 18670 0 -1 1077944384 651665 0 0 0 191209 881 0 0 20 0 20 0 446477545 28911386624 5987186 33554432000 4194304 4196468 140721163113200 140656468609808 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 45 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20230] ppid=20220 vsize=28233776 memory=1456 CPUtime=1919.66 cores=0-7
/proc/20222/task/20230/stat : 20230 (java) S 20220 20220 18670 0 -1 1077944384 568726 0 0 0 191088 878 0 0 20 0 20 0 446477545 28911386624 5987186 33554432000 4194304 4196468 140721163113200 140656467557520 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 44 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20231] ppid=20220 vsize=28233776 memory=1456 CPUtime=1920.22 cores=0-7
/proc/20222/task/20231/stat : 20231 (java) S 20220 20220 18670 0 -1 1077944384 526360 0 0 0 191117 905 0 0 20 0 20 0 446477545 28911386624 5987186 33554432000 4194304 4196468 140721163113200 140656466504720 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 41 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20232] ppid=20220 vsize=28233776 memory=6791534058613427641 CPUtime=165.5 cores=0-7
/proc/20222/task/20232/stat : 20232 (java) R 20220 20220 18670 0 -1 4202560 1169016 0 0 0 16467 83 0 0 20 0 20 0 446477547 28911386624 5987186 33554432000 4194304 4196468 140721163113200 140656423699024 140656907620159 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20233] ppid=20220 vsize=28233776 memory=7453001521447723363 CPUtime=0 cores=0-7
/proc/20222/task/20233/stat : 20233 (java) S 20220 20220 18670 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 20 0 446477548 28911386624 5987186 33554432000 4194304 4196468 140721163113200 140656422646624 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20234] ppid=20220 vsize=28233776 memory=7453001521447723363 CPUtime=0 cores=0-7
/proc/20222/task/20234/stat : 20234 (java) S 20220 20220 18670 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 20 0 446477548 28911386624 5987186 33554432000 4194304 4196468 140721163113200 140655969035392 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20235] ppid=20220 vsize=28233776 memory=1456 CPUtime=0 cores=0-7
/proc/20222/task/20235/stat : 20235 (java) S 20220 20220 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446477551 28911386624 5987186 33554432000 4194304 4196468 140721163113200 140655967983696 140656922642331 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20236] ppid=20220 vsize=28233776 memory=23948744 CPUtime=1.4 cores=0-7
/proc/20222/task/20236/stat : 20236 (java) S 20220 20220 18670 0 -1 1077944384 7256 0 0 0 139 1 0 0 20 0 20 0 446477551 28911386624 5987186 33554432000 4194304 4196468 140721163113200 140655966931616 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20237] ppid=20220 vsize=28233776 memory=6028 CPUtime=2.67 cores=0-7
/proc/20222/task/20237/stat : 20237 (java) S 20220 20220 18670 0 -1 1077944384 14158 0 0 0 265 2 0 0 20 0 20 0 446477551 28911386624 5987186 33554432000 4194304 4196468 140721163113200 140655965878528 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20238] ppid=20220 vsize=28233776 memory=780 CPUtime=2.09 cores=0-7
/proc/20222/task/20238/stat : 20238 (java) S 20220 20220 18670 0 -1 1077944384 13276 0 0 0 207 2 0 0 20 0 20 0 446477551 28911386624 5987186 33554432000 4194304 4196468 140721163113200 140655964826528 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20239] ppid=20220 vsize=28233776 memory=3988 CPUtime=0.7 cores=0-7
/proc/20222/task/20239/stat : 20239 (java) S 20220 20220 18670 0 -1 1077944384 10235 0 0 0 69 1 0 0 20 0 20 0 446477551 28911386624 5987186 33554432000 4194304 4196468 140721163113200 140655963773728 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20240] ppid=20220 vsize=28233776 memory=1088 CPUtime=0 cores=0-7
/proc/20222/task/20240/stat : 20240 (java) S 20220 20220 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446477551 28911386624 5987186 33554432000 4194304 4196468 140721163113200 140655962720608 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20241] ppid=20220 vsize=28233776 memory=2832 CPUtime=0.83 cores=0-7
/proc/20222/task/20241/stat : 20241 (java) S 20220 20220 18670 0 -1 1077944384 3490 0 0 0 51 32 0 0 20 0 20 0 446477551 28911386624 5987186 33554432000 4194304 4196468 140721163113200 140655961667888 140656922634882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
Current children cumulated CPU time: 15661.3 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 23950200 KiB

[startup+2245.6 s]
/proc/loadavg: 6.68 7.49 7.49 2/212 20433
/proc/meminfo: memFree=6518236/32770688 swapFree=66961212/67108860
[pid=20220] ppid=20217 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/20220/stat : 20220 (xcsp3-exec) S 20217 20220 18670 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446477544 115843072 364 33554432000 4194304 5098028 140734308657344 140734308655448 140002695926396 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17031168 140734308664181 140734308664425 140734308664425 140734308667338 0
/proc/20220/statm: 28282 364 305 221 0 87 0
[pid=20222] ppid=20220 vsize=28233776 memory=23948748 CPUtime=15662.2 cores=0-7
/proc/20222/stat : 20222 (java) S 20220 20220 18670 0 -1 1077944320 5054870 0 0 0 1559226 6989 0 0 20 0 20 0 446477544 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140721163095744 140656922623735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
/proc/20222/statm: 7058444 5987187 3525 1 0 7019544 0
[pid=20222/tid=20223] ppid=20220 vsize=28233776 memory=288230596050944315 CPUtime=146.39 cores=0-7
/proc/20222/task/20223/stat : 20223 (java) S 20220 20220 18670 0 -1 1077944384 44773 0 0 0 14585 54 0 0 20 0 20 0 446477545 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140656926859456 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20224] ppid=20220 vsize=28233776 memory=14698491322567293 CPUtime=1912.99 cores=0-7
/proc/20222/task/20224/stat : 20224 (java) S 20220 20220 18670 0 -1 1077944384 361285 0 0 0 190440 859 0 0 20 0 20 0 446477545 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140656892336528 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 46 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20225] ppid=20220 vsize=28233776 memory=496 CPUtime=1915.4 cores=0-7
/proc/20222/task/20225/stat : 20225 (java) S 20220 20220 18670 0 -1 1077944384 411161 0 0 0 190739 801 0 0 20 0 20 0 446477545 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140656472819984 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 45 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20226] ppid=20220 vsize=28233776 memory=1556 CPUtime=1914.37 cores=0-7
/proc/20222/task/20226/stat : 20226 (java) S 20220 20220 18670 0 -1 1077944384 299608 0 0 0 190594 843 0 0 20 0 20 0 446477545 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140656471767696 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 46 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20227] ppid=20220 vsize=28233776 memory=47016 CPUtime=1926.02 cores=0-7
/proc/20222/task/20227/stat : 20227 (java) S 20220 20220 18670 0 -1 1077944384 516001 0 0 0 191845 757 0 0 20 0 20 0 446477545 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140656470714896 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 49 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20228] ppid=20220 vsize=28233776 memory=984 CPUtime=1912.08 cores=0-7
/proc/20222/task/20228/stat : 20228 (java) S 20220 20220 18670 0 -1 1077944384 453789 0 0 0 190302 906 0 0 20 0 20 0 446477545 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140656469662608 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 41 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20229] ppid=20220 vsize=28233776 memory=2044 CPUtime=1920.9 cores=0-7
/proc/20222/task/20229/stat : 20229 (java) S 20220 20220 18670 0 -1 1077944384 651665 0 0 0 191209 881 0 0 20 0 20 0 446477545 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140656468609808 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 45 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20230] ppid=20220 vsize=28233776 memory=1388 CPUtime=1919.66 cores=0-7
/proc/20222/task/20230/stat : 20230 (java) S 20220 20220 18670 0 -1 1077944384 568726 0 0 0 191088 878 0 0 20 0 20 0 446477545 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140656467557520 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 44 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20231] ppid=20220 vsize=28233776 memory=1056 CPUtime=1920.22 cores=0-7
/proc/20222/task/20231/stat : 20231 (java) S 20220 20220 18670 0 -1 1077944384 526360 0 0 0 191117 905 0 0 20 0 20 0 446477545 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140656466504720 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 41 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20232] ppid=20220 vsize=28233776 memory=788 CPUtime=166.3 cores=0-7
/proc/20222/task/20232/stat : 20232 (java) R 20220 20220 18670 0 -1 4202560 1171707 0 0 0 16547 83 0 0 20 0 20 0 446477547 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140656423699024 140656907081338 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20233] ppid=20220 vsize=28233776 memory=1708 CPUtime=0 cores=0-7
/proc/20222/task/20233/stat : 20233 (java) S 20220 20220 18670 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 20 0 446477548 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140656422646624 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20234] ppid=20220 vsize=28233776 memory=1280 CPUtime=0 cores=0-7
/proc/20222/task/20234/stat : 20234 (java) S 20220 20220 18670 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 20 0 446477548 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140655969035392 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20235] ppid=20220 vsize=28233776 memory=6028 CPUtime=0 cores=0-7
/proc/20222/task/20235/stat : 20235 (java) S 20220 20220 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446477551 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140655967983696 140656922642331 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20236] ppid=20220 vsize=28233776 memory=780 CPUtime=1.4 cores=0-7
/proc/20222/task/20236/stat : 20236 (java) S 20220 20220 18670 0 -1 1077944384 7256 0 0 0 139 1 0 0 20 0 20 0 446477551 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140655966931616 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20237] ppid=20220 vsize=28233776 memory=3988 CPUtime=2.67 cores=0-7
/proc/20222/task/20237/stat : 20237 (java) S 20220 20220 18670 0 -1 1077944384 14158 0 0 0 265 2 0 0 20 0 20 0 446477551 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140655965878528 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20238] ppid=20220 vsize=28233776 memory=1088 CPUtime=2.09 cores=0-7
/proc/20222/task/20238/stat : 20238 (java) S 20220 20220 18670 0 -1 1077944384 13276 0 0 0 207 2 0 0 20 0 20 0 446477551 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140655964826528 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20239] ppid=20220 vsize=28233776 memory=2832 CPUtime=0.7 cores=0-7
/proc/20222/task/20239/stat : 20239 (java) S 20220 20220 18670 0 -1 1077944384 10235 0 0 0 69 1 0 0 20 0 20 0 446477551 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140655963773728 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20240] ppid=20220 vsize=28233776 memory=1564 CPUtime=0 cores=0-7
/proc/20222/task/20240/stat : 20240 (java) S 20220 20220 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446477551 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140655962720608 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20241] ppid=20220 vsize=28233776 memory=8560 CPUtime=0.83 cores=0-7
/proc/20222/task/20241/stat : 20241 (java) S 20220 20220 18670 0 -1 1077944384 3490 0 0 0 51 32 0 0 20 0 20 0 446477551 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140655961667888 140656922634882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
Current children cumulated CPU time: 15662.1 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 23950204 KiB

[startup+2246 s]*
/proc/loadavg: 6.68 7.49 7.49 2/211 20433
/proc/meminfo: memFree=6518236/32770688 swapFree=66961212/67108860
[pid=20220] ppid=20217 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/20220/stat : 20220 (xcsp3-exec) S 20217 20220 18670 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446477544 115843072 364 33554432000 4194304 5098028 140734308657344 140734308655448 140002695926396 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17031168 140734308664181 140734308664425 140734308664425 140734308667338 0
/proc/20220/statm: 28282 364 305 221 0 87 0
[pid=20222] ppid=20220 vsize=28233776 memory=23948748 CPUtime=15662.6 cores=0-7
/proc/20222/stat : 20222 (java) S 20220 20220 18670 0 -1 1077944320 5059237 0 0 0 1559267 6989 0 0 20 0 20 0 446477544 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140721163095744 140656922623735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
/proc/20222/statm: 7058444 5987187 3525 1 0 7019544 0
[pid=20222/tid=20223] ppid=20220 vsize=28233776 memory=2832 CPUtime=146.39 cores=0-7
/proc/20222/task/20223/stat : 20223 (java) S 20220 20220 18670 0 -1 1077944384 44773 0 0 0 14585 54 0 0 20 0 20 0 446477545 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140656926859456 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20224] ppid=20220 vsize=28233776 memory=1564 CPUtime=1912.99 cores=0-7
/proc/20222/task/20224/stat : 20224 (java) S 20220 20220 18670 0 -1 1077944384 361285 0 0 0 190440 859 0 0 20 0 20 0 446477545 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140656892336528 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 46 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20225] ppid=20220 vsize=28233776 memory=4872558044660077418 CPUtime=1915.4 cores=0-7
/proc/20222/task/20225/stat : 20225 (java) S 20220 20220 18670 0 -1 1077944384 411161 0 0 0 190739 801 0 0 20 0 20 0 446477545 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140656472819984 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 45 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20226] ppid=20220 vsize=28233776 memory=6944656575208382560 CPUtime=1914.37 cores=0-7
/proc/20222/task/20226/stat : 20226 (java) S 20220 20220 18670 0 -1 1077944384 299608 0 0 0 190594 843 0 0 20 0 20 0 446477545 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140656471767696 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 46 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20227] ppid=20220 vsize=28233776 memory=6944656592455360604 CPUtime=1926.02 cores=0-7
/proc/20222/task/20227/stat : 20227 (java) S 20220 20220 18670 0 -1 1077944384 516001 0 0 0 191845 757 0 0 20 0 20 0 446477545 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140656470714896 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 49 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20228] ppid=20220 vsize=28233776 memory=6943526294502006880 CPUtime=1912.08 cores=0-7
/proc/20222/task/20228/stat : 20228 (java) S 20220 20220 18670 0 -1 1077944384 453789 0 0 0 190302 906 0 0 20 0 20 0 446477545 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140656469662608 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 41 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20229] ppid=20220 vsize=28233776 memory=6656426216303648864 CPUtime=1920.9 cores=0-7
/proc/20222/task/20229/stat : 20229 (java) S 20220 20220 18670 0 -1 1077944384 651665 0 0 0 191209 881 0 0 20 0 20 0 446477545 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140656468609808 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 45 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20230] ppid=20220 vsize=28233776 memory=6944656592387989600 CPUtime=1919.66 cores=0-7
/proc/20222/task/20230/stat : 20230 (java) S 20220 20220 18670 0 -1 1077944384 568726 0 0 0 191088 878 0 0 20 0 20 0 446477545 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140656467557520 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 44 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20231] ppid=20220 vsize=28233776 memory=6655300316396806240 CPUtime=1920.22 cores=0-7
/proc/20222/task/20231/stat : 20231 (java) S 20220 20220 18670 0 -1 1077944384 526360 0 0 0 191117 905 0 0 20 0 20 0 446477545 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140656466504720 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 41 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20232] ppid=20220 vsize=28233776 memory=6944656592455360604 CPUtime=166.71 cores=0-7
/proc/20222/task/20232/stat : 20232 (java) R 20220 20220 18670 0 -1 4202560 1176189 0 0 0 16588 83 0 0 20 0 20 0 446477547 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140656423699024 140656900993910 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20233] ppid=20220 vsize=28233776 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/20222/task/20233/stat : 20233 (java) S 20220 20220 18670 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 20 0 446477548 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140656422646624 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20234] ppid=20220 vsize=28233776 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/20222/task/20234/stat : 20234 (java) S 20220 20220 18670 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 20 0 446477548 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140655969035392 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20235] ppid=20220 vsize=28233776 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/20222/task/20235/stat : 20235 (java) S 20220 20220 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446477551 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140655967983696 140656922642331 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20236] ppid=20220 vsize=28233776 memory=6944656592387989600 CPUtime=1.4 cores=0-7
/proc/20222/task/20236/stat : 20236 (java) S 20220 20220 18670 0 -1 1077944384 7256 0 0 0 139 1 0 0 20 0 20 0 446477551 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140655966931616 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20237] ppid=20220 vsize=28233776 memory=-8412658753827215219 CPUtime=2.67 cores=0-7
/proc/20222/task/20237/stat : 20237 (java) S 20220 20220 18670 0 -1 1077944384 14158 0 0 0 265 2 0 0 20 0 20 0 446477551 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140655965878528 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20238] ppid=20220 vsize=28233776 memory=-8253362762723129468 CPUtime=2.09 cores=0-7
/proc/20222/task/20238/stat : 20238 (java) S 20220 20220 18670 0 -1 1077944384 13276 0 0 0 207 2 0 0 20 0 20 0 446477551 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140655964826528 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20239] ppid=20220 vsize=28233776 memory=-8961733167378907077 CPUtime=0.7 cores=0-7
/proc/20222/task/20239/stat : 20239 (java) S 20220 20220 18670 0 -1 1077944384 10235 0 0 0 69 1 0 0 20 0 20 0 446477551 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140655963773728 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20240] ppid=20220 vsize=28233776 memory=4427743815118190122 CPUtime=0 cores=0-7
/proc/20222/task/20240/stat : 20240 (java) S 20220 20220 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446477551 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140655962720608 140656922633941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
[pid=20222/tid=20241] ppid=20220 vsize=28233776 memory=-9112918889202037851 CPUtime=0.83 cores=0-7
/proc/20222/task/20241/stat : 20241 (java) S 20220 20220 18670 0 -1 1077944384 3490 0 0 0 51 32 0 0 20 0 20 0 446477551 28911386624 5987187 33554432000 4194304 4196468 140721163113200 140655961667888 140656922634882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140721163117546 140721163117718 140721163117718 140721163120591 0
Current children cumulated CPU time: 15662.6 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 23950204 KiB

[startup+2246.2 s]
/proc/loadavg: 6.68 7.49 7.49 2/211 20433
/proc/meminfo: memFree=6518236/32770688 swapFree=66961212/67108860
[pid=20220] ppid=20217 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/20220/stat : 20220 (xcsp3-exec) S 20217 20220 18670 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446477544 115843072 364 33554432000 4194304 5098028 140734308657344 140734308655448 140002695926396 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17031168 140734308664181 140734308664425 140734308664425 140734308667338 0
/proc/20220/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 1
Real time (s): 2246.21
CPU time (s): 15662.8
CPU user time (s): 15592.7
CPU system time (s): 70.0276
CPU usage (%): 697.298
Max. virtual memory (cumulated for all children) (KiB): 28346904
Max. memory (cumulated for all children) (KiB): 23950204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15592.7
system time used= 70.0276
maximum resident set size= 23948864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5066454
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 137702
involuntary context switches= 212802


# summary of solver processes directly reported to runsolver:
#   pid: 20220
#   total CPU time (s): 15662.8
#   total CPU user time (s): 15592.7
#   total CPU system time (s): 70.0276

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.7488 second user time and 25.7229 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-17 09:28:38
IDJOB=4399631
IDBENCH=126900
IDSOLVER=2854
FILE ID=node116/4399631-1568705357
RUNJOBID= node116-1568700981-18697
PBS_JOBID= 21703912
Free space on /tmp= 61152 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr1000b-int.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399631-1568705357/watcher-4399631-1568705357 -o /tmp/evaluation-result-4399631-1568705357/solver-4399631-1568705357 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568700981-18697 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1423745571 HOME/instance-4399631-1568705357.xml

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

MD5SUM BENCH= fdcb353b2918313db809b139313e7b9f
RANDOM SEED=1423745571

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        30501164 kB
MemAvailable:   31848444 kB
Buffers:          151428 kB
Cached:          1489468 kB
SwapCached:        46584 kB
Active:          1107368 kB
Inactive:         583080 kB
Active(anon):       3392 kB
Inactive(anon):    94964 kB
Active(file):    1103976 kB
Inactive(file):   488116 kB
Unevictable:      110568 kB
Mlocked:          110568 kB
SwapTotal:      67108860 kB
SwapFree:       66961212 kB
Dirty:            108972 kB
Writeback:             0 kB
AnonPages:        114504 kB
Mapped:            47952 kB
Shmem:             40296 kB
Slab:             170620 kB
SReclaimable:     142044 kB
SUnreclaim:        28576 kB
KernelStack:        3376 kB
PageTables:         5200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     505808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61124 MiB
End job on node116 at 2019-09-17 10:06:04