Trace number 4292237

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 NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7 seq (493a269)? 58.6403 23.9653

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-15-4-rom_c18.xml
MD5SUM11fd43c8e45d476b85885954fcb4d1ec
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark43
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables585
Number of constraints120
Number of domains5
Minimum domain size2
Maximum domain size133790
Distribution of domain sizes[{"size":2,"count":30},{"size":16,"count":210},{"size":27,"count":225},{"size":133790,"count":120}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":150},{"degree":2,"count":210},{"degree":8,"count":225}]
Minimum constraint arity18
Maximum constraint arity19
Distribution of constraint arities[{"arity":18,"count":30},{"arity":19,"count":90}]
Number of extensional constraints120
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":120}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4292237-1532335569.xml"  -tl '2400s' -p 1 -x 0
0.13/0.17	c Choco 493a269
0.13/0.18	c [HOME/instance-4292237-1532335569.xml, -tl, 2400s, -p, 1, -x, 0]
0.13/0.21	c simple solver
0.34/0.28	c parse instance...
58.39/23.80	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
58.39/23.80		at org.chocosolver.solver.constraints.extension.nary.PropCompactTableStar.computeSupports(PropCompactTableStar.java:81)
58.39/23.80		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
58.39/23.80		at org.chocosolver.solver.constraints.extension.nary.PropCompactTableStar.<init>(PropCompactTableStar.java:45)
58.39/23.80		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2012)
58.39/23.80		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1970)
58.39/23.80		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:315)
58.39/23.80		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
58.39/23.80		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
58.39/23.80		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
58.39/23.80		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
58.39/23.80		at org.xcsp.parser.XCallbacks$$Lambda$98/477289012.accept(Unknown Source)
58.39/23.80		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
58.39/23.80		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
58.56/23.91		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
58.56/23.91		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1414)
58.56/23.91		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
58.56/23.91		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
58.56/23.91		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
58.56/23.91		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
58.56/23.91		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
58.56/23.91		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:107)
58.56/23.91		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:94)
58.56/23.91		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
58.56/23.91	s UNKNOWN
58.56/23.91	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 (7200 MiB free)
  memory of node 1: 16384 MiB (11624 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292237-1532335569/watcher-4292237-1532335569 -o /tmp/evaluation-result-4292237-1532335569/solver-4292237-1532335569 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532328173-11339 --watchdog 2560 HOME/xcsp3-exec -seed 1197462446 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292237-1532335569.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=12366, runsolver pid=12363
Current StackSize limit: 8192 KiB


[startup+0.104545 s]*
/proc/loadavg: 2.04 2.07 2.09 4/217 12382
/proc/meminfo: memFree=19259556/32770624 swapFree=67108860/67108860
[pid=12366] ppid=12363 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12366/stat : 12366 (xcsp3-exec) S 12363 12366 11307 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 51120319 115843072 364 33554432000 4194304 5098028 140728039377216 140728039375320 140635169854076 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 40660992 140728039380026 140728039380228 140728039380228 140728039382986 0
/proc/12366/statm: 28282 364 306 221 0 87 0
[pid=12368] ppid=12366 vsize=14082840 memory=29040 CPUtime=0.13 cores=1,3,5,7
/proc/12368/stat : 12368 (java) S 12366 12366 11307 0 -1 1077944320 5632 0 0 0 12 1 0 0 20 0 15 0 51120320 14420828160 7260 33554432000 4194304 4196468 140732022202544 140732022185088 140716930268919 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
/proc/12368/statm: 3520710 7260 3001 1 0 3483008 0
[pid=12368/tid=12369] ppid=12366 vsize=14082840 memory=8514701219880730789 CPUtime=0.09 cores=1,3,5,7
/proc/12368/task/12369/stat : 12369 (java) R 12366 12366 11307 0 -1 4202560 3567 0 0 0 9 0 0 0 20 0 15 0 51120320 14420828160 7260 33554432000 4194304 4196468 140732022202544 140716934505264 140716930290845 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12370] ppid=12366 vsize=14082840 memory=3472468402915689680 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12370/stat : 12370 (java) S 12366 12366 11307 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51120321 14420828160 7260 33554432000 4194304 4196468 140732022202544 140716525677712 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12371] ppid=12366 vsize=14082840 memory=140274020537984 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12371/stat : 12371 (java) S 12366 12366 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51120321 14420828160 7260 33554432000 4194304 4196468 140732022202544 140716524624912 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12372] ppid=12366 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12372/stat : 12372 (java) S 12366 12366 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51120321 14420828160 7260 33554432000 4194304 4196468 140732022202544 140716523572112 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12373] ppid=12366 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12373/stat : 12373 (java) S 12366 12366 11307 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51120321 14420828160 7260 33554432000 4194304 4196468 140732022202544 140716522519312 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12374] ppid=12366 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12374/stat : 12374 (java) S 12366 12366 11307 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51120322 14420828160 7260 33554432000 4194304 4196468 140732022202544 140716044003696 140716930280066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12375] ppid=12366 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12375/stat : 12375 (java) S 12366 12366 11307 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51120322 14420828160 7260 33554432000 4194304 4196468 140732022202544 140716042949664 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12376] ppid=12366 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12376/stat : 12376 (java) S 12366 12366 11307 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51120323 14420828160 7260 33554432000 4194304 4196468 140732022202544 140716041896816 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12377] ppid=12366 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12377/stat : 12377 (java) S 12366 12366 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51120325 14420828160 7260 33554432000 4194304 4196468 140732022202544 140716040845136 140716930287515 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12378] ppid=12366 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12378/stat : 12378 (java) R 12366 12366 11307 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 51120325 14420828160 7260 33554432000 4194304 4196468 140732022202544 140716039793520 140716930280066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12379] ppid=12366 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12379/stat : 12379 (java) S 12366 12366 11307 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 51120325 14420828160 7260 33554432000 4194304 4196468 140732022202544 140716038740720 140716930280066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12380] ppid=12366 vsize=14082840 memory=140274020537984 CPUtime=0.01 cores=1,3,5,7
/proc/12368/task/12380/stat : 12380 (java) R 12366 12366 11307 0 -1 4202560 331 0 0 0 1 0 0 0 20 0 15 0 51120325 14420828160 7260 33554432000 4194304 4196468 140732022202544 140716037687920 140716930280854 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12381] ppid=12366 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12381/stat : 12381 (java) S 12366 12366 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51120325 14420828160 7260 33554432000 4194304 4196468 140732022202544 140716036635360 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12382] ppid=12366 vsize=14082840 memory=140274020537984 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12382/stat : 12382 (java) S 12366 12366 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51120326 14420828160 7260 33554432000 4194304 4196468 140732022202544 140716035582640 140716930280066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 30496 KiB

[startup+0.210622 s]*
/proc/loadavg: 2.04 2.07 2.09 5/217 12382
/proc/meminfo: memFree=19248516/32770624 swapFree=67108860/67108860
[pid=12366] ppid=12363 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12366/stat : 12366 (xcsp3-exec) S 12363 12366 11307 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 51120319 115843072 364 33554432000 4194304 5098028 140728039377216 140728039375320 140635169854076 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 40660992 140728039380026 140728039380228 140728039380228 140728039382986 0
/proc/12366/statm: 28282 364 306 221 0 87 0
[pid=12368] ppid=12366 vsize=14082840 memory=40344 CPUtime=0.34 cores=1,3,5,7
/proc/12368/stat : 12368 (java) S 12366 12366 11307 0 -1 1077944320 8176 0 0 0 32 2 0 0 20 0 15 0 51120320 14420828160 10086 33554432000 4194304 4196468 140732022202544 140732022185088 140716930268919 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
/proc/12368/statm: 3520710 10086 3176 1 0 3483008 0
[pid=12368/tid=12369] ppid=12366 vsize=14082840 memory=5852833021473685665 CPUtime=0.19 cores=1,3,5,7
/proc/12368/task/12369/stat : 12369 (java) R 12366 12366 11307 0 -1 4202560 5422 0 0 0 18 1 0 0 20 0 15 0 51120320 14420828160 10086 33554432000 4194304 4196468 140732022202544 140716934503904 140716914349406 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12370] ppid=12366 vsize=14082840 memory=3472468402915689680 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12370/stat : 12370 (java) S 12366 12366 11307 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51120321 14420828160 10086 33554432000 4194304 4196468 140732022202544 140716525677712 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12371] ppid=12366 vsize=14082840 memory=140274020537984 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12371/stat : 12371 (java) S 12366 12366 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51120321 14420828160 10086 33554432000 4194304 4196468 140732022202544 140716524624912 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12372] ppid=12366 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12372/stat : 12372 (java) S 12366 12366 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51120321 14420828160 10086 33554432000 4194304 4196468 140732022202544 140716523572112 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12373] ppid=12366 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12373/stat : 12373 (java) S 12366 12366 11307 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51120321 14420828160 10086 33554432000 4194304 4196468 140732022202544 140716522519312 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12374] ppid=12366 vsize=14082840 memory=140274020537984 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12374/stat : 12374 (java) S 12366 12366 11307 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 51120322 14420828160 10086 33554432000 4194304 4196468 140732022202544 140716044003696 140716930280066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12375] ppid=12366 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12375/stat : 12375 (java) S 12366 12366 11307 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51120322 14420828160 10086 33554432000 4194304 4196468 140732022202544 140716042949664 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12376] ppid=12366 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12376/stat : 12376 (java) S 12366 12366 11307 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51120323 14420828160 10086 33554432000 4194304 4196468 140732022202544 140716041896816 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12377] ppid=12366 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12377/stat : 12377 (java) S 12366 12366 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51120325 14420828160 10086 33554432000 4194304 4196468 140732022202544 140716040845136 140716930287515 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12378] ppid=12366 vsize=14082840 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/12368/task/12378/stat : 12378 (java) S 12366 12366 11307 0 -1 1077944384 392 0 0 0 2 0 0 0 20 0 15 0 51120325 14420828160 10086 33554432000 4194304 4196468 140732022202544 140716039793520 140716930280066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12379] ppid=12366 vsize=14082840 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/12368/task/12379/stat : 12379 (java) S 12366 12366 11307 0 -1 1077944384 294 0 0 0 2 0 0 0 20 0 15 0 51120325 14420828160 10086 33554432000 4194304 4196468 140732022202544 140716038740720 140716930280066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12380] ppid=12366 vsize=14082840 memory=140274020537984 CPUtime=0.07 cores=1,3,5,7
/proc/12368/task/12380/stat : 12380 (java) S 12366 12366 11307 0 -1 1077944384 769 0 0 0 7 0 0 0 20 0 15 0 51120325 14420828160 10086 33554432000 4194304 4196468 140732022202544 140716037687920 140716930280066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12381] ppid=12366 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12381/stat : 12381 (java) S 12366 12366 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51120325 14420828160 10086 33554432000 4194304 4196468 140732022202544 140716036635360 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12382] ppid=12366 vsize=14082840 memory=140274020537984 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12382/stat : 12382 (java) S 12366 12366 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51120326 14420828160 10086 33554432000 4194304 4196468 140732022202544 140716035582640 140716930280066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 41800 KiB

[startup+0.31058 s]*
/proc/loadavg: 2.04 2.07 2.09 4/217 12382
/proc/meminfo: memFree=19242188/32770624 swapFree=67108860/67108860
[pid=12366] ppid=12363 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12366/stat : 12366 (xcsp3-exec) S 12363 12366 11307 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 51120319 115843072 364 33554432000 4194304 5098028 140728039377216 140728039375320 140635169854076 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 40660992 140728039380026 140728039380228 140728039380228 140728039382986 0
/proc/12366/statm: 28282 364 306 221 0 87 0
[pid=12368] ppid=12366 vsize=14087096 memory=47768 CPUtime=0.52 cores=1,3,5,7
/proc/12368/stat : 12368 (java) S 12366 12366 11307 0 -1 1077944320 9130 0 0 0 49 3 0 0 20 0 15 0 51120320 14425186304 11942 33554432000 4194304 4196468 140732022202544 140732022185088 140716930268919 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
/proc/12368/statm: 3521774 11942 3257 1 0 3483008 0
[pid=12368/tid=12369] ppid=12366 vsize=14087096 memory=8514701219881125277 CPUtime=0.29 cores=1,3,5,7
/proc/12368/task/12369/stat : 12369 (java) R 12366 12366 11307 0 -1 4202560 6136 0 0 0 27 2 0 0 20 0 15 0 51120320 14425186304 12007 33554432000 4194304 4196468 140732022202544 140716934508320 140716930290845 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12370] ppid=12366 vsize=14087096 memory=3472468402915689680 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12370/stat : 12370 (java) S 12366 12366 11307 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51120321 14425186304 12007 33554432000 4194304 4196468 140732022202544 140716525677712 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12371] ppid=12366 vsize=14087096 memory=140274020537984 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12371/stat : 12371 (java) S 12366 12366 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51120321 14425186304 12007 33554432000 4194304 4196468 140732022202544 140716524624912 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12372] ppid=12366 vsize=14087096 memory=5 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12372/stat : 12372 (java) S 12366 12366 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51120321 14425186304 12007 33554432000 4194304 4196468 140732022202544 140716523572112 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12373] ppid=12366 vsize=14087096 memory=140273900464159 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12373/stat : 12373 (java) S 12366 12366 11307 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51120321 14425186304 12007 33554432000 4194304 4196468 140732022202544 140716522519312 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12374] ppid=12366 vsize=14087096 memory=280547800889088 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12374/stat : 12374 (java) S 12366 12366 11307 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 51120322 14425186304 12007 33554432000 4194304 4196468 140732022202544 140716044003696 140716930280066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12375] ppid=12366 vsize=14087096 memory=140273900441103 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12375/stat : 12375 (java) S 12366 12366 11307 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51120322 14425186304 12007 33554432000 4194304 4196468 140732022202544 140716042949664 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12376] ppid=12366 vsize=14087096 memory=280547920988256 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12376/stat : 12376 (java) S 12366 12366 11307 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51120323 14425186304 12007 33554432000 4194304 4196468 140732022202544 140716041896816 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12377] ppid=12366 vsize=14087096 memory=140273900445711 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12377/stat : 12377 (java) S 12366 12366 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51120325 14425186304 12007 33554432000 4194304 4196468 140732022202544 140716040845136 140716930287515 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12378] ppid=12366 vsize=14087096 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/12368/task/12378/stat : 12378 (java) S 12366 12366 11307 0 -1 1077944384 403 0 0 0 4 0 0 0 20 0 15 0 51120325 14425186304 12007 33554432000 4194304 4196468 140732022202544 140716039793520 140716930280066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12379] ppid=12366 vsize=14087096 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/12368/task/12379/stat : 12379 (java) S 12366 12366 11307 0 -1 1077944384 381 0 0 0 5 0 0 0 20 0 15 0 51120325 14425186304 12007 33554432000 4194304 4196468 140732022202544 140716038740720 140716930280066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12380] ppid=12366 vsize=14087096 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/12368/task/12380/stat : 12380 (java) S 12366 12366 11307 0 -1 1077944384 906 0 0 0 12 0 0 0 20 0 15 0 51120325 14425186304 12007 33554432000 4194304 4196468 140732022202544 140716037687920 140716930280066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12381] ppid=12366 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12381/stat : 12381 (java) S 12366 12366 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51120325 14425186304 12007 33554432000 4194304 4196468 140732022202544 140716036635360 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12382] ppid=12366 vsize=14087096 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12382/stat : 12382 (java) S 12366 12366 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51120326 14425186304 12007 33554432000 4194304 4196468 140732022202544 140716035582640 140716930280066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 49224 KiB

[startup+0.700872 s]
/proc/loadavg: 2.04 2.07 2.09 6/217 12382
/proc/meminfo: memFree=19099836/32770624 swapFree=67108860/67108860
[pid=12366] ppid=12363 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12366/stat : 12366 (xcsp3-exec) S 12363 12366 11307 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 51120319 115843072 364 33554432000 4194304 5098028 140728039377216 140728039375320 140635169854076 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 40660992 140728039380026 140728039380228 140728039380228 140728039382986 0
/proc/12366/statm: 28282 364 306 221 0 87 0
[pid=12368] ppid=12366 vsize=14087096 memory=291956 CPUtime=1.3 cores=1,3,5,7
/proc/12368/stat : 12368 (java) S 12366 12366 11307 0 -1 1077944320 11575 0 0 0 107 23 0 0 20 0 15 0 51120320 14425186304 72989 33554432000 4194304 4196468 140732022202544 140732022185088 140716930268919 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
/proc/12368/statm: 3521774 72989 3303 1 0 3483008 0
[pid=12368/tid=12369] ppid=12366 vsize=14087096 memory=7660742144744843625 CPUtime=0.61 cores=1,3,5,7
/proc/12368/task/12369/stat : 12369 (java) R 12366 12366 11307 0 -1 4202560 6286 0 0 0 55 6 0 0 20 0 15 0 51120320 14425186304 72989 33554432000 4194304 4196468 140732022202544 140716934507776 140716930290845 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12370] ppid=12366 vsize=14087096 memory=5865465064658194540 CPUtime=0.05 cores=1,3,5,7
/proc/12368/task/12370/stat : 12370 (java) S 12366 12366 11307 0 -1 1077944384 69 0 0 0 2 3 0 0 20 0 15 0 51120321 14425186304 72989 33554432000 4194304 4196468 140732022202544 140716525677712 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12371] ppid=12366 vsize=14087096 memory=4638778398332764256 CPUtime=0.06 cores=1,3,5,7
/proc/12368/task/12371/stat : 12371 (java) S 12366 12366 11307 0 -1 1077944384 63 0 0 0 2 4 0 0 20 0 15 0 51120321 14425186304 72989 33554432000 4194304 4196468 140732022202544 140716524624912 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12372] ppid=12366 vsize=14087096 memory=-7242455096852575424 CPUtime=0.06 cores=1,3,5,7
/proc/12368/task/12372/stat : 12372 (java) S 12366 12366 11307 0 -1 1077944384 59 0 0 0 2 4 0 0 20 0 15 0 51120321 14425186304 72989 33554432000 4194304 4196468 140732022202544 140716523572112 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12373] ppid=12366 vsize=14087096 memory=8326441112149131693 CPUtime=0.04 cores=1,3,5,7
/proc/12368/task/12373/stat : 12373 (java) S 12366 12366 11307 0 -1 1077944384 52 0 0 0 2 2 0 0 20 0 15 0 51120321 14425186304 72989 33554432000 4194304 4196468 140732022202544 140716522519312 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12374] ppid=12366 vsize=14087096 memory=-7737605734073691286 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12374/stat : 12374 (java) S 12366 12366 11307 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 51120322 14425186304 72989 33554432000 4194304 4196468 140732022202544 140716044003696 140716930280066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12375] ppid=12366 vsize=14087096 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12375/stat : 12375 (java) S 12366 12366 11307 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 51120322 14425186304 72989 33554432000 4194304 4196468 140732022202544 140716042949664 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12376] ppid=12366 vsize=14087096 memory=6884 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12376/stat : 12376 (java) S 12366 12366 11307 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 51120323 14425186304 72989 33554432000 4194304 4196468 140732022202544 140716041896816 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12377] ppid=12366 vsize=14087096 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12377/stat : 12377 (java) S 12366 12366 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51120325 14425186304 72989 33554432000 4194304 4196468 140732022202544 140716040845136 140716930287515 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12378] ppid=12366 vsize=14087096 memory=16580 CPUtime=0.11 cores=1,3,5,7
/proc/12368/task/12378/stat : 12378 (java) S 12366 12366 11307 0 -1 1077944384 1164 0 0 0 11 0 0 0 20 0 15 0 51120325 14425186304 72989 33554432000 4194304 4196468 140732022202544 140716039793520 140716930280066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12379] ppid=12366 vsize=14087096 memory=1296 CPUtime=0.15 cores=1,3,5,7
/proc/12368/task/12379/stat : 12379 (java) R 12366 12366 11307 0 -1 4202560 1470 0 0 0 15 0 0 0 20 0 15 0 51120325 14425186304 72989 33554432000 4194304 4196468 140732022202544 140716038721736 140716913765699 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12380] ppid=12366 vsize=14087096 memory=2412 CPUtime=0.16 cores=1,3,5,7
/proc/12368/task/12380/stat : 12380 (java) S 12366 12366 11307 0 -1 1077944384 1028 0 0 0 16 0 0 0 20 0 15 0 51120325 14425186304 72989 33554432000 4194304 4196468 140732022202544 140716037687920 140716930280066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12381] ppid=12366 vsize=14087096 memory=7668012111147524688 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12381/stat : 12381 (java) S 12366 12366 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51120325 14425186304 72989 33554432000 4194304 4196468 140732022202544 140716036635360 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12382] ppid=12366 vsize=14087096 memory=7451579857426993518 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12382/stat : 12382 (java) S 12366 12366 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51120326 14425186304 72989 33554432000 4194304 4196468 140732022202544 140716035582640 140716930280066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 293412 KiB

[startup+1.50087 s]
/proc/loadavg: 2.04 2.07 2.09 3/217 12382
/proc/meminfo: memFree=18799788/32770624 swapFree=67108860/67108860
[pid=12366] ppid=12363 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12366/stat : 12366 (xcsp3-exec) S 12363 12366 11307 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 51120319 115843072 364 33554432000 4194304 5098028 140728039377216 140728039375320 140635169854076 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 40660992 140728039380026 140728039380228 140728039380228 140728039382986 0
/proc/12366/statm: 28282 364 306 221 0 87 0

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

/proc/12366/stat : 12366 (xcsp3-exec) S 12363 12366 11307 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 51120319 115843072 364 33554432000 4194304 5098028 140728039377216 140728039375320 140635169854076 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 40660992 140728039380026 140728039380228 140728039380228 140728039382986 0
/proc/12366/statm: 28282 364 306 221 0 87 0
[pid=12368] ppid=12366 vsize=14089220 memory=11735868 CPUtime=55.86 cores=1,3,5,7
/proc/12368/stat : 12368 (java) S 12366 12366 11307 0 -1 1077944320 286336 0 0 0 4462 1124 0 0 20 0 15 0 51120320 14427361280 2933967 33554432000 4194304 4196468 140732022202544 140732022185088 140716930268919 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
/proc/12368/statm: 3522305 2933967 3382 1 0 3483520 0
[pid=12368/tid=12369] ppid=12366 vsize=14089220 memory=11735868 CPUtime=11.55 cores=1,3,5,7
/proc/12368/task/12369/stat : 12369 (java) S 12366 12366 11307 0 -1 1077944384 11652 0 0 0 1142 13 0 0 20 0 15 0 51120320 14427361280 2933967 33554432000 4194304 4196468 140732022202544 140716934506256 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12370] ppid=12366 vsize=14089220 memory=6791534058613427641 CPUtime=10.43 cores=1,3,5,7
/proc/12368/task/12370/stat : 12370 (java) R 12366 12366 11307 0 -1 4202560 44495 0 0 0 798 245 0 0 20 0 15 0 51120321 14427361280 2933967 33554432000 4194304 4196468 140732022202544 140716525677832 140716922897127 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12371] ppid=12366 vsize=14089220 memory=288230583166042426 CPUtime=10.49 cores=1,3,5,7
/proc/12368/task/12371/stat : 12371 (java) R 12366 12366 11307 0 -1 4202560 126166 0 0 0 763 286 0 0 20 0 15 0 51120321 14427361280 2933967 33554432000 4194304 4196468 140732022202544 140716524624912 140716923371891 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12372] ppid=12366 vsize=14089220 memory=16102567671237208 CPUtime=10.41 cores=1,3,5,7
/proc/12368/task/12372/stat : 12372 (java) R 12366 12366 11307 0 -1 4202560 37740 0 0 0 755 286 0 0 20 0 15 0 51120321 14427361280 2933967 33554432000 4194304 4196468 140732022202544 140716523571920 140716922897127 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12373] ppid=12366 vsize=14089220 memory=1228 CPUtime=10.43 cores=1,3,5,7
/proc/12368/task/12373/stat : 12373 (java) R 12366 12366 11307 0 -1 4202560 43080 0 0 0 759 284 0 0 20 0 15 0 51120321 14427361280 2933967 33554432000 4194304 4196468 140732022202544 140716522519120 140716922897127 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12374] ppid=12366 vsize=14089220 memory=1428 CPUtime=0.81 cores=1,3,5,7
/proc/12368/task/12374/stat : 12374 (java) S 12366 12366 11307 0 -1 1077944384 13570 0 0 0 79 2 0 0 20 0 15 0 51120322 14427361280 2933967 33554432000 4194304 4196468 140732022202544 140716044002256 140716930279125 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12375] ppid=12366 vsize=14089220 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12375/stat : 12375 (java) S 12366 12366 11307 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 51120322 14427361280 2933967 33554432000 4194304 4196468 140732022202544 140716042949728 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12376] ppid=12366 vsize=14089220 memory=11960 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12376/stat : 12376 (java) S 12366 12366 11307 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 51120323 14427361280 2933967 33554432000 4194304 4196468 140732022202544 140716041896832 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12377] ppid=12366 vsize=14089220 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12377/stat : 12377 (java) S 12366 12366 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51120325 14427361280 2933967 33554432000 4194304 4196468 140732022202544 140716040845136 140716930287515 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12378] ppid=12366 vsize=14089220 memory=792 CPUtime=0.58 cores=1,3,5,7
/proc/12368/task/12378/stat : 12378 (java) S 12366 12366 11307 0 -1 1077944384 3109 0 0 0 58 0 0 0 20 0 15 0 51120325 14427361280 2933967 33554432000 4194304 4196468 140732022202544 140716039793568 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12379] ppid=12366 vsize=14089220 memory=1716 CPUtime=0.7 cores=1,3,5,7
/proc/12368/task/12379/stat : 12379 (java) S 12366 12366 11307 0 -1 1077944384 2925 0 0 0 70 0 0 0 20 0 15 0 51120325 14427361280 2933967 33554432000 4194304 4196468 140732022202544 140716038740768 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12380] ppid=12366 vsize=14089220 memory=1952 CPUtime=0.35 cores=1,3,5,7
/proc/12368/task/12380/stat : 12380 (java) S 12366 12366 11307 0 -1 1077944384 1952 0 0 0 34 1 0 0 20 0 15 0 51120325 14427361280 2933967 33554432000 4194304 4196468 140732022202544 140716037687680 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12381] ppid=12366 vsize=14089220 memory=8388 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12381/stat : 12381 (java) S 12366 12366 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51120325 14427361280 2933967 33554432000 4194304 4196468 140732022202544 140716036635360 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12382] ppid=12366 vsize=14089220 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12382/stat : 12382 (java) S 12366 12366 11307 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 51120326 14427361280 2933967 33554432000 4194304 4196468 140732022202544 140716035582640 140716930280066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
Current children cumulated CPU time: 55.86 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 11737324 KiB

[startup+23.4015 s]
/proc/loadavg: 2.34 2.14 2.12 6/217 12382
/proc/meminfo: memFree=7530936/32770624 swapFree=67108860/67108860
[pid=12366] ppid=12363 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12366/stat : 12366 (xcsp3-exec) S 12363 12366 11307 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 51120319 115843072 364 33554432000 4194304 5098028 140728039377216 140728039375320 140635169854076 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 40660992 140728039380026 140728039380228 140728039380228 140728039382986 0
/proc/12366/statm: 28282 364 306 221 0 87 0
[pid=12368] ppid=12366 vsize=14089220 memory=11735872 CPUtime=57.16 cores=1,3,5,7
/proc/12368/stat : 12368 (java) S 12366 12366 11307 0 -1 1077944320 287382 0 0 0 4592 1124 0 0 20 0 15 0 51120320 14427361280 2933968 33554432000 4194304 4196468 140732022202544 140732022185088 140716930268919 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
/proc/12368/statm: 3522305 2933968 3382 1 0 3483520 0
[pid=12368/tid=12369] ppid=12366 vsize=14089220 memory=6791534058613427641 CPUtime=11.55 cores=1,3,5,7
/proc/12368/task/12369/stat : 12369 (java) S 12366 12366 11307 0 -1 1077944384 11653 0 0 0 1142 13 0 0 20 0 15 0 51120320 14427361280 2933968 33554432000 4194304 4196468 140732022202544 140716934506256 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12370] ppid=12366 vsize=14089220 memory=4638778402627734864 CPUtime=10.74 cores=1,3,5,7
/proc/12368/task/12370/stat : 12370 (java) R 12366 12366 11307 0 -1 4202560 44556 0 0 0 829 245 0 0 20 0 15 0 51120321 14427361280 2933968 33554432000 4194304 4196468 140732022202544 140716525677912 140716915265300 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12371] ppid=12366 vsize=14089220 memory=7593181548516763240 CPUtime=10.79 cores=1,3,5,7
/proc/12368/task/12371/stat : 12371 (java) R 12366 12366 11307 0 -1 4202560 126501 0 0 0 793 286 0 0 20 0 15 0 51120321 14427361280 2933968 33554432000 4194304 4196468 140732022202544 140716524624912 140716915265581 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12372] ppid=12366 vsize=14089220 memory=6148928976567095649 CPUtime=10.71 cores=1,3,5,7
/proc/12368/task/12372/stat : 12372 (java) R 12366 12366 11307 0 -1 4202560 37807 0 0 0 785 286 0 0 20 0 15 0 51120321 14427361280 2933968 33554432000 4194304 4196468 140732022202544 140716523572112 140716915265565 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12373] ppid=12366 vsize=14089220 memory=9126232286719478932 CPUtime=10.73 cores=1,3,5,7
/proc/12368/task/12373/stat : 12373 (java) R 12366 12366 11307 0 -1 4202560 43118 0 0 0 789 284 0 0 20 0 15 0 51120321 14427361280 2933968 33554432000 4194304 4196468 140732022202544 140716522519312 140716915265511 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12374] ppid=12366 vsize=14089220 memory=2412 CPUtime=0.89 cores=1,3,5,7
/proc/12368/task/12374/stat : 12374 (java) S 12366 12366 11307 0 -1 1077944384 14114 0 0 0 87 2 0 0 20 0 15 0 51120322 14427361280 2933968 33554432000 4194304 4196468 140732022202544 140716044002240 140716930279125 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12375] ppid=12366 vsize=14089220 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12375/stat : 12375 (java) S 12366 12366 11307 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 51120322 14427361280 2933968 33554432000 4194304 4196468 140732022202544 140716042949632 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12376] ppid=12366 vsize=14089220 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12376/stat : 12376 (java) S 12366 12366 11307 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 51120323 14427361280 2933968 33554432000 4194304 4196468 140732022202544 140716041896832 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12377] ppid=12366 vsize=14089220 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12377/stat : 12377 (java) S 12366 12366 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51120325 14427361280 2933968 33554432000 4194304 4196468 140732022202544 140716040845136 140716930287515 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12378] ppid=12366 vsize=14089220 memory=9687524 CPUtime=0.58 cores=1,3,5,7
/proc/12368/task/12378/stat : 12378 (java) S 12366 12366 11307 0 -1 1077944384 3109 0 0 0 58 0 0 0 20 0 15 0 51120325 14427361280 2933968 33554432000 4194304 4196468 140732022202544 140716039793520 140716930280066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12379] ppid=12366 vsize=14089220 memory=1724 CPUtime=0.7 cores=1,3,5,7
/proc/12368/task/12379/stat : 12379 (java) S 12366 12366 11307 0 -1 1077944384 2925 0 0 0 70 0 0 0 20 0 15 0 51120325 14427361280 2933968 33554432000 4194304 4196468 140732022202544 140716038740720 140716930280066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12380] ppid=12366 vsize=14089220 memory=1228 CPUtime=0.35 cores=1,3,5,7
/proc/12368/task/12380/stat : 12380 (java) S 12366 12366 11307 0 -1 1077944384 1952 0 0 0 34 1 0 0 20 0 15 0 51120325 14427361280 2933968 33554432000 4194304 4196468 140732022202544 140716037687920 140716930280066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12381] ppid=12366 vsize=14089220 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12381/stat : 12381 (java) S 12366 12366 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51120325 14427361280 2933968 33554432000 4194304 4196468 140732022202544 140716036635360 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12382] ppid=12366 vsize=14089220 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12382/stat : 12382 (java) S 12366 12366 11307 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 51120326 14427361280 2933968 33554432000 4194304 4196468 140732022202544 140716035582640 140716930280066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
Current children cumulated CPU time: 57.16 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 11737328 KiB

[startup+23.8009 s]
/proc/loadavg: 2.34 2.14 2.12 6/217 12382
/proc/meminfo: memFree=7530936/32770624 swapFree=67108860/67108860
[pid=12366] ppid=12363 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12366/stat : 12366 (xcsp3-exec) S 12363 12366 11307 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 51120319 115843072 364 33554432000 4194304 5098028 140728039377216 140728039375320 140635169854076 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 40660992 140728039380026 140728039380228 140728039380228 140728039382986 0
/proc/12366/statm: 28282 364 306 221 0 87 0
[pid=12368] ppid=12366 vsize=14089220 memory=11736100 CPUtime=58.39 cores=1,3,5,7
/proc/12368/stat : 12368 (java) S 12366 12366 11307 0 -1 1077944320 287504 0 0 0 4715 1124 0 0 20 0 15 0 51120320 14427361280 2934025 33554432000 4194304 4196468 140732022202544 140732022185088 140716930268919 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
/proc/12368/statm: 3522305 2934025 3382 1 0 3483520 0
[pid=12368/tid=12369] ppid=12366 vsize=14089220 memory=0 CPUtime=11.55 cores=1,3,5,7
/proc/12368/task/12369/stat : 12369 (java) S 12366 12366 11307 0 -1 1077944384 11653 0 0 0 1142 13 0 0 20 0 15 0 51120320 14427361280 2934025 33554432000 4194304 4196468 140732022202544 140716934506256 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12370] ppid=12366 vsize=14089220 memory=4580 CPUtime=11.01 cores=1,3,5,7
/proc/12368/task/12370/stat : 12370 (java) S 12366 12366 11307 0 -1 1077944384 44596 0 0 0 856 245 0 0 20 0 15 0 51120321 14427361280 2934025 33554432000 4194304 4196468 140732022202544 140716525677712 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12371] ppid=12366 vsize=14089220 memory=6791534058613427641 CPUtime=11.07 cores=1,3,5,7
/proc/12368/task/12371/stat : 12371 (java) S 12366 12366 11307 0 -1 1077944384 126522 0 0 0 821 286 0 0 20 0 15 0 51120321 14427361280 2934025 33554432000 4194304 4196468 140732022202544 140716524624912 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12372] ppid=12366 vsize=14089220 memory=11735872 CPUtime=10.99 cores=1,3,5,7
/proc/12368/task/12372/stat : 12372 (java) S 12366 12366 11307 0 -1 1077944384 37866 0 0 0 813 286 0 0 20 0 15 0 51120321 14427361280 2934025 33554432000 4194304 4196468 140732022202544 140716523572112 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12373] ppid=12366 vsize=14089220 memory=18484 CPUtime=11.01 cores=1,3,5,7
/proc/12368/task/12373/stat : 12373 (java) S 12366 12366 11307 0 -1 1077944384 43120 0 0 0 817 284 0 0 20 0 15 0 51120321 14427361280 2934025 33554432000 4194304 4196468 140732022202544 140716522519312 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12374] ppid=12366 vsize=14089220 memory=644 CPUtime=1.01 cores=1,3,5,7
/proc/12368/task/12374/stat : 12374 (java) R 12366 12366 11307 0 -1 4202560 14114 0 0 0 99 2 0 0 20 0 15 0 51120322 14427361280 2934025 33554432000 4194304 4196468 140732022202544 140716044002256 140716908639099 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12375] ppid=12366 vsize=14089220 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12375/stat : 12375 (java) S 12366 12366 11307 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 51120322 14427361280 2934025 33554432000 4194304 4196468 140732022202544 140716042949632 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12376] ppid=12366 vsize=14089220 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12376/stat : 12376 (java) S 12366 12366 11307 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 51120323 14427361280 2934025 33554432000 4194304 4196468 140732022202544 140716041896832 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12377] ppid=12366 vsize=14089220 memory=6556408 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12377/stat : 12377 (java) S 12366 12366 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51120325 14427361280 2934025 33554432000 4194304 4196468 140732022202544 140716040845136 140716930287515 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12378] ppid=12366 vsize=14089220 memory=0 CPUtime=0.58 cores=1,3,5,7
/proc/12368/task/12378/stat : 12378 (java) S 12366 12366 11307 0 -1 1077944384 3109 0 0 0 58 0 0 0 20 0 15 0 51120325 14427361280 2934025 33554432000 4194304 4196468 140732022202544 140716039793520 140716930280066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12379] ppid=12366 vsize=14089220 memory=-7966001967374371424 CPUtime=0.7 cores=1,3,5,7
/proc/12368/task/12379/stat : 12379 (java) S 12366 12366 11307 0 -1 1077944384 2925 0 0 0 70 0 0 0 20 0 15 0 51120325 14427361280 2934025 33554432000 4194304 4196468 140732022202544 140716038740720 140716930280066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12380] ppid=12366 vsize=14089220 memory=6791534058613427641 CPUtime=0.35 cores=1,3,5,7
/proc/12368/task/12380/stat : 12380 (java) S 12366 12366 11307 0 -1 1077944384 1952 0 0 0 34 1 0 0 20 0 15 0 51120325 14427361280 2934025 33554432000 4194304 4196468 140732022202544 140716037687920 140716930280066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12381] ppid=12366 vsize=14089220 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12381/stat : 12381 (java) S 12366 12366 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51120325 14427361280 2934025 33554432000 4194304 4196468 140732022202544 140716036635360 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12382] ppid=12366 vsize=14089220 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12382/stat : 12382 (java) S 12366 12366 11307 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 51120326 14427361280 2934025 33554432000 4194304 4196468 140732022202544 140716035582640 140716930280066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
Current children cumulated CPU time: 58.39 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 11737556 KiB

[startup+23.9009 s]
/proc/loadavg: 2.34 2.14 2.12 6/217 12382
/proc/meminfo: memFree=7530936/32770624 swapFree=67108860/67108860
[pid=12366] ppid=12363 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12366/stat : 12366 (xcsp3-exec) S 12363 12366 11307 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 51120319 115843072 364 33554432000 4194304 5098028 140728039377216 140728039375320 140635169854076 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 40660992 140728039380026 140728039380228 140728039380228 140728039382986 0
/proc/12366/statm: 28282 364 306 221 0 87 0
[pid=12368] ppid=12366 vsize=14089220 memory=10417784 CPUtime=58.56 cores=1,3,5,7
/proc/12368/stat : 12368 (java) S 12366 12366 11307 0 -1 1077944320 287953 0 0 0 4731 1125 0 0 20 0 15 0 51120320 14427361280 2604446 33554432000 4194304 4196468 140732022202544 140732022185088 140716930268919 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
/proc/12368/statm: 3522305 2604446 3383 1 0 3483520 0
[pid=12368/tid=12369] ppid=12366 vsize=14089220 memory=11735872 CPUtime=11.55 cores=1,3,5,7
/proc/12368/task/12369/stat : 12369 (java) S 12366 12366 11307 0 -1 1077944384 11767 0 0 0 1142 13 0 0 20 0 15 0 51120320 14427361280 2604446 33554432000 4194304 4196468 140732022202544 140716934508624 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12370] ppid=12366 vsize=14089220 memory=11735868 CPUtime=11.03 cores=1,3,5,7
/proc/12368/task/12370/stat : 12370 (java) S 12366 12366 11307 0 -1 1077944384 44705 0 0 0 858 245 0 0 20 0 15 0 51120321 14427361280 2604446 33554432000 4194304 4196468 140732022202544 140716525677712 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12371] ppid=12366 vsize=14089220 memory=11736100 CPUtime=11.1 cores=1,3,5,7
/proc/12368/task/12371/stat : 12371 (java) S 12366 12366 11307 0 -1 1077944384 126563 0 0 0 824 286 0 0 20 0 15 0 51120321 14427361280 2604446 33554432000 4194304 4196468 140732022202544 140716524624912 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12372] ppid=12366 vsize=14089220 memory=1456 CPUtime=11.02 cores=1,3,5,7
/proc/12368/task/12372/stat : 12372 (java) S 12366 12366 11307 0 -1 1077944384 37877 0 0 0 816 286 0 0 20 0 15 0 51120321 14427361280 2604446 33554432000 4194304 4196468 140732022202544 140716523572112 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12373] ppid=12366 vsize=14089220 memory=5730368 CPUtime=11.04 cores=1,3,5,7
/proc/12368/task/12373/stat : 12373 (java) S 12366 12366 11307 0 -1 1077944384 43235 0 0 0 820 284 0 0 20 0 15 0 51120321 14427361280 2604446 33554432000 4194304 4196468 140732022202544 140716522519312 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12374] ppid=12366 vsize=14089220 memory=5300 CPUtime=1.09 cores=1,3,5,7
/proc/12368/task/12374/stat : 12374 (java) R 12366 12366 11307 0 -1 4202560 14149 0 0 0 106 3 0 0 20 0 15 0 51120322 14427361280 2604446 33554432000 4194304 4196468 140732022202544 140716044002240 140716922985882 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12375] ppid=12366 vsize=14089220 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12375/stat : 12375 (java) S 12366 12366 11307 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 51120322 14427361280 2604446 33554432000 4194304 4196468 140732022202544 140716042949728 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12376] ppid=12366 vsize=14089220 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12376/stat : 12376 (java) S 12366 12366 11307 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 51120323 14427361280 2604446 33554432000 4194304 4196468 140732022202544 140716041896832 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12377] ppid=12366 vsize=14089220 memory=4012 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12377/stat : 12377 (java) S 12366 12366 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51120325 14427361280 2604446 33554432000 4194304 4196468 140732022202544 140716040845136 140716930287515 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12378] ppid=12366 vsize=14089220 memory=0 CPUtime=0.58 cores=1,3,5,7
/proc/12368/task/12378/stat : 12378 (java) S 12366 12366 11307 0 -1 1077944384 3109 0 0 0 58 0 0 0 20 0 15 0 51120325 14427361280 2604446 33554432000 4194304 4196468 140732022202544 140716039793520 140716930280066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12379] ppid=12366 vsize=14089220 memory=0 CPUtime=0.7 cores=1,3,5,7
/proc/12368/task/12379/stat : 12379 (java) S 12366 12366 11307 0 -1 1077944384 2925 0 0 0 70 0 0 0 20 0 15 0 51120325 14427361280 2604446 33554432000 4194304 4196468 140732022202544 140716038740720 140716930280066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12380] ppid=12366 vsize=14089220 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/12368/task/12380/stat : 12380 (java) S 12366 12366 11307 0 -1 1077944384 1976 0 0 0 34 1 0 0 20 0 15 0 51120325 14427361280 2604446 33554432000 4194304 4196468 140732022202544 140716037687920 140716930280066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12381] ppid=12366 vsize=14089220 memory=12878 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12381/stat : 12381 (java) S 12366 12366 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51120325 14427361280 2604446 33554432000 4194304 4196468 140732022202544 140716036635360 140716930279125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
[pid=12368/tid=12382] ppid=12366 vsize=14089220 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12368/task/12382/stat : 12382 (java) S 12366 12366 11307 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 51120326 14427361280 2604446 33554432000 4194304 4196468 140732022202544 140716035582640 140716930280066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140732022211713 140732022211889 140732022211889 140732022214607 0
Current children cumulated CPU time: 58.56 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 10419240 KiB

Child status: 1
Real time (s): 23.9653
CPU time (s): 58.6403
CPU user time (s): 47.3217
CPU system time (s): 11.3186
CPU usage (%): 244.688
Max. virtual memory (cumulated for all children) (KiB): 14202348
Max. memory (cumulated for all children) (KiB): 11737556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.3217
system time used= 11.3186
maximum resident set size= 11736120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 288599
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7768
involuntary context switches= 637


# summary of solver processes directly reported to runsolver:
#   pid: 12366
#   total CPU time (s): 58.6403
#   total CPU user time (s): 47.3217
#   total CPU system time (s): 11.3186

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.185561 second user time and 0.286575 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-23 10:46:11
IDJOB=4292237
IDBENCH=141314
IDSOLVER=2747
FILE ID=node103/4292237-1532335569
RUNJOBID= node103-1532328173-11339
PBS_JOBID= 21018996
Free space on /tmp= 56676 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-15-4-rom_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292237-1532335569/watcher-4292237-1532335569 -o /tmp/evaluation-result-4292237-1532335569/solver-4292237-1532335569 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532328173-11339 --watchdog 2560  HOME/xcsp3-exec -seed 1197462446 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292237-1532335569.xml

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

MD5SUM BENCH= 11fd43c8e45d476b85885954fcb4d1ec
RANDOM SEED=1197462446

node103.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.48
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.48
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.48
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.48
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:        19277476 kB
MemAvailable:   28019168 kB
Buffers:          256752 kB
Cached:          8681084 kB
SwapCached:            0 kB
Active:          5602104 kB
Inactive:        7301396 kB
Active(anon):    3968656 kB
Inactive(anon):    16976 kB
Active(file):    1633448 kB
Inactive(file):  7284420 kB
Unevictable:        7144 kB
Mlocked:            7144 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            178136 kB
Writeback:             0 kB
AnonPages:       3973136 kB
Mapped:            49432 kB
Shmem:             17036 kB
Slab:             280164 kB
SReclaimable:     252284 kB
SUnreclaim:        27880 kB
KernelStack:        3536 kB
PageTables:        12900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7163980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3844096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56656 MiB
End job on node103 at 2018-07-23 10:46:35