Trace number 4399533

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? 9460.34 1581.13

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-13.xml
MD5SUM388994c608323cc5ca888624a3c66f06
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark110.493
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains89
Minimum domain size1197
Maximum domain size1295
Distribution of domain sizes[{"size":1197,"count":4},{"size":1199,"count":2},{"size":1200,"count":14},{"size":1201,"count":2},{"size":1202,"count":4},{"size":1203,"count":4},{"size":1204,"count":4},{"size":1206,"count":6},{"size":1207,"count":6},{"size":1208,"count":4},{"size":1209,"count":4},{"size":1210,"count":6},{"size":1211,"count":2},{"size":1212,"count":6},{"size":1213,"count":6},{"size":1214,"count":6},{"size":1215,"count":6},{"size":1216,"count":8},{"size":1217,"count":2},{"size":1218,"count":6},{"size":1219,"count":2},{"size":1220,"count":6},{"size":1221,"count":6},{"size":1222,"count":4},{"size":1223,"count":4},"...",{"size":1269,"count":8}, {"size":1270,"count":6}, {"size":1271,"count":4}, {"size":1272,"count":4}, {"size":1273,"count":6}, {"size":1274,"count":6}, {"size":1275,"count":4}, {"size":1277,"count":6}, {"size":1278,"count":6}, {"size":1279,"count":8}, {"size":1280,"count":4}, {"size":1281,"count":6}, {"size":1282,"count":6}, {"size":1283,"count":4}, {"size":1284,"count":10}, {"size":1285,"count":6}, {"size":1286,"count":6}, {"size":1287,"count":4}, {"size":1288,"count":2}, {"size":1289,"count":2}, {"size":1290,"count":2}, {"size":1291,"count":6}, {"size":1292,"count":4}, {"size":1293,"count":10}, {"size":1295,"count":2}]
Minimum variable degree16
Maximum variable degree33
Distribution of variable degrees[{"degree":16,"count":30},{"degree":17,"count":195},{"degree":31,"count":30},{"degree":33,"count":195}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5580}]
Number of extensional constraints0
Number of intensional constraints5580
Distribution of constraint types[{"type":"intension","count":5580}]
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-4399533-1568713943.xml"  -tl '20160s' -p 8
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4399533-1568713943.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
9280.48/1555.48	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
9280.48/1555.48		at java.util.Spliterators.spliterator(Spliterators.java:178)
9280.48/1555.48		at java.util.Arrays.spliterator(Arrays.java:4872)
9280.48/1555.48		at java.util.Arrays.stream(Arrays.java:5023)
9280.48/1555.48		at java.util.Arrays.stream(Arrays.java:5004)
9280.48/1555.48		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:123)
9280.48/1555.48		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
9280.48/1555.48		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:135)
9280.48/1555.48		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
9280.48/1555.48		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$147/1979313356.valid(Unknown Source)
9280.48/1555.48		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
9280.48/1555.48		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
9280.48/1555.48		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
9280.48/1555.48		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
9280.48/1555.48		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
9280.48/1555.48		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
9280.48/1555.48		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
9280.48/1555.48		at org.xcsp.parser.XCallbacks$$Lambda$89/1004095028.accept(Unknown Source)
9280.48/1555.48		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
9280.48/1555.48		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
9280.48/1555.48		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
9280.48/1555.48		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
9280.48/1555.48		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
9280.48/1555.48		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
9280.48/1555.48		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
9280.48/1555.48		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
9280.48/1555.48		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
9280.48/1555.48		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
9280.48/1555.48		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
9280.48/1555.48		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
9460.22/1581.02	s UNKNOWN
9460.22/1581.02	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 (14614 MiB free)
  memory of node 1: 16384 MiB (15383 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399533-1568713943/watcher-4399533-1568713943 -o /tmp/evaluation-result-4399533-1568713943/solver-4399533-1568713943 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node117-1568711379-8230 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1317175914 HOME/instance-4399533-1568713943.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=8562, runsolver pid=8559
Current StackSize limit: 8192 KiB


[startup+0.100121 s]*
/proc/loadavg: 8.12 8.17 8.21 2/213 8583
/proc/meminfo: memFree=30701296/32770624 swapFree=66954196/67108860
[pid=8562] ppid=8559 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8562/stat : 8562 (xcsp3-exec) S 8559 8562 8203 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447336205 115843072 364 33554432000 4194304 5098028 140736413398960 140736413397064 140154321113724 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39260160 140736413401973 140736413402217 140736413402217 140736413405130 0
/proc/8562/statm: 28282 364 305 221 0 87 0
[pid=8564] ppid=8562 vsize=28227396 memory=28476 CPUtime=0.11 cores=0-7
/proc/8564/stat : 8564 (java) S 8562 8562 8203 0 -1 1077944320 5629 0 0 0 10 1 0 0 20 0 20 0 447336205 28904853504 7119 33554432000 4194304 4196468 140737275577680 140737275560224 140450116591351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
/proc/8564/statm: 7056849 7119 3120 1 0 7019032 0
[pid=8564/tid=8565] ppid=8562 vsize=28227396 memory=8317482817917895235 CPUtime=0.09 cores=0-7
/proc/8564/task/8565/stat : 8565 (java) R 8562 8562 8203 0 -1 4202560 3568 0 0 0 8 1 0 0 20 0 20 0 447336205 28904853504 7119 33554432000 4194304 4196468 140737275577680 140450120824416 140450100671838 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8566] ppid=8562 vsize=28227396 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/8564/task/8566/stat : 8566 (java) S 8562 8562 8203 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447336206 28904853504 7119 33554432000 4194304 4196468 140737275577680 140450069211792 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8567] ppid=8562 vsize=28227396 memory=139899639490176 CPUtime=0 cores=0-7
/proc/8564/task/8567/stat : 8567 (java) S 8562 8562 8203 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447336206 28904853504 7119 33554432000 4194304 4196468 140737275577680 140450068158992 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8568] ppid=8562 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8564/task/8568/stat : 8568 (java) S 8562 8562 8203 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447336206 28904853504 7119 33554432000 4194304 4196468 140737275577680 140450067106192 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8569] ppid=8562 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8564/task/8569/stat : 8569 (java) S 8562 8562 8203 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447336206 28904853504 7119 33554432000 4194304 4196468 140737275577680 140450066053392 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8570] ppid=8562 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8564/task/8570/stat : 8570 (java) S 8562 8562 8203 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447336206 28904853504 7119 33554432000 4194304 4196468 140737275577680 140450065001616 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8571] ppid=8562 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8564/task/8571/stat : 8571 (java) S 8562 8562 8203 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447336206 28904853504 7119 33554432000 4194304 4196468 140737275577680 140450063948816 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8572] ppid=8562 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8564/task/8572/stat : 8572 (java) S 8562 8562 8203 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447336206 28904853504 7119 33554432000 4194304 4196468 140737275577680 140450062896016 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8573] ppid=8562 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8564/task/8573/stat : 8573 (java) S 8562 8562 8203 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447336206 28904853504 7119 33554432000 4194304 4196468 140737275577680 140449660394256 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8574] ppid=8562 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8564/task/8574/stat : 8574 (java) S 8562 8562 8203 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447336207 28904853504 7119 33554432000 4194304 4196468 140737275577680 140448245172592 140450116602498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8575] ppid=8562 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8564/task/8575/stat : 8575 (java) S 8562 8562 8203 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447336208 28904853504 7119 33554432000 4194304 4196468 140737275577680 140448244118560 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8576] ppid=8562 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8564/task/8576/stat : 8576 (java) S 8562 8562 8203 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447336208 28904853504 7119 33554432000 4194304 4196468 140737275577680 140448243065712 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8577] ppid=8562 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8564/task/8577/stat : 8577 (java) S 8562 8562 8203 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447336211 28904853504 7119 33554432000 4194304 4196468 140737275577680 140448242014032 140450116609947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8578] ppid=8562 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8564/task/8578/stat : 8578 (java) S 8562 8562 8203 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 447336211 28904853504 7119 33554432000 4194304 4196468 140737275577680 140448240962416 140450116602498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8579] ppid=8562 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8564/task/8579/stat : 8579 (java) S 8562 8562 8203 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447336211 28904853504 7119 33554432000 4194304 4196468 140737275577680 140448239909616 140450116602498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8580] ppid=8562 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8564/task/8580/stat : 8580 (java) S 8562 8562 8203 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 447336211 28904853504 7119 33554432000 4194304 4196468 140737275577680 140448238856816 140450116602498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8581] ppid=8562 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/8564/task/8581/stat : 8581 (java) R 8562 8562 8203 0 -1 4202560 326 0 0 0 1 0 0 0 20 0 20 0 447336211 28904853504 7119 33554432000 4194304 4196468 140737275577680 140448237804016 140450116612698 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8582] ppid=8562 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8564/task/8582/stat : 8582 (java) S 8562 8562 8203 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447336211 28904853504 7119 33554432000 4194304 4196468 140737275577680 140448236751456 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8583] ppid=8562 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8564/task/8583/stat : 8583 (java) S 8562 8562 8203 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447336211 28904853504 7119 33554432000 4194304 4196468 140737275577680 140448235698736 140450116602498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 29932 KiB

[startup+0.210859 s]*
/proc/loadavg: 8.12 8.17 8.21 1/213 8583
/proc/meminfo: memFree=30687544/32770624 swapFree=66954196/67108860
[pid=8562] ppid=8559 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8562/stat : 8562 (xcsp3-exec) S 8559 8562 8203 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447336205 115843072 364 33554432000 4194304 5098028 140736413398960 140736413397064 140154321113724 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39260160 140736413401973 140736413402217 140736413402217 140736413405130 0
/proc/8562/statm: 28282 364 305 221 0 87 0
[pid=8564] ppid=8562 vsize=28227396 memory=40948 CPUtime=0.33 cores=0-7
/proc/8564/stat : 8564 (java) S 8562 8562 8203 0 -1 1077944320 9538 0 0 0 30 3 0 0 20 0 20 0 447336205 28904853504 10237 33554432000 4194304 4196468 140737275577680 140737275560224 140450116591351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
/proc/8564/statm: 7056849 10237 3271 1 0 7019032 0
[pid=8564/tid=8565] ppid=8562 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/8564/task/8565/stat : 8565 (java) R 8562 8562 8203 0 -1 4202560 6617 0 0 0 17 2 0 0 20 0 20 0 447336205 28904853504 10237 33554432000 4194304 4196468 140737275577680 140450120825232 140450084179296 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8566] ppid=8562 vsize=28227396 memory=329 CPUtime=0 cores=0-7
/proc/8564/task/8566/stat : 8566 (java) S 8562 8562 8203 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447336206 28904853504 10237 33554432000 4194304 4196468 140737275577680 140450069211792 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8567] ppid=8562 vsize=28227396 memory=139899639505722 CPUtime=0 cores=0-7
/proc/8564/task/8567/stat : 8567 (java) S 8562 8562 8203 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447336206 28904853504 10237 33554432000 4194304 4196468 140737275577680 140450068158992 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8568] ppid=8562 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8564/task/8568/stat : 8568 (java) S 8562 8562 8203 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447336206 28904853504 10237 33554432000 4194304 4196468 140737275577680 140450067106192 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8569] ppid=8562 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8564/task/8569/stat : 8569 (java) S 8562 8562 8203 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447336206 28904853504 10237 33554432000 4194304 4196468 140737275577680 140450066053392 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8570] ppid=8562 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8564/task/8570/stat : 8570 (java) S 8562 8562 8203 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447336206 28904853504 10237 33554432000 4194304 4196468 140737275577680 140450065001616 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8571] ppid=8562 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8564/task/8571/stat : 8571 (java) S 8562 8562 8203 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447336206 28904853504 10237 33554432000 4194304 4196468 140737275577680 140450063948816 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8572] ppid=8562 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8564/task/8572/stat : 8572 (java) S 8562 8562 8203 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447336206 28904853504 10237 33554432000 4194304 4196468 140737275577680 140450062896016 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8573] ppid=8562 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8564/task/8573/stat : 8573 (java) S 8562 8562 8203 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447336206 28904853504 10237 33554432000 4194304 4196468 140737275577680 140449660394256 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8574] ppid=8562 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8564/task/8574/stat : 8574 (java) S 8562 8562 8203 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447336207 28904853504 10237 33554432000 4194304 4196468 140737275577680 140448245172592 140450116602498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8575] ppid=8562 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8564/task/8575/stat : 8575 (java) S 8562 8562 8203 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447336208 28904853504 10237 33554432000 4194304 4196468 140737275577680 140448244118560 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8576] ppid=8562 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8564/task/8576/stat : 8576 (java) S 8562 8562 8203 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447336208 28904853504 10237 33554432000 4194304 4196468 140737275577680 140448243065712 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8577] ppid=8562 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8564/task/8577/stat : 8577 (java) S 8562 8562 8203 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447336211 28904853504 10237 33554432000 4194304 4196468 140737275577680 140448242014032 140450116609947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8578] ppid=8562 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/8564/task/8578/stat : 8578 (java) S 8562 8562 8203 0 -1 1077944384 407 0 0 0 2 0 0 0 20 0 20 0 447336211 28904853504 10237 33554432000 4194304 4196468 140737275577680 140448240962416 140450116602498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8579] ppid=8562 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/8564/task/8579/stat : 8579 (java) S 8562 8562 8203 0 -1 1077944384 226 0 0 0 1 0 0 0 20 0 20 0 447336211 28904853504 10237 33554432000 4194304 4196468 140737275577680 140448239909616 140450116602498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8580] ppid=8562 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/8564/task/8580/stat : 8580 (java) S 8562 8562 8203 0 -1 1077944384 196 0 0 0 1 0 0 0 20 0 20 0 447336211 28904853504 10237 33554432000 4194304 4196468 140737275577680 140448238856816 140450116602498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8581] ppid=8562 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/8564/task/8581/stat : 8581 (java) R 8562 8562 8203 0 -1 4202560 780 0 0 0 8 0 0 0 20 0 20 0 447336211 28904853504 10237 33554432000 4194304 4196468 140737275577680 140448237804016 140450096024518 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8582] ppid=8562 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8564/task/8582/stat : 8582 (java) S 8562 8562 8203 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447336211 28904853504 10237 33554432000 4194304 4196468 140737275577680 140448236751456 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8583] ppid=8562 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8564/task/8583/stat : 8583 (java) S 8562 8562 8203 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447336211 28904853504 10237 33554432000 4194304 4196468 140737275577680 140448235698736 140450116602498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42404 KiB

[startup+0.310696 s]*
/proc/loadavg: 8.12 8.17 8.21 3/213 8583
/proc/meminfo: memFree=30680272/32770624 swapFree=66954196/67108860
[pid=8562] ppid=8559 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8562/stat : 8562 (xcsp3-exec) S 8559 8562 8203 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447336205 115843072 364 33554432000 4194304 5098028 140736413398960 140736413397064 140154321113724 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39260160 140736413401973 140736413402217 140736413402217 140736413405130 0
/proc/8562/statm: 28282 364 305 221 0 87 0
[pid=8564] ppid=8562 vsize=28231652 memory=50428 CPUtime=0.52 cores=0-7
/proc/8564/stat : 8564 (java) S 8562 8562 8203 0 -1 1077944320 10914 0 0 0 48 4 0 0 20 0 20 0 447336205 28909211648 12607 33554432000 4194304 4196468 140737275577680 140737275560224 140450116591351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
/proc/8564/statm: 7057913 12607 3349 1 0 7019032 0
[pid=8564/tid=8565] ppid=8562 vsize=28231652 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/8564/task/8565/stat : 8565 (java) R 8562 8562 8203 0 -1 4202560 7769 0 0 0 27 3 0 0 20 0 20 0 447336205 28909211648 12607 33554432000 4194304 4196468 140737275577680 140450120819024 140450100671838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8566] ppid=8562 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8564/task/8566/stat : 8566 (java) S 8562 8562 8203 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447336206 28909211648 12607 33554432000 4194304 4196468 140737275577680 140450069211792 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8567] ppid=8562 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8564/task/8567/stat : 8567 (java) S 8562 8562 8203 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447336206 28909211648 12607 33554432000 4194304 4196468 140737275577680 140450068158992 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8568] ppid=8562 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8564/task/8568/stat : 8568 (java) S 8562 8562 8203 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447336206 28909211648 12607 33554432000 4194304 4196468 140737275577680 140450067106192 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8569] ppid=8562 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8564/task/8569/stat : 8569 (java) S 8562 8562 8203 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447336206 28909211648 12607 33554432000 4194304 4196468 140737275577680 140450066053392 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8570] ppid=8562 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8564/task/8570/stat : 8570 (java) S 8562 8562 8203 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447336206 28909211648 12607 33554432000 4194304 4196468 140737275577680 140450065001616 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8571] ppid=8562 vsize=28231652 memory=139899500063407 CPUtime=0 cores=0-7
/proc/8564/task/8571/stat : 8571 (java) S 8562 8562 8203 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447336206 28909211648 12607 33554432000 4194304 4196468 140737275577680 140450063948816 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8572] ppid=8562 vsize=28231652 memory=139899500065712 CPUtime=0 cores=0-7
/proc/8564/task/8572/stat : 8572 (java) S 8562 8562 8203 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447336206 28909211648 12607 33554432000 4194304 4196468 140737275577680 140450062896016 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8573] ppid=8562 vsize=28231652 memory=139899500068016 CPUtime=0 cores=0-7
/proc/8564/task/8573/stat : 8573 (java) S 8562 8562 8203 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447336206 28909211648 12607 33554432000 4194304 4196468 140737275577680 140449660394256 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8574] ppid=8562 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8564/task/8574/stat : 8574 (java) S 8562 8562 8203 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447336207 28909211648 12607 33554432000 4194304 4196468 140737275577680 140448245172592 140450116602498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8575] ppid=8562 vsize=28231652 memory=279799000149904 CPUtime=0 cores=0-7
/proc/8564/task/8575/stat : 8575 (java) S 8562 8562 8203 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447336208 28909211648 12607 33554432000 4194304 4196468 140737275577680 140448244118560 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8576] ppid=8562 vsize=28231652 memory=279799000147600 CPUtime=0 cores=0-7
/proc/8564/task/8576/stat : 8576 (java) S 8562 8562 8203 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447336208 28909211648 12607 33554432000 4194304 4196468 140737275577680 140448243065712 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8577] ppid=8562 vsize=28231652 memory=279799000154512 CPUtime=0 cores=0-7
/proc/8564/task/8577/stat : 8577 (java) S 8562 8562 8203 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447336211 28909211648 12607 33554432000 4194304 4196468 140737275577680 140448242014032 140450116609947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8578] ppid=8562 vsize=28231652 memory=279799000095792 CPUtime=0.03 cores=0-7
/proc/8564/task/8578/stat : 8578 (java) S 8562 8562 8203 0 -1 1077944384 416 0 0 0 3 0 0 0 20 0 20 0 447336211 28909211648 12607 33554432000 4194304 4196468 140737275577680 140448240962416 140450116602498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8579] ppid=8562 vsize=28231652 memory=279799000168336 CPUtime=0.02 cores=0-7
/proc/8564/task/8579/stat : 8579 (java) S 8562 8562 8203 0 -1 1077944384 241 0 0 0 2 0 0 0 20 0 20 0 447336211 28909211648 12607 33554432000 4194304 4196468 140737275577680 140448239909616 140450116602498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8580] ppid=8562 vsize=28231652 memory=279799000175248 CPUtime=0.03 cores=0-7
/proc/8564/task/8580/stat : 8580 (java) R 8562 8562 8203 0 -1 4202560 333 0 0 0 3 0 0 0 20 0 20 0 447336211 28909211648 12607 33554432000 4194304 4196468 140737275577680 140448238837832 140450098135840 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8581] ppid=8562 vsize=28231652 memory=279799000172944 CPUtime=0.12 cores=0-7
/proc/8564/task/8581/stat : 8581 (java) S 8562 8562 8203 0 -1 1077944384 860 0 0 0 12 0 0 0 20 0 20 0 447336211 28909211648 12607 33554432000 4194304 4196468 140737275577680 140448237804016 140450116602498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8582] ppid=8562 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8564/task/8582/stat : 8582 (java) S 8562 8562 8203 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447336211 28909211648 12607 33554432000 4194304 4196468 140737275577680 140448236751456 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8583] ppid=8562 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/8564/task/8583/stat : 8583 (java) S 8562 8562 8203 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447336211 28909211648 12607 33554432000 4194304 4196468 140737275577680 140448235698736 140450116602498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51884 KiB

[startup+0.701065 s]
/proc/loadavg: 8.12 8.17 8.21 5/213 8583
/proc/meminfo: memFree=30658488/32770624 swapFree=66954196/67108860
[pid=8562] ppid=8559 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8562/stat : 8562 (xcsp3-exec) S 8559 8562 8203 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447336205 115843072 364 33554432000 4194304 5098028 140736413398960 140736413397064 140154321113724 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39260160 140736413401973 140736413402217 140736413402217 140736413405130 0
/proc/8562/statm: 28282 364 305 221 0 87 0
[pid=8564] ppid=8562 vsize=28233776 memory=105932 CPUtime=2.06 cores=0-7
/proc/8564/stat : 8564 (java) S 8562 8562 8203 0 -1 1077944320 16706 0 0 0 199 7 0 0 20 0 20 0 447336205 28911386624 26483 33554432000 4194304 4196468 140737275577680 140737275560224 140450116591351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
/proc/8564/statm: 7058444 26483 3447 1 0 7019544 0
[pid=8564/tid=8565] ppid=8562 vsize=28233776 memory=0 CPUtime=0.67 cores=0-7
/proc/8564/task/8565/stat : 8565 (java) R 8562 8562 8203 0 -1 4202560 9109 0 0 0 63 4 0 0 20 0 20 0 447336205 28911386624 26483 33554432000 4194304 4196468 140737275577680 140450120828952 140450100671838 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8566] ppid=8562 vsize=28233776 memory=139899500274544 CPUtime=0 cores=0-7
/proc/8564/task/8566/stat : 8566 (java) S 8562 8562 8203 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447336206 28911386624 26483 33554432000 4194304 4196468 140737275577680 140450069211792 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8567] ppid=8562 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/8564/task/8567/stat : 8567 (java) S 8562 8562 8203 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447336206 28911386624 26483 33554432000 4194304 4196468 140737275577680 140450068158992 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8568] ppid=8562 vsize=28233776 memory=1200 CPUtime=0 cores=0-7
/proc/8564/task/8568/stat : 8568 (java) S 8562 8562 8203 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447336206 28911386624 26483 33554432000 4194304 4196468 140737275577680 140450067106192 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0

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

[pid=8564/tid=8565] ppid=8562 vsize=28300340 memory=1040 CPUtime=308.38 cores=0-7
/proc/8564/task/8565/stat : 8565 (java) S 8562 8562 8203 0 -1 1077944384 101426 0 0 0 30718 120 0 0 20 0 21 0 447336205 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140450120832032 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 42 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8566] ppid=8562 vsize=28300340 memory=4132 CPUtime=1127.34 cores=0-7
/proc/8564/task/8566/stat : 8566 (java) S 8562 8562 8203 0 -1 1077944384 205328 0 0 0 112156 578 0 0 20 0 21 0 447336206 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140450069211792 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8567] ppid=8562 vsize=28300340 memory=780 CPUtime=1126.73 cores=0-7
/proc/8564/task/8567/stat : 8567 (java) S 8562 8562 8203 0 -1 1077944384 232111 0 0 0 112097 576 0 0 20 0 21 0 447336206 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140450068158992 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8568] ppid=8562 vsize=28300340 memory=4126316290023845779 CPUtime=1126.91 cores=0-7
/proc/8564/task/8568/stat : 8568 (java) S 8562 8562 8203 0 -1 1077944384 192809 0 0 0 112132 559 0 0 20 0 21 0 447336206 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140450067106192 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8569] ppid=8562 vsize=28300340 memory=1672 CPUtime=1130.27 cores=0-7
/proc/8564/task/8569/stat : 8569 (java) S 8562 8562 8203 0 -1 1077944384 206944 0 0 0 112486 541 0 0 20 0 21 0 447336206 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140450066053392 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 27 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8570] ppid=8562 vsize=28300340 memory=796 CPUtime=1124.83 cores=0-7
/proc/8564/task/8570/stat : 8570 (java) S 8562 8562 8203 0 -1 1077944384 226779 0 0 0 111913 570 0 0 20 0 21 0 447336206 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140450065001616 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8571] ppid=8562 vsize=28300340 memory=1436 CPUtime=1126.28 cores=0-7
/proc/8564/task/8571/stat : 8571 (java) S 8562 8562 8203 0 -1 1077944384 210103 0 0 0 112076 552 0 0 20 0 21 0 447336206 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140450063948816 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 30 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8572] ppid=8562 vsize=28300340 memory=1456 CPUtime=1124.8 cores=0-7
/proc/8564/task/8572/stat : 8572 (java) S 8562 8562 8203 0 -1 1077944384 190334 0 0 0 111927 553 0 0 20 0 21 0 447336206 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140450062896016 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 29 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8573] ppid=8562 vsize=28300340 memory=25172308 CPUtime=1126.92 cores=0-7
/proc/8564/task/8573/stat : 8573 (java) S 8562 8562 8203 0 -1 1077944384 259145 0 0 0 112159 533 0 0 20 0 21 0 447336206 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140449660394256 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 25 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8574] ppid=8562 vsize=28300340 memory=1764 CPUtime=132.31 cores=0-7
/proc/8564/task/8574/stat : 8574 (java) R 8562 8562 8203 0 -1 4202560 787422 0 0 0 13163 68 0 0 20 0 21 0 447336207 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448245171024 140450101587755 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8575] ppid=8562 vsize=28300340 memory=111636 CPUtime=0 cores=0-7
/proc/8564/task/8575/stat : 8575 (java) S 8562 8562 8203 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 21 0 447336208 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448244118624 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8576] ppid=8562 vsize=28300340 memory=804 CPUtime=0 cores=0-7
/proc/8564/task/8576/stat : 8576 (java) S 8562 8562 8203 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 447336208 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448243065728 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8577] ppid=8562 vsize=28300340 memory=1456 CPUtime=0 cores=0-7
/proc/8564/task/8577/stat : 8577 (java) S 8562 8562 8203 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 447336211 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448242014032 140450116609947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8578] ppid=8562 vsize=28300340 memory=25172312 CPUtime=1.03 cores=0-7
/proc/8564/task/8578/stat : 8578 (java) S 8562 8562 8203 0 -1 1077944384 8184 0 0 0 101 2 0 0 20 0 21 0 447336211 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448240962464 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8579] ppid=8562 vsize=28300340 memory=4136 CPUtime=0.98 cores=0-7
/proc/8564/task/8579/stat : 8579 (java) S 8562 8562 8203 0 -1 1077944384 4785 0 0 0 97 1 0 0 20 0 21 0 447336211 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448239909376 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8580] ppid=8562 vsize=28300340 memory=1412 CPUtime=1.03 cores=0-7
/proc/8564/task/8580/stat : 8580 (java) S 8562 8562 8203 0 -1 1077944384 6131 0 0 0 102 1 0 0 20 0 21 0 447336211 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448238856864 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8581] ppid=8562 vsize=28300340 memory=1456 CPUtime=0.6 cores=0-7
/proc/8564/task/8581/stat : 8581 (java) S 8562 8562 8203 0 -1 1077944384 11492 0 0 0 57 3 0 0 20 0 21 0 447336211 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448237804064 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8582] ppid=8562 vsize=28300340 memory=11624 CPUtime=0 cores=0-7
/proc/8564/task/8582/stat : 8582 (java) S 8562 8562 8203 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 447336211 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448236751456 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8583] ppid=8562 vsize=28300340 memory=740 CPUtime=0.68 cores=0-7
/proc/8564/task/8583/stat : 8583 (java) S 8562 8562 8203 0 -1 1077944384 2365 0 0 0 33 35 0 0 20 0 21 0 447336211 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448235698736 140450116602498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 43 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8720] ppid=8562 vsize=28300340 memory=1056 CPUtime=0 cores=0-7
/proc/8564/task/8720/stat : 8720 (java) S 8562 8562 8203 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 447491753 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448226483392 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
Current children cumulated CPU time: 9459.22 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25173768 KiB

[startup+1580.8 s]
/proc/loadavg: 6.23 6.89 6.54 2/213 8720
/proc/meminfo: memFree=5516160/32770624 swapFree=66954220/67108860
[pid=8562] ppid=8559 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8562/stat : 8562 (xcsp3-exec) S 8559 8562 8203 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447336205 115843072 364 33554432000 4194304 5098028 140736413398960 140736413397064 140154321113724 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39260160 140736413401973 140736413402217 140736413402217 140736413405130 0
/proc/8562/statm: 28282 364 305 221 0 87 0
[pid=8564] ppid=8562 vsize=28300340 memory=25172312 CPUtime=9460.02 cores=0-7
/proc/8564/stat : 8564 (java) S 8562 8562 8203 0 -1 1077944320 2646724 0 0 0 941326 4676 0 0 20 0 21 0 447336205 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140737275560224 140450116591351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
/proc/8564/statm: 7075085 6293078 3508 1 0 7036185 0
[pid=8564/tid=8565] ppid=8562 vsize=28300340 memory=992 CPUtime=308.38 cores=0-7
/proc/8564/task/8565/stat : 8565 (java) S 8562 8562 8203 0 -1 1077944384 101426 0 0 0 30718 120 0 0 20 0 21 0 447336205 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140450120832032 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 42 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8566] ppid=8562 vsize=28300340 memory=2044 CPUtime=1127.34 cores=0-7
/proc/8564/task/8566/stat : 8566 (java) S 8562 8562 8203 0 -1 1077944384 205328 0 0 0 112156 578 0 0 20 0 21 0 447336206 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140450069211792 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8567] ppid=8562 vsize=28300340 memory=25172224 CPUtime=1126.73 cores=0-7
/proc/8564/task/8567/stat : 8567 (java) S 8562 8562 8203 0 -1 1077944384 232111 0 0 0 112097 576 0 0 20 0 21 0 447336206 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140450068158992 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8568] ppid=8562 vsize=28300340 memory=1456 CPUtime=1126.91 cores=0-7
/proc/8564/task/8568/stat : 8568 (java) S 8562 8562 8203 0 -1 1077944384 192809 0 0 0 112132 559 0 0 20 0 21 0 447336206 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140450067106192 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8569] ppid=8562 vsize=28300340 memory=25172196 CPUtime=1130.27 cores=0-7
/proc/8564/task/8569/stat : 8569 (java) S 8562 8562 8203 0 -1 1077944384 206944 0 0 0 112486 541 0 0 20 0 21 0 447336206 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140450066053392 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 27 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8570] ppid=8562 vsize=28300340 memory=1456 CPUtime=1124.83 cores=0-7
/proc/8564/task/8570/stat : 8570 (java) S 8562 8562 8203 0 -1 1077944384 226779 0 0 0 111913 570 0 0 20 0 21 0 447336206 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140450065001616 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8571] ppid=8562 vsize=28300340 memory=1456 CPUtime=1126.28 cores=0-7
/proc/8564/task/8571/stat : 8571 (java) S 8562 8562 8203 0 -1 1077944384 210103 0 0 0 112076 552 0 0 20 0 21 0 447336206 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140450063948816 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 30 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8572] ppid=8562 vsize=28300340 memory=25172196 CPUtime=1124.8 cores=0-7
/proc/8564/task/8572/stat : 8572 (java) S 8562 8562 8203 0 -1 1077944384 190334 0 0 0 111927 553 0 0 20 0 21 0 447336206 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140450062896016 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 29 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8573] ppid=8562 vsize=28300340 memory=7446536375645654361 CPUtime=1126.92 cores=0-7
/proc/8564/task/8573/stat : 8573 (java) S 8562 8562 8203 0 -1 1077944384 259145 0 0 0 112159 533 0 0 20 0 21 0 447336206 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140449660394256 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 25 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8574] ppid=8562 vsize=28300340 memory=6298680269785094503 CPUtime=133.11 cores=0-7
/proc/8564/task/8574/stat : 8574 (java) R 8562 8562 8203 0 -1 4202560 787450 0 0 0 13243 68 0 0 20 0 21 0 447336207 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448245171024 140450101587775 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8575] ppid=8562 vsize=28300340 memory=0 CPUtime=0 cores=0-7
/proc/8564/task/8575/stat : 8575 (java) S 8562 8562 8203 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 21 0 447336208 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448244118624 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8576] ppid=8562 vsize=28300340 memory=6944656592455350634 CPUtime=0 cores=0-7
/proc/8564/task/8576/stat : 8576 (java) S 8562 8562 8203 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 447336208 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448243065728 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8577] ppid=8562 vsize=28300340 memory=6944656592452807320 CPUtime=0 cores=0-7
/proc/8564/task/8577/stat : 8577 (java) S 8562 8562 8203 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 447336211 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448242014032 140450116609947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8578] ppid=8562 vsize=28300340 memory=6944656425123094137 CPUtime=1.03 cores=0-7
/proc/8564/task/8578/stat : 8578 (java) S 8562 8562 8203 0 -1 1077944384 8184 0 0 0 101 2 0 0 20 0 21 0 447336211 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448240962464 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8579] ppid=8562 vsize=28300340 memory=180 CPUtime=0.98 cores=0-7
/proc/8564/task/8579/stat : 8579 (java) S 8562 8562 8203 0 -1 1077944384 4785 0 0 0 97 1 0 0 20 0 21 0 447336211 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448239909376 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8580] ppid=8562 vsize=28300340 memory=7525349416688510551 CPUtime=1.03 cores=0-7
/proc/8564/task/8580/stat : 8580 (java) S 8562 8562 8203 0 -1 1077944384 6131 0 0 0 102 1 0 0 20 0 21 0 447336211 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448238856864 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8581] ppid=8562 vsize=28300340 memory=7307477871861263207 CPUtime=0.6 cores=0-7
/proc/8564/task/8581/stat : 8581 (java) S 8562 8562 8203 0 -1 1077944384 11492 0 0 0 57 3 0 0 20 0 21 0 447336211 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448237804064 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8582] ppid=8562 vsize=28300340 memory=7374477742561847401 CPUtime=0 cores=0-7
/proc/8564/task/8582/stat : 8582 (java) S 8562 8562 8203 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 447336211 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448236751456 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8583] ppid=8562 vsize=28300340 memory=1456 CPUtime=0.68 cores=0-7
/proc/8564/task/8583/stat : 8583 (java) S 8562 8562 8203 0 -1 1077944384 2365 0 0 0 33 35 0 0 20 0 21 0 447336211 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448235698736 140450116602498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 43 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8720] ppid=8562 vsize=28300340 memory=25172196 CPUtime=0 cores=0-7
/proc/8564/task/8720/stat : 8720 (java) S 8562 8562 8203 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 447491753 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448226483392 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
Current children cumulated CPU time: 9460.02 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25173768 KiB

[startup+1581 s]*
/proc/loadavg: 6.23 6.89 6.54 2/213 8720
/proc/meminfo: memFree=5516160/32770624 swapFree=66954220/67108860
[pid=8562] ppid=8559 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8562/stat : 8562 (xcsp3-exec) S 8559 8562 8203 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447336205 115843072 364 33554432000 4194304 5098028 140736413398960 140736413397064 140154321113724 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39260160 140736413401973 140736413402217 140736413402217 140736413405130 0
/proc/8562/statm: 28282 364 305 221 0 87 0
[pid=8564] ppid=8562 vsize=28300340 memory=25172312 CPUtime=9460.22 cores=0-7
/proc/8564/stat : 8564 (java) S 8562 8562 8203 0 -1 1077944320 2647265 0 0 0 941346 4676 0 0 20 0 21 0 447336205 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140737275560224 140450116591351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
/proc/8564/statm: 7075085 6293078 3508 1 0 7036185 0
[pid=8564/tid=8565] ppid=8562 vsize=28300340 memory=8317482817917895235 CPUtime=308.38 cores=0-7
/proc/8564/task/8565/stat : 8565 (java) S 8562 8562 8203 0 -1 1077944384 101426 0 0 0 30718 120 0 0 20 0 21 0 447336205 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140450120832032 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 42 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8566] ppid=8562 vsize=28300340 memory=4126316290023845779 CPUtime=1127.34 cores=0-7
/proc/8564/task/8566/stat : 8566 (java) S 8562 8562 8203 0 -1 1077944384 205328 0 0 0 112156 578 0 0 20 0 21 0 447336206 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140450069211792 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8567] ppid=8562 vsize=28300340 memory=1428 CPUtime=1126.73 cores=0-7
/proc/8564/task/8567/stat : 8567 (java) S 8562 8562 8203 0 -1 1077944384 232111 0 0 0 112097 576 0 0 20 0 21 0 447336206 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140450068158992 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8568] ppid=8562 vsize=28300340 memory=11624 CPUtime=1126.91 cores=0-7
/proc/8564/task/8568/stat : 8568 (java) S 8562 8562 8203 0 -1 1077944384 192809 0 0 0 112132 559 0 0 20 0 21 0 447336206 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140450067106192 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8569] ppid=8562 vsize=28300340 memory=740 CPUtime=1130.27 cores=0-7
/proc/8564/task/8569/stat : 8569 (java) S 8562 8562 8203 0 -1 1077944384 206944 0 0 0 112486 541 0 0 20 0 21 0 447336206 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140450066053392 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 27 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8570] ppid=8562 vsize=28300340 memory=1436 CPUtime=1124.83 cores=0-7
/proc/8564/task/8570/stat : 8570 (java) S 8562 8562 8203 0 -1 1077944384 226779 0 0 0 111913 570 0 0 20 0 21 0 447336206 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140450065001616 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8571] ppid=8562 vsize=28300340 memory=1984 CPUtime=1126.28 cores=0-7
/proc/8564/task/8571/stat : 8571 (java) S 8562 8562 8203 0 -1 1077944384 210103 0 0 0 112076 552 0 0 20 0 21 0 447336206 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140450063948816 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 30 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8572] ppid=8562 vsize=28300340 memory=2424 CPUtime=1124.8 cores=0-7
/proc/8564/task/8572/stat : 8572 (java) S 8562 8562 8203 0 -1 1077944384 190334 0 0 0 111927 553 0 0 20 0 21 0 447336206 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140450062896016 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 29 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8573] ppid=8562 vsize=28300340 memory=1764 CPUtime=1126.92 cores=0-7
/proc/8564/task/8573/stat : 8573 (java) S 8562 8562 8203 0 -1 1077944384 259145 0 0 0 112159 533 0 0 20 0 21 0 447336206 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140449660394256 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 25 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8574] ppid=8562 vsize=28300340 memory=111636 CPUtime=133.32 cores=0-7
/proc/8564/task/8574/stat : 8574 (java) R 8562 8562 8203 0 -1 4202560 787989 0 0 0 13264 68 0 0 20 0 21 0 447336207 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448245171024 140450094961531 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8575] ppid=8562 vsize=28300340 memory=804 CPUtime=0 cores=0-7
/proc/8564/task/8575/stat : 8575 (java) S 8562 8562 8203 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 21 0 447336208 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448244118624 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8576] ppid=8562 vsize=28300340 memory=1804 CPUtime=0 cores=0-7
/proc/8564/task/8576/stat : 8576 (java) S 8562 8562 8203 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 447336208 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448243065728 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8577] ppid=8562 vsize=28300340 memory=920 CPUtime=0 cores=0-7
/proc/8564/task/8577/stat : 8577 (java) S 8562 8562 8203 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 447336211 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448242014032 140450116609947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8578] ppid=8562 vsize=28300340 memory=1552 CPUtime=1.03 cores=0-7
/proc/8564/task/8578/stat : 8578 (java) S 8562 8562 8203 0 -1 1077944384 8184 0 0 0 101 2 0 0 20 0 21 0 447336211 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448240962464 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8579] ppid=8562 vsize=28300340 memory=1040 CPUtime=0.98 cores=0-7
/proc/8564/task/8579/stat : 8579 (java) S 8562 8562 8203 0 -1 1077944384 4785 0 0 0 97 1 0 0 20 0 21 0 447336211 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448239909376 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8580] ppid=8562 vsize=28300340 memory=4132 CPUtime=1.03 cores=0-7
/proc/8564/task/8580/stat : 8580 (java) S 8562 8562 8203 0 -1 1077944384 6131 0 0 0 102 1 0 0 20 0 21 0 447336211 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448238856864 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8581] ppid=8562 vsize=28300340 memory=780 CPUtime=0.6 cores=0-7
/proc/8564/task/8581/stat : 8581 (java) S 8562 8562 8203 0 -1 1077944384 11492 0 0 0 57 3 0 0 20 0 21 0 447336211 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448237804064 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8582] ppid=8562 vsize=28300340 memory=2832 CPUtime=0 cores=0-7
/proc/8564/task/8582/stat : 8582 (java) S 8562 8562 8203 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 447336211 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448236751456 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8583] ppid=8562 vsize=28300340 memory=1720 CPUtime=0.68 cores=0-7
/proc/8564/task/8583/stat : 8583 (java) S 8562 8562 8203 0 -1 1077944384 2367 0 0 0 33 35 0 0 20 0 21 0 447336211 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448235698736 140450116602498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
[pid=8564/tid=8720] ppid=8562 vsize=28300340 memory=1200 CPUtime=0 cores=0-7
/proc/8564/task/8720/stat : 8720 (java) S 8562 8562 8203 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 447491753 28979548160 6293078 33554432000 4194304 4196468 140737275577680 140448226483392 140450116601557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21872640 140737275585514 140737275585686 140737275585686 140737275588559 0
Current children cumulated CPU time: 9460.22 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25173768 KiB

[startup+1581.11 s]
/proc/loadavg: 6.23 6.89 6.54 2/213 8720
/proc/meminfo: memFree=5516160/32770624 swapFree=66954220/67108860
[pid=8562] ppid=8559 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8562/stat : 8562 (xcsp3-exec) S 8559 8562 8203 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447336205 115843072 364 33554432000 4194304 5098028 140736413398960 140736413397064 140154321113724 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39260160 140736413401973 140736413402217 140736413402217 140736413405130 0
/proc/8562/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): 1581.13
CPU time (s): 9460.34
CPU user time (s): 9413.47
CPU system time (s): 46.868
CPU usage (%): 598.327
Max. virtual memory (cumulated for all children) (KiB): 28413468
Max. memory (cumulated for all children) (KiB): 25173768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9413.47
system time used= 46.868
maximum resident set size= 25172588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2648069
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108889
involuntary context switches= 258628


# summary of solver processes directly reported to runsolver:
#   pid: 8562
#   total CPU time (s): 9460.34
#   total CPU user time (s): 9413.47
#   total CPU system time (s): 46.868

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4977 second user time and 17.5906 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-17 11:51:40
IDJOB=4399533
IDBENCH=138480
IDSOLVER=2854
FILE ID=node117/4399533-1568713943
RUNJOBID= node117-1568711379-8230
PBS_JOBID= 21703930
Free space on /tmp= 61184 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-13.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-4399533-1568713943/watcher-4399533-1568713943 -o /tmp/evaluation-result-4399533-1568713943/solver-4399533-1568713943 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node117-1568711379-8230 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1317175914 HOME/instance-4399533-1568713943.xml

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

MD5SUM BENCH= 388994c608323cc5ca888624a3c66f06
RANDOM SEED=1317175914

node117.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.75
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.75
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.75
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.75
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:        30718128 kB
MemAvailable:   31853420 kB
Buffers:          138136 kB
Cached:          1276256 kB
SwapCached:        49660 kB
Active:           585908 kB
Inactive:         882428 kB
Active(anon):       4524 kB
Inactive(anon):    87576 kB
Active(file):     581384 kB
Inactive(file):   794852 kB
Unevictable:      109132 kB
Mlocked:          109132 kB
SwapTotal:      67108860 kB
SwapFree:       66954196 kB
Dirty:             26252 kB
Writeback:            24 kB
AnonPages:        113228 kB
Mapped:            42352 kB
Shmem:             30152 kB
Slab:             178192 kB
SReclaimable:     149784 kB
SUnreclaim:        28408 kB
KernelStack:        3408 kB
PageTables:         5176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505892 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:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61160 MiB
End job on node117 at 2019-09-17 12:18:02