Trace number 4398933

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? 1911.71 641.353

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-13.xml
MD5SUM388994c608323cc5ca888624a3c66f06
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark110.493
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains89
Minimum domain size1197
Maximum domain size1295
Distribution of domain sizes[{"size":1197,"count":4},{"size":1199,"count":2},{"size":1200,"count":14},{"size":1201,"count":2},{"size":1202,"count":4},{"size":1203,"count":4},{"size":1204,"count":4},{"size":1206,"count":6},{"size":1207,"count":6},{"size":1208,"count":4},{"size":1209,"count":4},{"size":1210,"count":6},{"size":1211,"count":2},{"size":1212,"count":6},{"size":1213,"count":6},{"size":1214,"count":6},{"size":1215,"count":6},{"size":1216,"count":8},{"size":1217,"count":2},{"size":1218,"count":6},{"size":1219,"count":2},{"size":1220,"count":6},{"size":1221,"count":6},{"size":1222,"count":4},{"size":1223,"count":4},"...",{"size":1269,"count":8}, {"size":1270,"count":6}, {"size":1271,"count":4}, {"size":1272,"count":4}, {"size":1273,"count":6}, {"size":1274,"count":6}, {"size":1275,"count":4}, {"size":1277,"count":6}, {"size":1278,"count":6}, {"size":1279,"count":8}, {"size":1280,"count":4}, {"size":1281,"count":6}, {"size":1282,"count":6}, {"size":1283,"count":4}, {"size":1284,"count":10}, {"size":1285,"count":6}, {"size":1286,"count":6}, {"size":1287,"count":4}, {"size":1288,"count":2}, {"size":1289,"count":2}, {"size":1290,"count":2}, {"size":1291,"count":6}, {"size":1292,"count":4}, {"size":1293,"count":10}, {"size":1295,"count":2}]
Minimum variable degree16
Maximum variable degree33
Distribution of variable degrees[{"degree":16,"count":30},{"degree":17,"count":195},{"degree":31,"count":30},{"degree":33,"count":195}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5580}]
Number of extensional constraints0
Number of intensional constraints5580
Distribution of constraint types[{"type":"intension","count":5580}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4398933-1568699297.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4398933-1568699297.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.29	c parse instance...
1889.68/634.50	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1889.68/634.50		at java.util.Arrays.copyOf(Arrays.java:3181)
1889.68/634.50		at java.util.ArrayList.grow(ArrayList.java:261)
1889.68/634.50		at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
1889.68/634.50		at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
1889.68/634.50		at java.util.ArrayList.add(ArrayList.java:458)
1889.68/634.50		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:159)
1889.68/634.50		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1889.68/634.50		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
1889.68/634.50		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1889.68/634.50		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1889.68/634.50		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1889.68/634.50		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1889.68/634.50		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
1889.68/634.50		at org.xcsp.parser.XCallbacks$$Lambda$89/1004095028.accept(Unknown Source)
1889.68/634.50		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1889.68/634.50		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1889.68/634.50		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
1889.68/634.50		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
1889.68/634.50		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
1889.68/634.50		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1889.68/634.50		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1889.68/634.50		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1889.68/634.50		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1889.68/634.50		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1889.68/634.50		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1889.68/634.50		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1911.54/641.29	s UNKNOWN
1911.54/641.29	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 (14581 MiB free)
  memory of node 1: 16384 MiB (13221 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398933-1568699297/watcher-4398933-1568699297 -o /tmp/evaluation-result-4398933-1568699297/solver-4398933-1568699297 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568698608-10315 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1379285195 HOME/instance-4398933-1568699297.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
solver pid=11000, runsolver pid=10997
Current StackSize limit: 8192 KiB


[startup+0.100533 s]*
/proc/loadavg: 8.23 8.14 7.49 7/234 11016
/proc/meminfo: memFree=28454680/32770624 swapFree=66953076/67108860
[pid=11000] ppid=10997 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11000/stat : 11000 (xcsp3-exec) S 10997 11000 10284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446198533 115843072 363 33554432000 4194304 5098028 140730505747536 140730505745640 140436388049532 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30605312 140730505749370 140730505749613 140730505749613 140730505752522 0
/proc/11000/statm: 28282 363 305 221 0 87 0
[pid=11002] ppid=11000 vsize=15144776 memory=28672 CPUtime=0.13 cores=0,2,4,6
/proc/11002/stat : 11002 (java) S 11000 11000 10284 0 -1 1077944320 5655 0 0 0 11 2 0 0 20 0 15 0 446198533 15508250624 7168 33554432000 4194304 4196468 140725877160304 140725877142848 140435417960183 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
/proc/11002/statm: 3786194 7168 3119 1 0 3748377 0
[pid=11002/tid=11003] ppid=11000 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=0,2,4,6
/proc/11002/task/11003/stat : 11003 (java) R 11000 11000 10284 0 -1 4202560 3569 0 0 0 8 1 0 0 20 0 15 0 446198533 15508250624 7234 33554432000 4194304 4196468 140725877160304 140435422184592 140435402040670 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11004] ppid=11000 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11004/stat : 11004 (java) S 11000 11000 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446198534 15508250624 7234 33554432000 4194304 4196468 140725877160304 140435370580880 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11005] ppid=11000 vsize=15144776 memory=3616583970092103328 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11005/stat : 11005 (java) S 11000 11000 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446198534 15508250624 7234 33554432000 4194304 4196468 140725877160304 140435369528080 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11006] ppid=11000 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11006/stat : 11006 (java) S 11000 11000 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446198534 15508250624 7234 33554432000 4194304 4196468 140725877160304 140435368475792 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11007] ppid=11000 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11007/stat : 11007 (java) S 11000 11000 10284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446198534 15508250624 7234 33554432000 4194304 4196468 140725877160304 140435367422992 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11008] ppid=11000 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11008/stat : 11008 (java) S 11000 11000 10284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446198536 15508250624 7234 33554432000 4194304 4196468 140725877160304 140434291517552 140435417971330 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11009] ppid=11000 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11009/stat : 11009 (java) S 11000 11000 10284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446198536 15508250624 7234 33554432000 4194304 4196468 140725877160304 140434290463520 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11010] ppid=11000 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11010/stat : 11010 (java) S 11000 11000 10284 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446198536 15508250624 7234 33554432000 4194304 4196468 140725877160304 140434289411184 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11011] ppid=11000 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11011/stat : 11011 (java) S 11000 11000 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446198539 15508250624 7234 33554432000 4194304 4196468 140725877160304 140434288359504 140435417978779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11012] ppid=11000 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11012/stat : 11012 (java) R 11000 11000 10284 0 -1 4202560 330 0 0 0 0 0 0 0 20 0 15 0 446198539 15508250624 7234 33554432000 4194304 4196468 140725877160304 140434287307376 140435401395921 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11013] ppid=11000 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11013/stat : 11013 (java) R 11000 11000 10284 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 446198539 15508250624 7234 33554432000 4194304 4196468 140725877160304 140434286254576 140435417971330 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11014] ppid=11000 vsize=15144776 memory=140481479718528 CPUtime=0.02 cores=0,2,4,6
/proc/11002/task/11014/stat : 11014 (java) R 11000 11000 10284 0 -1 4202560 359 0 0 0 2 0 0 0 20 0 15 0 446198539 15508250624 7234 33554432000 4194304 4196468 140725877160304 140434285202288 140435395963049 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11015] ppid=11000 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11015/stat : 11015 (java) S 11000 11000 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446198539 15508250624 7234 33554432000 4194304 4196468 140725877160304 140434284149728 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11016] ppid=11000 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11016/stat : 11016 (java) S 11000 11000 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446198539 15508250624 7234 33554432000 4194304 4196468 140725877160304 140434283096496 140435417971330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30124 KiB

[startup+0.210843 s]*
/proc/loadavg: 8.23 8.14 7.49 7/234 11016
/proc/meminfo: memFree=28441164/32770624 swapFree=66953076/67108860
[pid=11000] ppid=10997 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11000/stat : 11000 (xcsp3-exec) S 10997 11000 10284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446198533 115843072 363 33554432000 4194304 5098028 140730505747536 140730505745640 140436388049532 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30605312 140730505749370 140730505749613 140730505749613 140730505752522 0
/proc/11000/statm: 28282 363 305 221 0 87 0
[pid=11002] ppid=11000 vsize=15144776 memory=40592 CPUtime=0.35 cores=0,2,4,6
/proc/11002/stat : 11002 (java) S 11000 11000 10284 0 -1 1077944320 9340 0 0 0 31 4 0 0 20 0 15 0 446198533 15508250624 10148 33554432000 4194304 4196468 140725877160304 140725877142848 140435417960183 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
/proc/11002/statm: 3786194 10148 3308 1 0 3748377 0
[pid=11002/tid=11003] ppid=11000 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/11002/task/11003/stat : 11003 (java) R 11000 11000 10284 0 -1 4202560 6583 0 0 0 17 3 0 0 20 0 15 0 446198533 15508250624 10148 33554432000 4194304 4196468 140725877160304 140435422194240 140435417972118 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11004] ppid=11000 vsize=15144776 memory=1946935 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11004/stat : 11004 (java) S 11000 11000 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446198534 15508250624 10148 33554432000 4194304 4196468 140725877160304 140435370580880 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11005] ppid=11000 vsize=15144776 memory=140481481665552 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11005/stat : 11005 (java) S 11000 11000 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446198534 15508250624 10148 33554432000 4194304 4196468 140725877160304 140435369528080 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11006] ppid=11000 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11006/stat : 11006 (java) S 11000 11000 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446198534 15508250624 10148 33554432000 4194304 4196468 140725877160304 140435368475792 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11007] ppid=11000 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11007/stat : 11007 (java) S 11000 11000 10284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446198534 15508250624 10148 33554432000 4194304 4196468 140725877160304 140435367422992 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11008] ppid=11000 vsize=15144776 memory=140481479718528 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11008/stat : 11008 (java) S 11000 11000 10284 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446198536 15508250624 10148 33554432000 4194304 4196468 140725877160304 140434291517552 140435417971330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11009] ppid=11000 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11009/stat : 11009 (java) S 11000 11000 10284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446198536 15508250624 10148 33554432000 4194304 4196468 140725877160304 140434290463520 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11010] ppid=11000 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11010/stat : 11010 (java) S 11000 11000 10284 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446198536 15508250624 10148 33554432000 4194304 4196468 140725877160304 140434289411184 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11011] ppid=11000 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11011/stat : 11011 (java) S 11000 11000 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446198539 15508250624 10148 33554432000 4194304 4196468 140725877160304 140434288359504 140435417978779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11012] ppid=11000 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/11002/task/11012/stat : 11012 (java) S 11000 11000 10284 0 -1 1077944384 427 0 0 0 2 0 0 0 20 0 15 0 446198539 15508250624 10148 33554432000 4194304 4196468 140725877160304 140434287307376 140435417971330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11013] ppid=11000 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/11002/task/11013/stat : 11013 (java) S 11000 11000 10284 0 -1 1077944384 214 0 0 0 2 0 0 0 20 0 15 0 446198539 15508250624 10148 33554432000 4194304 4196468 140725877160304 140434286254576 140435417971330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11014] ppid=11000 vsize=15144776 memory=140481479718528 CPUtime=0.08 cores=0,2,4,6
/proc/11002/task/11014/stat : 11014 (java) R 11000 11000 10284 0 -1 4202560 812 0 0 0 8 0 0 0 20 0 15 0 446198539 15508250624 10148 33554432000 4194304 4196468 140725877160304 140434285202288 140435396763320 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11015] ppid=11000 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11015/stat : 11015 (java) S 11000 11000 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446198539 15508250624 10148 33554432000 4194304 4196468 140725877160304 140434284149728 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11016] ppid=11000 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11016/stat : 11016 (java) S 11000 11000 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446198539 15508250624 10148 33554432000 4194304 4196468 140725877160304 140434283096496 140435417971330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42044 KiB

[startup+0.312931 s]*
/proc/loadavg: 8.23 8.14 7.49 8/234 11016
/proc/meminfo: memFree=28433284/32770624 swapFree=66953076/67108860
[pid=11000] ppid=10997 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11000/stat : 11000 (xcsp3-exec) S 10997 11000 10284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446198533 115843072 363 33554432000 4194304 5098028 140730505747536 140730505745640 140436388049532 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30605312 140730505749370 140730505749613 140730505749613 140730505752522 0
/proc/11000/statm: 28282 363 305 221 0 87 0
[pid=11002] ppid=11000 vsize=15149032 memory=49956 CPUtime=0.53 cores=0,2,4,6
/proc/11002/stat : 11002 (java) S 11000 11000 10284 0 -1 1077944320 10821 0 0 0 49 4 0 0 20 0 15 0 446198533 15512608768 12489 33554432000 4194304 4196468 140725877160304 140725877142848 140435417960183 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
/proc/11002/statm: 3787258 12489 3364 1 0 3748377 0
[pid=11002/tid=11003] ppid=11000 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/11002/task/11003/stat : 11003 (java) R 11000 11000 10284 0 -1 4202560 7756 0 0 0 27 3 0 0 20 0 15 0 446198533 15512608768 12489 33554432000 4194304 4196468 140725877160304 140435422191296 140435402040700 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11004] ppid=11000 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11004/stat : 11004 (java) S 11000 11000 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446198534 15512608768 12489 33554432000 4194304 4196468 140725877160304 140435370580880 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11005] ppid=11000 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11005/stat : 11005 (java) S 11000 11000 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446198534 15512608768 12489 33554432000 4194304 4196468 140725877160304 140435369528080 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11006] ppid=11000 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11006/stat : 11006 (java) S 11000 11000 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446198534 15512608768 12489 33554432000 4194304 4196468 140725877160304 140435368475792 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11007] ppid=11000 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11007/stat : 11007 (java) S 11000 11000 10284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446198534 15512608768 12489 33554432000 4194304 4196468 140725877160304 140435367422992 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11008] ppid=11000 vsize=15149032 memory=-7305852742256935071 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11008/stat : 11008 (java) S 11000 11000 10284 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446198536 15512608768 12489 33554432000 4194304 4196468 140725877160304 140434291517552 140435417971330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11009] ppid=11000 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11009/stat : 11009 (java) S 11000 11000 10284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446198536 15512608768 12489 33554432000 4194304 4196468 140725877160304 140434290463520 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11010] ppid=11000 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11010/stat : 11010 (java) S 11000 11000 10284 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446198536 15512608768 12489 33554432000 4194304 4196468 140725877160304 140434289411184 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11011] ppid=11000 vsize=15149032 memory=8514701219781834910 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11011/stat : 11011 (java) S 11000 11000 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446198539 15512608768 12489 33554432000 4194304 4196468 140725877160304 140434288359504 140435417978779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11012] ppid=11000 vsize=15149032 memory=6576575808606939557 CPUtime=0.05 cores=0,2,4,6
/proc/11002/task/11012/stat : 11012 (java) R 11000 11000 10284 0 -1 4202560 565 0 0 0 5 0 0 0 20 0 15 0 446198539 15512608768 12489 33554432000 4194304 4196468 140725877160304 140434287307376 140435417981530 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11013] ppid=11000 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/11002/task/11013/stat : 11013 (java) S 11000 11000 10284 0 -1 1077944384 237 0 0 0 4 0 0 0 20 0 15 0 446198539 15512608768 12489 33554432000 4194304 4196468 140725877160304 140434286254576 140435417971330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11014] ppid=11000 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/11002/task/11014/stat : 11014 (java) S 11000 11000 10284 0 -1 1077944384 980 0 0 0 13 0 0 0 20 0 15 0 446198539 15512608768 12489 33554432000 4194304 4196468 140725877160304 140434285202288 140435417971330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11015] ppid=11000 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11015/stat : 11015 (java) S 11000 11000 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446198539 15512608768 12489 33554432000 4194304 4196468 140725877160304 140434284149728 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11016] ppid=11000 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11016/stat : 11016 (java) S 11000 11000 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446198539 15512608768 12489 33554432000 4194304 4196468 140725877160304 140434283096496 140435417971330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51408 KiB

[startup+0.701353 s]
/proc/loadavg: 8.23 8.14 7.49 8/234 11016
/proc/meminfo: memFree=28413396/32770624 swapFree=66953076/67108860
[pid=11000] ppid=10997 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11000/stat : 11000 (xcsp3-exec) S 10997 11000 10284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446198533 115843072 363 33554432000 4194304 5098028 140730505747536 140730505745640 140436388049532 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30605312 140730505749370 140730505749613 140730505749613 140730505752522 0
/proc/11000/statm: 28282 363 305 221 0 87 0
[pid=11002] ppid=11000 vsize=15151156 memory=103092 CPUtime=1.81 cores=0,2,4,6
/proc/11002/stat : 11002 (java) S 11000 11000 10284 0 -1 1077944320 15896 0 0 0 175 6 0 0 20 0 15 0 446198533 15514783744 25773 33554432000 4194304 4196468 140725877160304 140725877142848 140435417960183 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
/proc/11002/statm: 3787789 25773 3442 1 0 3748889 0
[pid=11002/tid=11003] ppid=11000 vsize=15151156 memory=-7533522213388100735 CPUtime=0.67 cores=0,2,4,6
/proc/11002/task/11003/stat : 11003 (java) R 11000 11000 10284 0 -1 4202560 9056 0 0 0 63 4 0 0 20 0 15 0 446198533 15514783744 25773 33554432000 4194304 4196468 140725877160304 140435422196640 140435417972118 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11004] ppid=11000 vsize=15151156 memory=7019257425709197167 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11004/stat : 11004 (java) S 11000 11000 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446198534 15514783744 25773 33554432000 4194304 4196468 140725877160304 140435370580880 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11005] ppid=11000 vsize=15151156 memory=6940443203498692944 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11005/stat : 11005 (java) S 11000 11000 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446198534 15514783744 25773 33554432000 4194304 4196468 140725877160304 140435369528080 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11006] ppid=11000 vsize=15151156 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11006/stat : 11006 (java) S 11000 11000 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446198534 15514783744 25773 33554432000 4194304 4196468 140725877160304 140435368475792 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11007] ppid=11000 vsize=15151156 memory=1188 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11007/stat : 11007 (java) S 11000 11000 10284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446198534 15514783744 25773 33554432000 4194304 4196468 140725877160304 140435367422992 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11008] ppid=11000 vsize=15151156 memory=1536 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11008/stat : 11008 (java) S 11000 11000 10284 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446198536 15514783744 25773 33554432000 4194304 4196468 140725877160304 140434291517552 140435417971330 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11009] ppid=11000 vsize=15151156 memory=9592 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11009/stat : 11009 (java) S 11000 11000 10284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446198536 15514783744 25773 33554432000 4194304 4196468 140725877160304 140434290463520 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11010] ppid=11000 vsize=15151156 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11010/stat : 11010 (java) S 11000 11000 10284 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446198536 15514783744 25773 33554432000 4194304 4196468 140725877160304 140434289411184 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11011] ppid=11000 vsize=15151156 memory=780 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11011/stat : 11011 (java) S 11000 11000 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446198539 15514783744 25773 33554432000 4194304 4196468 140725877160304 140434288359504 140435417978779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11012] ppid=11000 vsize=15151156 memory=620 CPUtime=0.39 cores=0,2,4,6
/proc/11002/task/11012/stat : 11012 (java) R 11000 11000 10284 0 -1 4202560 1774 0 0 0 39 0 0 0 20 0 15 0 446198539 15514783744 25773 33554432000 4194304 4196468 140725877160304 140434287294816 140435397614048 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11013] ppid=11000 vsize=15151156 memory=1496 CPUtime=0.37 cores=0,2,4,6
/proc/11002/task/11013/stat : 11013 (java) R 11000 11000 10284 0 -1 4202560 1659 0 0 0 37 0 0 0 20 0 15 0 446198539 15514783744 25773 33554432000 4194304 4196468 140725877160304 140434286245904 140435397202375 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11014] ppid=11000 vsize=15151156 memory=1016 CPUtime=0.35 cores=0,2,4,6
/proc/11002/task/11014/stat : 11014 (java) R 11000 11000 10284 0 -1 1077944384 2101 0 0 0 35 0 0 0 20 0 15 0 446198539 15514783744 25773 33554432000 4194304 4196468 140725877160304 140434285202288 140435417971330 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11015] ppid=11000 vsize=15151156 memory=6016 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11015/stat : 11015 (java) S 11000 11000 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446198539 15514783744 25773 33554432000 4194304 4196468 140725877160304 140434284149728 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11016] ppid=11000 vsize=15151156 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11016/stat : 11016 (java) S 11000 11000 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446198539 15514783744 25773 33554432000 4194304 4196468 140725877160304 140434283096496 140435417971330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 104544 KiB

[startup+1.50288 s]
/proc/loadavg: 8.23 8.14 7.49 6/233 11016
/proc/meminfo: memFree=28268664/32770624 swapFree=66953076/67108860
[pid=11000] ppid=10997 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11000/stat : 11000 (xcsp3-exec) S 10997 11000 10284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446198533 115843072 363 33554432000 4194304 5098028 140730505747536 140730505745640 140436388049532 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30605312 140730505749370 140730505749613 140730505749613 140730505752522 0
/proc/11000/statm: 28282 363 305 221 0 87 0

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

/proc/11002/task/11009/stat : 11009 (java) S 11000 11000 10284 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 446198536 15582945280 3195537 33554432000 4194304 4196468 140725877160304 140434290463584 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11010] ppid=11000 vsize=15217720 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11010/stat : 11010 (java) S 11000 11000 10284 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 446198536 15582945280 3195537 33554432000 4194304 4196468 140725877160304 140434289411200 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11011] ppid=11000 vsize=15217720 memory=1536 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11011/stat : 11011 (java) S 11000 11000 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446198539 15582945280 3195537 33554432000 4194304 4196468 140725877160304 140434288359504 140435417978779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11012] ppid=11000 vsize=15217720 memory=9592 CPUtime=1.11 cores=0,2,4,6
/proc/11002/task/11012/stat : 11012 (java) S 11000 11000 10284 0 -1 1077944384 3729 0 0 0 110 1 0 0 20 0 16 0 446198539 15582945280 3195537 33554432000 4194304 4196468 140725877160304 140434287307376 140435417971330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11013] ppid=11000 vsize=15217720 memory=2828 CPUtime=1.06 cores=0,2,4,6
/proc/11002/task/11013/stat : 11013 (java) S 11000 11000 10284 0 -1 1077944384 4116 0 0 0 105 1 0 0 20 0 16 0 446198539 15582945280 3195537 33554432000 4194304 4196468 140725877160304 140434286254576 140435417971330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11014] ppid=11000 vsize=15217720 memory=1452 CPUtime=0.56 cores=0,2,4,6
/proc/11002/task/11014/stat : 11014 (java) S 11000 11000 10284 0 -1 1077944384 8269 0 0 0 55 1 0 0 20 0 16 0 446198539 15582945280 3195537 33554432000 4194304 4196468 140725877160304 140434285198160 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11015] ppid=11000 vsize=15217720 memory=12782096 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11015/stat : 11015 (java) S 11000 11000 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446198539 15582945280 3195537 33554432000 4194304 4196468 140725877160304 140434284149728 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11016] ppid=11000 vsize=15217720 memory=12781972 CPUtime=0.26 cores=0,2,4,6
/proc/11002/task/11016/stat : 11016 (java) S 11000 11000 10284 0 -1 1077944384 480 0 0 0 12 14 0 0 20 0 16 0 446198539 15582945280 3195537 33554432000 4194304 4196468 140725877160304 140434283096496 140435417971330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11238] ppid=11000 vsize=15217720 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11238/stat : 11238 (java) S 11000 11000 10284 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 16 0 446261984 15582945280 3195537 33554432000 4194304 4196468 140725877160304 140434274118720 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
Current children cumulated CPU time: 1905.15 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12783600 KiB

[startup+640.001 s]*
/proc/loadavg: 8.57 7.93 7.52 7/234 11238
/proc/meminfo: memFree=17695552/32770624 swapFree=66953076/67108860
[pid=11000] ppid=10997 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11000/stat : 11000 (xcsp3-exec) S 10997 11000 10284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446198533 115843072 363 33554432000 4194304 5098028 140730505747536 140730505745640 140436388049532 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30605312 140730505749370 140730505749613 140730505749613 140730505752522 0
/proc/11000/statm: 28282 363 305 221 0 87 0
[pid=11002] ppid=11000 vsize=15217720 memory=12782156 CPUtime=1910.35 cores=0,2,4,6
/proc/11002/stat : 11002 (java) S 11000 11000 10284 0 -1 1077944320 522554 0 0 0 190282 753 0 0 20 0 16 0 446198533 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140725877142848 140435417960183 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
/proc/11002/statm: 3804430 3195539 3502 1 0 3765530 0
[pid=11002/tid=11003] ppid=11000 vsize=15217720 memory=3848 CPUtime=146.61 cores=0,2,4,6
/proc/11002/task/11003/stat : 11003 (java) S 11000 11000 10284 0 -1 1077944384 32184 0 0 0 14615 46 0 0 20 0 16 0 446198533 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140435422200864 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11004] ppid=11000 vsize=15217720 memory=2596 CPUtime=422.89 cores=0,2,4,6
/proc/11002/task/11004/stat : 11004 (java) S 11000 11000 10284 0 -1 1077944384 127107 0 0 0 42113 176 0 0 20 0 16 0 446198534 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140435370580880 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11005] ppid=11000 vsize=15217720 memory=8317482817917895235 CPUtime=423.84 cores=0,2,4,6
/proc/11002/task/11005/stat : 11005 (java) S 11000 11000 10284 0 -1 1077944384 117789 0 0 0 42219 165 0 0 20 0 16 0 446198534 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140435369528080 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11006] ppid=11000 vsize=15217720 memory=12782156 CPUtime=423.67 cores=0,2,4,6
/proc/11002/task/11006/stat : 11006 (java) S 11000 11000 10284 0 -1 1077944384 56898 0 0 0 42199 168 0 0 20 0 16 0 446198534 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140435368475792 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11007] ppid=11000 vsize=15217720 memory=1764 CPUtime=423.36 cores=0,2,4,6
/proc/11002/task/11007/stat : 11007 (java) S 11000 11000 10284 0 -1 1077944384 59340 0 0 0 42159 177 0 0 20 0 16 0 446198534 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140435367422992 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11008] ppid=11000 vsize=15217720 memory=111632 CPUtime=66.89 cores=0,2,4,6
/proc/11002/task/11008/stat : 11008 (java) R 11000 11000 10284 0 -1 4202560 111261 0 0 0 6681 8 0 0 20 0 16 0 446198536 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140434291516096 140435402956528 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11009] ppid=11000 vsize=15217720 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11009/stat : 11009 (java) S 11000 11000 10284 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 446198536 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140434290463584 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11010] ppid=11000 vsize=15217720 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11010/stat : 11010 (java) S 11000 11000 10284 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 446198536 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140434289411200 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11011] ppid=11000 vsize=15217720 memory=4156 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11011/stat : 11011 (java) S 11000 11000 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446198539 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140434288359504 140435417978779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11012] ppid=11000 vsize=15217720 memory=6791534058613427641 CPUtime=1.11 cores=0,2,4,6
/proc/11002/task/11012/stat : 11012 (java) S 11000 11000 10284 0 -1 1077944384 3729 0 0 0 110 1 0 0 20 0 16 0 446198539 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140434287307424 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11013] ppid=11000 vsize=15217720 memory=988 CPUtime=1.06 cores=0,2,4,6
/proc/11002/task/11013/stat : 11013 (java) S 11000 11000 10284 0 -1 1077944384 4116 0 0 0 105 1 0 0 20 0 16 0 446198539 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140434286254336 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11014] ppid=11000 vsize=15217720 memory=2024 CPUtime=0.56 cores=0,2,4,6
/proc/11002/task/11014/stat : 11014 (java) S 11000 11000 10284 0 -1 1077944384 8269 0 0 0 55 1 0 0 20 0 16 0 446198539 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140434285198160 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11015] ppid=11000 vsize=15217720 memory=12782156 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11015/stat : 11015 (java) S 11000 11000 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446198539 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140434284149728 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11016] ppid=11000 vsize=15217720 memory=1452 CPUtime=0.26 cores=0,2,4,6
/proc/11002/task/11016/stat : 11016 (java) S 11000 11000 10284 0 -1 1077944384 480 0 0 0 12 14 0 0 20 0 16 0 446198539 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140434283096496 140435417971330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11238] ppid=11000 vsize=15217720 memory=12782148 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11238/stat : 11238 (java) S 11000 11000 10284 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 16 0 446261984 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140434274118720 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
Current children cumulated CPU time: 1910.35 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12783608 KiB

[startup+640.801 s]
/proc/loadavg: 8.57 7.93 7.52 7/234 11238
/proc/meminfo: memFree=17695552/32770624 swapFree=66953076/67108860
[pid=11000] ppid=10997 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11000/stat : 11000 (xcsp3-exec) S 10997 11000 10284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446198533 115843072 363 33554432000 4194304 5098028 140730505747536 140730505745640 140436388049532 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30605312 140730505749370 140730505749613 140730505749613 140730505752522 0
/proc/11000/statm: 28282 363 305 221 0 87 0
[pid=11002] ppid=11000 vsize=15217720 memory=12782156 CPUtime=1911.14 cores=0,2,4,6
/proc/11002/stat : 11002 (java) S 11000 11000 10284 0 -1 1077944320 522554 0 0 0 190361 753 0 0 20 0 16 0 446198533 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140725877142848 140435417960183 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
/proc/11002/statm: 3804430 3195539 3502 1 0 3765530 0
[pid=11002/tid=11003] ppid=11000 vsize=15217720 memory=800 CPUtime=146.61 cores=0,2,4,6
/proc/11002/task/11003/stat : 11003 (java) S 11000 11000 10284 0 -1 1077944384 32184 0 0 0 14615 46 0 0 20 0 16 0 446198533 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140435422200864 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11004] ppid=11000 vsize=15217720 memory=-3622645143214314312 CPUtime=422.89 cores=0,2,4,6
/proc/11002/task/11004/stat : 11004 (java) S 11000 11000 10284 0 -1 1077944384 127107 0 0 0 42113 176 0 0 20 0 16 0 446198534 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140435370580880 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11005] ppid=11000 vsize=15217720 memory=12782156 CPUtime=423.84 cores=0,2,4,6
/proc/11002/task/11005/stat : 11005 (java) S 11000 11000 10284 0 -1 1077944384 117789 0 0 0 42219 165 0 0 20 0 16 0 446198534 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140435369528080 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11006] ppid=11000 vsize=15217720 memory=988 CPUtime=423.67 cores=0,2,4,6
/proc/11002/task/11006/stat : 11006 (java) S 11000 11000 10284 0 -1 1077944384 56898 0 0 0 42199 168 0 0 20 0 16 0 446198534 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140435368475792 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11007] ppid=11000 vsize=15217720 memory=2024 CPUtime=423.36 cores=0,2,4,6
/proc/11002/task/11007/stat : 11007 (java) S 11000 11000 10284 0 -1 1077944384 59340 0 0 0 42159 177 0 0 20 0 16 0 446198534 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140435367422992 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11008] ppid=11000 vsize=15217720 memory=1384 CPUtime=67.68 cores=0,2,4,6
/proc/11002/task/11008/stat : 11008 (java) R 11000 11000 10284 0 -1 4202560 111261 0 0 0 6760 8 0 0 20 0 16 0 446198536 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140434291515984 140435402956593 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11009] ppid=11000 vsize=15217720 memory=4156 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11009/stat : 11009 (java) S 11000 11000 10284 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 446198536 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140434290463584 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11010] ppid=11000 vsize=15217720 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11010/stat : 11010 (java) S 11000 11000 10284 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 446198536 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140434289411200 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11011] ppid=11000 vsize=15217720 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11011/stat : 11011 (java) S 11000 11000 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446198539 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140434288359504 140435417978779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11012] ppid=11000 vsize=15217720 memory=1056 CPUtime=1.11 cores=0,2,4,6
/proc/11002/task/11012/stat : 11012 (java) S 11000 11000 10284 0 -1 1077944384 3729 0 0 0 110 1 0 0 20 0 16 0 446198539 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140434287307424 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11013] ppid=11000 vsize=15217720 memory=1188 CPUtime=1.06 cores=0,2,4,6
/proc/11002/task/11013/stat : 11013 (java) S 11000 11000 10284 0 -1 1077944384 4116 0 0 0 105 1 0 0 20 0 16 0 446198539 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140434286254336 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11014] ppid=11000 vsize=15217720 memory=1536 CPUtime=0.56 cores=0,2,4,6
/proc/11002/task/11014/stat : 11014 (java) S 11000 11000 10284 0 -1 1077944384 8269 0 0 0 55 1 0 0 20 0 16 0 446198539 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140434285198160 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11015] ppid=11000 vsize=15217720 memory=9592 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11015/stat : 11015 (java) S 11000 11000 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446198539 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140434284149728 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11016] ppid=11000 vsize=15217720 memory=2828 CPUtime=0.26 cores=0,2,4,6
/proc/11002/task/11016/stat : 11016 (java) S 11000 11000 10284 0 -1 1077944384 480 0 0 0 12 14 0 0 20 0 16 0 446198539 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140434283096496 140435417971330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11238] ppid=11000 vsize=15217720 memory=780 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11238/stat : 11238 (java) S 11000 11000 10284 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 16 0 446261984 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140434274118720 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
Current children cumulated CPU time: 1911.14 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12783608 KiB

[startup+641.201 s]
/proc/loadavg: 8.57 7.93 7.52 6/234 11238
/proc/meminfo: memFree=17695676/32770624 swapFree=66953076/67108860
[pid=11000] ppid=10997 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11000/stat : 11000 (xcsp3-exec) S 10997 11000 10284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446198533 115843072 363 33554432000 4194304 5098028 140730505747536 140730505745640 140436388049532 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30605312 140730505749370 140730505749613 140730505749613 140730505752522 0
/proc/11000/statm: 28282 363 305 221 0 87 0
[pid=11002] ppid=11000 vsize=15217720 memory=12782156 CPUtime=1911.54 cores=0,2,4,6
/proc/11002/stat : 11002 (java) S 11000 11000 10284 0 -1 1077944320 522554 0 0 0 190401 753 0 0 20 0 16 0 446198533 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140725877142848 140435417960183 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
/proc/11002/statm: 3804430 3195539 3502 1 0 3765530 0
[pid=11002/tid=11003] ppid=11000 vsize=15217720 memory=111632 CPUtime=146.61 cores=0,2,4,6
/proc/11002/task/11003/stat : 11003 (java) S 11000 11000 10284 0 -1 1077944384 32184 0 0 0 14615 46 0 0 20 0 16 0 446198533 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140435422200864 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11004] ppid=11000 vsize=15217720 memory=800 CPUtime=422.89 cores=0,2,4,6
/proc/11002/task/11004/stat : 11004 (java) S 11000 11000 10284 0 -1 1077944384 127107 0 0 0 42113 176 0 0 20 0 16 0 446198534 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140435370580880 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11005] ppid=11000 vsize=15217720 memory=1452 CPUtime=423.84 cores=0,2,4,6
/proc/11002/task/11005/stat : 11005 (java) S 11000 11000 10284 0 -1 1077944384 117789 0 0 0 42219 165 0 0 20 0 16 0 446198534 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140435369528080 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11006] ppid=11000 vsize=15217720 memory=12782156 CPUtime=423.67 cores=0,2,4,6
/proc/11002/task/11006/stat : 11006 (java) S 11000 11000 10284 0 -1 1077944384 56898 0 0 0 42199 168 0 0 20 0 16 0 446198534 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140435368475792 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11007] ppid=11000 vsize=15217720 memory=1452 CPUtime=423.36 cores=0,2,4,6
/proc/11002/task/11007/stat : 11007 (java) S 11000 11000 10284 0 -1 1077944384 59340 0 0 0 42159 177 0 0 20 0 16 0 446198534 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140435367422992 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11008] ppid=11000 vsize=15217720 memory=190008 CPUtime=68.08 cores=0,2,4,6
/proc/11002/task/11008/stat : 11008 (java) R 11000 11000 10284 0 -1 4202560 111261 0 0 0 6800 8 0 0 20 0 16 0 446198536 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140434291515984 140435402956692 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11009] ppid=11000 vsize=15217720 memory=1536 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11009/stat : 11009 (java) S 11000 11000 10284 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 446198536 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140434290463584 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11010] ppid=11000 vsize=15217720 memory=9592 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11010/stat : 11010 (java) S 11000 11000 10284 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 446198536 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140434289411200 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11011] ppid=11000 vsize=15217720 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11011/stat : 11011 (java) S 11000 11000 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446198539 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140434288359504 140435417978779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11012] ppid=11000 vsize=15217720 memory=1188 CPUtime=1.11 cores=0,2,4,6
/proc/11002/task/11012/stat : 11012 (java) S 11000 11000 10284 0 -1 1077944384 3729 0 0 0 110 1 0 0 20 0 16 0 446198539 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140434287307424 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11013] ppid=11000 vsize=15217720 memory=1536 CPUtime=1.06 cores=0,2,4,6
/proc/11002/task/11013/stat : 11013 (java) S 11000 11000 10284 0 -1 1077944384 4116 0 0 0 105 1 0 0 20 0 16 0 446198539 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140434286254336 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11014] ppid=11000 vsize=15217720 memory=9592 CPUtime=0.56 cores=0,2,4,6
/proc/11002/task/11014/stat : 11014 (java) S 11000 11000 10284 0 -1 1077944384 8269 0 0 0 55 1 0 0 20 0 16 0 446198539 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140434285198160 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11015] ppid=11000 vsize=15217720 memory=2680 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11015/stat : 11015 (java) S 11000 11000 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446198539 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140434284149728 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11016] ppid=11000 vsize=15217720 memory=4104 CPUtime=0.26 cores=0,2,4,6
/proc/11002/task/11016/stat : 11016 (java) S 11000 11000 10284 0 -1 1077944384 480 0 0 0 12 14 0 0 20 0 16 0 446198539 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140434283096496 140435417971330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
[pid=11002/tid=11238] ppid=11000 vsize=15217720 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/11002/task/11238/stat : 11238 (java) S 11000 11000 10284 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 16 0 446261984 15582945280 3195539 33554432000 4194304 4196468 140725877160304 140434274118720 140435417970389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9818112 140725877162991 140725877163162 140725877163162 140725877166031 0
Current children cumulated CPU time: 1911.54 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12783608 KiB

[startup+641.301 s]
/proc/loadavg: 8.57 7.93 7.52 6/234 11238
/proc/meminfo: memFree=17695676/32770624 swapFree=66953076/67108860
[pid=11000] ppid=10997 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11000/stat : 11000 (xcsp3-exec) S 10997 11000 10284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446198533 115843072 363 33554432000 4194304 5098028 140730505747536 140730505745640 140436388049532 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30605312 140730505749370 140730505749613 140730505749613 140730505752522 0
/proc/11000/statm: 28282 363 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 1
Real time (s): 641.353
CPU time (s): 1911.71
CPU user time (s): 1904.12
CPU system time (s): 7.59723
CPU usage (%): 298.075
Max. virtual memory (cumulated for all children) (KiB): 15330848
Max. memory (cumulated for all children) (KiB): 12783608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1904.12
system time used= 7.59723
maximum resident set size= 12782428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 523198
page faults= 0
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23844
involuntary context switches= 44658


# summary of solver processes directly reported to runsolver:
#   pid: 11000
#   total CPU time (s): 1911.71
#   total CPU user time (s): 1904.12
#   total CPU system time (s): 7.59723

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.15375 second user time and 6.35012 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-17 07:47:37
IDJOB=4398933
IDBENCH=138480
IDSOLVER=2853
FILE ID=node127/4398933-1568699297
RUNJOBID= node127-1568698608-10315
PBS_JOBID= 21703817
Free space on /tmp= 61288 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-13.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-4398933-1568699297/watcher-4398933-1568699297 -o /tmp/evaluation-result-4398933-1568699297/solver-4398933-1568699297 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568698608-10315 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1379285195 HOME/instance-4398933-1568699297.xml

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

MD5SUM BENCH= 388994c608323cc5ca888624a3c66f06
RANDOM SEED=1379285195

node127.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.55
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.55
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.55
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.55
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:        28470228 kB
MemAvailable:   29633736 kB
Buffers:           91996 kB
Cached:          1356076 kB
SwapCached:        51464 kB
Active:          2722000 kB
Inactive:         978340 kB
Active(anon):    2209284 kB
Inactive(anon):    92224 kB
Active(file):     512716 kB
Inactive(file):   886116 kB
Unevictable:      108248 kB
Mlocked:          108248 kB
SwapTotal:      67108860 kB
SwapFree:       66953076 kB
Dirty:             26276 kB
Writeback:             0 kB
AnonPages:       2308412 kB
Mapped:            62132 kB
Shmem:             40672 kB
Slab:             191064 kB
SReclaimable:     161024 kB
SUnreclaim:        30040 kB
KernelStack:        3808 kB
PageTables:        10740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4720344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2199552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61260 MiB
End job on node127 at 2019-09-17 07:58:18