Trace number 4399594

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? 2157.33 463.953

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr1000c-int.xml
MD5SUM2ff4403728a82746813109e0b9ab6660
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 benchmark495.64
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-4399594-1568705455.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399594-1568705455.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
2157.18/463.80	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
2157.18/463.80		at org.chocosolver.solver.constraints.extension.nary.TuplesList.<init>(TuplesList.java:56)
2157.18/463.80		at org.chocosolver.solver.constraints.extension.nary.RelationFactory.makeListBasedRelation(RelationFactory.java:63)
2157.18/463.80		at org.chocosolver.solver.constraints.extension.nary.PropLargeGACSTRPos.<init>(PropLargeGACSTRPos.java:112)
2157.18/463.80		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2125)
2157.18/463.80		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2055)
2157.18/463.80		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:152)
2157.18/463.80		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
2157.18/463.80		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
2157.18/463.80		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
2157.18/463.80		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
2157.18/463.80		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
2157.18/463.80		at org.xcsp.parser.XCallbacks$$Lambda$95/517052730.accept(Unknown Source)
2157.18/463.80		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
2157.18/463.80		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2157.18/463.80		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
2157.18/463.80		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
2157.18/463.80		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
2157.18/463.80		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
2157.18/463.80		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
2157.18/463.80		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
2157.18/463.80		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
2157.18/463.80		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
2157.18/463.80		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
2157.18/463.80		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
2157.18/463.80	s UNKNOWN
2157.18/463.80	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 (15102 MiB free)
  memory of node 1: 16384 MiB (15273 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399594-1568705455/watcher-4399594-1568705455 -o /tmp/evaluation-result-4399594-1568705455/solver-4399594-1568705455 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1568698793-14923 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 715944037 HOME/instance-4399594-1568705455.xml 

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

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


[startup+0.10015 s]*
/proc/loadavg: 7.64 8.16 7.95 4/210 16004
/proc/meminfo: memFree=31089036/32770624 swapFree=66939820/67108860
[pid=15983] ppid=15980 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15983/stat : 15983 (xcsp3-exec) S 15980 15983 14896 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446803882 115843072 363 33554432000 4194304 5098028 140729586111104 140729586109208 140587909198460 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21835776 140729586115446 140729586115689 140729586115689 140729586118602 0
/proc/15983/statm: 28282 363 304 221 0 87 0
[pid=15985] ppid=15983 vsize=28227396 memory=28364 CPUtime=0.12 cores=0-7
/proc/15985/stat : 15985 (java) S 15983 15983 14896 0 -1 1077944320 5642 0 0 0 11 1 0 0 20 0 20 0 446803882 28904853504 7091 33554432000 4194304 4196468 140726410398576 140726410381120 140130892132087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
/proc/15985/statm: 7056849 7091 3118 1 0 7019032 0
[pid=15985/tid=15986] ppid=15983 vsize=28227396 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/15985/task/15986/stat : 15986 (java) R 15983 15983 14896 0 -1 4202560 3576 0 0 0 8 0 0 0 20 0 20 0 446803883 28904853504 7091 33554432000 4194304 4196468 140726410398576 140130896366224 140130892153434 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15987] ppid=15983 vsize=28227396 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/15985/task/15987/stat : 15987 (java) S 15983 15983 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446803883 28904853504 7091 33554432000 4194304 4196468 140726410398576 140130844752912 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15988] ppid=15983 vsize=28227396 memory=140168758920832 CPUtime=0 cores=0-7
/proc/15985/task/15988/stat : 15988 (java) S 15983 15983 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446803883 28904853504 7091 33554432000 4194304 4196468 140726410398576 140130843700368 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15989] ppid=15983 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15985/task/15989/stat : 15989 (java) S 15983 15983 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446803883 28904853504 7091 33554432000 4194304 4196468 140726410398576 140130842647312 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15990] ppid=15983 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15985/task/15990/stat : 15990 (java) S 15983 15983 14896 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446803883 28904853504 7091 33554432000 4194304 4196468 140726410398576 140130841594768 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15991] ppid=15983 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15985/task/15991/stat : 15991 (java) S 15983 15983 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446803883 28904853504 7091 33554432000 4194304 4196468 140726410398576 140130840541712 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15992] ppid=15983 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15985/task/15992/stat : 15992 (java) S 15983 15983 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446803883 28904853504 7091 33554432000 4194304 4196468 140726410398576 140130839489168 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15993] ppid=15983 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15985/task/15993/stat : 15993 (java) S 15983 15983 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446803883 28904853504 7091 33554432000 4194304 4196468 140726410398576 140130838436112 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15994] ppid=15983 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15985/task/15994/stat : 15994 (java) S 15983 15983 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446803883 28904853504 7091 33554432000 4194304 4196468 140726410398576 140130837383568 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15995] ppid=15983 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15985/task/15995/stat : 15995 (java) S 15983 15983 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446803885 28904853504 7157 33554432000 4194304 4196468 140726410398576 140129289063152 140130892143234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15996] ppid=15983 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15985/task/15996/stat : 15996 (java) S 15983 15983 14896 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446803885 28904853504 7157 33554432000 4194304 4196468 140726410398576 140129288009376 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15997] ppid=15983 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15985/task/15997/stat : 15997 (java) S 15983 15983 14896 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446803885 28904853504 7157 33554432000 4194304 4196468 140726410398576 140129286956272 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15998] ppid=15983 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15985/task/15998/stat : 15998 (java) S 15983 15983 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446803888 28904853504 7157 33554432000 4194304 4196468 140726410398576 140129285904848 140130892150683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15999] ppid=15983 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15985/task/15999/stat : 15999 (java) R 15983 15983 14896 0 -1 4202560 327 0 0 0 0 0 0 0 20 0 20 0 446803888 28904853504 7223 33554432000 4194304 4196468 140726410398576 140129284851952 140130875567825 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=16000] ppid=15983 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15985/task/16000/stat : 16000 (java) S 15983 15983 14896 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446803888 28904853504 7223 33554432000 4194304 4196468 140726410398576 140129283799408 140130892143234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=16001] ppid=15983 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15985/task/16001/stat : 16001 (java) S 15983 15983 14896 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 20 0 446803888 28904853504 7223 33554432000 4194304 4196468 140726410398576 140129282746352 140130892143234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=16002] ppid=15983 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/15985/task/16002/stat : 16002 (java) R 15983 15983 14896 0 -1 4202560 331 0 0 0 2 0 0 0 20 0 20 0 446803888 28904853504 7223 33554432000 4194304 4196468 140726410398576 140129213606000 140130871266579 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=16003] ppid=15983 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15985/task/16003/stat : 16003 (java) S 15983 15983 14896 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446803888 28904853504 7223 33554432000 4194304 4196468 140726410398576 140129212554208 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=16004] ppid=15983 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15985/task/16004/stat : 16004 (java) S 15983 15983 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446803888 28904853504 7223 33554432000 4194304 4196468 140726410398576 140129211501744 140130892143234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 29816 KiB

[startup+0.2108 s]*
/proc/loadavg: 7.64 8.16 7.95 4/210 16004
/proc/meminfo: memFree=31075012/32770624 swapFree=66939820/67108860
[pid=15983] ppid=15980 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15983/stat : 15983 (xcsp3-exec) S 15980 15983 14896 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446803882 115843072 363 33554432000 4194304 5098028 140729586111104 140729586109208 140587909198460 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21835776 140729586115446 140729586115689 140729586115689 140729586118602 0
/proc/15983/statm: 28282 363 304 221 0 87 0
[pid=15985] ppid=15983 vsize=28227396 memory=41100 CPUtime=0.33 cores=0-7
/proc/15985/stat : 15985 (java) S 15983 15983 14896 0 -1 1077944320 9534 0 0 0 30 3 0 0 20 0 20 0 446803882 28904853504 10275 33554432000 4194304 4196468 140726410398576 140726410381120 140130892132087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
/proc/15985/statm: 7056849 10275 3302 1 0 7019032 0
[pid=15985/tid=15986] ppid=15983 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/15985/task/15986/stat : 15986 (java) R 15983 15983 14896 0 -1 4202560 6615 0 0 0 18 2 0 0 20 0 20 0 446803883 28904853504 10275 33554432000 4194304 4196468 140726410398576 140130896368784 140130877405283 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15987] ppid=15983 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/15985/task/15987/stat : 15987 (java) S 15983 15983 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446803883 28904853504 10275 33554432000 4194304 4196468 140726410398576 140130844752912 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15988] ppid=15983 vsize=28227396 memory=288370544910632576 CPUtime=0 cores=0-7
/proc/15985/task/15988/stat : 15988 (java) S 15983 15983 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446803883 28904853504 10275 33554432000 4194304 4196468 140726410398576 140130843700368 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15989] ppid=15983 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15985/task/15989/stat : 15989 (java) S 15983 15983 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446803883 28904853504 10275 33554432000 4194304 4196468 140726410398576 140130842647312 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15990] ppid=15983 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15985/task/15990/stat : 15990 (java) S 15983 15983 14896 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446803883 28904853504 10275 33554432000 4194304 4196468 140726410398576 140130841594768 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15991] ppid=15983 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15985/task/15991/stat : 15991 (java) S 15983 15983 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446803883 28904853504 10275 33554432000 4194304 4196468 140726410398576 140130840541712 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15992] ppid=15983 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15985/task/15992/stat : 15992 (java) S 15983 15983 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446803883 28904853504 10275 33554432000 4194304 4196468 140726410398576 140130839489168 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15993] ppid=15983 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15985/task/15993/stat : 15993 (java) S 15983 15983 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446803883 28904853504 10275 33554432000 4194304 4196468 140726410398576 140130838436112 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15994] ppid=15983 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15985/task/15994/stat : 15994 (java) S 15983 15983 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446803883 28904853504 10275 33554432000 4194304 4196468 140726410398576 140130837383568 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15995] ppid=15983 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15985/task/15995/stat : 15995 (java) S 15983 15983 14896 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446803885 28904853504 10275 33554432000 4194304 4196468 140726410398576 140129289063152 140130892143234 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15996] ppid=15983 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15985/task/15996/stat : 15996 (java) S 15983 15983 14896 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446803885 28904853504 10275 33554432000 4194304 4196468 140726410398576 140129288009376 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15997] ppid=15983 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15985/task/15997/stat : 15997 (java) S 15983 15983 14896 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446803885 28904853504 10275 33554432000 4194304 4196468 140726410398576 140129286956272 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15998] ppid=15983 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15985/task/15998/stat : 15998 (java) S 15983 15983 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446803888 28904853504 10275 33554432000 4194304 4196468 140726410398576 140129285904848 140130892150683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15999] ppid=15983 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15985/task/15999/stat : 15999 (java) S 15983 15983 14896 0 -1 1077944384 448 0 0 0 1 0 0 0 20 0 20 0 446803888 28904853504 10275 33554432000 4194304 4196468 140726410398576 140129284851952 140130892143234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=16000] ppid=15983 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15985/task/16000/stat : 16000 (java) S 15983 15983 14896 0 -1 1077944384 95 0 0 0 1 0 0 0 20 0 20 0 446803888 28904853504 10275 33554432000 4194304 4196468 140726410398576 140129283799408 140130892143234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=16001] ppid=15983 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/15985/task/16001/stat : 16001 (java) S 15983 15983 14896 0 -1 1077944384 287 0 0 0 1 0 0 0 20 0 20 0 446803888 28904853504 10275 33554432000 4194304 4196468 140726410398576 140129282746352 140130892143234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=16002] ppid=15983 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/15985/task/16002/stat : 16002 (java) S 15983 15983 14896 0 -1 1077944384 783 0 0 0 8 0 0 0 20 0 20 0 446803888 28904853504 10275 33554432000 4194304 4196468 140726410398576 140129213606000 140130892143234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=16003] ppid=15983 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15985/task/16003/stat : 16003 (java) S 15983 15983 14896 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446803888 28904853504 10275 33554432000 4194304 4196468 140726410398576 140129212554208 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=16004] ppid=15983 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15985/task/16004/stat : 16004 (java) S 15983 15983 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446803888 28904853504 10275 33554432000 4194304 4196468 140726410398576 140129211501744 140130892143234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42552 KiB

[startup+0.320364 s]*
/proc/loadavg: 7.64 8.16 7.95 3/210 16004
/proc/meminfo: memFree=31068116/32770624 swapFree=66939820/67108860
[pid=15983] ppid=15980 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15983/stat : 15983 (xcsp3-exec) S 15980 15983 14896 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446803882 115843072 363 33554432000 4194304 5098028 140729586111104 140729586109208 140587909198460 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21835776 140729586115446 140729586115689 140729586115689 140729586118602 0
/proc/15983/statm: 28282 363 304 221 0 87 0
[pid=15985] ppid=15983 vsize=28231652 memory=50616 CPUtime=0.54 cores=0-7
/proc/15985/stat : 15985 (java) S 15983 15983 14896 0 -1 1077944320 11067 0 0 0 49 5 0 0 20 0 20 0 446803882 28909211648 12654 33554432000 4194304 4196468 140726410398576 140726410381120 140130892132087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
/proc/15985/statm: 7057913 12654 3351 1 0 7019032 0
[pid=15985/tid=15986] ppid=15983 vsize=28231652 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/15985/task/15986/stat : 15986 (java) R 15983 15983 14896 0 -1 4202560 7918 0 0 0 27 3 0 0 20 0 20 0 446803883 28909211648 12654 33554432000 4194304 4196468 140726410398576 140130896362048 140130892154013 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15987] ppid=15983 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15985/task/15987/stat : 15987 (java) S 15983 15983 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446803883 28909211648 12654 33554432000 4194304 4196468 140726410398576 140130844752912 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15988] ppid=15983 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15985/task/15988/stat : 15988 (java) S 15983 15983 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446803883 28909211648 12654 33554432000 4194304 4196468 140726410398576 140130843700368 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15989] ppid=15983 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15985/task/15989/stat : 15989 (java) S 15983 15983 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446803883 28909211648 12654 33554432000 4194304 4196468 140726410398576 140130842647312 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15990] ppid=15983 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15985/task/15990/stat : 15990 (java) S 15983 15983 14896 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446803883 28909211648 12654 33554432000 4194304 4196468 140726410398576 140130841594768 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15991] ppid=15983 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15985/task/15991/stat : 15991 (java) S 15983 15983 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446803883 28909211648 12654 33554432000 4194304 4196468 140726410398576 140130840541712 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15992] ppid=15983 vsize=28231652 memory=140168606608047 CPUtime=0 cores=0-7
/proc/15985/task/15992/stat : 15992 (java) S 15983 15983 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446803883 28909211648 12654 33554432000 4194304 4196468 140726410398576 140130839489168 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15993] ppid=15983 vsize=28231652 memory=140168606610352 CPUtime=0 cores=0-7
/proc/15985/task/15993/stat : 15993 (java) S 15983 15983 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446803883 28909211648 12654 33554432000 4194304 4196468 140726410398576 140130838436112 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15994] ppid=15983 vsize=28231652 memory=140168606612656 CPUtime=0 cores=0-7
/proc/15985/task/15994/stat : 15994 (java) S 15983 15983 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446803883 28909211648 12654 33554432000 4194304 4196468 140726410398576 140130837383568 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15995] ppid=15983 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15985/task/15995/stat : 15995 (java) S 15983 15983 14896 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446803885 28909211648 12654 33554432000 4194304 4196468 140726410398576 140129289063152 140130892143234 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15996] ppid=15983 vsize=28231652 memory=280337213239184 CPUtime=0 cores=0-7
/proc/15985/task/15996/stat : 15996 (java) S 15983 15983 14896 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446803885 28909211648 12654 33554432000 4194304 4196468 140726410398576 140129288009376 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15997] ppid=15983 vsize=28231652 memory=280337213236880 CPUtime=0 cores=0-7
/proc/15985/task/15997/stat : 15997 (java) S 15983 15983 14896 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446803885 28909211648 12654 33554432000 4194304 4196468 140726410398576 140129286956272 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15998] ppid=15983 vsize=28231652 memory=280337213243792 CPUtime=0 cores=0-7
/proc/15985/task/15998/stat : 15998 (java) S 15983 15983 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446803888 28909211648 12654 33554432000 4194304 4196468 140726410398576 140129285904848 140130892150683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15999] ppid=15983 vsize=28231652 memory=280337213185072 CPUtime=0.02 cores=0-7
/proc/15985/task/15999/stat : 15999 (java) S 15983 15983 14896 0 -1 1077944384 452 0 0 0 2 0 0 0 20 0 20 0 446803888 28909211648 12654 33554432000 4194304 4196468 140726410398576 140129284851952 140130892143234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=16000] ppid=15983 vsize=28231652 memory=280337213257616 CPUtime=0.03 cores=0-7
/proc/15985/task/16000/stat : 16000 (java) S 15983 15983 14896 0 -1 1077944384 197 0 0 0 3 0 0 0 20 0 20 0 446803888 28909211648 12654 33554432000 4194304 4196468 140726410398576 140129283799408 140130892143234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=16001] ppid=15983 vsize=28231652 memory=280337213264528 CPUtime=0.02 cores=0-7
/proc/15985/task/16001/stat : 16001 (java) S 15983 15983 14896 0 -1 1077944384 319 0 0 0 2 0 0 0 20 0 20 0 446803888 28909211648 12654 33554432000 4194304 4196468 140726410398576 140129282746352 140130892143234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=16002] ppid=15983 vsize=28231652 memory=280337213262224 CPUtime=0.12 cores=0-7
/proc/15985/task/16002/stat : 16002 (java) S 15983 15983 14896 0 -1 1077944384 875 0 0 0 12 0 0 0 20 0 20 0 446803888 28909211648 12654 33554432000 4194304 4196468 140726410398576 140129213606000 140130892143234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=16003] ppid=15983 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15985/task/16003/stat : 16003 (java) S 15983 15983 14896 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446803888 28909211648 12654 33554432000 4194304 4196468 140726410398576 140129212554208 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=16004] ppid=15983 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/15985/task/16004/stat : 16004 (java) S 15983 15983 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446803888 28909211648 12654 33554432000 4194304 4196468 140726410398576 140129211501744 140130892143234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 52068 KiB

[startup+0.701374 s]
/proc/loadavg: 7.64 8.16 7.95 3/210 16004
/proc/meminfo: memFree=31019160/32770624 swapFree=66939820/67108860
[pid=15983] ppid=15980 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15983/stat : 15983 (xcsp3-exec) S 15980 15983 14896 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446803882 115843072 363 33554432000 4194304 5098028 140729586111104 140729586109208 140587909198460 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21835776 140729586115446 140729586115689 140729586115689 140729586118602 0
/proc/15983/statm: 28282 363 304 221 0 87 0
[pid=15985] ppid=15983 vsize=28231652 memory=246804 CPUtime=1.62 cores=0-7
/proc/15985/stat : 15985 (java) S 15983 15983 14896 0 -1 1077944320 13763 0 0 0 143 19 0 0 20 0 20 0 446803882 28909211648 61701 33554432000 4194304 4196468 140726410398576 140726410381120 140130892132087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
/proc/15985/statm: 7057913 61701 3398 1 0 7019032 0
[pid=15985/tid=15986] ppid=15983 vsize=28231652 memory=0 CPUtime=0.63 cores=0-7
/proc/15985/task/15986/stat : 15986 (java) S 15983 15983 14896 0 -1 1077944384 8003 0 0 0 58 5 0 0 20 0 20 0 446803883 28909211648 61701 33554432000 4194304 4196468 140726410398576 140130896371264 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15987] ppid=15983 vsize=28231652 memory=140168606819184 CPUtime=0.03 cores=0-7
/proc/15985/task/15987/stat : 15987 (java) R 15983 15983 14896 0 -1 4202560 40 0 0 0 2 1 0 0 20 0 20 0 446803883 28909211648 61701 33554432000 4194304 4196468 140726410398576 140130844750720 140130877159506 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15988] ppid=15983 vsize=28231652 memory=0 CPUtime=0.03 cores=0-7
/proc/15985/task/15988/stat : 15988 (java) R 15983 15983 14896 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 20 0 446803883 28909211648 61701 33554432000 4194304 4196468 140726410398576 140130843700368 140130877159961 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15989] ppid=15983 vsize=28231652 memory=784 CPUtime=0.03 cores=0-7
/proc/15985/task/15989/stat : 15989 (java) R 15983 15983 14896 0 -1 4202560 40 0 0 0 2 1 0 0 20 0 20 0 446803883 28909211648 61701 33554432000 4194304 4196468 140726410398576 140130842647312 140130877159970 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0

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

[pid=15983] ppid=15980 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15983/stat : 15983 (xcsp3-exec) S 15980 15983 14896 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446803882 115843072 363 33554432000 4194304 5098028 140729586111104 140729586109208 140587909198460 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21835776 140729586115446 140729586115689 140729586115689 140729586118602 0
/proc/15983/statm: 28282 363 304 221 0 87 0
[pid=15985] ppid=15983 vsize=28233776 memory=24452136 CPUtime=2156.58 cores=0-7
/proc/15985/stat : 15985 (java) S 15983 15983 14896 0 -1 1077944320 2086021 0 0 0 210520 5138 0 0 20 0 20 0 446803882 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140726410381120 140130892132087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
/proc/15985/statm: 7058444 6113034 3517 1 0 7019544 0
[pid=15985/tid=15986] ppid=15983 vsize=28233776 memory=616 CPUtime=129.92 cores=0-7
/proc/15985/task/15986/stat : 15986 (java) S 15983 15983 14896 0 -1 1077944384 42329 0 0 0 12952 40 0 0 20 0 20 0 446803883 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140130896369120 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15987] ppid=15983 vsize=28233776 memory=6791534058613427641 CPUtime=241.28 cores=0-7
/proc/15985/task/15987/stat : 15987 (java) S 15983 15983 14896 0 -1 1077944384 292830 0 0 0 23528 600 0 0 20 0 20 0 446803883 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140130844752912 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 36 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15988] ppid=15983 vsize=28233776 memory=1452 CPUtime=242.07 cores=0-7
/proc/15985/task/15988/stat : 15988 (java) S 15983 15983 14896 0 -1 1077944384 165738 0 0 0 23560 647 0 0 20 0 20 0 446803883 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140130843700368 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 33 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15989] ppid=15983 vsize=28233776 memory=35444 CPUtime=241.77 cores=0-7
/proc/15985/task/15989/stat : 15989 (java) S 15983 15983 14896 0 -1 1077944384 215176 0 0 0 23616 561 0 0 20 0 20 0 446803883 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140130842647312 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 32 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15990] ppid=15983 vsize=28233776 memory=988 CPUtime=241.92 cores=0-7
/proc/15985/task/15990/stat : 15990 (java) S 15983 15983 14896 0 -1 1077944384 167536 0 0 0 23583 609 0 0 20 0 20 0 446803883 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140130841594768 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 31 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15991] ppid=15983 vsize=28233776 memory=2016 CPUtime=240.86 cores=0-7
/proc/15985/task/15991/stat : 15991 (java) S 15983 15983 14896 0 -1 1077944384 358623 0 0 0 23424 662 0 0 20 0 20 0 446803883 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140130840541712 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 31 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15992] ppid=15983 vsize=28233776 memory=1412 CPUtime=240.84 cores=0-7
/proc/15985/task/15992/stat : 15992 (java) S 15983 15983 14896 0 -1 1077944384 175152 0 0 0 23432 652 0 0 20 0 20 0 446803883 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140130839489168 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 33 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15993] ppid=15983 vsize=28233776 memory=1548 CPUtime=242.08 cores=0-7
/proc/15985/task/15993/stat : 15993 (java) S 15983 15983 14896 0 -1 1077944384 195921 0 0 0 23574 634 0 0 20 0 20 0 446803883 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140130838436112 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15994] ppid=15983 vsize=28233776 memory=7396 CPUtime=240.48 cores=0-7
/proc/15985/task/15994/stat : 15994 (java) S 15983 15983 14896 0 -1 1077944384 215525 0 0 0 23407 641 0 0 20 0 20 0 446803883 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140130837383568 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 36 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15995] ppid=15983 vsize=28233776 memory=4000 CPUtime=89.06 cores=0-7
/proc/15985/task/15995/stat : 15995 (java) R 15983 15983 14896 0 -1 4202560 212783 0 0 0 8834 72 0 0 20 0 20 0 446803885 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140129289061600 140130877128488 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15996] ppid=15983 vsize=28233776 memory=616 CPUtime=0 cores=0-7
/proc/15985/task/15996/stat : 15996 (java) S 15983 15983 14896 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 446803885 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140129288009440 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15997] ppid=15983 vsize=28233776 memory=2832 CPUtime=0 cores=0-7
/proc/15985/task/15997/stat : 15997 (java) S 15983 15983 14896 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 20 0 446803885 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140129286956288 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15998] ppid=15983 vsize=28233776 memory=1624 CPUtime=0 cores=0-7
/proc/15985/task/15998/stat : 15998 (java) S 15983 15983 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446803888 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140129285904848 140130892150683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15999] ppid=15983 vsize=28233776 memory=1136 CPUtime=1.98 cores=0-7
/proc/15985/task/15999/stat : 15999 (java) S 15983 15983 14896 0 -1 1077944384 13341 0 0 0 196 2 0 0 20 0 20 0 446803888 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140129284852000 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=16000] ppid=15983 vsize=28233776 memory=1072 CPUtime=1.86 cores=0-7
/proc/15985/task/16000/stat : 16000 (java) S 15983 15983 14896 0 -1 1077944384 9072 0 0 0 184 2 0 0 20 0 20 0 446803888 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140129283799456 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=16001] ppid=15983 vsize=28233776 memory=6044 CPUtime=1.49 cores=0-7
/proc/15985/task/16001/stat : 16001 (java) S 15983 15983 14896 0 -1 1077944384 9912 0 0 0 147 2 0 0 20 0 20 0 446803888 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140129282746112 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=16002] ppid=15983 vsize=28233776 memory=788 CPUtime=0.63 cores=0-7
/proc/15985/task/16002/stat : 16002 (java) S 15983 15983 14896 0 -1 1077944384 9735 0 0 0 60 3 0 0 20 0 20 0 446803888 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140129213606048 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=16003] ppid=15983 vsize=28233776 memory=1060 CPUtime=0 cores=0-7
/proc/15985/task/16003/stat : 16003 (java) S 15983 15983 14896 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446803888 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140129212554208 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=16004] ppid=15983 vsize=28233776 memory=14012 CPUtime=0.18 cores=0-7
/proc/15985/task/16004/stat : 16004 (java) S 15983 15983 14896 0 -1 1077944384 973 0 0 0 10 8 0 0 20 0 20 0 446803888 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140129211501744 140130892143234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
Current children cumulated CPU time: 2156.58 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 24453588 KiB

[startup+463.601 s]
/proc/loadavg: 7.00 5.72 6.61 2/210 16041
/proc/meminfo: memFree=6620992/32770624 swapFree=66939820/67108860
[pid=15983] ppid=15980 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15983/stat : 15983 (xcsp3-exec) S 15980 15983 14896 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446803882 115843072 363 33554432000 4194304 5098028 140729586111104 140729586109208 140587909198460 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21835776 140729586115446 140729586115689 140729586115689 140729586118602 0
/proc/15983/statm: 28282 363 304 221 0 87 0
[pid=15985] ppid=15983 vsize=28233776 memory=24452136 CPUtime=2156.98 cores=0-7
/proc/15985/stat : 15985 (java) S 15983 15983 14896 0 -1 1077944320 2086046 0 0 0 210560 5138 0 0 20 0 20 0 446803882 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140726410381120 140130892132087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
/proc/15985/statm: 7058444 6113034 3517 1 0 7019544 0
[pid=15985/tid=15986] ppid=15983 vsize=28233776 memory=2116 CPUtime=129.92 cores=0-7
/proc/15985/task/15986/stat : 15986 (java) S 15983 15983 14896 0 -1 1077944384 42329 0 0 0 12952 40 0 0 20 0 20 0 446803883 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140130896369120 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15987] ppid=15983 vsize=28233776 memory=520 CPUtime=241.28 cores=0-7
/proc/15985/task/15987/stat : 15987 (java) S 15983 15983 14896 0 -1 1077944384 292830 0 0 0 23528 600 0 0 20 0 20 0 446803883 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140130844752912 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 36 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15988] ppid=15983 vsize=28233776 memory=1556 CPUtime=242.07 cores=0-7
/proc/15985/task/15988/stat : 15988 (java) S 15983 15983 14896 0 -1 1077944384 165738 0 0 0 23560 647 0 0 20 0 20 0 446803883 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140130843700368 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 33 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15989] ppid=15983 vsize=28233776 memory=928 CPUtime=241.77 cores=0-7
/proc/15985/task/15989/stat : 15989 (java) S 15983 15983 14896 0 -1 1077944384 215176 0 0 0 23616 561 0 0 20 0 20 0 446803883 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140130842647312 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 32 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15990] ppid=15983 vsize=28233776 memory=1772 CPUtime=241.92 cores=0-7
/proc/15985/task/15990/stat : 15990 (java) S 15983 15983 14896 0 -1 1077944384 167536 0 0 0 23583 609 0 0 20 0 20 0 446803883 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140130841594768 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 31 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15991] ppid=15983 vsize=28233776 memory=8317482817917895235 CPUtime=240.86 cores=0-7
/proc/15985/task/15991/stat : 15991 (java) S 15983 15983 14896 0 -1 1077944384 358623 0 0 0 23424 662 0 0 20 0 20 0 446803883 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140130840541712 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 31 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15992] ppid=15983 vsize=28233776 memory=4126316290023845779 CPUtime=240.84 cores=0-7
/proc/15985/task/15992/stat : 15992 (java) S 15983 15983 14896 0 -1 1077944384 175152 0 0 0 23432 652 0 0 20 0 20 0 446803883 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140130839489168 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 33 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15993] ppid=15983 vsize=28233776 memory=24452132 CPUtime=242.08 cores=0-7
/proc/15985/task/15993/stat : 15993 (java) S 15983 15983 14896 0 -1 1077944384 195921 0 0 0 23574 634 0 0 20 0 20 0 446803883 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140130838436112 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15994] ppid=15983 vsize=28233776 memory=1452 CPUtime=240.48 cores=0-7
/proc/15985/task/15994/stat : 15994 (java) S 15983 15983 14896 0 -1 1077944384 215525 0 0 0 23407 641 0 0 20 0 20 0 446803883 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140130837383568 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 36 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15995] ppid=15983 vsize=28233776 memory=24452132 CPUtime=89.46 cores=0-7
/proc/15985/task/15995/stat : 15995 (java) R 15983 15983 14896 0 -1 4202560 212808 0 0 0 8874 72 0 0 20 0 20 0 446803885 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140129289061600 140130877128580 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15996] ppid=15983 vsize=28233776 memory=1160 CPUtime=0 cores=0-7
/proc/15985/task/15996/stat : 15996 (java) S 15983 15983 14896 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 446803885 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140129288009440 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15997] ppid=15983 vsize=28233776 memory=14012 CPUtime=0 cores=0-7
/proc/15985/task/15997/stat : 15997 (java) S 15983 15983 14896 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 20 0 446803885 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140129286956288 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15998] ppid=15983 vsize=28233776 memory=24452124 CPUtime=0 cores=0-7
/proc/15985/task/15998/stat : 15998 (java) S 15983 15983 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446803888 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140129285904848 140130892150683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15999] ppid=15983 vsize=28233776 memory=920 CPUtime=1.98 cores=0-7
/proc/15985/task/15999/stat : 15999 (java) S 15983 15983 14896 0 -1 1077944384 13341 0 0 0 196 2 0 0 20 0 20 0 446803888 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140129284852000 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=16000] ppid=15983 vsize=28233776 memory=4136 CPUtime=1.86 cores=0-7
/proc/15985/task/16000/stat : 16000 (java) S 15983 15983 14896 0 -1 1077944384 9072 0 0 0 184 2 0 0 20 0 20 0 446803888 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140129283799456 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=16001] ppid=15983 vsize=28233776 memory=4096 CPUtime=1.49 cores=0-7
/proc/15985/task/16001/stat : 16001 (java) S 15983 15983 14896 0 -1 1077944384 9912 0 0 0 147 2 0 0 20 0 20 0 446803888 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140129282746112 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=16002] ppid=15983 vsize=28233776 memory=1412 CPUtime=0.63 cores=0-7
/proc/15985/task/16002/stat : 16002 (java) S 15983 15983 14896 0 -1 1077944384 9735 0 0 0 60 3 0 0 20 0 20 0 446803888 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140129213606048 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=16003] ppid=15983 vsize=28233776 memory=3396 CPUtime=0 cores=0-7
/proc/15985/task/16003/stat : 16003 (java) S 15983 15983 14896 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446803888 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140129212554208 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=16004] ppid=15983 vsize=28233776 memory=1452 CPUtime=0.18 cores=0-7
/proc/15985/task/16004/stat : 16004 (java) S 15983 15983 14896 0 -1 1077944384 973 0 0 0 10 8 0 0 20 0 20 0 446803888 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140129211501744 140130892143234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
Current children cumulated CPU time: 2156.98 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 24453588 KiB

[startup+463.801 s]
/proc/loadavg: 7.00 5.72 6.61 2/210 16041
/proc/meminfo: memFree=6620992/32770624 swapFree=66939820/67108860
[pid=15983] ppid=15980 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15983/stat : 15983 (xcsp3-exec) S 15980 15983 14896 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446803882 115843072 363 33554432000 4194304 5098028 140729586111104 140729586109208 140587909198460 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21835776 140729586115446 140729586115689 140729586115689 140729586118602 0
/proc/15983/statm: 28282 363 304 221 0 87 0
[pid=15985] ppid=15983 vsize=28233776 memory=24452136 CPUtime=2157.18 cores=0-7
/proc/15985/stat : 15985 (java) S 15983 15983 14896 0 -1 1077944320 2090750 0 0 0 210578 5140 0 0 20 0 20 0 446803882 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140726410381120 140130892132087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
/proc/15985/statm: 7058444 6113034 3517 1 0 7019544 0
[pid=15985/tid=15986] ppid=15983 vsize=28233776 memory=6791534058613427641 CPUtime=129.92 cores=0-7
/proc/15985/task/15986/stat : 15986 (java) S 15983 15983 14896 0 -1 1077944384 42329 0 0 0 12952 40 0 0 20 0 20 0 446803883 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140130896369120 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15987] ppid=15983 vsize=28233776 memory=1444 CPUtime=241.28 cores=0-7
/proc/15985/task/15987/stat : 15987 (java) S 15983 15983 14896 0 -1 1077944384 292830 0 0 0 23528 600 0 0 20 0 20 0 446803883 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140130844752912 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 36 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15988] ppid=15983 vsize=28233776 memory=1976 CPUtime=242.07 cores=0-7
/proc/15985/task/15988/stat : 15988 (java) S 15983 15983 14896 0 -1 1077944384 165738 0 0 0 23560 647 0 0 20 0 20 0 446803883 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140130843700368 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 33 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15989] ppid=15983 vsize=28233776 memory=2436 CPUtime=241.77 cores=0-7
/proc/15985/task/15989/stat : 15989 (java) S 15983 15983 14896 0 -1 1077944384 215176 0 0 0 23616 561 0 0 20 0 20 0 446803883 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140130842647312 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 32 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15990] ppid=15983 vsize=28233776 memory=1760 CPUtime=241.92 cores=0-7
/proc/15985/task/15990/stat : 15990 (java) S 15983 15983 14896 0 -1 1077944384 167536 0 0 0 23583 609 0 0 20 0 20 0 446803883 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140130841594768 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 31 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15991] ppid=15983 vsize=28233776 memory=111632 CPUtime=240.86 cores=0-7
/proc/15985/task/15991/stat : 15991 (java) S 15983 15983 14896 0 -1 1077944384 358623 0 0 0 23424 662 0 0 20 0 20 0 446803883 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140130840541712 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 31 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15992] ppid=15983 vsize=28233776 memory=804 CPUtime=240.84 cores=0-7
/proc/15985/task/15992/stat : 15992 (java) S 15983 15983 14896 0 -1 1077944384 175152 0 0 0 23432 652 0 0 20 0 20 0 446803883 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140130839489168 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 33 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15993] ppid=15983 vsize=28233776 memory=1808 CPUtime=242.08 cores=0-7
/proc/15985/task/15993/stat : 15993 (java) S 15983 15983 14896 0 -1 1077944384 195921 0 0 0 23574 634 0 0 20 0 20 0 446803883 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140130838436112 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15994] ppid=15983 vsize=28233776 memory=137438953503998 CPUtime=240.48 cores=0-7
/proc/15985/task/15994/stat : 15994 (java) S 15983 15983 14896 0 -1 1077944384 215525 0 0 0 23407 641 0 0 20 0 20 0 446803883 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140130837383568 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 36 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15995] ppid=15983 vsize=28233776 memory=-7966001967340291680 CPUtime=89.67 cores=0-7
/proc/15985/task/15995/stat : 15995 (java) R 15983 15983 14896 0 -1 12591168 217601 0 0 0 8893 74 0 0 20 0 20 0 446803885 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140129289061600 140130871333134 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15996] ppid=15983 vsize=28233776 memory=6944656626178237591 CPUtime=0 cores=0-7
/proc/15985/task/15996/stat : 15996 (java) S 15983 15983 14896 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 446803885 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140129288009440 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15997] ppid=15983 vsize=28233776 memory=6944656425123094137 CPUtime=0 cores=0-7
/proc/15985/task/15997/stat : 15997 (java) S 15983 15983 14896 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 20 0 446803885 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140129286956288 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15998] ppid=15983 vsize=28233776 memory=4206749494057918560 CPUtime=0 cores=0-7
/proc/15985/task/15998/stat : 15998 (java) S 15983 15983 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446803888 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140129285904848 140130892150683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=15999] ppid=15983 vsize=28233776 memory=-7966001967340291680 CPUtime=1.98 cores=0-7
/proc/15985/task/15999/stat : 15999 (java) S 15983 15983 14896 0 -1 1077944384 13341 0 0 0 196 2 0 0 20 0 20 0 446803888 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140129284852000 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=16000] ppid=15983 vsize=28233776 memory=-7606742951091920751 CPUtime=1.86 cores=0-7
/proc/15985/task/16000/stat : 16000 (java) S 15983 15983 14896 0 -1 1077944384 9072 0 0 0 184 2 0 0 20 0 20 0 446803888 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140129283799456 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=16001] ppid=15983 vsize=28233776 memory=-7595761213635136096 CPUtime=1.49 cores=0-7
/proc/15985/task/16001/stat : 16001 (java) S 15983 15983 14896 0 -1 1077944384 9912 0 0 0 147 2 0 0 20 0 20 0 446803888 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140129282746112 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=16002] ppid=15983 vsize=28233776 memory=988 CPUtime=0.63 cores=0-7
/proc/15985/task/16002/stat : 16002 (java) S 15983 15983 14896 0 -1 1077944384 9735 0 0 0 60 3 0 0 20 0 20 0 446803888 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140129213606048 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=16003] ppid=15983 vsize=28233776 memory=2016 CPUtime=0 cores=0-7
/proc/15985/task/16003/stat : 16003 (java) S 15983 15983 14896 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446803888 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140129212554208 140130892142293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
[pid=15985/tid=16004] ppid=15983 vsize=28233776 memory=1412 CPUtime=0.18 cores=0-7
/proc/15985/task/16004/stat : 16004 (java) S 15983 15983 14896 0 -1 1077944384 973 0 0 0 10 8 0 0 20 0 20 0 446803888 28911386624 6113034 33554432000 4194304 4196468 140726410398576 140129211501744 140130892143234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19038208 140726410400746 140726410400918 140726410400918 140726410403791 0
Current children cumulated CPU time: 2157.18 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 24453588 KiB

[startup+463.901 s]
/proc/loadavg: 7.00 5.72 6.61 2/210 16041
/proc/meminfo: memFree=6620992/32770624 swapFree=66939820/67108860
[pid=15983] ppid=15980 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15983/stat : 15983 (xcsp3-exec) S 15980 15983 14896 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446803882 115843072 363 33554432000 4194304 5098028 140729586111104 140729586109208 140587909198460 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21835776 140729586115446 140729586115689 140729586115689 140729586118602 0
/proc/15983/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 1
Real time (s): 463.953
CPU time (s): 2157.33
CPU user time (s): 2105.8
CPU system time (s): 51.538
CPU usage (%): 464.989
Max. virtual memory (cumulated for all children) (KiB): 28346904
Max. memory (cumulated for all children) (KiB): 24453588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2105.8
system time used= 51.538
maximum resident set size= 24452340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2092057
page faults= 0
swaps= 0
block input operations= 16
block output operations= 792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39322
involuntary context switches= 29377


# summary of solver processes directly reported to runsolver:
#   pid: 15983
#   total CPU time (s): 2157.33
#   total CPU user time (s): 2105.8
#   total CPU system time (s): 51.538

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.25599 second user time and 4.95826 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-17 08:29:20
IDJOB=4399594
IDBENCH=126912
IDSOLVER=2854
FILE ID=node105/4399594-1568705455
RUNJOBID= node105-1568698793-14923
PBS_JOBID= 21703916
Free space on /tmp= 60924 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr1000c-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-4399594-1568705455/watcher-4399594-1568705455 -o /tmp/evaluation-result-4399594-1568705455/solver-4399594-1568705455 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1568698793-14923 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 715944037 HOME/instance-4399594-1568705455.xml

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

MD5SUM BENCH= 2ff4403728a82746813109e0b9ab6660
RANDOM SEED=715944037

node105.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
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:        31105240 kB
MemAvailable:   31848040 kB
Buffers:          182684 kB
Cached:           859696 kB
SwapCached:        65604 kB
Active:           624020 kB
Inactive:         485720 kB
Active(anon):       7928 kB
Inactive(anon):   103456 kB
Active(file):     616092 kB
Inactive(file):   382264 kB
Unevictable:      109028 kB
Mlocked:          109028 kB
SwapTotal:      67108860 kB
SwapFree:       66939820 kB
Dirty:            108872 kB
Writeback:             0 kB
AnonPages:        112172 kB
Mapped:            43856 kB
Shmem:             35612 kB
Slab:             148816 kB
SReclaimable:     120560 kB
SUnreclaim:        28256 kB
KernelStack:        3424 kB
PageTables:         5140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60896 MiB
End job on node105 at 2019-09-17 08:37:04