Trace number 4404381

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-20 parallel? 7216.81 1298.32

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-08.xml
MD5SUM79bafde88fa7f495a04ad4879b5697b3
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 benchmark257.025
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains84
Minimum domain size1123
Maximum domain size1221
Distribution of domain sizes[{"size":1123,"count":10},{"size":1124,"count":4},{"size":1125,"count":4},{"size":1126,"count":10},{"size":1127,"count":8},{"size":1130,"count":6},{"size":1131,"count":4},{"size":1132,"count":6},{"size":1133,"count":8},{"size":1134,"count":6},{"size":1135,"count":2},{"size":1136,"count":2},{"size":1137,"count":6},{"size":1138,"count":6},{"size":1139,"count":10},{"size":1140,"count":6},{"size":1141,"count":10},{"size":1142,"count":10},{"size":1143,"count":6},{"size":1145,"count":4},{"size":1146,"count":10},{"size":1147,"count":6},{"size":1148,"count":2},{"size":1149,"count":2},{"size":1150,"count":2},"...",{"size":1192,"count":4}, {"size":1194,"count":6}, {"size":1195,"count":6}, {"size":1196,"count":2}, {"size":1198,"count":8}, {"size":1199,"count":6}, {"size":1200,"count":4}, {"size":1201,"count":6}, {"size":1202,"count":4}, {"size":1203,"count":2}, {"size":1204,"count":2}, {"size":1206,"count":8}, {"size":1207,"count":6}, {"size":1208,"count":10}, {"size":1211,"count":6}, {"size":1212,"count":2}, {"size":1213,"count":6}, {"size":1214,"count":4}, {"size":1215,"count":2}, {"size":1216,"count":10}, {"size":1217,"count":10}, {"size":1218,"count":12}, {"size":1219,"count":6}, {"size":1220,"count":4}, {"size":1221,"count":8}]
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-4404381-1569007766.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404381-1569007766.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
7125.11/1283.58	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
7125.11/1283.58		at java.util.stream.ReferencePipeline$4.opWrapSink(ReferencePipeline.java:207)
7125.11/1283.58		at java.util.stream.AbstractPipeline.wrapSink(AbstractPipeline.java:517)
7125.11/1283.58		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
7125.11/1283.58		at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
7125.11/1283.58		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
7125.11/1283.58		at java.util.stream.IntPipeline.reduce(IntPipeline.java:456)
7125.11/1283.58		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:125)
7125.11/1283.58		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
7125.11/1283.58		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:135)
7125.11/1283.58		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
7125.11/1283.58		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$146/360067785.valid(Unknown Source)
7125.11/1283.58		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
7125.11/1283.58		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
7125.11/1283.58		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
7125.11/1283.58		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
7125.11/1283.58		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
7125.11/1283.58		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
7125.11/1283.58		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
7125.11/1283.58		at org.xcsp.parser.XCallbacks$$Lambda$88/1991313236.accept(Unknown Source)
7125.11/1283.58		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
7125.11/1283.58		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
7125.11/1283.58		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
7125.11/1283.58		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
7125.11/1283.58		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
7125.11/1283.58		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
7125.11/1283.58		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
7125.11/1283.58		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
7125.11/1283.58		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
7125.11/1283.58		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
7125.11/1283.58		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
7125.11/1283.58		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
7216.38/1297.99	s UNKNOWN
7216.38/1297.99	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 (12381 MiB free)
  memory of node 1: 16384 MiB (12776 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404381-1569007766/watcher-4404381-1569007766 -o /var/tmp/evaluation-result-4404381-1569007766/solver-4404381-1569007766 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node145-1569004901-751 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 647044115 HOME/instance-4404381-1569007766.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=1205, runsolver pid=1202
Current StackSize limit: 8192 KiB


[startup+0.100111 s]*
/proc/loadavg: 8.76 8.49 8.41 2/211 1234
/proc/meminfo: memFree=25746560/32770624 swapFree=66966844/67108860
[pid=1205] ppid=1202 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/1205/stat : 1205 (xcsp3-exec) S 1202 1205 724 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476713096 115843072 362 33554432000 4194304 5098028 140729424225280 140729424223384 140106716439164 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24686592 140729424233298 140729424233557 140729424233557 140729424236486 0
/proc/1205/statm: 28282 362 304 221 0 87 0
[pid=1207] ppid=1205 vsize=28227396 memory=28900 CPUtime=0.12 cores=0-7
/proc/1207/stat : 1207 (java) S 1205 1205 724 0 -1 1077944320 5705 0 0 0 10 2 0 0 20 0 20 0 476713096 28904853504 7225 33554432000 4194304 4196468 140736494880832 140736494863376 140580678995703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
/proc/1207/statm: 7056849 7225 3116 1 0 7019032 0
[pid=1207/tid=1208] ppid=1205 vsize=28227396 memory=8390339637985935414 CPUtime=0.09 cores=0-7
/proc/1207/task/1208/stat : 1208 (java) R 1205 1205 724 0 -1 4202560 3617 0 0 0 8 1 0 0 20 0 20 0 476713097 28904853504 7225 33554432000 4194304 4196468 140736494880832 140580683228976 140580679007638 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1209] ppid=1205 vsize=28227396 memory=288230596118052887 CPUtime=0 cores=0-7
/proc/1207/task/1209/stat : 1209 (java) S 1205 1205 724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476713098 28904853504 7225 33554432000 4194304 4196468 140736494880832 140580598847760 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1210] ppid=1205 vsize=28227396 memory=3616588884398208672 CPUtime=0 cores=0-7
/proc/1207/task/1210/stat : 1210 (java) S 1205 1205 724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476713098 28904853504 7225 33554432000 4194304 4196468 140736494880832 140580597795216 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1211] ppid=1205 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/1207/task/1211/stat : 1211 (java) S 1205 1205 724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476713098 28904853504 7225 33554432000 4194304 4196468 140736494880832 140580596742672 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1212] ppid=1205 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1207/task/1212/stat : 1212 (java) S 1205 1205 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476713098 28904853504 7225 33554432000 4194304 4196468 140736494880832 140580595690128 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1213] ppid=1205 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1207/task/1213/stat : 1213 (java) S 1205 1205 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476713098 28904853504 7225 33554432000 4194304 4196468 140736494880832 140580594637584 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1214] ppid=1205 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/1207/task/1214/stat : 1214 (java) S 1205 1205 724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476713098 28904853504 7225 33554432000 4194304 4196468 140736494880832 140580593585040 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1215] ppid=1205 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1207/task/1215/stat : 1215 (java) S 1205 1205 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476713098 28904853504 7225 33554432000 4194304 4196468 140736494880832 140580592532496 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1216] ppid=1205 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1207/task/1216/stat : 1216 (java) S 1205 1205 724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476713098 28904853504 7225 33554432000 4194304 4196468 140736494880832 140580591479952 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1217] ppid=1205 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1207/task/1217/stat : 1217 (java) S 1205 1205 724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476713099 28904853504 7225 33554432000 4194304 4196468 140736494880832 140579795212272 140580679006850 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1218] ppid=1205 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1207/task/1218/stat : 1218 (java) S 1205 1205 724 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476713100 28904853504 7225 33554432000 4194304 4196468 140736494880832 140579794158496 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1219] ppid=1205 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1207/task/1219/stat : 1219 (java) S 1205 1205 724 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476713100 28904853504 7225 33554432000 4194304 4196468 140736494880832 140579793105904 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1220] ppid=1205 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1207/task/1220/stat : 1220 (java) S 1205 1205 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476713102 28904853504 7225 33554432000 4194304 4196468 140736494880832 140579792054480 140580679014299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1221] ppid=1205 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1207/task/1221/stat : 1221 (java) R 1205 1205 724 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 476713102 28904853504 7225 33554432000 4194304 4196468 140736494880832 140579791002096 140580679006850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1223] ppid=1205 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1207/task/1223/stat : 1223 (java) R 1205 1205 724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476713102 28904853504 7225 33554432000 4194304 4196468 140736494880832 140579789949552 140580679006850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1225] ppid=1205 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/1207/task/1225/stat : 1225 (java) S 1205 1205 724 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 476713102 28904853504 7225 33554432000 4194304 4196468 140736494880832 140579788897008 140580679006850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1232] ppid=1205 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/1207/task/1232/stat : 1232 (java) R 1205 1205 724 0 -1 4202560 351 0 0 0 2 0 0 0 20 0 20 0 476713102 28904853504 7225 33554432000 4194304 4196468 140736494880832 140579787844464 140580679007638 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1233] ppid=1205 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1207/task/1233/stat : 1233 (java) S 1205 1205 724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476713103 28904853504 7225 33554432000 4194304 4196468 140736494880832 140579786791136 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1234] ppid=1205 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/1207/task/1234/stat : 1234 (java) S 1205 1205 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476713103 28904853504 7225 33554432000 4194304 4196468 140736494880832 140579785738672 140580679006850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30348 KiB

[startup+0.210473 s]*
/proc/loadavg: 8.76 8.49 8.41 2/211 1234
/proc/meminfo: memFree=25732836/32770624 swapFree=66966844/67108860
[pid=1205] ppid=1202 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/1205/stat : 1205 (xcsp3-exec) S 1202 1205 724 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476713096 115843072 362 33554432000 4194304 5098028 140729424225280 140729424223384 140106716439164 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24686592 140729424233298 140729424233557 140729424233557 140729424236486 0
/proc/1205/statm: 28282 362 304 221 0 87 0
[pid=1207] ppid=1205 vsize=28227396 memory=41036 CPUtime=0.33 cores=0-7
/proc/1207/stat : 1207 (java) S 1205 1205 724 0 -1 1077944320 9507 0 0 0 29 4 0 0 20 0 20 0 476713096 28904853504 10259 33554432000 4194304 4196468 140736494880832 140736494863376 140580678995703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
/proc/1207/statm: 7056849 10259 3301 1 0 7019032 0
[pid=1207/tid=1208] ppid=1205 vsize=28227396 memory=8390339637985935414 CPUtime=0.19 cores=0-7
/proc/1207/task/1208/stat : 1208 (java) R 1205 1205 724 0 -1 4202560 6639 0 0 0 17 2 0 0 20 0 20 0 476713097 28904853504 10259 33554432000 4194304 4196468 140736494880832 140580683227616 140580679007638 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1209] ppid=1205 vsize=28227396 memory=288230596118052887 CPUtime=0 cores=0-7
/proc/1207/task/1209/stat : 1209 (java) S 1205 1205 724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476713098 28904853504 10259 33554432000 4194304 4196468 140736494880832 140580598847760 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1210] ppid=1205 vsize=28227396 memory=3616588884398208672 CPUtime=0 cores=0-7
/proc/1207/task/1210/stat : 1210 (java) S 1205 1205 724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476713098 28904853504 10259 33554432000 4194304 4196468 140736494880832 140580597795216 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1211] ppid=1205 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/1207/task/1211/stat : 1211 (java) S 1205 1205 724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476713098 28904853504 10259 33554432000 4194304 4196468 140736494880832 140580596742672 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1212] ppid=1205 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1207/task/1212/stat : 1212 (java) S 1205 1205 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476713098 28904853504 10259 33554432000 4194304 4196468 140736494880832 140580595690128 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1213] ppid=1205 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1207/task/1213/stat : 1213 (java) S 1205 1205 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476713098 28904853504 10259 33554432000 4194304 4196468 140736494880832 140580594637584 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1214] ppid=1205 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/1207/task/1214/stat : 1214 (java) S 1205 1205 724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476713098 28904853504 10259 33554432000 4194304 4196468 140736494880832 140580593585040 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1215] ppid=1205 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1207/task/1215/stat : 1215 (java) S 1205 1205 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476713098 28904853504 10259 33554432000 4194304 4196468 140736494880832 140580592532496 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1216] ppid=1205 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1207/task/1216/stat : 1216 (java) S 1205 1205 724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476713098 28904853504 10259 33554432000 4194304 4196468 140736494880832 140580591479952 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1217] ppid=1205 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1207/task/1217/stat : 1217 (java) S 1205 1205 724 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 476713099 28904853504 10259 33554432000 4194304 4196468 140736494880832 140579795212272 140580679006850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1218] ppid=1205 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1207/task/1218/stat : 1218 (java) S 1205 1205 724 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476713100 28904853504 10259 33554432000 4194304 4196468 140736494880832 140579794158496 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1219] ppid=1205 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1207/task/1219/stat : 1219 (java) S 1205 1205 724 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476713100 28904853504 10259 33554432000 4194304 4196468 140736494880832 140579793105904 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1220] ppid=1205 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1207/task/1220/stat : 1220 (java) S 1205 1205 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476713102 28904853504 10259 33554432000 4194304 4196468 140736494880832 140579792054480 140580679014299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1221] ppid=1205 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/1207/task/1221/stat : 1221 (java) R 1205 1205 724 0 -1 1077944384 396 0 0 0 1 0 0 0 20 0 20 0 476713102 28904853504 10259 33554432000 4194304 4196468 140736494880832 140579791002096 140580679006850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1223] ppid=1205 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/1207/task/1223/stat : 1223 (java) S 1205 1205 724 0 -1 1077944384 252 0 0 0 1 0 0 0 20 0 20 0 476713102 28904853504 10259 33554432000 4194304 4196468 140736494880832 140579789949552 140580679006850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1225] ppid=1205 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/1207/task/1225/stat : 1225 (java) S 1205 1205 724 0 -1 1077944384 158 0 0 0 1 0 0 0 20 0 20 0 476713102 28904853504 10259 33554432000 4194304 4196468 140736494880832 140579788897008 140580679006850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1232] ppid=1205 vsize=28227396 memory=0 CPUtime=0.08 cores=0-7
/proc/1207/task/1232/stat : 1232 (java) R 1205 1205 724 0 -1 4202560 756 0 0 0 8 0 0 0 20 0 20 0 476713102 28904853504 10259 33554432000 4194304 4196468 140736494880832 140579787844272 140580664161358 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1233] ppid=1205 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1207/task/1233/stat : 1233 (java) S 1205 1205 724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476713103 28904853504 10259 33554432000 4194304 4196468 140736494880832 140579786791136 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1234] ppid=1205 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/1207/task/1234/stat : 1234 (java) S 1205 1205 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476713103 28904853504 10259 33554432000 4194304 4196468 140736494880832 140579785738672 140580679006850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42484 KiB

[startup+0.310309 s]*
/proc/loadavg: 8.76 8.49 8.41 3/211 1234
/proc/meminfo: memFree=25725676/32770624 swapFree=66966844/67108860
[pid=1205] ppid=1202 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/1205/stat : 1205 (xcsp3-exec) S 1202 1205 724 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476713096 115843072 362 33554432000 4194304 5098028 140729424225280 140729424223384 140106716439164 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24686592 140729424233298 140729424233557 140729424233557 140729424236486 0
/proc/1205/statm: 28282 362 304 221 0 87 0
[pid=1207] ppid=1205 vsize=28231652 memory=49196 CPUtime=0.51 cores=0-7
/proc/1207/stat : 1207 (java) S 1205 1205 724 0 -1 1077944320 10714 0 0 0 46 5 0 0 20 0 20 0 476713096 28909211648 12299 33554432000 4194304 4196468 140736494880832 140736494863376 140580678995703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
/proc/1207/statm: 7057913 12299 3333 1 0 7019032 0
[pid=1207/tid=1208] ppid=1205 vsize=28231652 memory=46596 CPUtime=0.29 cores=0-7
/proc/1207/task/1208/stat : 1208 (java) R 1205 1205 724 0 -1 4202560 7768 0 0 0 26 3 0 0 20 0 20 0 476713097 28909211648 12370 33554432000 4194304 4196468 140736494880832 140580683226816 140580663076190 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1209] ppid=1205 vsize=28231652 memory=35 CPUtime=0 cores=0-7
/proc/1207/task/1209/stat : 1209 (java) S 1205 1205 724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476713098 28909211648 12370 33554432000 4194304 4196468 140736494880832 140580598847760 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1210] ppid=1205 vsize=28231652 memory=139898210958912 CPUtime=0 cores=0-7
/proc/1207/task/1210/stat : 1210 (java) S 1205 1205 724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476713098 28909211648 12370 33554432000 4194304 4196468 140736494880832 140580597795216 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1211] ppid=1205 vsize=28231652 memory=35 CPUtime=0 cores=0-7
/proc/1207/task/1211/stat : 1211 (java) S 1205 1205 724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476713098 28909211648 12370 33554432000 4194304 4196468 140736494880832 140580596742672 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1212] ppid=1205 vsize=28231652 memory=55780 CPUtime=0 cores=0-7
/proc/1207/task/1212/stat : 1212 (java) S 1205 1205 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476713098 28909211648 12370 33554432000 4194304 4196468 140736494880832 140580595690128 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1213] ppid=1205 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/1207/task/1213/stat : 1213 (java) S 1205 1205 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476713098 28909211648 12370 33554432000 4194304 4196468 140736494880832 140580594637584 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1214] ppid=1205 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/1207/task/1214/stat : 1214 (java) S 1205 1205 724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476713098 28909211648 12370 33554432000 4194304 4196468 140736494880832 140580593585040 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1215] ppid=1205 vsize=28231652 memory=3906647518200725536 CPUtime=0 cores=0-7
/proc/1207/task/1215/stat : 1215 (java) S 1205 1205 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476713098 28909211648 12370 33554432000 4194304 4196468 140736494880832 140580592532496 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1216] ppid=1205 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/1207/task/1216/stat : 1216 (java) S 1205 1205 724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476713098 28909211648 12370 33554432000 4194304 4196468 140736494880832 140580591479952 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1217] ppid=1205 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/1207/task/1217/stat : 1217 (java) S 1205 1205 724 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 476713099 28909211648 12370 33554432000 4194304 4196468 140736494880832 140579795212272 140580679006850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1218] ppid=1205 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/1207/task/1218/stat : 1218 (java) S 1205 1205 724 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476713100 28909211648 12370 33554432000 4194304 4196468 140736494880832 140579794158496 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1219] ppid=1205 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/1207/task/1219/stat : 1219 (java) S 1205 1205 724 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476713100 28909211648 12370 33554432000 4194304 4196468 140736494880832 140579793105904 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1220] ppid=1205 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/1207/task/1220/stat : 1220 (java) S 1205 1205 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476713102 28909211648 12370 33554432000 4194304 4196468 140736494880832 140579792054480 140580679014299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1221] ppid=1205 vsize=28231652 memory=0 CPUtime=0.02 cores=0-7
/proc/1207/task/1221/stat : 1221 (java) S 1205 1205 724 0 -1 1077944384 405 0 0 0 2 0 0 0 20 0 20 0 476713102 28909211648 12370 33554432000 4194304 4196468 140736494880832 140579791002096 140580679006850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1223] ppid=1205 vsize=28231652 memory=0 CPUtime=0.01 cores=0-7
/proc/1207/task/1223/stat : 1223 (java) S 1205 1205 724 0 -1 1077944384 253 0 0 0 1 0 0 0 20 0 20 0 476713102 28909211648 12370 33554432000 4194304 4196468 140736494880832 140579789949552 140580679006850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1225] ppid=1205 vsize=28231652 memory=0 CPUtime=0.01 cores=0-7
/proc/1207/task/1225/stat : 1225 (java) S 1205 1205 724 0 -1 1077944384 164 0 0 0 1 0 0 0 20 0 20 0 476713102 28909211648 12370 33554432000 4194304 4196468 140736494880832 140579788897008 140580679006850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1232] ppid=1205 vsize=28231652 memory=0 CPUtime=0.13 cores=0-7
/proc/1207/task/1232/stat : 1232 (java) S 1205 1205 724 0 -1 1077944384 843 0 0 0 13 0 0 0 20 0 20 0 476713102 28909211648 12370 33554432000 4194304 4196468 140736494880832 140579787844464 140580679006850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1233] ppid=1205 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/1207/task/1233/stat : 1233 (java) S 1205 1205 724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476713103 28909211648 12370 33554432000 4194304 4196468 140736494880832 140579786791136 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1234] ppid=1205 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/1207/task/1234/stat : 1234 (java) S 1205 1205 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476713103 28909211648 12370 33554432000 4194304 4196468 140736494880832 140579785738672 140580679006850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 50644 KiB

[startup+0.700993 s]
/proc/loadavg: 8.76 8.49 8.41 5/211 1234
/proc/meminfo: memFree=25701724/32770624 swapFree=66966844/67108860
[pid=1205] ppid=1202 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/1205/stat : 1205 (xcsp3-exec) S 1202 1205 724 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476713096 115843072 362 33554432000 4194304 5098028 140729424225280 140729424223384 140106716439164 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24686592 140729424233298 140729424233557 140729424233557 140729424236486 0
/proc/1205/statm: 28282 362 304 221 0 87 0
[pid=1207] ppid=1205 vsize=28233776 memory=109948 CPUtime=2.05 cores=0-7
/proc/1207/stat : 1207 (java) S 1205 1205 724 0 -1 1077944320 17120 0 0 0 198 7 0 0 20 0 20 0 476713096 28911386624 27487 33554432000 4194304 4196468 140736494880832 140736494863376 140580678995703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
/proc/1207/statm: 7058444 27487 3447 1 0 7019544 0
[pid=1207/tid=1208] ppid=1205 vsize=28233776 memory=3608 CPUtime=0.67 cores=0-7
/proc/1207/task/1208/stat : 1208 (java) R 1205 1205 724 0 -1 4202560 9092 0 0 0 63 4 0 0 20 0 20 0 476713097 28911386624 27487 33554432000 4194304 4196468 140736494880832 140580683232976 140580272777009 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1209] ppid=1205 vsize=28233776 memory=55228 CPUtime=0 cores=0-7
/proc/1207/task/1209/stat : 1209 (java) S 1205 1205 724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476713098 28911386624 27487 33554432000 4194304 4196468 140736494880832 140580598847760 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1210] ppid=1205 vsize=28233776 memory=988 CPUtime=0 cores=0-7
/proc/1207/task/1210/stat : 1210 (java) S 1205 1205 724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476713098 28911386624 27487 33554432000 4194304 4196468 140736494880832 140580597795216 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1211] ppid=1205 vsize=28233776 memory=2020 CPUtime=0 cores=0-7
/proc/1207/task/1211/stat : 1211 (java) S 1205 1205 724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476713098 28911386624 27487 33554432000 4194304 4196468 140736494880832 140580596742672 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0

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

[pid=1207/tid=1218] ppid=1205 vsize=28300340 memory=1448 CPUtime=0 cores=0-7
/proc/1207/task/1218/stat : 1218 (java) S 1205 1205 724 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 21 0 476713100 28979548160 6314969 33554432000 4194304 4196468 140736494880832 140579794158560 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1219] ppid=1205 vsize=28300340 memory=25259808 CPUtime=0 cores=0-7
/proc/1207/task/1219/stat : 1219 (java) S 1205 1205 724 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 476713100 28979548160 6314969 33554432000 4194304 4196468 140736494880832 140579793105920 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1220] ppid=1205 vsize=28300340 memory=145071110359431 CPUtime=0 cores=0-7
/proc/1207/task/1220/stat : 1220 (java) S 1205 1205 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 476713102 28979548160 6314969 33554432000 4194304 4196468 140736494880832 140579792054480 140580679014299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1221] ppid=1205 vsize=28300340 memory=1196 CPUtime=1.05 cores=0-7
/proc/1207/task/1221/stat : 1221 (java) S 1205 1205 724 0 -1 1077944384 7049 0 0 0 104 1 0 0 20 0 21 0 476713102 28979548160 6314969 33554432000 4194304 4196468 140736494880832 140579791002144 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1223] ppid=1205 vsize=28300340 memory=1044 CPUtime=1.03 cores=0-7
/proc/1207/task/1223/stat : 1223 (java) S 1205 1205 724 0 -1 1077944384 6867 0 0 0 102 1 0 0 20 0 21 0 476713102 28979548160 6314969 33554432000 4194304 4196468 140736494880832 140579789949312 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1225] ppid=1205 vsize=28300340 memory=712 CPUtime=1.12 cores=0-7
/proc/1207/task/1225/stat : 1225 (java) S 1205 1205 724 0 -1 1077944384 5677 0 0 0 111 1 0 0 20 0 21 0 476713102 28979548160 6314969 33554432000 4194304 4196468 140736494880832 140579788897056 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1232] ppid=1205 vsize=28300340 memory=2832 CPUtime=0.61 cores=0-7
/proc/1207/task/1232/stat : 1232 (java) S 1205 1205 724 0 -1 1077944384 12534 0 0 0 59 2 0 0 20 0 21 0 476713102 28979548160 6314969 33554432000 4194304 4196468 140736494880832 140579787844512 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1233] ppid=1205 vsize=28300340 memory=7556 CPUtime=0 cores=0-7
/proc/1207/task/1233/stat : 1233 (java) S 1205 1205 724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 476713103 28979548160 6314969 33554432000 4194304 4196468 140736494880832 140579786791136 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1234] ppid=1205 vsize=28300340 memory=10492 CPUtime=0.51 cores=0-7
/proc/1207/task/1234/stat : 1234 (java) S 1205 1205 724 0 -1 1077944384 1958 0 0 0 27 24 0 0 20 0 21 0 476713103 28979548160 6314969 33554432000 4194304 4196468 140736494880832 140579785738672 140580679006850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1336] ppid=1205 vsize=28300340 memory=13996 CPUtime=0 cores=0-7
/proc/1207/task/1336/stat : 1336 (java) S 1205 1205 724 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 21 0 476841455 28979548160 6314969 33554432000 4194304 4196468 140736494880832 140579708951872 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
Current children cumulated CPU time: 7198.61 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25261324 KiB

[startup+1296 s]*
/proc/loadavg: 6.88 7.19 6.73 2/213 1338
/proc/meminfo: memFree=620564/32770624 swapFree=66966864/67108860
[pid=1205] ppid=1202 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/1205/stat : 1205 (xcsp3-exec) S 1202 1205 724 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476713096 115843072 362 33554432000 4194304 5098028 140729424225280 140729424223384 140106716439164 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24686592 140729424233298 140729424233557 140729424233557 140729424236486 0
/proc/1205/statm: 28282 362 304 221 0 87 0
[pid=1207] ppid=1205 vsize=28300340 memory=25259936 CPUtime=7214.49 cores=0-7
/proc/1207/stat : 1207 (java) S 1205 1205 724 0 -1 1077944320 29012604 0 0 0 714991 6458 0 0 20 0 21 0 476713096 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140736494863376 140580678995703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
/proc/1207/statm: 7075085 6314984 3509 1 0 7036185 0
[pid=1207/tid=1208] ppid=1205 vsize=28300340 memory=0 CPUtime=325.01 cores=0-7
/proc/1207/task/1208/stat : 1208 (java) S 1205 1205 724 0 -1 1077944384 93063 0 0 0 32405 96 0 0 20 0 21 0 476713097 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140580683236384 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1209] ppid=1205 vsize=28300340 memory=25259852 CPUtime=844.31 cores=0-7
/proc/1207/task/1209/stat : 1209 (java) S 1205 1205 724 0 -1 1077944384 2904440 0 0 0 83665 766 0 0 20 0 21 0 476713098 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140580598847760 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1210] ppid=1205 vsize=28300340 memory=4126316290023845779 CPUtime=844.5 cores=0-7
/proc/1207/task/1210/stat : 1210 (java) S 1205 1205 724 0 -1 1077944384 3357365 0 0 0 83738 712 0 0 20 0 21 0 476713098 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140580597795216 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1211] ppid=1205 vsize=28300340 memory=4126316290023845779 CPUtime=846.86 cores=0-7
/proc/1207/task/1211/stat : 1211 (java) S 1205 1205 724 0 -1 1077944384 4774894 0 0 0 83797 889 0 0 20 0 21 0 476713098 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140580596742672 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 21 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1212] ppid=1205 vsize=28300340 memory=1976 CPUtime=849.96 cores=0-7
/proc/1207/task/1212/stat : 1212 (java) S 1205 1205 724 0 -1 1077944384 4336306 0 0 0 84206 790 0 0 20 0 21 0 476713098 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140580595690128 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 25 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1213] ppid=1205 vsize=28300340 memory=2496 CPUtime=845.1 cores=0-7
/proc/1207/task/1213/stat : 1213 (java) S 1205 1205 724 0 -1 1077944384 2987521 0 0 0 83811 699 0 0 20 0 21 0 476713098 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140580594637584 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 24 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1214] ppid=1205 vsize=28300340 memory=1760 CPUtime=845.34 cores=0-7
/proc/1207/task/1214/stat : 1214 (java) S 1205 1205 724 0 -1 1077944384 3542242 0 0 0 83600 934 0 0 20 0 21 0 476713098 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140580593585040 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 24 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1215] ppid=1205 vsize=28300340 memory=111636 CPUtime=847.19 cores=0-7
/proc/1207/task/1215/stat : 1215 (java) S 1205 1205 724 0 -1 1077944384 2728090 0 0 0 83998 721 0 0 20 0 21 0 476713098 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140580592532496 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 30 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1216] ppid=1205 vsize=28300340 memory=804 CPUtime=846.06 cores=0-7
/proc/1207/task/1216/stat : 1216 (java) S 1205 1205 724 0 -1 1077944384 3141894 0 0 0 83869 737 0 0 20 0 21 0 476713098 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140580591479952 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 23 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1217] ppid=1205 vsize=28300340 memory=25259808 CPUtime=115.68 cores=0-7
/proc/1207/task/1217/stat : 1217 (java) R 1205 1205 724 0 -1 4202560 1111377 0 0 0 11476 92 0 0 20 0 21 0 476713099 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140579795210704 140580663992256 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1218] ppid=1205 vsize=28300340 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/1207/task/1218/stat : 1218 (java) S 1205 1205 724 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 21 0 476713100 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140579794158560 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1219] ppid=1205 vsize=28300340 memory=7556 CPUtime=0 cores=0-7
/proc/1207/task/1219/stat : 1219 (java) S 1205 1205 724 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 476713100 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140579793105920 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1220] ppid=1205 vsize=28300340 memory=10492 CPUtime=0 cores=0-7
/proc/1207/task/1220/stat : 1220 (java) S 1205 1205 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 476713102 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140579792054480 140580679014299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1221] ppid=1205 vsize=28300340 memory=13996 CPUtime=1.05 cores=0-7
/proc/1207/task/1221/stat : 1221 (java) S 1205 1205 724 0 -1 1077944384 7049 0 0 0 104 1 0 0 20 0 21 0 476713102 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140579791002144 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1223] ppid=1205 vsize=28300340 memory=8112282956445269571 CPUtime=1.03 cores=0-7
/proc/1207/task/1223/stat : 1223 (java) S 1205 1205 724 0 -1 1077944384 6867 0 0 0 102 1 0 0 20 0 21 0 476713102 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140579789949312 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1225] ppid=1205 vsize=28300340 memory=712 CPUtime=1.12 cores=0-7
/proc/1207/task/1225/stat : 1225 (java) S 1205 1205 724 0 -1 1077944384 5677 0 0 0 111 1 0 0 20 0 21 0 476713102 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140579788897056 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1232] ppid=1205 vsize=28300340 memory=2832 CPUtime=0.61 cores=0-7
/proc/1207/task/1232/stat : 1232 (java) S 1205 1205 724 0 -1 1077944384 12534 0 0 0 59 2 0 0 20 0 21 0 476713102 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140579787844512 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1233] ppid=1205 vsize=28300340 memory=7556 CPUtime=0 cores=0-7
/proc/1207/task/1233/stat : 1233 (java) S 1205 1205 724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 476713103 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140579786791136 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1234] ppid=1205 vsize=28300340 memory=10492 CPUtime=0.51 cores=0-7
/proc/1207/task/1234/stat : 1234 (java) S 1205 1205 724 0 -1 1077944384 1958 0 0 0 27 24 0 0 20 0 21 0 476713103 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140579785738672 140580679006850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1336] ppid=1205 vsize=28300340 memory=1448 CPUtime=0 cores=0-7
/proc/1207/task/1336/stat : 1336 (java) S 1205 1205 724 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 21 0 476841455 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140579708951872 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
Current children cumulated CPU time: 7214.49 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25261384 KiB

[startup+1297.6 s]
/proc/loadavg: 6.88 7.19 6.73 2/213 1338
/proc/meminfo: memFree=620564/32770624 swapFree=66966864/67108860
[pid=1205] ppid=1202 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/1205/stat : 1205 (xcsp3-exec) S 1202 1205 724 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476713096 115843072 362 33554432000 4194304 5098028 140729424225280 140729424223384 140106716439164 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24686592 140729424233298 140729424233557 140729424233557 140729424236486 0
/proc/1205/statm: 28282 362 304 221 0 87 0
[pid=1207] ppid=1205 vsize=28300340 memory=25259936 CPUtime=7216.08 cores=0-7
/proc/1207/stat : 1207 (java) S 1205 1205 724 0 -1 1077944320 29012803 0 0 0 715150 6458 0 0 20 0 21 0 476713096 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140736494863376 140580678995703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
/proc/1207/statm: 7075085 6314984 3509 1 0 7036185 0
[pid=1207/tid=1208] ppid=1205 vsize=28300340 memory=1448 CPUtime=325.01 cores=0-7
/proc/1207/task/1208/stat : 1208 (java) S 1205 1205 724 0 -1 1077944384 93063 0 0 0 32405 96 0 0 20 0 21 0 476713097 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140580683236384 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1209] ppid=1205 vsize=28300340 memory=1448 CPUtime=844.31 cores=0-7
/proc/1207/task/1209/stat : 1209 (java) S 1205 1205 724 0 -1 1077944384 2904440 0 0 0 83665 766 0 0 20 0 21 0 476713098 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140580598847760 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1210] ppid=1205 vsize=28300340 memory=25259936 CPUtime=844.5 cores=0-7
/proc/1207/task/1210/stat : 1210 (java) S 1205 1205 724 0 -1 1077944384 3357365 0 0 0 83738 712 0 0 20 0 21 0 476713098 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140580597795216 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1211] ppid=1205 vsize=28300340 memory=25259808 CPUtime=846.86 cores=0-7
/proc/1207/task/1211/stat : 1211 (java) S 1205 1205 724 0 -1 1077944384 4774894 0 0 0 83797 889 0 0 20 0 21 0 476713098 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140580596742672 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 21 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1212] ppid=1205 vsize=28300340 memory=8112282956445269571 CPUtime=849.96 cores=0-7
/proc/1207/task/1212/stat : 1212 (java) S 1205 1205 724 0 -1 1077944384 4336306 0 0 0 84206 790 0 0 20 0 21 0 476713098 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140580595690128 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 25 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1213] ppid=1205 vsize=28300340 memory=776 CPUtime=845.1 cores=0-7
/proc/1207/task/1213/stat : 1213 (java) S 1205 1205 724 0 -1 1077944384 2987521 0 0 0 83811 699 0 0 20 0 21 0 476713098 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140580594637584 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 24 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1214] ppid=1205 vsize=28300340 memory=1056 CPUtime=845.34 cores=0-7
/proc/1207/task/1214/stat : 1214 (java) S 1205 1205 724 0 -1 1077944384 3542242 0 0 0 83600 934 0 0 20 0 21 0 476713098 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140580593585040 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 24 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1215] ppid=1205 vsize=28300340 memory=3616 CPUtime=847.19 cores=0-7
/proc/1207/task/1215/stat : 1215 (java) S 1205 1205 724 0 -1 1077944384 2728090 0 0 0 83998 721 0 0 20 0 21 0 476713098 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140580592532496 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 30 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1216] ppid=1205 vsize=28300340 memory=1552 CPUtime=846.06 cores=0-7
/proc/1207/task/1216/stat : 1216 (java) S 1205 1205 724 0 -1 1077944384 3141894 0 0 0 83869 737 0 0 20 0 21 0 476713098 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140580591479952 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 23 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1217] ppid=1205 vsize=28300340 memory=1448 CPUtime=117.27 cores=0-7
/proc/1207/task/1217/stat : 1217 (java) R 1205 1205 724 0 -1 4202560 1111576 0 0 0 11635 92 0 0 20 0 21 0 476713099 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140579795210704 140580663992212 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1218] ppid=1205 vsize=28300340 memory=3608 CPUtime=0 cores=0-7
/proc/1207/task/1218/stat : 1218 (java) S 1205 1205 724 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 21 0 476713100 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140579794158560 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1219] ppid=1205 vsize=28300340 memory=55252 CPUtime=0 cores=0-7
/proc/1207/task/1219/stat : 1219 (java) S 1205 1205 724 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 476713100 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140579793105920 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1220] ppid=1205 vsize=28300340 memory=988 CPUtime=0 cores=0-7
/proc/1207/task/1220/stat : 1220 (java) S 1205 1205 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 476713102 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140579792054480 140580679014299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1221] ppid=1205 vsize=28300340 memory=2020 CPUtime=1.05 cores=0-7
/proc/1207/task/1221/stat : 1221 (java) S 1205 1205 724 0 -1 1077944384 7049 0 0 0 104 1 0 0 20 0 21 0 476713102 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140579791002144 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1223] ppid=1205 vsize=28300340 memory=8112282956445269571 CPUtime=1.03 cores=0-7
/proc/1207/task/1223/stat : 1223 (java) S 1205 1205 724 0 -1 1077944384 6867 0 0 0 102 1 0 0 20 0 21 0 476713102 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140579789949312 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1225] ppid=1205 vsize=28300340 memory=2020 CPUtime=1.12 cores=0-7
/proc/1207/task/1225/stat : 1225 (java) S 1205 1205 724 0 -1 1077944384 5677 0 0 0 111 1 0 0 20 0 21 0 476713102 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140579788897056 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1232] ppid=1205 vsize=28300340 memory=1432 CPUtime=0.61 cores=0-7
/proc/1207/task/1232/stat : 1232 (java) S 1205 1205 724 0 -1 1077944384 12534 0 0 0 59 2 0 0 20 0 21 0 476713102 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140579787844512 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1233] ppid=1205 vsize=28300340 memory=776 CPUtime=0 cores=0-7
/proc/1207/task/1233/stat : 1233 (java) S 1205 1205 724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 476713103 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140579786791136 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1234] ppid=1205 vsize=28300340 memory=1056 CPUtime=0.51 cores=0-7
/proc/1207/task/1234/stat : 1234 (java) S 1205 1205 724 0 -1 1077944384 1958 0 0 0 27 24 0 0 20 0 21 0 476713103 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140579785738672 140580679006850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
[pid=1207/tid=1336] ppid=1205 vsize=28300340 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/1207/task/1336/stat : 1336 (java) S 1205 1205 724 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 21 0 476841455 28979548160 6314984 33554432000 4194304 4196468 140736494880832 140579708951872 140580679005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24502272 140736494883798 140736494883974 140736494883974 140736494886863 0
Current children cumulated CPU time: 7216.08 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25261384 KiB

[startup+1298 s]*
/proc/loadavg: 6.41 7.08 6.70 3/194 1338
/proc/meminfo: memFree=1803752/32770624 swapFree=66966864/67108860
[pid=1205] ppid=1202 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/1205/stat : 1205 (xcsp3-exec) S 1202 1205 724 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476713096 115843072 362 33554432000 4194304 5098028 140729424225280 140729424223384 140106716439164 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24686592 140729424233298 140729424233557 140729424233557 140729424236486 0
/proc/1205/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

[startup+1298.2 s]
/proc/loadavg: 6.41 7.08 6.70 3/194 1338
/proc/meminfo: memFree=1803752/32770624 swapFree=66966864/67108860
[pid=1205] ppid=1202 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/1205/stat : 1205 (xcsp3-exec) S 1202 1205 724 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476713096 115843072 362 33554432000 4194304 5098028 140729424225280 140729424223384 140106716439164 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24686592 140729424233298 140729424233557 140729424233557 140729424236486 0
/proc/1205/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

[startup+1298.3 s]
/proc/loadavg: 6.41 7.08 6.70 3/194 1338
/proc/meminfo: memFree=1803752/32770624 swapFree=66966864/67108860
[pid=1205] ppid=1202 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/1205/stat : 1205 (xcsp3-exec) S 1202 1205 724 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476713096 115843072 362 33554432000 4194304 5098028 140729424225280 140729424223384 140106716439164 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24686592 140729424233298 140729424233557 140729424233557 140729424236486 0
/proc/1205/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

Child status: 1
Real time (s): 1298.32
CPU time (s): 7216.81
CPU user time (s): 7151.9
CPU system time (s): 64.9148
CPU usage (%): 555.856
Max. virtual memory (cumulated for all children) (KiB): 28413468
Max. memory (cumulated for all children) (KiB): 25261384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7151.9
system time used= 64.9148
maximum resident set size= 25260208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29013696
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 91144
involuntary context switches= 210818


# summary of solver processes directly reported to runsolver:
#   pid: 1205
#   total CPU time (s): 7216.81
#   total CPU user time (s): 7151.9
#   total CPU system time (s): 64.9148

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.4 second user time and 14.3707 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-20 21:28:44
IDJOB=4404381
IDBENCH=138477
IDSOLVER=2865
FILE ID=node145/4404381-1569007766
RUNJOBID= node145-1569004901-751
PBS_JOBID= 21704743
Free space on /var/tmp= 13512 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-08.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 /var/tmp/evaluation-result-4404381-1569007766/watcher-4404381-1569007766 -o /var/tmp/evaluation-result-4404381-1569007766/solver-4404381-1569007766 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node145-1569004901-751 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 647044115 HOME/instance-4404381-1569007766.xml

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

MD5SUM BENCH= 79bafde88fa7f495a04ad4879b5697b3
RANDOM SEED=647044115

node145.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.59
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.59
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.59
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.59
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:        25762528 kB
MemAvailable:   31820812 kB
Buffers:           99604 kB
Cached:          6120440 kB
SwapCached:        32484 kB
Active:          3018524 kB
Inactive:        3237076 kB
Active(anon):       3896 kB
Inactive(anon):    80852 kB
Active(file):    3014628 kB
Inactive(file):  3156224 kB
Unevictable:      109648 kB
Mlocked:          109648 kB
SwapTotal:      67108860 kB
SwapFree:       66966844 kB
Dirty:             26256 kB
Writeback:            24 kB
AnonPages:        112348 kB
Mapped:            51644 kB
Shmem:             40640 kB
Slab:             344348 kB
SReclaimable:     315892 kB
SUnreclaim:        28456 kB
KernelStack:        3376 kB
PageTables:         5636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13484 MiB
End job on node145 at 2019-09-20 21:50:23