Trace number 4399039

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? 1879.5 631.912

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-16.xml
MD5SUM60f46a78fc335bdeaa2bda0ed3237a46
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 benchmark51.8952
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains93
Minimum domain size1211
Maximum domain size1309
Distribution of domain sizes[{"size":1211,"count":6},{"size":1212,"count":2},{"size":1213,"count":4},{"size":1214,"count":4},{"size":1215,"count":4},{"size":1216,"count":2},{"size":1217,"count":12},{"size":1218,"count":8},{"size":1219,"count":6},{"size":1220,"count":4},{"size":1221,"count":2},{"size":1222,"count":4},{"size":1223,"count":6},{"size":1225,"count":4},{"size":1226,"count":2},{"size":1227,"count":4},{"size":1228,"count":2},{"size":1229,"count":6},{"size":1230,"count":8},{"size":1231,"count":10},{"size":1232,"count":4},{"size":1233,"count":2},{"size":1234,"count":6},{"size":1235,"count":2},{"size":1236,"count":4},"...",{"size":1283,"count":10}, {"size":1284,"count":4}, {"size":1285,"count":4}, {"size":1286,"count":6}, {"size":1287,"count":10}, {"size":1288,"count":2}, {"size":1289,"count":2}, {"size":1290,"count":4}, {"size":1291,"count":2}, {"size":1292,"count":2}, {"size":1294,"count":8}, {"size":1295,"count":2}, {"size":1297,"count":4}, {"size":1298,"count":4}, {"size":1299,"count":4}, {"size":1300,"count":6}, {"size":1301,"count":2}, {"size":1302,"count":4}, {"size":1303,"count":4}, {"size":1304,"count":8}, {"size":1305,"count":10}, {"size":1306,"count":6}, {"size":1307,"count":4}, {"size":1308,"count":6}, {"size":1309,"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 -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399039-1568699293.xml"  -tl '2520s' -p 4
0.10/0.19	c Choco e747e1e
0.10/0.19	c [HOME/instance-4399039-1568699293.xml, -tl, 2520s, -p, 4]
0.32/0.23	c 4 solvers in parallel
0.32/0.29	c parse instance...
1845.16/621.95	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1845.16/621.95		at java.util.stream.StreamSupport.stream(StreamSupport.java:69)
1845.16/621.95		at java.util.Arrays.stream(Arrays.java:5023)
1845.16/621.95		at java.util.Arrays.stream(Arrays.java:5004)
1845.16/621.95		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:123)
1845.16/621.95		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
1845.16/621.95		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:135)
1845.16/621.95		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
1845.16/621.95		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$147/1564984895.valid(Unknown Source)
1845.16/621.95		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1845.16/621.95		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
1845.16/621.95		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1845.16/621.96		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1845.16/621.96		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1845.16/621.96		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1845.16/621.96		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
1845.16/621.96		at org.xcsp.parser.XCallbacks$$Lambda$89/19986569.accept(Unknown Source)
1845.16/621.96		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1845.16/621.96		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1845.16/621.96		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
1845.16/621.96		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
1845.16/621.96		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
1845.16/621.96		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1845.16/621.96		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1845.16/621.96		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1845.16/621.96		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1845.16/621.96		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1845.16/621.96		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1845.16/621.96		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1879.37/631.84	s UNKNOWN
1879.37/631.84	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 (13930 MiB free)
  memory of node 1: 16384 MiB (15662 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399039-1568699293/watcher-4399039-1568699293 -o /tmp/evaluation-result-4399039-1568699293/solver-4399039-1568699293 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568698283-25924 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1557357189 HOME/instance-4399039-1568699293.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=26619, runsolver pid=26616

[startup+0.100091 s]*
/proc/loadavg: 8.21 8.24 5.96 5/229 26635
/proc/meminfo: memFree=30279300/32770624 swapFree=66917056/67108860
[pid=26619] ppid=26616 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26619/stat : 26619 (xcsp3-exec) S 26616 26619 25893 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445843180 115843072 362 33554432000 4194304 5098028 140736654752736 140736654750840 140523838079612 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 37482496 140736654754682 140736654754925 140736654754925 140736654757834 0
/proc/26619/statm: 28282 362 304 221 0 87 0
[pid=26621] ppid=26619 vsize=15144776 memory=29640 CPUtime=0.1 cores=0,2,4,6
/proc/26621/stat : 26621 (java) S 26619 26619 25893 0 -1 1077944320 5787 0 0 0 9 1 0 0 20 0 15 0 445843181 15508250624 7410 33554432000 4194304 4196468 140729474454896 140729474437440 140527557021431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
/proc/26621/statm: 3786194 7410 3154 1 0 3748377 0
[pid=26621/tid=26622] ppid=26619 vsize=15144776 memory=-6962121287837372198 CPUtime=0.08 cores=0,2,4,6
/proc/26621/task/26622/stat : 26622 (java) R 26619 26619 25893 0 -1 4202560 3726 0 0 0 7 1 0 0 20 0 15 0 445843181 15508250624 7410 33554432000 4194304 4196468 140729474454896 140527561243824 140527557033366 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26623] ppid=26619 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26623/stat : 26623 (java) S 26619 26619 25893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445843182 15508250624 7410 33554432000 4194304 4196468 140729474454896 140527509641744 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26624] ppid=26619 vsize=15144776 memory=140279225788032 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26624/stat : 26624 (java) S 26619 26619 25893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445843182 15508250624 7410 33554432000 4194304 4196468 140729474454896 140527508589200 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26625] ppid=26619 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26625/stat : 26625 (java) S 26619 26619 25893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445843182 15508250624 7410 33554432000 4194304 4196468 140729474454896 140527507536144 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26626] ppid=26619 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26626/stat : 26626 (java) S 26619 26619 25893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445843182 15508250624 7410 33554432000 4194304 4196468 140729474454896 140527506483600 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26627] ppid=26619 vsize=15144776 memory=140279225788032 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26627/stat : 26627 (java) S 26619 26619 25893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445843183 15508250624 7410 33554432000 4194304 4196468 140729474454896 140527025478384 140527557032578 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26628] ppid=26619 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26628/stat : 26628 (java) S 26619 26619 25893 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445843184 15508250624 7410 33554432000 4194304 4196468 140729474454896 140527024424608 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26629] ppid=26619 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26629/stat : 26629 (java) S 26619 26619 25893 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445843184 15508250624 7410 33554432000 4194304 4196468 140729474454896 140527023371504 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26630] ppid=26619 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26630/stat : 26630 (java) S 26619 26619 25893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445843186 15508250624 7410 33554432000 4194304 4196468 140729474454896 140527022320080 140527557040027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26631] ppid=26619 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26631/stat : 26631 (java) S 26619 26619 25893 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 15 0 445843186 15508250624 7410 33554432000 4194304 4196468 140729474454896 140527021267184 140527557032578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26632] ppid=26619 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26632/stat : 26632 (java) R 26619 26619 25893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445843186 15508250624 7410 33554432000 4194304 4196468 140729474454896 140527020214640 140527557032578 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26633] ppid=26619 vsize=15144776 memory=140279225788032 CPUtime=0.01 cores=0,2,4,6
/proc/26621/task/26633/stat : 26633 (java) S 26619 26619 25893 0 -1 1077944384 340 0 0 0 1 0 0 0 20 0 15 0 445843186 15508250624 7410 33554432000 4194304 4196468 140729474454896 140527019161584 140527557032578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26634] ppid=26619 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26634/stat : 26634 (java) S 26619 26619 25893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445843186 15508250624 7410 33554432000 4194304 4196468 140729474454896 140527018109280 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26635] ppid=26619 vsize=15144776 memory=140279225788032 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26635/stat : 26635 (java) S 26619 26619 25893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445843188 15508250624 7410 33554432000 4194304 4196468 140729474454896 140527017057328 140527557032578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31088 KiB

[startup+0.210449 s]*
/proc/loadavg: 8.21 8.24 5.96 6/229 26635
/proc/meminfo: memFree=30252656/32770624 swapFree=66917056/67108860
[pid=26619] ppid=26616 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26619/stat : 26619 (xcsp3-exec) S 26616 26619 25893 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445843180 115843072 362 33554432000 4194304 5098028 140736654752736 140736654750840 140523838079612 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 37482496 140736654754682 140736654754925 140736654754925 140736654757834 0
/proc/26619/statm: 28282 362 304 221 0 87 0
[pid=26621] ppid=26619 vsize=15144776 memory=40100 CPUtime=0.32 cores=0,2,4,6
/proc/26621/stat : 26621 (java) S 26619 26619 25893 0 -1 1077944320 9259 0 0 0 29 3 0 0 20 0 15 0 445843181 15508250624 10025 33554432000 4194304 4196468 140729474454896 140729474437440 140527557021431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
/proc/26621/statm: 3786194 10025 3273 1 0 3748377 0
[pid=26621/tid=26622] ppid=26619 vsize=15144776 memory=7883960649037381690 CPUtime=0.18 cores=0,2,4,6
/proc/26621/task/26622/stat : 26622 (java) R 26619 26619 25893 0 -1 4202560 6562 0 0 0 16 2 0 0 20 0 15 0 445843181 15508250624 10025 33554432000 4194304 4196468 140729474454896 140527561255552 140527541101918 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26623] ppid=26619 vsize=15144776 memory=8955 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26623/stat : 26623 (java) S 26619 26619 25893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445843182 15508250624 10025 33554432000 4194304 4196468 140729474454896 140527509641744 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26624] ppid=26619 vsize=15144776 memory=3618564001181476512 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26624/stat : 26624 (java) S 26619 26619 25893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445843182 15508250624 10025 33554432000 4194304 4196468 140729474454896 140527508589200 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26625] ppid=26619 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26625/stat : 26625 (java) S 26619 26619 25893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445843182 15508250624 10025 33554432000 4194304 4196468 140729474454896 140527507536144 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26626] ppid=26619 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26626/stat : 26626 (java) S 26619 26619 25893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445843182 15508250624 10025 33554432000 4194304 4196468 140729474454896 140527506483600 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26627] ppid=26619 vsize=15144776 memory=140279225788032 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26627/stat : 26627 (java) S 26619 26619 25893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445843183 15508250624 10025 33554432000 4194304 4196468 140729474454896 140527025478384 140527557032578 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26628] ppid=26619 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26628/stat : 26628 (java) S 26619 26619 25893 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445843184 15508250624 10025 33554432000 4194304 4196468 140729474454896 140527024424608 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26629] ppid=26619 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26629/stat : 26629 (java) S 26619 26619 25893 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445843184 15508250624 10025 33554432000 4194304 4196468 140729474454896 140527023371504 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26630] ppid=26619 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26630/stat : 26630 (java) S 26619 26619 25893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445843186 15508250624 10025 33554432000 4194304 4196468 140729474454896 140527022320080 140527557040027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26631] ppid=26619 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26621/task/26631/stat : 26631 (java) S 26619 26619 25893 0 -1 1077944384 498 0 0 0 2 0 0 0 20 0 15 0 445843186 15508250624 10025 33554432000 4194304 4196468 140729474454896 140527021258640 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26632] ppid=26619 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/26621/task/26632/stat : 26632 (java) S 26619 26619 25893 0 -1 1077944384 130 0 0 0 2 0 0 0 20 0 15 0 445843186 15508250624 10025 33554432000 4194304 4196468 140729474454896 140527020214640 140527557032578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26633] ppid=26619 vsize=15144776 memory=140279225788032 CPUtime=0.07 cores=0,2,4,6
/proc/26621/task/26633/stat : 26633 (java) S 26619 26619 25893 0 -1 1077944384 765 0 0 0 7 0 0 0 20 0 15 0 445843186 15508250624 10025 33554432000 4194304 4196468 140729474454896 140527019161584 140527557032578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26634] ppid=26619 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26634/stat : 26634 (java) S 26619 26619 25893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445843186 15508250624 10025 33554432000 4194304 4196468 140729474454896 140527018109280 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26635] ppid=26619 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26635/stat : 26635 (java) S 26619 26619 25893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445843188 15508250624 10025 33554432000 4194304 4196468 140729474454896 140527017057328 140527557032578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41548 KiB

[startup+0.310586 s]*
/proc/loadavg: 8.21 8.24 5.96 7/229 26635
/proc/meminfo: memFree=30230384/32770624 swapFree=66917056/67108860
[pid=26619] ppid=26616 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26619/stat : 26619 (xcsp3-exec) S 26616 26619 25893 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445843180 115843072 362 33554432000 4194304 5098028 140736654752736 140736654750840 140523838079612 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 37482496 140736654754682 140736654754925 140736654754925 140736654757834 0
/proc/26619/statm: 28282 362 304 221 0 87 0
[pid=26621] ppid=26619 vsize=15149032 memory=48952 CPUtime=0.51 cores=0,2,4,6
/proc/26621/stat : 26621 (java) S 26619 26619 25893 0 -1 1077944320 10568 0 0 0 47 4 0 0 20 0 15 0 445843181 15512608768 12238 33554432000 4194304 4196468 140729474454896 140729474437440 140527557021431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
/proc/26621/statm: 3787258 12238 3352 1 0 3748377 0
[pid=26621/tid=26622] ppid=26619 vsize=15149032 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/26621/task/26622/stat : 26622 (java) R 26619 26619 25893 0 -1 4202560 7638 0 0 0 26 3 0 0 20 0 15 0 445843181 15512608768 12238 33554432000 4194304 4196468 140729474454896 140527561258048 140527541101918 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26623] ppid=26619 vsize=15149032 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26623/stat : 26623 (java) S 26619 26619 25893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445843182 15512608768 12238 33554432000 4194304 4196468 140729474454896 140527509641744 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26624] ppid=26619 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26624/stat : 26624 (java) S 26619 26619 25893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445843182 15512608768 12238 33554432000 4194304 4196468 140729474454896 140527508589200 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26625] ppid=26619 vsize=15149032 memory=-3040564339105353098 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26625/stat : 26625 (java) S 26619 26619 25893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445843182 15512608768 12238 33554432000 4194304 4196468 140729474454896 140527507536144 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26626] ppid=26619 vsize=15149032 memory=7089274314207166114 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26626/stat : 26626 (java) S 26619 26619 25893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445843182 15512608768 12238 33554432000 4194304 4196468 140729474454896 140527506483600 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26627] ppid=26619 vsize=15149032 memory=6944656591801720471 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26627/stat : 26627 (java) S 26619 26619 25893 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445843183 15512608768 12238 33554432000 4194304 4196468 140729474454896 140527025478384 140527557032578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26628] ppid=26619 vsize=15149032 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26628/stat : 26628 (java) S 26619 26619 25893 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445843184 15512608768 12238 33554432000 4194304 4196468 140729474454896 140527024424608 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26629] ppid=26619 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26629/stat : 26629 (java) S 26619 26619 25893 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445843184 15512608768 12238 33554432000 4194304 4196468 140729474454896 140527023371504 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26630] ppid=26619 vsize=15149032 memory=7031125463459224206 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26630/stat : 26630 (java) S 26619 26619 25893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445843186 15512608768 12238 33554432000 4194304 4196468 140729474454896 140527022320080 140527557040027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26631] ppid=26619 vsize=15149032 memory=4426078206164241782 CPUtime=0.03 cores=0,2,4,6
/proc/26621/task/26631/stat : 26631 (java) R 26619 26619 25893 0 -1 4202560 519 0 0 0 3 0 0 0 20 0 15 0 445843186 15512608768 12238 33554432000 4194304 4196468 140729474454896 140527021257568 140527541445181 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26632] ppid=26619 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/26621/task/26632/stat : 26632 (java) S 26619 26619 25893 0 -1 1077944384 163 0 0 0 4 0 0 0 20 0 15 0 445843186 15512608768 12238 33554432000 4194304 4196468 140729474454896 140527020214640 140527557032578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26633] ppid=26619 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/26621/task/26633/stat : 26633 (java) S 26619 26619 25893 0 -1 1077944384 942 0 0 0 12 0 0 0 20 0 15 0 445843186 15512608768 12238 33554432000 4194304 4196468 140729474454896 140527019161584 140527557032578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26634] ppid=26619 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26634/stat : 26634 (java) S 26619 26619 25893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445843186 15512608768 12238 33554432000 4194304 4196468 140729474454896 140527018109280 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26635] ppid=26619 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26635/stat : 26635 (java) S 26619 26619 25893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445843188 15512608768 12238 33554432000 4194304 4196468 140729474454896 140527017057328 140527557032578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50400 KiB

[startup+0.701468 s]
/proc/loadavg: 8.21 8.24 5.96 7/229 26635
/proc/meminfo: memFree=30139292/32770624 swapFree=66917056/67108860
[pid=26619] ppid=26616 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26619/stat : 26619 (xcsp3-exec) S 26616 26619 25893 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445843180 115843072 362 33554432000 4194304 5098028 140736654752736 140736654750840 140523838079612 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 37482496 140736654754682 140736654754925 140736654754925 140736654757834 0
/proc/26619/statm: 28282 362 304 221 0 87 0
[pid=26621] ppid=26619 vsize=15151156 memory=104636 CPUtime=1.77 cores=0,2,4,6
/proc/26621/stat : 26621 (java) S 26619 26619 25893 0 -1 1077944320 15729 0 0 0 171 6 0 0 20 0 15 0 445843181 15514783744 26159 33554432000 4194304 4196468 140729474454896 140729474437440 140527557021431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
/proc/26621/statm: 3787789 26159 3448 1 0 3748889 0
[pid=26621/tid=26622] ppid=26619 vsize=15151156 memory=48336 CPUtime=0.67 cores=0,2,4,6
/proc/26621/task/26622/stat : 26622 (java) R 26619 26619 25893 0 -1 4202560 9065 0 0 0 63 4 0 0 20 0 15 0 445843181 15514783744 26159 33554432000 4194304 4196468 140729474454896 140527561256112 140527557033366 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26623] ppid=26619 vsize=15151156 memory=2020 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26623/stat : 26623 (java) S 26619 26619 25893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445843182 15514783744 26159 33554432000 4194304 4196468 140729474454896 140527509641744 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26624] ppid=26619 vsize=15151156 memory=988 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26624/stat : 26624 (java) S 26619 26619 25893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445843182 15514783744 26159 33554432000 4194304 4196468 140729474454896 140527508589200 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26625] ppid=26619 vsize=15151156 memory=1368 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26625/stat : 26625 (java) S 26619 26619 25893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445843182 15514783744 26159 33554432000 4194304 4196468 140729474454896 140527507536144 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26626] ppid=26619 vsize=15151156 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26626/stat : 26626 (java) S 26619 26619 25893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445843182 15514783744 26159 33554432000 4194304 4196468 140729474454896 140527506483600 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26627] ppid=26619 vsize=15151156 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26627/stat : 26627 (java) S 26619 26619 25893 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445843183 15514783744 26159 33554432000 4194304 4196468 140729474454896 140527025478384 140527557032578 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26628] ppid=26619 vsize=15151156 memory=6032 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26628/stat : 26628 (java) S 26619 26619 25893 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445843184 15514783744 26159 33554432000 4194304 4196468 140729474454896 140527024424608 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26629] ppid=26619 vsize=15151156 memory=11416 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26629/stat : 26629 (java) S 26619 26619 25893 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445843184 15514783744 26159 33554432000 4194304 4196468 140729474454896 140527023371504 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26630] ppid=26619 vsize=15151156 memory=768 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26630/stat : 26630 (java) S 26619 26619 25893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445843186 15514783744 26159 33554432000 4194304 4196468 140729474454896 140527022320080 140527557040027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26631] ppid=26619 vsize=15151156 memory=776 CPUtime=0.36 cores=0,2,4,6
/proc/26621/task/26631/stat : 26631 (java) R 26619 26619 25893 0 -1 4202560 1965 0 0 0 36 0 0 0 20 0 15 0 445843186 15514783744 26159 33554432000 4194304 4196468 140729474454896 140527021258832 140527540552959 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26632] ppid=26619 vsize=15151156 memory=1560 CPUtime=0.37 cores=0,2,4,6
/proc/26621/task/26632/stat : 26632 (java) R 26619 26619 25893 0 -1 4202560 1235 0 0 0 37 0 0 0 20 0 15 0 445843186 15514783744 26159 33554432000 4194304 4196468 140729474454896 140527020202272 140527536267955 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26633] ppid=26619 vsize=15151156 memory=4040 CPUtime=0.34 cores=0,2,4,6
/proc/26621/task/26633/stat : 26633 (java) R 26619 26619 25893 0 -1 1077944384 2157 0 0 0 34 0 0 0 20 0 15 0 445843186 15514783744 26159 33554432000 4194304 4196468 140729474454896 140527019161584 140527557032578 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26634] ppid=26619 vsize=15151156 memory=1112 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26634/stat : 26634 (java) S 26619 26619 25893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445843186 15514783744 26159 33554432000 4194304 4196468 140729474454896 140527018109280 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26635] ppid=26619 vsize=15151156 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26635/stat : 26635 (java) S 26619 26619 25893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445843188 15514783744 26159 33554432000 4194304 4196468 140729474454896 140527017057328 140527557032578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 106084 KiB

[startup+1.50094 s]
/proc/loadavg: 8.21 8.24 5.96 3/229 26635
/proc/meminfo: memFree=29846076/32770624 swapFree=66917056/67108860
[pid=26619] ppid=26616 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26619/stat : 26619 (xcsp3-exec) S 26616 26619 25893 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445843180 115843072 362 33554432000 4194304 5098028 140736654752736 140736654750840 140523838079612 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 37482496 140736654754682 140736654754925 140736654754925 140736654757834 0
/proc/26619/statm: 28282 362 304 221 0 87 0

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

/proc/26621/task/26628/stat : 26628 (java) S 26619 26619 25893 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 445843184 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527024424672 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26629] ppid=26619 vsize=15217720 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26629/stat : 26629 (java) S 26619 26619 25893 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 445843184 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527023371520 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26630] ppid=26619 vsize=15217720 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26630/stat : 26630 (java) S 26619 26619 25893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 445843186 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527022320080 140527557040027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26631] ppid=26619 vsize=15217720 memory=12516924 CPUtime=1.1 cores=0,2,4,6
/proc/26621/task/26631/stat : 26631 (java) S 26619 26619 25893 0 -1 1077944384 5142 0 0 0 109 1 0 0 20 0 16 0 445843186 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527021267232 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26632] ppid=26619 vsize=15217720 memory=1448 CPUtime=1.22 cores=0,2,4,6
/proc/26621/task/26632/stat : 26632 (java) S 26619 26619 25893 0 -1 1077944384 4809 0 0 0 121 1 0 0 20 0 16 0 445843186 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527020214400 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26633] ppid=26619 vsize=15217720 memory=12516916 CPUtime=0.54 cores=0,2,4,6
/proc/26621/task/26633/stat : 26633 (java) S 26619 26619 25893 0 -1 1077944384 6861 0 0 0 53 1 0 0 20 0 16 0 445843186 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527019161632 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26634] ppid=26619 vsize=15217720 memory=1560 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26634/stat : 26634 (java) S 26619 26619 25893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 445843186 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527018109280 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26635] ppid=26619 vsize=15217720 memory=4040 CPUtime=0.3 cores=0,2,4,6
/proc/26621/task/26635/stat : 26635 (java) S 26619 26619 25893 0 -1 1077944384 605 0 0 0 16 14 0 0 20 0 16 0 445843188 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527017057328 140527557032578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26694] ppid=26619 vsize=15217720 memory=14008 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26694/stat : 26694 (java) S 26619 26619 25893 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 445905376 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527007842240 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
Current children cumulated CPU time: 1877.97 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12518376 KiB

[startup+631.201 s]
/proc/loadavg: 8.12 7.15 6.12 6/230 26695
/proc/meminfo: memFree=5175968/32770624 swapFree=66917056/67108860
[pid=26619] ppid=26616 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26619/stat : 26619 (xcsp3-exec) S 26616 26619 25893 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445843180 115843072 362 33554432000 4194304 5098028 140736654752736 140736654750840 140523838079612 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 37482496 140736654754682 140736654754925 140736654754925 140736654757834 0
/proc/26619/statm: 28282 362 304 221 0 87 0
[pid=26621] ppid=26619 vsize=15217720 memory=12516928 CPUtime=1878.77 cores=0,2,4,6
/proc/26621/stat : 26621 (java) S 26619 26619 25893 0 -1 1077944320 575797 0 0 0 186993 884 0 0 20 0 16 0 445843181 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140729474437440 140527557021431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
/proc/26621/statm: 3804430 3129232 3504 1 0 3765530 0
[pid=26621/tid=26622] ppid=26619 vsize=15217720 memory=12516928 CPUtime=143.71 cores=0,2,4,6
/proc/26621/task/26622/stat : 26622 (java) S 26619 26619 25893 0 -1 1077944384 30560 0 0 0 14325 46 0 0 20 0 16 0 445843181 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527561262112 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26623] ppid=26619 vsize=15217720 memory=25828 CPUtime=415.51 cores=0,2,4,6
/proc/26621/task/26623/stat : 26623 (java) S 26619 26619 25893 0 -1 1077944384 132135 0 0 0 41362 189 0 0 20 0 16 0 445843182 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527509641744 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26624] ppid=26619 vsize=15217720 memory=12516928 CPUtime=416.41 cores=0,2,4,6
/proc/26621/task/26624/stat : 26624 (java) S 26619 26619 25893 0 -1 1077944384 105005 0 0 0 41429 212 0 0 20 0 16 0 445843182 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527508589200 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26625] ppid=26619 vsize=15217720 memory=6032 CPUtime=415.71 cores=0,2,4,6
/proc/26621/task/26625/stat : 26625 (java) S 26619 26619 25893 0 -1 1077944384 89710 0 0 0 41372 199 0 0 20 0 16 0 445843182 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527507536144 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26626] ppid=26619 vsize=15217720 memory=11416 CPUtime=415.97 cores=0,2,4,6
/proc/26621/task/26626/stat : 26626 (java) S 26619 26619 25893 0 -1 1077944384 88796 0 0 0 41388 209 0 0 20 0 16 0 445843182 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527506483600 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26627] ppid=26619 vsize=15217720 memory=780 CPUtime=68.22 cores=0,2,4,6
/proc/26621/task/26627/stat : 26627 (java) R 26619 26619 25893 0 -1 4202560 110846 0 0 0 6804 18 0 0 20 0 16 0 445843183 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527025476816 140527541479022 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26628] ppid=26619 vsize=15217720 memory=776 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26628/stat : 26628 (java) S 26619 26619 25893 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 445843184 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527024424672 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26629] ppid=26619 vsize=15217720 memory=1560 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26629/stat : 26629 (java) S 26619 26619 25893 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 445843184 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527023371520 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26630] ppid=26619 vsize=15217720 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26630/stat : 26630 (java) S 26619 26619 25893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 445843186 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527022320080 140527557040027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26631] ppid=26619 vsize=15217720 memory=12516924 CPUtime=1.1 cores=0,2,4,6
/proc/26621/task/26631/stat : 26631 (java) S 26619 26619 25893 0 -1 1077944384 5142 0 0 0 109 1 0 0 20 0 16 0 445843186 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527021267232 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26632] ppid=26619 vsize=15217720 memory=1448 CPUtime=1.22 cores=0,2,4,6
/proc/26621/task/26632/stat : 26632 (java) S 26619 26619 25893 0 -1 1077944384 4809 0 0 0 121 1 0 0 20 0 16 0 445843186 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527020214400 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26633] ppid=26619 vsize=15217720 memory=2828 CPUtime=0.54 cores=0,2,4,6
/proc/26621/task/26633/stat : 26633 (java) S 26619 26619 25893 0 -1 1077944384 6861 0 0 0 53 1 0 0 20 0 16 0 445843186 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527019161632 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26634] ppid=26619 vsize=15217720 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26634/stat : 26634 (java) S 26619 26619 25893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 445843186 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527018109280 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26635] ppid=26619 vsize=15217720 memory=2020 CPUtime=0.3 cores=0,2,4,6
/proc/26621/task/26635/stat : 26635 (java) S 26619 26619 25893 0 -1 1077944384 605 0 0 0 16 14 0 0 20 0 16 0 445843188 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527017057328 140527557032578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26694] ppid=26619 vsize=15217720 memory=988 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26694/stat : 26694 (java) S 26619 26619 25893 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 445905376 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527007842240 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
Current children cumulated CPU time: 1878.77 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12518376 KiB

[startup+631.601 s]
/proc/loadavg: 8.12 7.15 6.12 6/230 26695
/proc/meminfo: memFree=5175968/32770624 swapFree=66917056/67108860
[pid=26619] ppid=26616 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26619/stat : 26619 (xcsp3-exec) S 26616 26619 25893 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445843180 115843072 362 33554432000 4194304 5098028 140736654752736 140736654750840 140523838079612 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 37482496 140736654754682 140736654754925 140736654754925 140736654757834 0
/proc/26619/statm: 28282 362 304 221 0 87 0
[pid=26621] ppid=26619 vsize=15217720 memory=12516928 CPUtime=1879.17 cores=0,2,4,6
/proc/26621/stat : 26621 (java) S 26619 26619 25893 0 -1 1077944320 575797 0 0 0 187033 884 0 0 20 0 16 0 445843181 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140729474437440 140527557021431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
/proc/26621/statm: 3804430 3129232 3504 1 0 3765530 0
[pid=26621/tid=26622] ppid=26619 vsize=15217720 memory=988 CPUtime=143.71 cores=0,2,4,6
/proc/26621/task/26622/stat : 26622 (java) S 26619 26619 25893 0 -1 1077944384 30560 0 0 0 14325 46 0 0 20 0 16 0 445843181 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527561262112 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26623] ppid=26619 vsize=15217720 memory=1368 CPUtime=415.51 cores=0,2,4,6
/proc/26621/task/26623/stat : 26623 (java) S 26619 26619 25893 0 -1 1077944384 132135 0 0 0 41362 189 0 0 20 0 16 0 445843182 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527509641744 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26624] ppid=26619 vsize=15217720 memory=1056 CPUtime=416.41 cores=0,2,4,6
/proc/26621/task/26624/stat : 26624 (java) S 26619 26619 25893 0 -1 1077944384 105005 0 0 0 41429 212 0 0 20 0 16 0 445843182 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527508589200 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26625] ppid=26619 vsize=15217720 memory=1716 CPUtime=415.71 cores=0,2,4,6
/proc/26621/task/26625/stat : 26625 (java) S 26619 26619 25893 0 -1 1077944384 89710 0 0 0 41372 199 0 0 20 0 16 0 445843182 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527507536144 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26626] ppid=26619 vsize=15217720 memory=6032 CPUtime=415.97 cores=0,2,4,6
/proc/26621/task/26626/stat : 26626 (java) S 26619 26619 25893 0 -1 1077944384 88796 0 0 0 41388 209 0 0 20 0 16 0 445843182 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527506483600 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26627] ppid=26619 vsize=15217720 memory=11416 CPUtime=68.62 cores=0,2,4,6
/proc/26621/task/26627/stat : 26627 (java) R 26619 26619 25893 0 -1 4202560 110846 0 0 0 6844 18 0 0 20 0 16 0 445843183 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527025476816 140527541479051 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26628] ppid=26619 vsize=15217720 memory=3512 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26628/stat : 26628 (java) S 26619 26619 25893 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 445843184 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527024424672 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26629] ppid=26619 vsize=15217720 memory=48348 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26629/stat : 26629 (java) S 26619 26619 25893 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 445843184 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527023371520 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26630] ppid=26619 vsize=15217720 memory=25828 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26630/stat : 26630 (java) S 26619 26619 25893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 445843186 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527022320080 140527557040027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26631] ppid=26619 vsize=15217720 memory=492 CPUtime=1.1 cores=0,2,4,6
/proc/26621/task/26631/stat : 26631 (java) S 26619 26619 25893 0 -1 1077944384 5142 0 0 0 109 1 0 0 20 0 16 0 445843186 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527021267232 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26632] ppid=26619 vsize=15217720 memory=1560 CPUtime=1.22 cores=0,2,4,6
/proc/26621/task/26632/stat : 26632 (java) S 26619 26619 25893 0 -1 1077944384 4809 0 0 0 121 1 0 0 20 0 16 0 445843186 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527020214400 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26633] ppid=26619 vsize=15217720 memory=932 CPUtime=0.54 cores=0,2,4,6
/proc/26621/task/26633/stat : 26633 (java) S 26619 26619 25893 0 -1 1077944384 6861 0 0 0 53 1 0 0 20 0 16 0 445843186 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527019161632 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26634] ppid=26619 vsize=15217720 memory=1636 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26634/stat : 26634 (java) S 26619 26619 25893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 445843186 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527018109280 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26635] ppid=26619 vsize=15217720 memory=1436 CPUtime=0.3 cores=0,2,4,6
/proc/26621/task/26635/stat : 26635 (java) S 26619 26619 25893 0 -1 1077944384 605 0 0 0 16 14 0 0 20 0 16 0 445843188 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527017057328 140527557032578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26694] ppid=26619 vsize=15217720 memory=896 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26694/stat : 26694 (java) S 26619 26619 25893 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 445905376 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527007842240 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
Current children cumulated CPU time: 1879.17 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12518376 KiB

[startup+631.801 s]
/proc/loadavg: 8.12 7.15 6.12 6/230 26695
/proc/meminfo: memFree=5175968/32770624 swapFree=66917056/67108860
[pid=26619] ppid=26616 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26619/stat : 26619 (xcsp3-exec) S 26616 26619 25893 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445843180 115843072 362 33554432000 4194304 5098028 140736654752736 140736654750840 140523838079612 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 37482496 140736654754682 140736654754925 140736654754925 140736654757834 0
/proc/26619/statm: 28282 362 304 221 0 87 0
[pid=26621] ppid=26619 vsize=15217720 memory=12516928 CPUtime=1879.37 cores=0,2,4,6
/proc/26621/stat : 26621 (java) S 26619 26619 25893 0 -1 1077944320 575804 0 0 0 187053 884 0 0 20 0 16 0 445843181 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140729474437440 140527557021431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
/proc/26621/statm: 3804430 3129232 3504 1 0 3765530 0
[pid=26621/tid=26622] ppid=26619 vsize=15217720 memory=1760 CPUtime=143.71 cores=0,2,4,6
/proc/26621/task/26622/stat : 26622 (java) S 26619 26619 25893 0 -1 1077944384 30560 0 0 0 14325 46 0 0 20 0 16 0 445843181 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527561262112 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26623] ppid=26619 vsize=15217720 memory=6791534058613427641 CPUtime=415.51 cores=0,2,4,6
/proc/26621/task/26623/stat : 26623 (java) S 26619 26619 25893 0 -1 1077944384 132135 0 0 0 41362 189 0 0 20 0 16 0 445843182 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527509641744 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26624] ppid=26619 vsize=15217720 memory=111632 CPUtime=416.41 cores=0,2,4,6
/proc/26621/task/26624/stat : 26624 (java) S 26619 26619 25893 0 -1 1077944384 105005 0 0 0 41429 212 0 0 20 0 16 0 445843182 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527508589200 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26625] ppid=26619 vsize=15217720 memory=796 CPUtime=415.71 cores=0,2,4,6
/proc/26621/task/26625/stat : 26625 (java) S 26619 26619 25893 0 -1 1077944384 89710 0 0 0 41372 199 0 0 20 0 16 0 445843182 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527507536144 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26626] ppid=26619 vsize=15217720 memory=4104 CPUtime=415.97 cores=0,2,4,6
/proc/26621/task/26626/stat : 26626 (java) S 26619 26619 25893 0 -1 1077944384 88796 0 0 0 41388 209 0 0 20 0 16 0 445843182 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527506483600 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26627] ppid=26619 vsize=15217720 memory=1804 CPUtime=68.82 cores=0,2,4,6
/proc/26621/task/26627/stat : 26627 (java) R 26619 26619 25893 0 -1 4202560 110852 0 0 0 6864 18 0 0 20 0 16 0 445843183 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527025476816 140527535391611 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26628] ppid=26619 vsize=15217720 memory=916 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26628/stat : 26628 (java) S 26619 26619 25893 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 445843184 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527024424672 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26629] ppid=26619 vsize=15217720 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26629/stat : 26629 (java) S 26619 26619 25893 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 445843184 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527023371520 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26630] ppid=26619 vsize=15217720 memory=2596 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26630/stat : 26630 (java) S 26619 26619 25893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 445843186 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527022320080 140527557040027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26631] ppid=26619 vsize=15217720 memory=2592 CPUtime=1.1 cores=0,2,4,6
/proc/26621/task/26631/stat : 26631 (java) S 26619 26619 25893 0 -1 1077944384 5142 0 0 0 109 1 0 0 20 0 16 0 445843186 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527021267232 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26632] ppid=26619 vsize=15217720 memory=1412 CPUtime=1.22 cores=0,2,4,6
/proc/26621/task/26632/stat : 26632 (java) S 26619 26619 25893 0 -1 1077944384 4809 0 0 0 121 1 0 0 20 0 16 0 445843186 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527020214400 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26633] ppid=26619 vsize=15217720 memory=780 CPUtime=0.54 cores=0,2,4,6
/proc/26621/task/26633/stat : 26633 (java) S 26619 26619 25893 0 -1 1077944384 6861 0 0 0 53 1 0 0 20 0 16 0 445843186 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527019161632 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26634] ppid=26619 vsize=15217720 memory=776 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26634/stat : 26634 (java) S 26619 26619 25893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 445843186 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527018109280 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26635] ppid=26619 vsize=15217720 memory=1560 CPUtime=0.3 cores=0,2,4,6
/proc/26621/task/26635/stat : 26635 (java) S 26619 26619 25893 0 -1 1077944384 606 0 0 0 16 14 0 0 20 0 16 0 445843188 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527017057328 140527557032578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
[pid=26621/tid=26694] ppid=26619 vsize=15217720 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/26621/task/26694/stat : 26694 (java) S 26619 26619 25893 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 445905376 15582945280 3129232 33554432000 4194304 4196468 140729474454896 140527007842240 140527557031637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13262848 140729474462703 140729474462874 140729474462874 140729474465743 0
Current children cumulated CPU time: 1879.37 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12518376 KiB

[startup+631.901 s]
/proc/loadavg: 8.12 7.15 6.12 6/230 26695
/proc/meminfo: memFree=5175968/32770624 swapFree=66917056/67108860
[pid=26619] ppid=26616 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26619/stat : 26619 (xcsp3-exec) S 26616 26619 25893 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445843180 115843072 362 33554432000 4194304 5098028 140736654752736 140736654750840 140523838079612 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 37482496 140736654754682 140736654754925 140736654754925 140736654757834 0
/proc/26619/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): 631.912
CPU time (s): 1879.5
CPU user time (s): 1870.58
CPU system time (s): 8.91706
CPU usage (%): 297.43
Max. virtual memory (cumulated for all children) (KiB): 15330848
Max. memory (cumulated for all children) (KiB): 12518376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1870.58
system time used= 8.91706
maximum resident set size= 12517292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 580401
page faults= 0
swaps= 0
block input operations= 0
block output operations= 856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25295
involuntary context switches= 32200


# summary of solver processes directly reported to runsolver:
#   pid: 26619
#   total CPU time (s): 1879.5
#   total CPU user time (s): 1870.58
#   total CPU system time (s): 8.91706

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.15 second user time and 6.23082 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-17 07:47:30
IDJOB=4399039
IDBENCH=138476
IDSOLVER=2853
FILE ID=node147/4399039-1568699293
RUNJOBID= node147-1568698283-25924
PBS_JOBID= 21703812
Free space on /tmp= 58856 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-16.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399039-1568699293/watcher-4399039-1568699293 -o /tmp/evaluation-result-4399039-1568699293/solver-4399039-1568699293 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568698283-25924 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1557357189 HOME/instance-4399039-1568699293.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 60f46a78fc335bdeaa2bda0ed3237a46
RANDOM SEED=1557357189

node147.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.52
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.52
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.52
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.52
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:        30303388 kB
MemAvailable:   31772708 kB
Buffers:          107756 kB
Cached:          1653152 kB
SwapCached:        87660 kB
Active:           995916 kB
Inactive:         888520 kB
Active(anon):      38788 kB
Inactive(anon):   133760 kB
Active(file):     957128 kB
Inactive(file):   754760 kB
Unevictable:      108656 kB
Mlocked:          108656 kB
SwapTotal:      67108860 kB
SwapFree:       66917056 kB
Dirty:             52364 kB
Writeback:             0 kB
AnonPages:        134016 kB
Mapped:            61020 kB
Shmem:             40920 kB
Slab:             176048 kB
SReclaimable:     146536 kB
SUnreclaim:        29512 kB
KernelStack:        3616 kB
PageTables:         6220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1502876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 58828 MiB
End job on node147 at 2019-09-17 07:58:02