Trace number 4405946

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-24? 2207.31 715.351

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-26.xml
MD5SUMf8945e9ee38ae25fe131ea9d51f4675a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark442.279
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains93
Minimum domain size1087
Maximum domain size1185
Distribution of domain sizes[{"size":1087,"count":6},{"size":1088,"count":2},{"size":1089,"count":4},{"size":1090,"count":4},{"size":1091,"count":4},{"size":1092,"count":2},{"size":1093,"count":12},{"size":1094,"count":8},{"size":1095,"count":6},{"size":1096,"count":4},{"size":1097,"count":2},{"size":1098,"count":4},{"size":1099,"count":6},{"size":1101,"count":4},{"size":1102,"count":2},{"size":1103,"count":4},{"size":1104,"count":2},{"size":1105,"count":6},{"size":1106,"count":8},{"size":1107,"count":10},{"size":1108,"count":4},{"size":1109,"count":2},{"size":1110,"count":6},{"size":1111,"count":2},{"size":1112,"count":4},"...",{"size":1159,"count":10}, {"size":1160,"count":4}, {"size":1161,"count":4}, {"size":1162,"count":6}, {"size":1163,"count":10}, {"size":1164,"count":2}, {"size":1165,"count":2}, {"size":1166,"count":4}, {"size":1167,"count":2}, {"size":1168,"count":2}, {"size":1170,"count":8}, {"size":1171,"count":2}, {"size":1173,"count":4}, {"size":1174,"count":4}, {"size":1175,"count":4}, {"size":1176,"count":6}, {"size":1177,"count":2}, {"size":1178,"count":4}, {"size":1179,"count":4}, {"size":1180,"count":8}, {"size":1181,"count":10}, {"size":1182,"count":6}, {"size":1183,"count":4}, {"size":1184,"count":6}, {"size":1185,"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-4405946-1569412708.xml"  -tl '2520s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4405946-1569412708.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
2207.14/715.29	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
2207.14/715.29		at java.util.Arrays.copyOf(Arrays.java:3181)
2207.14/715.29		at java.util.ArrayList.grow(ArrayList.java:261)
2207.14/715.29		at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
2207.14/715.29		at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
2207.14/715.29		at java.util.ArrayList.add(ArrayList.java:458)
2207.14/715.29		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:159)
2207.14/715.29		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
2207.14/715.29		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
2207.14/715.29		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
2207.14/715.29		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
2207.14/715.29		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
2207.14/715.29		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
2207.14/715.29		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
2207.14/715.29		at org.xcsp.parser.XCallbacks$$Lambda$89/19986569.accept(Unknown Source)
2207.14/715.29		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
2207.14/715.29		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2207.14/715.29		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
2207.14/715.29		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
2207.14/715.29		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
2207.14/715.29		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
2207.14/715.29		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
2207.14/715.29		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
2207.14/715.29		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
2207.14/715.29		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
2207.14/715.29		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
2207.14/715.29		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
2207.14/715.29	s UNKNOWN
2207.14/715.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 (12327 MiB free)
  memory of node 1: 16384 MiB (8603 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405946-1569412708/watcher-4405946-1569412708 -o /var/tmp/evaluation-result-4405946-1569412708/solver-4405946-1569412708 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1569396627-18795 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1947704155 HOME/instance-4405946-1569412708.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=23545, runsolver pid=23542

[startup+0.100455 s]*
/proc/loadavg: 1.69 1.77 1.81 5/230 23561
/proc/meminfo: memFree=21416420/32770624 swapFree=66966900/67108860
[pid=23545] ppid=23542 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23545/stat : 23545 (xcsp3-exec) S 23542 23545 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517207199 115843072 364 33554432000 4194304 5098028 140734992480336 140734992478440 140551194710652 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 9285632 140734992487254 140734992487513 140734992487513 140734992490438 0
/proc/23545/statm: 28282 364 305 221 0 87 0
[pid=23547] ppid=23545 vsize=15144776 memory=30196 CPUtime=0.12 cores=0,2,4,6
/proc/23547/stat : 23547 (java) S 23545 23545 18764 0 -1 1077944320 5430 0 0 0 11 1 0 0 20 0 15 0 517207199 15508250624 7483 33554432000 4194304 4196468 140722253929552 140722253912096 140706981175031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
/proc/23547/statm: 3786194 7549 3155 1 0 3748377 0
[pid=23547/tid=23548] ppid=23545 vsize=15144776 memory=8180089925722843723 CPUtime=0.09 cores=0,2,4,6
/proc/23547/task/23548/stat : 23548 (java) S 23545 23545 18764 0 -1 1077944384 3336 0 0 0 8 1 0 0 20 0 15 0 517207200 15508250624 7549 33554432000 4194304 4196468 140722253929552 140706985404384 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23549] ppid=23545 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23549/stat : 23549 (java) S 23545 23545 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517207201 15508250624 7549 33554432000 4194304 4196468 140722253929552 140706892831504 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23550] ppid=23545 vsize=15144776 memory=140420619425408 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23550/stat : 23550 (java) S 23545 23545 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517207201 15508250624 7549 33554432000 4194304 4196468 140722253929552 140706891778960 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23551] ppid=23545 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23551/stat : 23551 (java) S 23545 23545 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517207201 15508250624 7549 33554432000 4194304 4196468 140722253929552 140706890726416 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23552] ppid=23545 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23552/stat : 23552 (java) S 23545 23545 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517207201 15508250624 7549 33554432000 4194304 4196468 140722253929552 140706889673872 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23553] ppid=23545 vsize=15144776 memory=140420619425408 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23553/stat : 23553 (java) S 23545 23545 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517207202 15508250624 7549 33554432000 4194304 4196468 140722253929552 140706449868784 140706981186178 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23554] ppid=23545 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23554/stat : 23554 (java) S 23545 23545 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517207202 15508250624 7549 33554432000 4194304 4196468 140722253929552 140706448815008 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23555] ppid=23545 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23555/stat : 23555 (java) S 23545 23545 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517207203 15508250624 7549 33554432000 4194304 4196468 140722253929552 140706447762416 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23556] ppid=23545 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23556/stat : 23556 (java) S 23545 23545 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517207205 15508250624 7549 33554432000 4194304 4196468 140722253929552 140706446710992 140706981193627 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23557] ppid=23545 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23557/stat : 23557 (java) R 23545 23545 18764 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 517207205 15508250624 7549 33554432000 4194304 4196468 140722253929552 140706445658608 140706981186178 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23558] ppid=23545 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23558/stat : 23558 (java) R 23545 23545 18764 0 -1 4202560 61 0 0 0 0 0 0 0 20 0 15 0 517207205 15508250624 7549 33554432000 4194304 4196468 140722253929552 140706444606064 140706962718754 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23559] ppid=23545 vsize=15144776 memory=140420619425408 CPUtime=0.02 cores=0,2,4,6
/proc/23547/task/23559/stat : 23559 (java) S 23545 23545 18764 0 -1 1077944384 338 0 0 0 2 0 0 0 20 0 15 0 517207205 15508250624 7549 33554432000 4194304 4196468 140722253929552 140706443553520 140706981186178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23560] ppid=23545 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23560/stat : 23560 (java) S 23545 23545 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517207205 15508250624 7549 33554432000 4194304 4196468 140722253929552 140706442501216 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23561] ppid=23545 vsize=15144776 memory=140420619425408 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23561/stat : 23561 (java) S 23545 23545 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517207205 15508250624 7549 33554432000 4194304 4196468 140722253929552 140706441447728 140706981186178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31652 KiB

[startup+0.210755 s]*
/proc/loadavg: 1.69 1.77 1.81 3/230 23561
/proc/meminfo: memFree=21398360/32770624 swapFree=66966900/67108860
[pid=23545] ppid=23542 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23545/stat : 23545 (xcsp3-exec) S 23542 23545 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517207199 115843072 364 33554432000 4194304 5098028 140734992480336 140734992478440 140551194710652 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 9285632 140734992487254 140734992487513 140734992487513 140734992490438 0
/proc/23545/statm: 28282 364 305 221 0 87 0
[pid=23547] ppid=23545 vsize=15144776 memory=40460 CPUtime=0.34 cores=0,2,4,6
/proc/23547/stat : 23547 (java) S 23545 23545 18764 0 -1 1077944320 8845 0 0 0 31 3 0 0 20 0 15 0 517207199 15508250624 10115 33554432000 4194304 4196468 140722253929552 140722253912096 140706981175031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
/proc/23547/statm: 3786194 10115 3276 1 0 3748377 0
[pid=23547/tid=23548] ppid=23545 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/23547/task/23548/stat : 23548 (java) R 23545 23545 18764 0 -1 4202560 6099 0 0 0 18 2 0 0 20 0 15 0 517207200 15508250624 10115 33554432000 4194304 4196468 140722253929552 140706985409728 140706981186966 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23549] ppid=23545 vsize=15144776 memory=9276 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23549/stat : 23549 (java) S 23545 23545 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517207201 15508250624 10115 33554432000 4194304 4196468 140722253929552 140706892831504 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23550] ppid=23545 vsize=15144776 memory=4267501741173637152 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23550/stat : 23550 (java) S 23545 23545 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517207201 15508250624 10115 33554432000 4194304 4196468 140722253929552 140706891778960 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23551] ppid=23545 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23551/stat : 23551 (java) S 23545 23545 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517207201 15508250624 10115 33554432000 4194304 4196468 140722253929552 140706890726416 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23552] ppid=23545 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23552/stat : 23552 (java) S 23545 23545 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517207201 15508250624 10115 33554432000 4194304 4196468 140722253929552 140706889673872 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23553] ppid=23545 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23553/stat : 23553 (java) S 23545 23545 18764 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 517207202 15508250624 10115 33554432000 4194304 4196468 140722253929552 140706449868784 140706981186178 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23554] ppid=23545 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23554/stat : 23554 (java) S 23545 23545 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517207202 15508250624 10115 33554432000 4194304 4196468 140722253929552 140706448815008 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23555] ppid=23545 vsize=15144776 memory=140420619425408 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23555/stat : 23555 (java) S 23545 23545 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517207203 15508250624 10115 33554432000 4194304 4196468 140722253929552 140706447762416 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23556] ppid=23545 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23556/stat : 23556 (java) S 23545 23545 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517207205 15508250624 10115 33554432000 4194304 4196468 140722253929552 140706446710992 140706981193627 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23557] ppid=23545 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/23547/task/23557/stat : 23557 (java) S 23545 23545 18764 0 -1 1077944384 517 0 0 0 2 0 0 0 20 0 15 0 517207205 15508250624 10115 33554432000 4194304 4196468 140722253929552 140706445658608 140706981186178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23558] ppid=23545 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/23547/task/23558/stat : 23558 (java) S 23545 23545 18764 0 -1 1077944384 141 0 0 0 2 0 0 0 20 0 15 0 517207205 15508250624 10115 33554432000 4194304 4196468 140722253929552 140706444606064 140706981186178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23559] ppid=23545 vsize=15144776 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23547/task/23559/stat : 23559 (java) R 23545 23545 18764 0 -1 4202560 776 0 0 0 8 0 0 0 20 0 15 0 517207205 15508250624 10115 33554432000 4194304 4196468 140722253929552 140706443553520 140706959302527 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23560] ppid=23545 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23560/stat : 23560 (java) S 23545 23545 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517207205 15508250624 10115 33554432000 4194304 4196468 140722253929552 140706442501216 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23561] ppid=23545 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23561/stat : 23561 (java) S 23545 23545 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517207205 15508250624 10115 33554432000 4194304 4196468 140722253929552 140706441447728 140706981186178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41916 KiB

[startup+0.310788 s]*
/proc/loadavg: 1.69 1.77 1.81 4/230 23561
/proc/meminfo: memFree=21369740/32770624 swapFree=66966900/67108860
[pid=23545] ppid=23542 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23545/stat : 23545 (xcsp3-exec) S 23542 23545 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517207199 115843072 364 33554432000 4194304 5098028 140734992480336 140734992478440 140551194710652 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 9285632 140734992487254 140734992487513 140734992487513 140734992490438 0
/proc/23545/statm: 28282 364 305 221 0 87 0
[pid=23547] ppid=23545 vsize=15149032 memory=49524 CPUtime=0.54 cores=0,2,4,6
/proc/23547/stat : 23547 (java) S 23545 23545 18764 0 -1 1077944320 10224 0 0 0 50 4 0 0 20 0 15 0 517207199 15512608768 12381 33554432000 4194304 4196468 140722253929552 140722253912096 140706981175031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
/proc/23547/statm: 3787258 12381 3350 1 0 3748377 0
[pid=23547/tid=23548] ppid=23545 vsize=15149032 memory=7883960649037381690 CPUtime=0.3 cores=0,2,4,6
/proc/23547/task/23548/stat : 23548 (java) R 23545 23545 18764 0 -1 4202560 7215 0 0 0 27 3 0 0 20 0 15 0 517207200 15512608768 12381 33554432000 4194304 4196468 140722253929552 140706985406144 140706981196957 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23549] ppid=23545 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23549/stat : 23549 (java) S 23545 23545 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517207201 15512608768 12381 33554432000 4194304 4196468 140722253929552 140706892831504 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23550] ppid=23545 vsize=15149032 memory=3835157272162730016 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23550/stat : 23550 (java) S 23545 23545 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517207201 15512608768 12381 33554432000 4194304 4196468 140722253929552 140706891778960 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23551] ppid=23545 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23551/stat : 23551 (java) S 23545 23545 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517207201 15512608768 12381 33554432000 4194304 4196468 140722253929552 140706890726416 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23552] ppid=23545 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23552/stat : 23552 (java) S 23545 23545 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517207201 15512608768 12381 33554432000 4194304 4196468 140722253929552 140706889673872 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23553] ppid=23545 vsize=15149032 memory=140420619425408 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23553/stat : 23553 (java) S 23545 23545 18764 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 517207202 15512608768 12381 33554432000 4194304 4196468 140722253929552 140706449868784 140706981186178 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23554] ppid=23545 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23554/stat : 23554 (java) S 23545 23545 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517207202 15512608768 12381 33554432000 4194304 4196468 140722253929552 140706448815008 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23555] ppid=23545 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23555/stat : 23555 (java) S 23545 23545 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517207203 15512608768 12381 33554432000 4194304 4196468 140722253929552 140706447762416 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23556] ppid=23545 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23556/stat : 23556 (java) S 23545 23545 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517207205 15512608768 12381 33554432000 4194304 4196468 140722253929552 140706446710992 140706981193627 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23557] ppid=23545 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/23547/task/23557/stat : 23557 (java) R 23545 23545 18764 0 -1 4202560 594 0 0 0 5 0 0 0 20 0 15 0 517207205 15512608768 12381 33554432000 4194304 4196468 140722253929552 140706445658608 140706967189332 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23558] ppid=23545 vsize=15149032 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/23547/task/23558/stat : 23558 (java) S 23545 23545 18764 0 -1 1077944384 156 0 0 0 4 0 0 0 20 0 15 0 517207205 15512608768 12381 33554432000 4194304 4196468 140722253929552 140706444606064 140706981186178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23559] ppid=23545 vsize=15149032 memory=140420619425408 CPUtime=0.13 cores=0,2,4,6
/proc/23547/task/23559/stat : 23559 (java) S 23545 23545 18764 0 -1 1077944384 951 0 0 0 13 0 0 0 20 0 15 0 517207205 15512608768 12381 33554432000 4194304 4196468 140722253929552 140706443553520 140706981186178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23560] ppid=23545 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23560/stat : 23560 (java) S 23545 23545 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517207205 15512608768 12381 33554432000 4194304 4196468 140722253929552 140706442501216 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23561] ppid=23545 vsize=15149032 memory=140420619425408 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23561/stat : 23561 (java) S 23545 23545 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517207205 15512608768 12381 33554432000 4194304 4196468 140722253929552 140706441447728 140706981186178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50980 KiB

[startup+0.700937 s]
/proc/loadavg: 1.69 1.77 1.81 5/230 23561
/proc/meminfo: memFree=21288824/32770624 swapFree=66966900/67108860
[pid=23545] ppid=23542 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23545/stat : 23545 (xcsp3-exec) S 23542 23545 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517207199 115843072 364 33554432000 4194304 5098028 140734992480336 140734992478440 140551194710652 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 9285632 140734992487254 140734992487513 140734992487513 140734992490438 0
/proc/23545/statm: 28282 364 305 221 0 87 0
[pid=23547] ppid=23545 vsize=15151156 memory=104452 CPUtime=1.81 cores=0,2,4,6
/proc/23547/stat : 23547 (java) S 23545 23545 18764 0 -1 1077944320 15185 0 0 0 175 6 0 0 20 0 15 0 517207199 15514783744 26113 33554432000 4194304 4196468 140722253929552 140722253912096 140706981175031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
/proc/23547/statm: 3787789 26113 3442 1 0 3748889 0
[pid=23547/tid=23548] ppid=23545 vsize=15151156 memory=2120 CPUtime=0.68 cores=0,2,4,6
/proc/23547/task/23548/stat : 23548 (java) R 23545 23545 18764 0 -1 4202560 8542 0 0 0 64 4 0 0 20 0 15 0 517207200 15514783744 26113 33554432000 4194304 4196468 140722253929552 140706985412160 140706572101320 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23549] ppid=23545 vsize=15151156 memory=508 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23549/stat : 23549 (java) S 23545 23545 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517207201 15514783744 26113 33554432000 4194304 4196468 140722253929552 140706892831504 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23550] ppid=23545 vsize=15151156 memory=1560 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23550/stat : 23550 (java) S 23545 23545 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517207201 15514783744 26113 33554432000 4194304 4196468 140722253929552 140706891778960 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23551] ppid=23545 vsize=15151156 memory=932 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23551/stat : 23551 (java) S 23545 23545 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517207201 15514783744 26113 33554432000 4194304 4196468 140722253929552 140706890726416 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23552] ppid=23545 vsize=15151156 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23552/stat : 23552 (java) S 23545 23545 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517207201 15514783744 26113 33554432000 4194304 4196468 140722253929552 140706889673872 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23553] ppid=23545 vsize=15151156 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23553/stat : 23553 (java) S 23545 23545 18764 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 517207202 15514783744 26113 33554432000 4194304 4196468 140722253929552 140706449868784 140706981186178 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23554] ppid=23545 vsize=15151156 memory=864 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23554/stat : 23554 (java) S 23545 23545 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517207202 15514783744 26113 33554432000 4194304 4196468 140722253929552 140706448815008 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23555] ppid=23545 vsize=15151156 memory=1976 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23555/stat : 23555 (java) S 23545 23545 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517207203 15514783744 26113 33554432000 4194304 4196468 140722253929552 140706447762416 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23556] ppid=23545 vsize=15151156 memory=2496 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23556/stat : 23556 (java) S 23545 23545 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517207205 15514783744 26113 33554432000 4194304 4196468 140722253929552 140706446710992 140706981193627 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23557] ppid=23545 vsize=15151156 memory=7302135314614015842 CPUtime=0.38 cores=0,2,4,6
/proc/23547/task/23557/stat : 23557 (java) R 23545 23545 18764 0 -1 4202560 1805 0 0 0 38 0 0 0 20 0 15 0 517207205 15514783744 26113 33554432000 4194304 4196468 140722253929552 140706445649936 140706967190588 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23558] ppid=23545 vsize=15151156 memory=6372425695878671705 CPUtime=0.37 cores=0,2,4,6
/proc/23547/task/23558/stat : 23558 (java) R 23545 23545 18764 0 -1 4202560 1341 0 0 0 37 0 0 0 20 0 15 0 517207205 15514783744 26113 33554432000 4194304 4196468 140722253929552 140706444591600 140706965598672 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23559] ppid=23545 vsize=15151156 memory=7223887401239728208 CPUtime=0.34 cores=0,2,4,6
/proc/23547/task/23559/stat : 23559 (java) S 23545 23545 18764 0 -1 1077944384 2184 0 0 0 34 0 0 0 20 0 15 0 517207205 15514783744 26113 33554432000 4194304 4196468 140722253929552 140706443553520 140706981186178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23560] ppid=23545 vsize=15151156 memory=7079772213163872336 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23560/stat : 23560 (java) S 23545 23545 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517207205 15514783744 26113 33554432000 4194304 4196468 140722253929552 140706442501216 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23561] ppid=23545 vsize=15151156 memory=5794554270290830437 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23561/stat : 23561 (java) S 23545 23545 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517207205 15514783744 26113 33554432000 4194304 4196468 140722253929552 140706441447728 140706981186178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 105908 KiB

[startup+1.50498 s]
/proc/loadavg: 1.69 1.77 1.81 3/230 23561
/proc/meminfo: memFree=24965408/32770624 swapFree=66966900/67108860
[pid=23545] ppid=23542 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23545/stat : 23545 (xcsp3-exec) S 23542 23545 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517207199 115843072 364 33554432000 4194304 5098028 140734992480336 140734992478440 140551194710652 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 9285632 140734992487254 140734992487513 140734992487513 140734992490438 0
/proc/23545/statm: 28282 364 305 221 0 87 0

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

/proc/23547/task/23550/stat : 23550 (java) S 23545 23545 18764 0 -1 1077944384 104138 0 0 0 49559 155 0 0 20 0 15 0 517207201 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706891778960 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23551] ppid=23545 vsize=15151156 memory=2020 CPUtime=497.96 cores=0,2,4,6
/proc/23547/task/23551/stat : 23551 (java) S 23545 23545 18764 0 -1 1077944384 98160 0 0 0 49637 159 0 0 20 0 15 0 517207201 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706890726416 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23552] ppid=23545 vsize=15151156 memory=288230574492221466 CPUtime=497.57 cores=0,2,4,6
/proc/23547/task/23552/stat : 23552 (java) S 23545 23545 18764 0 -1 1077944384 71693 0 0 0 49597 160 0 0 20 0 15 0 517207201 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706889673872 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23553] ppid=23545 vsize=15151156 memory=288230617509003574 CPUtime=64.42 cores=0,2,4,6
/proc/23547/task/23553/stat : 23553 (java) R 23545 23545 18764 0 -1 4202560 118505 0 0 0 6434 8 0 0 20 0 15 0 517207202 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706449867344 140706966171441 0 0 0 16800975 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23554] ppid=23545 vsize=15151156 memory=14408211662899591 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23554/stat : 23554 (java) S 23545 23545 18764 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 517207202 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706448815072 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23555] ppid=23545 vsize=15151156 memory=12586844 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23555/stat : 23555 (java) S 23545 23545 18764 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 517207203 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706447762432 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23556] ppid=23545 vsize=15151156 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23556/stat : 23556 (java) S 23545 23545 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517207205 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706446710992 140706981193627 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23557] ppid=23545 vsize=15151156 memory=12586844 CPUtime=1.09 cores=0,2,4,6
/proc/23547/task/23557/stat : 23557 (java) S 23545 23545 18764 0 -1 1077944384 5131 0 0 0 108 1 0 0 20 0 15 0 517207205 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706445658656 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23558] ppid=23545 vsize=15151156 memory=6791534058613427641 CPUtime=1.13 cores=0,2,4,6
/proc/23547/task/23558/stat : 23558 (java) S 23545 23545 18764 0 -1 1077944384 3972 0 0 0 112 1 0 0 20 0 15 0 517207205 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706444606112 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23559] ppid=23545 vsize=15151156 memory=-3117775541953848935 CPUtime=0.54 cores=0,2,4,6
/proc/23547/task/23559/stat : 23559 (java) S 23545 23545 18764 0 -1 1077944384 6830 0 0 0 53 1 0 0 20 0 15 0 517207205 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706443553280 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23560] ppid=23545 vsize=15151156 memory=7295947225304162716 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23560/stat : 23560 (java) S 23545 23545 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517207205 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706442501216 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23561] ppid=23545 vsize=15151156 memory=6811895185499135200 CPUtime=0.61 cores=0,2,4,6
/proc/23547/task/23561/stat : 23561 (java) S 23545 23545 18764 0 -1 1077944384 555 0 0 0 34 27 0 0 20 0 15 0 517207205 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706441447728 140706981186178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
Current children cumulated CPU time: 2205.54 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12588300 KiB

[startup+714.401 s]
/proc/loadavg: 4.99 4.23 3.02 3/229 23726
/proc/meminfo: memFree=11973152/32770624 swapFree=66966900/67108860
[pid=23545] ppid=23542 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23545/stat : 23545 (xcsp3-exec) S 23542 23545 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517207199 115843072 364 33554432000 4194304 5098028 140734992480336 140734992478440 140551194710652 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 9285632 140734992487254 140734992487513 140734992487513 140734992490438 0
/proc/23545/statm: 28282 364 305 221 0 87 0
[pid=23547] ppid=23545 vsize=15151156 memory=12586844 CPUtime=2206.34 cores=0,2,4,6
/proc/23547/stat : 23547 (java) S 23545 23545 18764 0 -1 1077944320 572201 0 0 0 219941 693 0 0 20 0 15 0 517207199 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140722253912096 140706981175031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
/proc/23547/statm: 3787789 3146711 3501 1 0 3748889 0
[pid=23547/tid=23548] ppid=23545 vsize=15151156 memory=2120 CPUtime=148.62 cores=0,2,4,6
/proc/23547/task/23548/stat : 23548 (java) S 23545 23545 18764 0 -1 1077944384 27178 0 0 0 14815 47 0 0 20 0 15 0 517207200 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706985413216 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23549] ppid=23545 vsize=15151156 memory=508 CPUtime=496.38 cores=0,2,4,6
/proc/23547/task/23549/stat : 23549 (java) S 23545 23545 18764 0 -1 1077944384 134736 0 0 0 49485 153 0 0 20 0 15 0 517207201 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706892831504 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23550] ppid=23545 vsize=15151156 memory=12586840 CPUtime=497.14 cores=0,2,4,6
/proc/23547/task/23550/stat : 23550 (java) S 23545 23545 18764 0 -1 1077944384 104138 0 0 0 49559 155 0 0 20 0 15 0 517207201 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706891778960 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23551] ppid=23545 vsize=15151156 memory=1456 CPUtime=497.96 cores=0,2,4,6
/proc/23547/task/23551/stat : 23551 (java) S 23545 23545 18764 0 -1 1077944384 98160 0 0 0 49637 159 0 0 20 0 15 0 517207201 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706890726416 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23552] ppid=23545 vsize=15151156 memory=12586844 CPUtime=497.57 cores=0,2,4,6
/proc/23547/task/23552/stat : 23552 (java) S 23545 23545 18764 0 -1 1077944384 71693 0 0 0 49597 160 0 0 20 0 15 0 517207201 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706889673872 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23553] ppid=23545 vsize=15151156 memory=988 CPUtime=65.22 cores=0,2,4,6
/proc/23547/task/23553/stat : 23553 (java) R 23545 23545 18764 0 -1 4202560 118505 0 0 0 6514 8 0 0 20 0 15 0 517207202 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706449867232 140706966171412 0 0 0 16800975 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23554] ppid=23545 vsize=15151156 memory=2020 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23554/stat : 23554 (java) S 23545 23545 18764 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 517207202 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706448815072 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23555] ppid=23545 vsize=15151156 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23555/stat : 23555 (java) S 23545 23545 18764 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 517207203 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706447762432 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23556] ppid=23545 vsize=15151156 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23556/stat : 23556 (java) S 23545 23545 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517207205 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706446710992 140706981193627 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23557] ppid=23545 vsize=15151156 memory=1196 CPUtime=1.09 cores=0,2,4,6
/proc/23547/task/23557/stat : 23557 (java) S 23545 23545 18764 0 -1 1077944384 5131 0 0 0 108 1 0 0 20 0 15 0 517207205 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706445658656 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23558] ppid=23545 vsize=15151156 memory=1044 CPUtime=1.13 cores=0,2,4,6
/proc/23547/task/23558/stat : 23558 (java) S 23545 23545 18764 0 -1 1077944384 3972 0 0 0 112 1 0 0 20 0 15 0 517207205 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706444606112 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23559] ppid=23545 vsize=15151156 memory=712 CPUtime=0.54 cores=0,2,4,6
/proc/23547/task/23559/stat : 23559 (java) S 23545 23545 18764 0 -1 1077944384 6830 0 0 0 53 1 0 0 20 0 15 0 517207205 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706443553280 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23560] ppid=23545 vsize=15151156 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23560/stat : 23560 (java) S 23545 23545 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517207205 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706442501216 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23561] ppid=23545 vsize=15151156 memory=8144 CPUtime=0.61 cores=0,2,4,6
/proc/23547/task/23561/stat : 23561 (java) S 23545 23545 18764 0 -1 1077944384 555 0 0 0 34 27 0 0 20 0 15 0 517207205 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706441447728 140706981186178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
Current children cumulated CPU time: 2206.34 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12588300 KiB

[startup+714.801 s]
/proc/loadavg: 4.99 4.23 3.02 3/229 23726
/proc/meminfo: memFree=11973152/32770624 swapFree=66966900/67108860
[pid=23545] ppid=23542 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23545/stat : 23545 (xcsp3-exec) S 23542 23545 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517207199 115843072 364 33554432000 4194304 5098028 140734992480336 140734992478440 140551194710652 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 9285632 140734992487254 140734992487513 140734992487513 140734992490438 0
/proc/23545/statm: 28282 364 305 221 0 87 0
[pid=23547] ppid=23545 vsize=15151156 memory=12586844 CPUtime=2206.74 cores=0,2,4,6
/proc/23547/stat : 23547 (java) S 23545 23545 18764 0 -1 1077944320 572379 0 0 0 219981 693 0 0 20 0 15 0 517207199 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140722253912096 140706981175031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
/proc/23547/statm: 3787789 3146711 3501 1 0 3748889 0
[pid=23547/tid=23548] ppid=23545 vsize=15151156 memory=14408211662899591 CPUtime=148.62 cores=0,2,4,6
/proc/23547/task/23548/stat : 23548 (java) S 23545 23545 18764 0 -1 1077944384 27178 0 0 0 14815 47 0 0 20 0 15 0 517207200 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706985413216 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23549] ppid=23545 vsize=15151156 memory=8144 CPUtime=496.38 cores=0,2,4,6
/proc/23547/task/23549/stat : 23549 (java) S 23545 23545 18764 0 -1 1077944384 134736 0 0 0 49485 153 0 0 20 0 15 0 517207201 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706892831504 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23550] ppid=23545 vsize=15151156 memory=10492 CPUtime=497.14 cores=0,2,4,6
/proc/23547/task/23550/stat : 23550 (java) S 23545 23545 18764 0 -1 1077944384 104138 0 0 0 49559 155 0 0 20 0 15 0 517207201 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706891778960 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23551] ppid=23545 vsize=15151156 memory=14012 CPUtime=497.96 cores=0,2,4,6
/proc/23547/task/23551/stat : 23551 (java) S 23545 23545 18764 0 -1 1077944384 98160 0 0 0 49637 159 0 0 20 0 15 0 517207201 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706890726416 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23552] ppid=23545 vsize=15151156 memory=14080 CPUtime=497.57 cores=0,2,4,6
/proc/23547/task/23552/stat : 23552 (java) S 23545 23545 18764 0 -1 1077944384 71693 0 0 0 49597 160 0 0 20 0 15 0 517207201 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706889673872 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23553] ppid=23545 vsize=15151156 memory=36752 CPUtime=65.62 cores=0,2,4,6
/proc/23547/task/23553/stat : 23553 (java) R 23545 23545 18764 0 -1 4202560 118683 0 0 0 6554 8 0 0 20 0 15 0 517207202 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706449867232 140706966171540 0 0 0 16800975 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23554] ppid=23545 vsize=15151156 memory=2120 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23554/stat : 23554 (java) S 23545 23545 18764 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 517207202 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706448815072 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23555] ppid=23545 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23555/stat : 23555 (java) S 23545 23545 18764 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 517207203 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706447762432 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23556] ppid=23545 vsize=15151156 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23556/stat : 23556 (java) S 23545 23545 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517207205 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706446710992 140706981193627 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23557] ppid=23545 vsize=15151156 memory=12586844 CPUtime=1.09 cores=0,2,4,6
/proc/23547/task/23557/stat : 23557 (java) S 23545 23545 18764 0 -1 1077944384 5131 0 0 0 108 1 0 0 20 0 15 0 517207205 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706445658656 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23558] ppid=23545 vsize=15151156 memory=14408211662899591 CPUtime=1.13 cores=0,2,4,6
/proc/23547/task/23558/stat : 23558 (java) S 23545 23545 18764 0 -1 1077944384 3972 0 0 0 112 1 0 0 20 0 15 0 517207205 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706444606112 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23559] ppid=23545 vsize=15151156 memory=508 CPUtime=0.54 cores=0,2,4,6
/proc/23547/task/23559/stat : 23559 (java) S 23545 23545 18764 0 -1 1077944384 6830 0 0 0 53 1 0 0 20 0 15 0 517207205 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706443553280 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23560] ppid=23545 vsize=15151156 memory=1038372 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23560/stat : 23560 (java) S 23545 23545 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517207205 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706442501216 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23561] ppid=23545 vsize=15151156 memory=1660 CPUtime=0.61 cores=0,2,4,6
/proc/23547/task/23561/stat : 23561 (java) S 23545 23545 18764 0 -1 1077944384 555 0 0 0 34 27 0 0 20 0 15 0 517207205 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706441447728 140706981186178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
Current children cumulated CPU time: 2206.74 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12588300 KiB

[startup+715.201 s]
/proc/loadavg: 4.99 4.23 3.02 3/230 23728
/proc/meminfo: memFree=11972464/32770624 swapFree=66966900/67108860
[pid=23545] ppid=23542 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23545/stat : 23545 (xcsp3-exec) S 23542 23545 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517207199 115843072 364 33554432000 4194304 5098028 140734992480336 140734992478440 140551194710652 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 9285632 140734992487254 140734992487513 140734992487513 140734992490438 0
/proc/23545/statm: 28282 364 305 221 0 87 0
[pid=23547] ppid=23545 vsize=15151156 memory=12586844 CPUtime=2207.14 cores=0,2,4,6
/proc/23547/stat : 23547 (java) S 23545 23545 18764 0 -1 1077944320 572379 0 0 0 220021 693 0 0 20 0 15 0 517207199 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140722253912096 140706981175031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
/proc/23547/statm: 3787789 3146711 3501 1 0 3748889 0
[pid=23547/tid=23548] ppid=23545 vsize=15151156 memory=65700 CPUtime=148.62 cores=0,2,4,6
/proc/23547/task/23548/stat : 23548 (java) S 23545 23545 18764 0 -1 1077944384 27178 0 0 0 14815 47 0 0 20 0 15 0 517207200 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706985413216 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23549] ppid=23545 vsize=15151156 memory=988 CPUtime=496.38 cores=0,2,4,6
/proc/23547/task/23549/stat : 23549 (java) S 23545 23545 18764 0 -1 1077944384 134736 0 0 0 49485 153 0 0 20 0 15 0 517207201 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706892831504 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23550] ppid=23545 vsize=15151156 memory=2020 CPUtime=497.14 cores=0,2,4,6
/proc/23547/task/23550/stat : 23550 (java) S 23545 23545 18764 0 -1 1077944384 104138 0 0 0 49559 155 0 0 20 0 15 0 517207201 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706891778960 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23551] ppid=23545 vsize=15151156 memory=1436 CPUtime=497.96 cores=0,2,4,6
/proc/23547/task/23551/stat : 23551 (java) S 23545 23545 18764 0 -1 1077944384 98160 0 0 0 49637 159 0 0 20 0 15 0 517207201 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706890726416 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23552] ppid=23545 vsize=15151156 memory=776 CPUtime=497.57 cores=0,2,4,6
/proc/23547/task/23552/stat : 23552 (java) S 23545 23545 18764 0 -1 1077944384 71693 0 0 0 49597 160 0 0 20 0 15 0 517207201 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706889673872 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23553] ppid=23545 vsize=15151156 memory=6791534058613427641 CPUtime=66.02 cores=0,2,4,6
/proc/23547/task/23553/stat : 23553 (java) R 23545 23545 18764 0 -1 4202560 118683 0 0 0 6594 8 0 0 20 0 15 0 517207202 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706449867232 140706966171435 0 0 0 16800975 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23554] ppid=23545 vsize=15151156 memory=2020 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23554/stat : 23554 (java) S 23545 23545 18764 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 517207202 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706448815072 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23555] ppid=23545 vsize=15151156 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23555/stat : 23555 (java) S 23545 23545 18764 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 517207203 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706447762432 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23556] ppid=23545 vsize=15151156 memory=776 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23556/stat : 23556 (java) S 23545 23545 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517207205 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706446710992 140706981193627 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23557] ppid=23545 vsize=15151156 memory=1056 CPUtime=1.09 cores=0,2,4,6
/proc/23547/task/23557/stat : 23557 (java) S 23545 23545 18764 0 -1 1077944384 5131 0 0 0 108 1 0 0 20 0 15 0 517207205 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706445658656 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23558] ppid=23545 vsize=15151156 memory=3616 CPUtime=1.13 cores=0,2,4,6
/proc/23547/task/23558/stat : 23558 (java) S 23545 23545 18764 0 -1 1077944384 3972 0 0 0 112 1 0 0 20 0 15 0 517207205 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706444606112 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23559] ppid=23545 vsize=15151156 memory=1552 CPUtime=0.54 cores=0,2,4,6
/proc/23547/task/23559/stat : 23559 (java) S 23545 23545 18764 0 -1 1077944384 6830 0 0 0 53 1 0 0 20 0 15 0 517207205 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706443553280 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23560] ppid=23545 vsize=15151156 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23560/stat : 23560 (java) S 23545 23545 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517207205 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706442501216 140706981185237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
[pid=23547/tid=23561] ppid=23545 vsize=15151156 memory=12586844 CPUtime=0.61 cores=0,2,4,6
/proc/23547/task/23561/stat : 23561 (java) S 23545 23545 18764 0 -1 1077944384 555 0 0 0 34 27 0 0 20 0 15 0 517207205 15514783744 3146711 33554432000 4194304 4196468 140722253929552 140706441447728 140706981186178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 12738560 140722253935579 140722253935754 140722253935754 140722253938639 0
Current children cumulated CPU time: 2207.14 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12588300 KiB

[startup+715.301 s]
/proc/loadavg: 4.99 4.23 3.02 3/230 23728
/proc/meminfo: memFree=11972464/32770624 swapFree=66966900/67108860
[pid=23545] ppid=23542 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23545/stat : 23545 (xcsp3-exec) S 23542 23545 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517207199 115843072 364 33554432000 4194304 5098028 140734992480336 140734992478440 140551194710652 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 9285632 140734992487254 140734992487513 140734992487513 140734992490438 0
/proc/23545/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 1
Real time (s): 715.351
CPU time (s): 2207.31
CPU user time (s): 2200.31
CPU system time (s): 6.99546
CPU usage (%): 308.563
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12588300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2200.31
system time used= 6.99546
maximum resident set size= 12587228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 573161
page faults= 0
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24694
involuntary context switches= 18142


# summary of solver processes directly reported to runsolver:
#   pid: 23545
#   total CPU time (s): 2207.31
#   total CPU user time (s): 2200.31
#   total CPU system time (s): 6.99546

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.79588 second user time and 7.17084 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-25 13:57:45
IDJOB=4405946
IDBENCH=138488
IDSOLVER=2869
FILE ID=node145/4405946-1569412708
RUNJOBID= node145-1569396627-18795
PBS_JOBID= 21705680
Free space on /var/tmp= 13492 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-26.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405946-1569412708/watcher-4405946-1569412708 -o /var/tmp/evaluation-result-4405946-1569412708/solver-4405946-1569412708 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1569396627-18795 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1947704155 HOME/instance-4405946-1569412708.xml

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

MD5SUM BENCH= f8945e9ee38ae25fe131ea9d51f4675a
RANDOM SEED=1947704155

node145.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21433668 kB
MemAvailable:   27644336 kB
Buffers:          182020 kB
Cached:          6157028 kB
SwapCached:        32492 kB
Active:          7257528 kB
Inactive:        3279268 kB
Active(anon):    4165680 kB
Inactive(anon):    89904 kB
Active(file):    3091848 kB
Inactive(file):  3189364 kB
Unevictable:      108768 kB
Mlocked:          108768 kB
SwapTotal:      67108860 kB
SwapFree:       66966900 kB
Dirty:             26004 kB
Writeback:             0 kB
AnonPages:       4212304 kB
Mapped:            71224 kB
Shmem:             48856 kB
Slab:             387872 kB
SReclaimable:     357916 kB
SUnreclaim:        29956 kB
KernelStack:        3792 kB
PageTables:        14276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5005044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4130816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13468 MiB
End job on node145 at 2019-09-25 14:09:41