Trace number 4406816

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-24 parallel? 406.131 80.2429

General information on the benchmark

NameKnightTour/KnightTour-ext-s1/
KnightTour-15-ext06.xml
MD5SUMaf3f6bb9b1ca00becd13f0e7ebc5af3a
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 benchmark17.3587
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints47
Number of domains1
Minimum domain size225
Maximum domain size225
Distribution of domain sizes[{"size":225,"count":225}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":223},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity225
Distribution of constraint arities[{"arity":2,"count":1},{"arity":6,"count":45},{"arity":225,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
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-4406816-1569354260.xml"  -tl '20160s' -p 8
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4406816-1569354260.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
405.98/80.11	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
405.98/80.11		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:101)
405.98/80.11		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
405.98/80.11		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2108)
405.98/80.11		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2055)
405.98/80.11		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:317)
405.98/80.11		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
405.98/80.11		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
405.98/80.11		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
405.98/80.11		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
405.98/80.11		at org.xcsp.parser.XCallbacks$$Lambda$121/1485955886.accept(Unknown Source)
405.98/80.11		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
405.98/80.11		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
405.98/80.11		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
405.98/80.11		at org.xcsp.parser.XCallbacks.loadSlide(XCallbacks.java:477)
405.98/80.11		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:424)
405.98/80.11		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
405.98/80.11		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
405.98/80.11		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
405.98/80.11		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
405.98/80.11		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
405.98/80.11		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
405.98/80.11		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
405.98/80.11	s UNKNOWN
405.98/80.11	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 (13684 MiB free)
  memory of node 1: 16384 MiB (14453 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4406816-1569354260/watcher-4406816-1569354260 -o /tmp/evaluation-result-4406816-1569354260/solver-4406816-1569354260 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1569348342-32335 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 239150407 HOME/instance-4406816-1569354260.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=1448, runsolver pid=1445
Current StackSize limit: 8192 KiB


[startup+0.100133 s]*
/proc/loadavg: 8.28 8.31 8.26 3/212 1469
/proc/meminfo: memFree=28796780/32770624 swapFree=66999256/67108860
[pid=1448] ppid=1445 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1448/stat : 1448 (xcsp3-exec) S 1445 1448 32308 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511679074 115843072 364 33554432000 4194304 5098028 140735362963488 140735362961592 139651230618236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26546176 140735362966390 140735362966633 140735362966633 140735362969546 0
/proc/1448/statm: 28282 364 305 221 0 87 0
[pid=1450] ppid=1448 vsize=28227396 memory=30096 CPUtime=0.11 cores=0-7
/proc/1450/stat : 1450 (java) S 1448 1448 32308 0 -1 1077944320 5369 0 0 0 10 1 0 0 20 0 20 0 511679074 28904853504 7524 33554432000 4194304 4196468 140733439798240 140733439780784 140477058694903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
/proc/1450/statm: 7056849 7524 3163 1 0 7019032 0
[pid=1450/tid=1451] ppid=1448 vsize=28227396 memory=6935054825532540783 CPUtime=0.09 cores=0-7
/proc/1450/task/1451/stat : 1451 (java) R 1448 1448 32308 0 -1 4202560 3374 0 0 0 8 1 0 0 20 0 20 0 511679075 28904853504 7524 33554432000 4194304 4196468 140733439798240 140477062928176 140477058706838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1452] ppid=1448 vsize=28227396 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/1450/task/1452/stat : 1452 (java) S 1448 1448 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511679075 28904853504 7524 33554432000 4194304 4196468 140733439798240 140476978547600 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1453] ppid=1448 vsize=28227396 memory=140377458542208 CPUtime=0 cores=0-7
/proc/1450/task/1453/stat : 1453 (java) S 1448 1448 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511679075 28904853504 7524 33554432000 4194304 4196468 140733439798240 140476977494800 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1454] ppid=1448 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1450/task/1454/stat : 1454 (java) S 1448 1448 32308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511679075 28904853504 7524 33554432000 4194304 4196468 140733439798240 140476976442512 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1455] ppid=1448 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1450/task/1455/stat : 1455 (java) S 1448 1448 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511679075 28904853504 7524 33554432000 4194304 4196468 140733439798240 140476975389712 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1456] ppid=1448 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1450/task/1456/stat : 1456 (java) S 1448 1448 32308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511679075 28904853504 7524 33554432000 4194304 4196468 140733439798240 140476974336400 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1457] ppid=1448 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/1450/task/1457/stat : 1457 (java) S 1448 1448 32308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511679075 28904853504 7524 33554432000 4194304 4196468 140733439798240 140476973283600 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1458] ppid=1448 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1450/task/1458/stat : 1458 (java) S 1448 1448 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511679075 28904853504 7524 33554432000 4194304 4196468 140733439798240 140476603816592 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1459] ppid=1448 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1450/task/1459/stat : 1459 (java) S 1448 1448 32308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511679075 28904853504 7524 33554432000 4194304 4196468 140733439798240 140476602763792 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1460] ppid=1448 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1450/task/1460/stat : 1460 (java) S 1448 1448 32308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511679077 28904853504 7524 33554432000 4194304 4196468 140733439798240 140475455785584 140477058706050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1461] ppid=1448 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1450/task/1461/stat : 1461 (java) S 1448 1448 32308 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511679077 28904853504 7524 33554432000 4194304 4196468 140733439798240 140475454731552 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1462] ppid=1448 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1450/task/1462/stat : 1462 (java) S 1448 1448 32308 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511679078 28904853504 7524 33554432000 4194304 4196468 140733439798240 140475453679216 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1463] ppid=1448 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1450/task/1463/stat : 1463 (java) S 1448 1448 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511679080 28904853504 7524 33554432000 4194304 4196468 140733439798240 140475452627536 140477058713499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1464] ppid=1448 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1450/task/1464/stat : 1464 (java) S 1448 1448 32308 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 20 0 511679080 28904853504 7524 33554432000 4194304 4196468 140733439798240 140475451574384 140477058706050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1465] ppid=1448 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1450/task/1465/stat : 1465 (java) S 1448 1448 32308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511679080 28904853504 7524 33554432000 4194304 4196468 140733439798240 140475450521584 140477058706050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1466] ppid=1448 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1450/task/1466/stat : 1466 (java) S 1448 1448 32308 0 -1 1077944384 268 0 0 0 0 0 0 0 20 0 20 0 511679080 28904853504 7524 33554432000 4194304 4196468 140733439798240 140475449469296 140477058706050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1467] ppid=1448 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/1450/task/1467/stat : 1467 (java) S 1448 1448 32308 0 -1 1077944384 329 0 0 0 1 0 0 0 20 0 20 0 511679080 28904853504 7524 33554432000 4194304 4196468 140733439798240 140475448416496 140477058706050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1468] ppid=1448 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1450/task/1468/stat : 1468 (java) S 1448 1448 32308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511679080 28904853504 7524 33554432000 4194304 4196468 140733439798240 140475447364448 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1469] ppid=1448 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/1450/task/1469/stat : 1469 (java) S 1448 1448 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511679080 28904853504 7524 33554432000 4194304 4196468 140733439798240 140475446311728 140477058706050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31552 KiB

[startup+0.210703 s]*
/proc/loadavg: 8.28 8.31 8.26 3/212 1469
/proc/meminfo: memFree=28782524/32770624 swapFree=66999256/67108860
[pid=1448] ppid=1445 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1448/stat : 1448 (xcsp3-exec) S 1445 1448 32308 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511679074 115843072 364 33554432000 4194304 5098028 140735362963488 140735362961592 139651230618236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26546176 140735362966390 140735362966633 140735362966633 140735362969546 0
/proc/1448/statm: 28282 364 305 221 0 87 0
[pid=1450] ppid=1448 vsize=28227396 memory=41256 CPUtime=0.33 cores=0-7
/proc/1450/stat : 1450 (java) S 1448 1448 32308 0 -1 1077944320 9116 0 0 0 30 3 0 0 20 0 20 0 511679074 28904853504 10314 33554432000 4194304 4196468 140733439798240 140733439780784 140477058694903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
/proc/1450/statm: 7056849 10314 3290 1 0 7019032 0
[pid=1450/tid=1451] ppid=1448 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/1450/task/1451/stat : 1451 (java) R 1448 1448 32308 0 -1 4202560 6199 0 0 0 17 2 0 0 20 0 20 0 511679075 28904853504 10314 33554432000 4194304 4196468 140733439798240 140477062924624 140476653128688 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1452] ppid=1448 vsize=28227396 memory=342 CPUtime=0 cores=0-7
/proc/1450/task/1452/stat : 1452 (java) S 1448 1448 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511679075 28904853504 10314 33554432000 4194304 4196468 140733439798240 140476978547600 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1453] ppid=1448 vsize=28227396 memory=288370753610253952 CPUtime=0 cores=0-7
/proc/1450/task/1453/stat : 1453 (java) S 1448 1448 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511679075 28904853504 10314 33554432000 4194304 4196468 140733439798240 140476977494800 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1454] ppid=1448 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/1450/task/1454/stat : 1454 (java) S 1448 1448 32308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511679075 28904853504 10314 33554432000 4194304 4196468 140733439798240 140476976442512 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1455] ppid=1448 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1450/task/1455/stat : 1455 (java) S 1448 1448 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511679075 28904853504 10314 33554432000 4194304 4196468 140733439798240 140476975389712 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1456] ppid=1448 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1450/task/1456/stat : 1456 (java) S 1448 1448 32308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511679075 28904853504 10314 33554432000 4194304 4196468 140733439798240 140476974336400 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1457] ppid=1448 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/1450/task/1457/stat : 1457 (java) S 1448 1448 32308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511679075 28904853504 10314 33554432000 4194304 4196468 140733439798240 140476973283600 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1458] ppid=1448 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1450/task/1458/stat : 1458 (java) S 1448 1448 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511679075 28904853504 10314 33554432000 4194304 4196468 140733439798240 140476603816592 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1459] ppid=1448 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1450/task/1459/stat : 1459 (java) S 1448 1448 32308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511679075 28904853504 10314 33554432000 4194304 4196468 140733439798240 140476602763792 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1460] ppid=1448 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1450/task/1460/stat : 1460 (java) S 1448 1448 32308 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511679077 28904853504 10314 33554432000 4194304 4196468 140733439798240 140475455785584 140477058706050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1461] ppid=1448 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1450/task/1461/stat : 1461 (java) S 1448 1448 32308 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511679077 28904853504 10314 33554432000 4194304 4196468 140733439798240 140475454731552 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1462] ppid=1448 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1450/task/1462/stat : 1462 (java) S 1448 1448 32308 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511679078 28904853504 10314 33554432000 4194304 4196468 140733439798240 140475453679216 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1463] ppid=1448 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1450/task/1463/stat : 1463 (java) S 1448 1448 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511679080 28904853504 10314 33554432000 4194304 4196468 140733439798240 140475452627536 140477058713499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1464] ppid=1448 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/1450/task/1464/stat : 1464 (java) S 1448 1448 32308 0 -1 1077944384 240 0 0 0 1 0 0 0 20 0 20 0 511679080 28904853504 10314 33554432000 4194304 4196468 140733439798240 140475451574384 140477058706050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1465] ppid=1448 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/1450/task/1465/stat : 1465 (java) S 1448 1448 32308 0 -1 1077944384 322 0 0 0 1 0 0 0 20 0 20 0 511679080 28904853504 10314 33554432000 4194304 4196468 140733439798240 140475450521584 140477058706050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1466] ppid=1448 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/1450/task/1466/stat : 1466 (java) S 1448 1448 32308 0 -1 1077944384 318 0 0 0 2 0 0 0 20 0 20 0 511679080 28904853504 10314 33554432000 4194304 4196468 140733439798240 140475449469296 140477058706050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1467] ppid=1448 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/1450/task/1467/stat : 1467 (java) R 1448 1448 32308 0 -1 4202560 725 0 0 0 8 0 0 0 20 0 20 0 511679080 28904853504 10314 33554432000 4194304 4196468 140733439798240 140475448416496 140477050932030 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1468] ppid=1448 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1450/task/1468/stat : 1468 (java) S 1448 1448 32308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511679080 28904853504 10314 33554432000 4194304 4196468 140733439798240 140475447364448 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1469] ppid=1448 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/1450/task/1469/stat : 1469 (java) S 1448 1448 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511679080 28904853504 10314 33554432000 4194304 4196468 140733439798240 140475446311728 140477058706050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42712 KiB

[startup+0.319416 s]*
/proc/loadavg: 8.28 8.31 8.26 3/212 1469
/proc/meminfo: memFree=28776384/32770624 swapFree=66999256/67108860
[pid=1448] ppid=1445 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1448/stat : 1448 (xcsp3-exec) S 1445 1448 32308 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511679074 115843072 364 33554432000 4194304 5098028 140735362963488 140735362961592 139651230618236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26546176 140735362966390 140735362966633 140735362966633 140735362969546 0
/proc/1448/statm: 28282 364 305 221 0 87 0
[pid=1450] ppid=1448 vsize=28231652 memory=50636 CPUtime=0.53 cores=0-7
/proc/1450/stat : 1450 (java) S 1448 1448 32308 0 -1 1077944320 10481 0 0 0 49 4 0 0 20 0 20 0 511679074 28909211648 12659 33554432000 4194304 4196468 140733439798240 140733439780784 140477058694903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
/proc/1450/statm: 7057913 12659 3366 1 0 7019032 0
[pid=1450/tid=1451] ppid=1448 vsize=28231652 memory=6935054825532540783 CPUtime=0.3 cores=0-7
/proc/1450/task/1451/stat : 1451 (java) R 1448 1448 32308 0 -1 4202560 7406 0 0 0 27 3 0 0 20 0 20 0 511679075 28909211648 12659 33554432000 4194304 4196468 140733439798240 140477062924912 140477042775390 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1452] ppid=1448 vsize=28231652 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/1450/task/1452/stat : 1452 (java) S 1448 1448 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511679075 28909211648 12659 33554432000 4194304 4196468 140733439798240 140476978547600 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1453] ppid=1448 vsize=28231652 memory=1548 CPUtime=0 cores=0-7
/proc/1450/task/1453/stat : 1453 (java) S 1448 1448 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511679075 28909211648 12659 33554432000 4194304 4196468 140733439798240 140476977494800 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1454] ppid=1448 vsize=28231652 memory=8560 CPUtime=0 cores=0-7
/proc/1450/task/1454/stat : 1454 (java) S 1448 1448 32308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511679075 28909211648 12659 33554432000 4194304 4196468 140733439798240 140476976442512 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1455] ppid=1448 vsize=28231652 memory=1712 CPUtime=0 cores=0-7
/proc/1450/task/1455/stat : 1455 (java) S 1448 1448 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511679075 28909211648 12659 33554432000 4194304 4196468 140733439798240 140476975389712 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1456] ppid=1448 vsize=28231652 memory=1112 CPUtime=0 cores=0-7
/proc/1450/task/1456/stat : 1456 (java) S 1448 1448 32308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511679075 28909211648 12659 33554432000 4194304 4196468 140733439798240 140476974336400 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1457] ppid=1448 vsize=28231652 memory=1004 CPUtime=0 cores=0-7
/proc/1450/task/1457/stat : 1457 (java) S 1448 1448 32308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511679075 28909211648 12659 33554432000 4194304 4196468 140733439798240 140476973283600 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1458] ppid=1448 vsize=28231652 memory=6084 CPUtime=0 cores=0-7
/proc/1450/task/1458/stat : 1458 (java) S 1448 1448 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511679075 28909211648 12659 33554432000 4194304 4196468 140733439798240 140476603816592 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1459] ppid=1448 vsize=28231652 memory=14008 CPUtime=0 cores=0-7
/proc/1450/task/1459/stat : 1459 (java) S 1448 1448 32308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511679075 28909211648 12659 33554432000 4194304 4196468 140733439798240 140476602763792 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1460] ppid=1448 vsize=28231652 memory=2124 CPUtime=0 cores=0-7
/proc/1450/task/1460/stat : 1460 (java) S 1448 1448 32308 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511679077 28909211648 12659 33554432000 4194304 4196468 140733439798240 140475455785584 140477058706050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1461] ppid=1448 vsize=28231652 memory=35748 CPUtime=0 cores=0-7
/proc/1450/task/1461/stat : 1461 (java) S 1448 1448 32308 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511679077 28909211648 12659 33554432000 4194304 4196468 140733439798240 140475454731552 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1462] ppid=1448 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/1450/task/1462/stat : 1462 (java) S 1448 1448 32308 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511679078 28909211648 12659 33554432000 4194304 4196468 140733439798240 140475453679216 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1463] ppid=1448 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/1450/task/1463/stat : 1463 (java) S 1448 1448 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511679080 28909211648 12659 33554432000 4194304 4196468 140733439798240 140475452627536 140477058713499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1464] ppid=1448 vsize=28231652 memory=0 CPUtime=0.02 cores=0-7
/proc/1450/task/1464/stat : 1464 (java) S 1448 1448 32308 0 -1 1077944384 256 0 0 0 2 0 0 0 20 0 20 0 511679080 28909211648 12659 33554432000 4194304 4196468 140733439798240 140475451574384 140477058706050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1465] ppid=1448 vsize=28231652 memory=0 CPUtime=0.02 cores=0-7
/proc/1450/task/1465/stat : 1465 (java) S 1448 1448 32308 0 -1 1077944384 334 0 0 0 2 0 0 0 20 0 20 0 511679080 28909211648 12659 33554432000 4194304 4196468 140733439798240 140475450521584 140477058706050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1466] ppid=1448 vsize=28231652 memory=0 CPUtime=0.03 cores=0-7
/proc/1450/task/1466/stat : 1466 (java) S 1448 1448 32308 0 -1 1077944384 409 0 0 0 3 0 0 0 20 0 20 0 511679080 28909211648 12724 33554432000 4194304 4196468 140733439798240 140475449469296 140477058706050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1467] ppid=1448 vsize=28231652 memory=140377315182063 CPUtime=0.12 cores=0-7
/proc/1450/task/1467/stat : 1467 (java) S 1448 1448 32308 0 -1 1077944384 783 0 0 0 12 0 0 0 20 0 20 0 511679080 28909211648 12724 33554432000 4194304 4196468 140733439798240 140475448416496 140477058706050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1468] ppid=1448 vsize=28231652 memory=140377315210100 CPUtime=0 cores=0-7
/proc/1450/task/1468/stat : 1468 (java) S 1448 1448 32308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511679080 28909211648 12724 33554432000 4194304 4196468 140733439798240 140475447364448 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1469] ppid=1448 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/1450/task/1469/stat : 1469 (java) S 1448 1448 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511679080 28909211648 12724 33554432000 4194304 4196468 140733439798240 140475446311728 140477058706050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 52092 KiB

[startup+0.701152 s]
/proc/loadavg: 8.28 8.31 8.26 3/212 1469
/proc/meminfo: memFree=28682676/32770624 swapFree=66999256/67108860
[pid=1448] ppid=1445 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1448/stat : 1448 (xcsp3-exec) S 1445 1448 32308 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511679074 115843072 364 33554432000 4194304 5098028 140735362963488 140735362961592 139651230618236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26546176 140735362966390 140735362966633 140735362966633 140735362969546 0
/proc/1448/statm: 28282 364 305 221 0 87 0
[pid=1450] ppid=1448 vsize=28231728 memory=563664 CPUtime=1.37 cores=0-7
/proc/1450/stat : 1450 (java) S 1448 1448 32308 0 -1 1077944320 11921 0 0 0 98 39 0 0 20 0 20 0 511679074 28909289472 140916 33554432000 4194304 4196468 140733439798240 140733439780784 140477058694903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
/proc/1450/statm: 7057932 140916 3411 1 0 7019032 0
[pid=1450/tid=1451] ppid=1448 vsize=28231728 memory=280754630418752 CPUtime=0.63 cores=0-7
/proc/1450/task/1451/stat : 1451 (java) R 1448 1448 32308 0 -1 4202560 8023 0 0 0 52 11 0 0 20 0 20 0 511679075 28909289472 140916 33554432000 4194304 4196468 140733439798240 140477062932304 140477036691372 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1452] ppid=1448 vsize=28231728 memory=140377315386224 CPUtime=0.04 cores=0-7
/proc/1450/task/1452/stat : 1452 (java) S 1448 1448 32308 0 -1 1077944384 48 0 0 0 1 3 0 0 20 0 20 0 511679075 28909289472 140916 33554432000 4194304 4196468 140733439798240 140476978547600 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1453] ppid=1448 vsize=28231728 memory=0 CPUtime=0.04 cores=0-7
/proc/1450/task/1453/stat : 1453 (java) S 1448 1448 32308 0 -1 1077944384 42 0 0 0 1 3 0 0 20 0 20 0 511679075 28909289472 140916 33554432000 4194304 4196468 140733439798240 140476977494800 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1454] ppid=1448 vsize=28231728 memory=0 CPUtime=0.04 cores=0-7
/proc/1450/task/1454/stat : 1454 (java) S 1448 1448 32308 0 -1 1077944384 44 0 0 0 1 3 0 0 20 0 20 0 511679075 28909289472 140916 33554432000 4194304 4196468 140733439798240 140476976442512 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0

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

[pid=1448] ppid=1445 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1448/stat : 1448 (xcsp3-exec) S 1445 1448 32308 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511679074 115843072 364 33554432000 4194304 5098028 140735362963488 140735362961592 139651230618236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26546176 140735362966390 140735362966633 140735362966633 140735362969546 0
/proc/1448/statm: 28282 364 305 221 0 87 0
[pid=1450] ppid=1448 vsize=28233776 memory=23056044 CPUtime=393.9 cores=0-7
/proc/1450/stat : 1450 (java) S 1448 1448 32308 0 -1 1077944320 474243 0 0 0 34589 4801 0 0 20 0 20 0 511679074 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140733439780784 140477058694903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
/proc/1450/statm: 7058444 5764011 3502 1 0 7019544 0
[pid=1450/tid=1451] ppid=1448 vsize=28233776 memory=3504 CPUtime=20.46 cores=0-7
/proc/1450/task/1451/stat : 1451 (java) S 1448 1448 32308 0 -1 1077944384 22615 0 0 0 2013 33 0 0 20 0 20 0 511679075 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140477062933024 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1452] ppid=1448 vsize=28233776 memory=8112282956445269571 CPUtime=44.83 cores=0-7
/proc/1450/task/1452/stat : 1452 (java) S 1448 1448 32308 0 -1 1077944384 29979 0 0 0 3879 604 0 0 20 0 20 0 511679075 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140476978547600 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1453] ppid=1448 vsize=28233776 memory=23055892 CPUtime=45.04 cores=0-7
/proc/1450/task/1453/stat : 1453 (java) S 1448 1448 32308 0 -1 1077944384 86695 0 0 0 3895 609 0 0 20 0 20 0 511679075 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140476977494800 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1454] ppid=1448 vsize=28233776 memory=3604 CPUtime=44.94 cores=0-7
/proc/1450/task/1454/stat : 1454 (java) S 1448 1448 32308 0 -1 1077944384 31966 0 0 0 3908 586 0 0 20 0 20 0 511679075 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140476976442512 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1455] ppid=1448 vsize=28233776 memory=2828 CPUtime=44.93 cores=0-7
/proc/1450/task/1455/stat : 1455 (java) S 1448 1448 32308 0 -1 1077944384 66078 0 0 0 3900 593 0 0 20 0 20 0 511679075 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140476975389712 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1456] ppid=1448 vsize=28233776 memory=8112282956445269571 CPUtime=44.86 cores=0-7
/proc/1450/task/1456/stat : 1456 (java) S 1448 1448 32308 0 -1 1077944384 33371 0 0 0 3894 592 0 0 20 0 20 0 511679075 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140476974336400 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1457] ppid=1448 vsize=28233776 memory=1408 CPUtime=44.93 cores=0-7
/proc/1450/task/1457/stat : 1457 (java) S 1448 1448 32308 0 -1 1077944384 55817 0 0 0 3951 542 0 0 20 0 20 0 511679075 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140476973283600 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1458] ppid=1448 vsize=28233776 memory=3100 CPUtime=44.78 cores=0-7
/proc/1450/task/1458/stat : 1458 (java) S 1448 1448 32308 0 -1 1077944384 53418 0 0 0 3848 630 0 0 20 0 20 0 511679075 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140476603816592 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1459] ppid=1448 vsize=28233776 memory=1456 CPUtime=44.93 cores=0-7
/proc/1450/task/1459/stat : 1459 (java) S 1448 1448 32308 0 -1 1077944384 25451 0 0 0 3931 562 0 0 20 0 20 0 511679075 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140476602763792 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1460] ppid=1448 vsize=28233776 memory=1436 CPUtime=12.25 cores=0-7
/proc/1450/task/1460/stat : 1460 (java) R 1448 1448 32308 0 -1 4202560 53823 0 0 0 1187 38 0 0 20 0 20 0 511679077 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140475455784128 140477043152536 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1461] ppid=1448 vsize=28233776 memory=796 CPUtime=0 cores=0-7
/proc/1450/task/1461/stat : 1461 (java) S 1448 1448 32308 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 20 0 511679077 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140475454731520 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1462] ppid=1448 vsize=28233776 memory=1764 CPUtime=0 cores=0-7
/proc/1450/task/1462/stat : 1462 (java) S 1448 1448 32308 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 511679078 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140475453679232 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1463] ppid=1448 vsize=28233776 memory=111628 CPUtime=0 cores=0-7
/proc/1450/task/1463/stat : 1463 (java) S 1448 1448 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511679080 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140475452627536 140477058713499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1464] ppid=1448 vsize=28233776 memory=796 CPUtime=0.41 cores=0-7
/proc/1450/task/1464/stat : 1464 (java) S 1448 1448 32308 0 -1 1077944384 2939 0 0 0 41 0 0 0 20 0 20 0 511679080 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140475451574144 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1465] ppid=1448 vsize=28233776 memory=1712 CPUtime=0.45 cores=0-7
/proc/1450/task/1465/stat : 1465 (java) S 1448 1448 32308 0 -1 1077944384 3354 0 0 0 45 0 0 0 20 0 20 0 511679080 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140475450521584 140477058706050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1466] ppid=1448 vsize=28233776 memory=435 CPUtime=0.53 cores=0-7
/proc/1450/task/1466/stat : 1466 (java) S 1448 1448 32308 0 -1 1077944384 3072 0 0 0 53 0 0 0 20 0 20 0 511679080 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140475449469296 140477058706050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1467] ppid=1448 vsize=28233776 memory=370 CPUtime=0.36 cores=0-7
/proc/1450/task/1467/stat : 1467 (java) S 1448 1448 32308 0 -1 1077944384 3943 0 0 0 35 1 0 0 20 0 20 0 511679080 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140475448416544 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1468] ppid=1448 vsize=28233776 memory=1177 CPUtime=0 cores=0-7
/proc/1450/task/1468/stat : 1468 (java) S 1448 1448 32308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511679080 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140475447364448 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1469] ppid=1448 vsize=28233776 memory=13 CPUtime=0.03 cores=0-7
/proc/1450/task/1469/stat : 1469 (java) S 1448 1448 32308 0 -1 1077944384 376 0 0 0 2 1 0 0 20 0 20 0 511679080 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140475446311728 140477058706050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
Current children cumulated CPU time: 393.9 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 23057500 KiB

[startup+79.2054 s]
/proc/loadavg: 5.54 7.31 7.91 9/212 1474
/proc/meminfo: memFree=5734300/32770624 swapFree=66999256/67108860
[pid=1448] ppid=1445 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1448/stat : 1448 (xcsp3-exec) S 1445 1448 32308 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511679074 115843072 364 33554432000 4194304 5098028 140735362963488 140735362961592 139651230618236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26546176 140735362966390 140735362966633 140735362966633 140735362969546 0
/proc/1448/statm: 28282 364 305 221 0 87 0
[pid=1450] ppid=1448 vsize=28233776 memory=23056044 CPUtime=399.62 cores=0-7
/proc/1450/stat : 1450 (java) S 1448 1448 32308 0 -1 1077944320 475519 0 0 0 35161 4801 0 0 20 0 20 0 511679074 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140733439780784 140477058694903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
/proc/1450/statm: 7058444 5764011 3502 1 0 7019544 0
[pid=1450/tid=1451] ppid=1448 vsize=28233776 memory=2173 CPUtime=20.46 cores=0-7
/proc/1450/task/1451/stat : 1451 (java) S 1448 1448 32308 0 -1 1077944384 22615 0 0 0 2013 33 0 0 20 0 20 0 511679075 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140477062933024 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1452] ppid=1448 vsize=28233776 memory=676 CPUtime=45.53 cores=0-7
/proc/1450/task/1452/stat : 1452 (java) R 1448 1448 32308 0 -1 4202560 30200 0 0 0 3949 604 0 0 20 0 20 0 511679075 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140476978547600 140477043646027 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1453] ppid=1448 vsize=28233776 memory=1456 CPUtime=45.75 cores=0-7
/proc/1450/task/1453/stat : 1453 (java) R 1448 1448 32308 0 -1 4202560 86960 0 0 0 3966 609 0 0 20 0 20 0 511679075 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140476977494800 140477043645508 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1454] ppid=1448 vsize=28233776 memory=1456 CPUtime=45.65 cores=0-7
/proc/1450/task/1454/stat : 1454 (java) R 1448 1448 32308 0 -1 4202560 32213 0 0 0 3978 587 0 0 20 0 20 0 511679075 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140476976442712 140477043646273 0 4 0 16800975 0 0 0 -1 1 0 0 12 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1455] ppid=1448 vsize=28233776 memory=23056044 CPUtime=45.63 cores=0-7
/proc/1450/task/1455/stat : 1455 (java) R 1448 1448 32308 0 -1 4202560 66123 0 0 0 3970 593 0 0 20 0 20 0 511679075 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140476975389600 140477043680199 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1456] ppid=1448 vsize=28233776 memory=8112282956445269571 CPUtime=45.56 cores=0-7
/proc/1450/task/1456/stat : 1456 (java) R 1448 1448 32308 0 -1 4202560 33372 0 0 0 3964 592 0 0 20 0 20 0 511679075 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140476974336600 140477038721425 0 4 0 16800975 0 0 0 -1 6 0 0 12 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1457] ppid=1448 vsize=28233776 memory=1456 CPUtime=45.63 cores=0-7
/proc/1450/task/1457/stat : 1457 (java) R 1448 1448 32308 0 -1 4202560 55918 0 0 0 4021 542 0 0 20 0 20 0 511679075 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140476973283800 140477043645508 0 4 0 16800975 0 0 0 -1 0 0 0 11 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1458] ppid=1448 vsize=28233776 memory=23055892 CPUtime=45.47 cores=0-7
/proc/1450/task/1458/stat : 1458 (java) R 1448 1448 32308 0 -1 4202560 53812 0 0 0 3917 630 0 0 20 0 20 0 511679075 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140476603816792 140477043645528 0 4 0 16800975 0 0 0 -1 7 0 0 11 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1459] ppid=1448 vsize=28233776 memory=3768 CPUtime=45.64 cores=0-7
/proc/1450/task/1459/stat : 1459 (java) R 1448 1448 32308 0 -1 4202560 25451 0 0 0 4002 562 0 0 20 0 20 0 511679075 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140476602763992 140477038721425 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1460] ppid=1448 vsize=28233776 memory=1980 CPUtime=12.35 cores=0-7
/proc/1450/task/1460/stat : 1460 (java) S 1448 1448 32308 0 -1 1077944384 53825 0 0 0 1197 38 0 0 20 0 20 0 511679077 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140475455783920 140477058705109 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1461] ppid=1448 vsize=28233776 memory=2512 CPUtime=0 cores=0-7
/proc/1450/task/1461/stat : 1461 (java) S 1448 1448 32308 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 20 0 511679077 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140475454731520 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1462] ppid=1448 vsize=28233776 memory=3028 CPUtime=0 cores=0-7
/proc/1450/task/1462/stat : 1462 (java) S 1448 1448 32308 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 511679078 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140475453679232 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1463] ppid=1448 vsize=28233776 memory=2012 CPUtime=0 cores=0-7
/proc/1450/task/1463/stat : 1463 (java) S 1448 1448 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511679080 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140475452627536 140477058713499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1464] ppid=1448 vsize=28233776 memory=1436 CPUtime=0.41 cores=0-7
/proc/1450/task/1464/stat : 1464 (java) S 1448 1448 32308 0 -1 1077944384 2939 0 0 0 41 0 0 0 20 0 20 0 511679080 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140475451574144 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1465] ppid=1448 vsize=28233776 memory=776 CPUtime=0.45 cores=0-7
/proc/1450/task/1465/stat : 1465 (java) S 1448 1448 32308 0 -1 1077944384 3354 0 0 0 45 0 0 0 20 0 20 0 511679080 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140475450521584 140477058706050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1466] ppid=1448 vsize=28233776 memory=3604 CPUtime=0.53 cores=0-7
/proc/1450/task/1466/stat : 1466 (java) S 1448 1448 32308 0 -1 1077944384 3072 0 0 0 53 0 0 0 20 0 20 0 511679080 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140475449469296 140477058706050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1467] ppid=1448 vsize=28233776 memory=2828 CPUtime=0.36 cores=0-7
/proc/1450/task/1467/stat : 1467 (java) S 1448 1448 32308 0 -1 1077944384 3943 0 0 0 35 1 0 0 20 0 20 0 511679080 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140475448416544 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1468] ppid=1448 vsize=28233776 memory=676 CPUtime=0 cores=0-7
/proc/1450/task/1468/stat : 1468 (java) S 1448 1448 32308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511679080 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140475447364448 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1469] ppid=1448 vsize=28233776 memory=1060 CPUtime=0.03 cores=0-7
/proc/1450/task/1469/stat : 1469 (java) S 1448 1448 32308 0 -1 1077944384 376 0 0 0 2 1 0 0 20 0 20 0 511679080 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140475446311728 140477058706050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
Current children cumulated CPU time: 399.62 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 23057500 KiB

[startup+80.001 s]*
/proc/loadavg: 5.54 7.31 7.91 2/212 1474
/proc/meminfo: memFree=5734424/32770624 swapFree=66999256/67108860
[pid=1448] ppid=1445 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1448/stat : 1448 (xcsp3-exec) S 1445 1448 32308 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511679074 115843072 364 33554432000 4194304 5098028 140735362963488 140735362961592 139651230618236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26546176 140735362966390 140735362966633 140735362966633 140735362969546 0
/proc/1448/statm: 28282 364 305 221 0 87 0
[pid=1450] ppid=1448 vsize=28233776 memory=23056044 CPUtime=405.88 cores=0-7
/proc/1450/stat : 1450 (java) S 1448 1448 32308 0 -1 1077944320 476661 0 0 0 35787 4801 0 0 20 0 20 0 511679074 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140733439780784 140477058694903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
/proc/1450/statm: 7058444 5764011 3502 1 0 7019544 0
[pid=1450/tid=1451] ppid=1448 vsize=28233776 memory=6935054825532540783 CPUtime=20.46 cores=0-7
/proc/1450/task/1451/stat : 1451 (java) S 1448 1448 32308 0 -1 1077944384 22615 0 0 0 2013 33 0 0 20 0 20 0 511679075 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140477062933024 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1452] ppid=1448 vsize=28233776 memory=4126316290023845779 CPUtime=46.32 cores=0-7
/proc/1450/task/1452/stat : 1452 (java) S 1448 1448 32308 0 -1 1077944384 30277 0 0 0 4027 605 0 0 20 0 20 0 511679075 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140476978547600 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1453] ppid=1448 vsize=28233776 memory=2124 CPUtime=46.52 cores=0-7
/proc/1450/task/1453/stat : 1453 (java) S 1448 1448 32308 0 -1 1077944384 87033 0 0 0 4043 609 0 0 20 0 20 0 511679075 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140476977494800 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1454] ppid=1448 vsize=28233776 memory=35748 CPUtime=46.43 cores=0-7
/proc/1450/task/1454/stat : 1454 (java) S 1448 1448 32308 0 -1 1077944384 32217 0 0 0 4056 587 0 0 20 0 20 0 511679075 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140476976442512 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1455] ppid=1448 vsize=28233776 memory=12024 CPUtime=46.41 cores=0-7
/proc/1450/task/1455/stat : 1455 (java) S 1448 1448 32308 0 -1 1077944384 66389 0 0 0 4048 593 0 0 20 0 20 0 511679075 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140476975389712 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1456] ppid=1448 vsize=28233776 memory=500 CPUtime=46.35 cores=0-7
/proc/1450/task/1456/stat : 1456 (java) S 1448 1448 32308 0 -1 1077944384 33372 0 0 0 4043 592 0 0 20 0 20 0 511679075 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140476974336400 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1457] ppid=1448 vsize=28233776 memory=1560 CPUtime=46.42 cores=0-7
/proc/1450/task/1457/stat : 1457 (java) S 1448 1448 32308 0 -1 1077944384 56168 0 0 0 4100 542 0 0 20 0 20 0 511679075 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140476973283600 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1458] ppid=1448 vsize=28233776 memory=23056044 CPUtime=46.24 cores=0-7
/proc/1450/task/1458/stat : 1458 (java) S 1448 1448 32308 0 -1 1077944384 54035 0 0 0 3994 630 0 0 20 0 20 0 511679075 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140476603816592 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1459] ppid=1448 vsize=28233776 memory=1560 CPUtime=46.42 cores=0-7
/proc/1450/task/1459/stat : 1459 (java) S 1448 1448 32308 0 -1 1077944384 25700 0 0 0 4080 562 0 0 20 0 20 0 511679075 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140476602763792 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1460] ppid=1448 vsize=28233776 memory=932 CPUtime=12.37 cores=0-7
/proc/1450/task/1460/stat : 1460 (java) R 1448 1448 32308 0 -1 4202560 53825 0 0 0 1199 38 0 0 20 0 20 0 511679077 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140475455784144 140477043691307 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1461] ppid=1448 vsize=28233776 memory=4108 CPUtime=0 cores=0-7
/proc/1450/task/1461/stat : 1461 (java) S 1448 1448 32308 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 20 0 511679077 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140475454731520 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1462] ppid=1448 vsize=28233776 memory=1408 CPUtime=0 cores=0-7
/proc/1450/task/1462/stat : 1462 (java) S 1448 1448 32308 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 511679078 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140475453679232 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1463] ppid=1448 vsize=28233776 memory=3100 CPUtime=0 cores=0-7
/proc/1450/task/1463/stat : 1463 (java) S 1448 1448 32308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511679080 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140475452627536 140477058713499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1464] ppid=1448 vsize=28233776 memory=1456 CPUtime=0.41 cores=0-7
/proc/1450/task/1464/stat : 1464 (java) S 1448 1448 32308 0 -1 1077944384 2939 0 0 0 41 0 0 0 20 0 20 0 511679080 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140475451574144 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1465] ppid=1448 vsize=28233776 memory=23055892 CPUtime=0.45 cores=0-7
/proc/1450/task/1465/stat : 1465 (java) S 1448 1448 32308 0 -1 1077944384 3354 0 0 0 45 0 0 0 20 0 20 0 511679080 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140475450521584 140477058706050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1466] ppid=1448 vsize=28233776 memory=1408 CPUtime=0.53 cores=0-7
/proc/1450/task/1466/stat : 1466 (java) S 1448 1448 32308 0 -1 1077944384 3072 0 0 0 53 0 0 0 20 0 20 0 511679080 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140475449469296 140477058706050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1467] ppid=1448 vsize=28233776 memory=3100 CPUtime=0.36 cores=0-7
/proc/1450/task/1467/stat : 1467 (java) S 1448 1448 32308 0 -1 1077944384 3943 0 0 0 35 1 0 0 20 0 20 0 511679080 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140475448416544 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1468] ppid=1448 vsize=28233776 memory=1456 CPUtime=0 cores=0-7
/proc/1450/task/1468/stat : 1468 (java) S 1448 1448 32308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511679080 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140475447364448 140477058705109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
[pid=1450/tid=1469] ppid=1448 vsize=28233776 memory=23055892 CPUtime=0.03 cores=0-7
/proc/1450/task/1469/stat : 1469 (java) S 1448 1448 32308 0 -1 1077944384 376 0 0 0 2 1 0 0 20 0 20 0 511679080 28911386624 5764011 33554432000 4194304 4196468 140733439798240 140475446311728 140477058706050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140733439804394 140733439804566 140733439804566 140733439807439 0
Current children cumulated CPU time: 405.88 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 23057500 KiB

[startup+80.2009 s]
/proc/loadavg: 5.54 7.31 7.91 2/212 1474
/proc/meminfo: memFree=5734424/32770624 swapFree=66999256/67108860
[pid=1448] ppid=1445 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1448/stat : 1448 (xcsp3-exec) S 1445 1448 32308 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511679074 115843072 364 33554432000 4194304 5098028 140735362963488 140735362961592 139651230618236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26546176 140735362966390 140735362966633 140735362966633 140735362969546 0
/proc/1448/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): 80.2429
CPU time (s): 406.131
CPU user time (s): 357.984
CPU system time (s): 48.1468
CPU usage (%): 506.127
Max. virtual memory (cumulated for all children) (KiB): 28346904
Max. memory (cumulated for all children) (KiB): 23057500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 357.984
system time used= 48.1468
maximum resident set size= 23056484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 477429
page faults= 0
swaps= 0
block input operations= 0
block output operations= 272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18540
involuntary context switches= 5564


# summary of solver processes directly reported to runsolver:
#   pid: 1448
#   total CPU time (s): 406.131
#   total CPU user time (s): 357.984
#   total CPU system time (s): 48.1468

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.596711 second user time and 0.952582 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-24 21:43:21
IDJOB=4406816
IDBENCH=134616
IDSOLVER=2871
FILE ID=node103/4406816-1569354260
RUNJOBID= node103-1569348342-32335
PBS_JOBID= 21705080
Free space on /tmp= 20820 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/KnightTour/KnightTour-ext-s1/KnightTour-15-ext06.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-4406816-1569354260/watcher-4406816-1569354260 -o /tmp/evaluation-result-4406816-1569354260/solver-4406816-1569354260 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1569348342-32335 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 239150407 HOME/instance-4406816-1569354260.xml

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

MD5SUM BENCH= af3f6bb9b1ca00becd13f0e7ebc5af3a
RANDOM SEED=239150407

node103.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.74
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.74
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.74
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.74
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:        28812636 kB
MemAvailable:   31850296 kB
Buffers:           57416 kB
Cached:          3256880 kB
SwapCached:         7000 kB
Active:          3209032 kB
Inactive:         118916 kB
Active(anon):       3648 kB
Inactive(anon):    67432 kB
Active(file):    3205384 kB
Inactive(file):    51484 kB
Unevictable:      107728 kB
Mlocked:          107728 kB
SwapTotal:      67108860 kB
SwapFree:       66999256 kB
Dirty:             68172 kB
Writeback:             0 kB
AnonPages:        107220 kB
Mapped:            57620 kB
Shmem:             49080 kB
Slab:             221376 kB
SReclaimable:     193252 kB
SUnreclaim:        28124 kB
KernelStack:        3184 kB
PageTables:         5740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     513856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     63488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 20792 MiB
End job on node103 at 2019-09-24 21:44:41