Trace number 4297402

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.7b par (e747e1e)? 781.413 632.111

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-12-4-rom_c18.xml
MD5SUM81778793cf44fcc277d17f448f65fa63
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables432
Number of constraints96
Number of domains5
Minimum domain size2
Maximum domain size124353
Distribution of domain sizes[{"size":2,"count":24},{"size":13,"count":168},{"size":27,"count":144},{"size":124353,"count":96}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":120},{"degree":2,"count":168},{"degree":8,"count":144}]
Minimum constraint arity15
Maximum constraint arity16
Distribution of constraint arities[{"arity":15,"count":24},{"arity":16,"count":72}]
Number of extensional constraints96
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":96}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297402-1532714815.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4297402-1532714815.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
763.73/629.48	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
763.73/629.48		at org.chocosolver.solver.constraints.extension.nary.PropCompactTableStar.computeSupports(PropCompactTableStar.java:80)
781.02/631.76		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
781.02/631.76		at org.chocosolver.solver.constraints.extension.nary.PropCompactTableStar.<init>(PropCompactTableStar.java:45)
781.02/631.76		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2042)
781.02/631.76		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2000)
781.02/631.76		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:315)
781.02/631.76		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
781.02/631.76		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
781.02/631.76		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
781.02/631.76		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
781.02/631.76		at org.xcsp.parser.XCallbacks$$Lambda$99/1412925683.accept(Unknown Source)
781.02/631.76		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
781.02/631.76		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
781.02/631.76		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
781.02/631.76		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1414)
781.02/631.76		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
781.02/631.76		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
781.02/631.76		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
781.02/631.76		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
781.02/631.76		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
781.02/631.76		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
781.02/631.77		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:100)
781.02/631.77		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
781.02/631.77	s UNKNOWN
781.02/631.77	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 (7851 MiB free)
  memory of node 1: 16384 MiB (13388 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297402-1532714815/watcher-4297402-1532714815 -o /tmp/evaluation-result-4297402-1532714815/solver-4297402-1532714815 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node132-1532714815-7165 --watchdog 2580 HOME/xcsp3-exec -seed 617313107 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297402-1532714815.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=7182, runsolver pid=7179
Current StackSize limit: 8192 KiB


[startup+0.105491 s]*
/proc/loadavg: 8.60 8.43 8.34 3/204 7203
/proc/meminfo: memFree=21736300/32770624 swapFree=67108860/67108860
[pid=7182] ppid=7179 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7182/stat : 7182 (xcsp3-exec) S 7179 7182 7138 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89044731 115843072 363 33554432000 4194304 5098028 140730042934256 140730042932360 139780731511420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39792640 140730042942518 140730042942720 140730042942720 140730042945482 0
/proc/7182/statm: 28282 363 305 221 0 87 0
[pid=7184] ppid=7182 vsize=26104152 memory=26604 CPUtime=0.12 cores=0-7
/proc/7184/stat : 7184 (java) S 7182 7182 7138 0 -1 1077944320 5596 0 0 0 11 1 0 0 20 0 20 0 89044732 26730651648 6651 33554432000 4194304 4196468 140728217339072 140728217321616 139683306331895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
/proc/7184/statm: 6526038 6651 3024 1 0 6488315 0
[pid=7184/tid=7185] ppid=7182 vsize=26104152 memory=4714032351614759835 CPUtime=0.09 cores=0-7
/proc/7184/task/7185/stat : 7185 (java) R 7182 7182 7138 0 -1 4202560 3478 0 0 0 9 0 0 0 20 0 20 0 89044732 26730651648 6651 33554432000 4194304 4196468 140728217339072 139683310566176 139683290375525 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7186] ppid=7182 vsize=26104152 memory=732370458170575845 CPUtime=0 cores=0-7
/proc/7184/task/7186/stat : 7186 (java) S 7182 7182 7138 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89044733 26730651648 6651 33554432000 4194304 4196468 140728217339072 139682864245904 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7187] ppid=7182 vsize=26104152 memory=140319833122432 CPUtime=0 cores=0-7
/proc/7184/task/7187/stat : 7187 (java) S 7182 7182 7138 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89044733 26730651648 6651 33554432000 4194304 4196468 140728217339072 139682863193104 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7188] ppid=7182 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7184/task/7188/stat : 7188 (java) S 7182 7182 7138 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89044733 26730651648 6651 33554432000 4194304 4196468 140728217339072 139682862140304 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7189] ppid=7182 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7184/task/7189/stat : 7189 (java) S 7182 7182 7138 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89044733 26730651648 6651 33554432000 4194304 4196468 140728217339072 139682861087504 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7190] ppid=7182 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7184/task/7190/stat : 7190 (java) S 7182 7182 7138 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89044733 26730651648 6651 33554432000 4194304 4196468 140728217339072 139682860034704 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7191] ppid=7182 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/7184/task/7191/stat : 7191 (java) S 7182 7182 7138 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89044733 26730651648 6651 33554432000 4194304 4196468 140728217339072 139682858981904 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7192] ppid=7182 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7184/task/7192/stat : 7192 (java) S 7182 7182 7138 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89044733 26730651648 6651 33554432000 4194304 4196468 140728217339072 139682857929104 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7193] ppid=7182 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7184/task/7193/stat : 7193 (java) S 7182 7182 7138 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89044733 26730651648 6651 33554432000 4194304 4196468 140728217339072 139682856876304 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7194] ppid=7182 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7184/task/7194/stat : 7194 (java) S 7182 7182 7138 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89044734 26730651648 6651 33554432000 4194304 4196468 140728217339072 139682567953264 139683306343042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7195] ppid=7182 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7184/task/7195/stat : 7195 (java) S 7182 7182 7138 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89044735 26730651648 6651 33554432000 4194304 4196468 140728217339072 139682566899232 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7196] ppid=7182 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7184/task/7196/stat : 7196 (java) S 7182 7182 7138 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89044735 26730651648 6651 33554432000 4194304 4196468 140728217339072 139682565846384 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7197] ppid=7182 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7184/task/7197/stat : 7197 (java) S 7182 7182 7138 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89044737 26730651648 6651 33554432000 4194304 4196468 140728217339072 139682564794704 139683306350491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7198] ppid=7182 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7184/task/7198/stat : 7198 (java) S 7182 7182 7138 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 89044737 26730651648 6651 33554432000 4194304 4196468 140728217339072 139682563742064 139683306343042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7199] ppid=7182 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7184/task/7199/stat : 7199 (java) S 7182 7182 7138 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89044737 26730651648 6651 33554432000 4194304 4196468 140728217339072 139682562689264 139683306343042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7200] ppid=7182 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7184/task/7200/stat : 7200 (java) S 7182 7182 7138 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 20 0 89044737 26730651648 6651 33554432000 4194304 4196468 140728217339072 139682561636464 139683306343042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7201] ppid=7182 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/7184/task/7201/stat : 7201 (java) R 7182 7182 7138 0 -1 4202560 380 0 0 0 1 0 0 0 20 0 20 0 89044737 26730651648 6651 33554432000 4194304 4196468 140728217339072 139682560583664 139683299428731 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7202] ppid=7182 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7184/task/7202/stat : 7202 (java) S 7182 7182 7138 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89044737 26730651648 6651 33554432000 4194304 4196468 140728217339072 139682559532128 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7203] ppid=7182 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/7184/task/7203/stat : 7203 (java) S 7182 7182 7138 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89044738 26730651648 6651 33554432000 4194304 4196468 140728217339072 139682558479408 139683306343042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28056 KiB

[startup+0.210903 s]*
/proc/loadavg: 8.60 8.43 8.34 4/204 7203
/proc/meminfo: memFree=21725384/32770624 swapFree=67108860/67108860
[pid=7182] ppid=7179 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7182/stat : 7182 (xcsp3-exec) S 7179 7182 7138 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89044731 115843072 363 33554432000 4194304 5098028 140730042934256 140730042932360 139780731511420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39792640 140730042942518 140730042942720 140730042942720 140730042945482 0
/proc/7182/statm: 28282 363 305 221 0 87 0
[pid=7184] ppid=7182 vsize=26104152 memory=38452 CPUtime=0.34 cores=0-7
/proc/7184/stat : 7184 (java) S 7182 7182 7138 0 -1 1077944320 8217 0 0 0 32 2 0 0 20 0 20 0 89044732 26730651648 9613 33554432000 4194304 4196468 140728217339072 140728217321616 139683306331895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
/proc/7184/statm: 6526038 9613 3176 1 0 6488315 0
[pid=7184/tid=7185] ppid=7182 vsize=26104152 memory=0 CPUtime=0.19 cores=0-7
/proc/7184/task/7185/stat : 7185 (java) R 7182 7182 7138 0 -1 4202560 5162 0 0 0 18 1 0 0 20 0 20 0 89044732 26730651648 9613 33554432000 4194304 4196468 140728217339072 139683310566880 139683306353821 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7186] ppid=7182 vsize=26104152 memory=732370458170575845 CPUtime=0 cores=0-7
/proc/7184/task/7186/stat : 7186 (java) S 7182 7182 7138 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89044733 26730651648 9613 33554432000 4194304 4196468 140728217339072 139682864245904 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7187] ppid=7182 vsize=26104152 memory=140319833122432 CPUtime=0 cores=0-7
/proc/7184/task/7187/stat : 7187 (java) S 7182 7182 7138 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89044733 26730651648 9613 33554432000 4194304 4196468 140728217339072 139682863193104 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7188] ppid=7182 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7184/task/7188/stat : 7188 (java) S 7182 7182 7138 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89044733 26730651648 9613 33554432000 4194304 4196468 140728217339072 139682862140304 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7189] ppid=7182 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7184/task/7189/stat : 7189 (java) S 7182 7182 7138 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89044733 26730651648 9613 33554432000 4194304 4196468 140728217339072 139682861087504 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7190] ppid=7182 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7184/task/7190/stat : 7190 (java) S 7182 7182 7138 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89044733 26730651648 9613 33554432000 4194304 4196468 140728217339072 139682860034704 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7191] ppid=7182 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/7184/task/7191/stat : 7191 (java) S 7182 7182 7138 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89044733 26730651648 9613 33554432000 4194304 4196468 140728217339072 139682858981904 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7192] ppid=7182 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7184/task/7192/stat : 7192 (java) S 7182 7182 7138 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89044733 26730651648 9613 33554432000 4194304 4196468 140728217339072 139682857929104 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7193] ppid=7182 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7184/task/7193/stat : 7193 (java) S 7182 7182 7138 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89044733 26730651648 9613 33554432000 4194304 4196468 140728217339072 139682856876304 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7194] ppid=7182 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7184/task/7194/stat : 7194 (java) S 7182 7182 7138 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 89044734 26730651648 9613 33554432000 4194304 4196468 140728217339072 139682567953264 139683306343042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7195] ppid=7182 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7184/task/7195/stat : 7195 (java) S 7182 7182 7138 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89044735 26730651648 9613 33554432000 4194304 4196468 140728217339072 139682566899232 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7196] ppid=7182 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7184/task/7196/stat : 7196 (java) S 7182 7182 7138 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89044735 26730651648 9613 33554432000 4194304 4196468 140728217339072 139682565846384 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7197] ppid=7182 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7184/task/7197/stat : 7197 (java) S 7182 7182 7138 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89044737 26730651648 9613 33554432000 4194304 4196468 140728217339072 139682564794704 139683306350491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7198] ppid=7182 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/7184/task/7198/stat : 7198 (java) S 7182 7182 7138 0 -1 1077944384 351 0 0 0 1 0 0 0 20 0 20 0 89044737 26730651648 9613 33554432000 4194304 4196468 140728217339072 139682563742064 139683306343042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7199] ppid=7182 vsize=26104152 memory=0 CPUtime=0.02 cores=0-7
/proc/7184/task/7199/stat : 7199 (java) S 7182 7182 7138 0 -1 1077944384 258 0 0 0 2 0 0 0 20 0 20 0 89044737 26730651648 9613 33554432000 4194304 4196468 140728217339072 139682562689264 139683306343042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7200] ppid=7182 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/7184/task/7200/stat : 7200 (java) S 7182 7182 7138 0 -1 1077944384 239 0 0 0 1 0 0 0 20 0 20 0 89044737 26730651648 9613 33554432000 4194304 4196468 140728217339072 139682561636464 139683306343042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7201] ppid=7182 vsize=26104152 memory=0 CPUtime=0.07 cores=0-7
/proc/7184/task/7201/stat : 7201 (java) S 7182 7182 7138 0 -1 1077944384 903 0 0 0 7 0 0 0 20 0 20 0 89044737 26730651648 9613 33554432000 4194304 4196468 140728217339072 139682560583664 139683306343042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7202] ppid=7182 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7184/task/7202/stat : 7202 (java) S 7182 7182 7138 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89044737 26730651648 9613 33554432000 4194304 4196468 140728217339072 139682559532128 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7203] ppid=7182 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/7184/task/7203/stat : 7203 (java) S 7182 7182 7138 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89044738 26730651648 9613 33554432000 4194304 4196468 140728217339072 139682558479408 139683306343042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 39904 KiB

[startup+0.3108 s]*
/proc/loadavg: 8.60 8.43 8.34 2/204 7203
/proc/meminfo: memFree=21719056/32770624 swapFree=67108860/67108860
[pid=7182] ppid=7179 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7182/stat : 7182 (xcsp3-exec) S 7179 7182 7138 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89044731 115843072 363 33554432000 4194304 5098028 140730042934256 140730042932360 139780731511420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39792640 140730042942518 140730042942720 140730042942720 140730042945482 0
/proc/7182/statm: 28282 363 305 221 0 87 0
[pid=7184] ppid=7182 vsize=26108408 memory=45188 CPUtime=0.51 cores=0-7
/proc/7184/stat : 7184 (java) S 7182 7182 7138 0 -1 1077944320 9034 0 0 0 48 3 0 0 20 0 20 0 89044732 26735009792 11297 33554432000 4194304 4196468 140728217339072 140728217321616 139683306331895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
/proc/7184/statm: 6527102 11297 3236 1 0 6488315 0
[pid=7184/tid=7185] ppid=7182 vsize=26108408 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/7184/task/7185/stat : 7185 (java) R 7182 7182 7138 0 -1 4202560 5812 0 0 0 27 2 0 0 20 0 20 0 89044732 26735009792 11297 33554432000 4194304 4196468 140728217339072 139683310563008 139683290412382 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7186] ppid=7182 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/7184/task/7186/stat : 7186 (java) S 7182 7182 7138 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89044733 26735009792 11297 33554432000 4194304 4196468 140728217339072 139682864245904 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7187] ppid=7182 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/7184/task/7187/stat : 7187 (java) S 7182 7182 7138 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89044733 26735009792 11297 33554432000 4194304 4196468 140728217339072 139682863193104 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7188] ppid=7182 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/7184/task/7188/stat : 7188 (java) S 7182 7182 7138 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89044733 26735009792 11297 33554432000 4194304 4196468 140728217339072 139682862140304 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7189] ppid=7182 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/7184/task/7189/stat : 7189 (java) S 7182 7182 7138 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89044733 26735009792 11297 33554432000 4194304 4196468 140728217339072 139682861087504 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7190] ppid=7182 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/7184/task/7190/stat : 7190 (java) S 7182 7182 7138 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89044733 26735009792 11297 33554432000 4194304 4196468 140728217339072 139682860034704 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7191] ppid=7182 vsize=26108408 memory=140319735772079 CPUtime=0 cores=0-7
/proc/7184/task/7191/stat : 7191 (java) S 7182 7182 7138 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89044733 26735009792 11297 33554432000 4194304 4196468 140728217339072 139682858981904 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7192] ppid=7182 vsize=26108408 memory=140319735774384 CPUtime=0 cores=0-7
/proc/7184/task/7192/stat : 7192 (java) S 7182 7182 7138 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89044733 26735009792 11297 33554432000 4194304 4196468 140728217339072 139682857929104 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7193] ppid=7182 vsize=26108408 memory=140319735776688 CPUtime=0 cores=0-7
/proc/7184/task/7193/stat : 7193 (java) S 7182 7182 7138 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89044733 26735009792 11297 33554432000 4194304 4196468 140728217339072 139682856876304 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7194] ppid=7182 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/7184/task/7194/stat : 7194 (java) S 7182 7182 7138 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 89044734 26735009792 11297 33554432000 4194304 4196468 140728217339072 139682567953264 139683306343042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7195] ppid=7182 vsize=26108408 memory=280639471560336 CPUtime=0 cores=0-7
/proc/7184/task/7195/stat : 7195 (java) S 7182 7182 7138 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89044735 26735009792 11297 33554432000 4194304 4196468 140728217339072 139682566899232 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7196] ppid=7182 vsize=26108408 memory=280639471567248 CPUtime=0 cores=0-7
/proc/7184/task/7196/stat : 7196 (java) S 7182 7182 7138 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89044735 26735009792 11297 33554432000 4194304 4196468 140728217339072 139682565846384 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7197] ppid=7182 vsize=26108408 memory=280639471508528 CPUtime=0 cores=0-7
/proc/7184/task/7197/stat : 7197 (java) S 7182 7182 7138 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89044737 26735009792 11297 33554432000 4194304 4196468 140728217339072 139682564794704 139683306350491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7198] ppid=7182 vsize=26108408 memory=280639471581072 CPUtime=0.02 cores=0-7
/proc/7184/task/7198/stat : 7198 (java) S 7182 7182 7138 0 -1 1077944384 353 0 0 0 2 0 0 0 20 0 20 0 89044737 26735009792 11297 33554432000 4194304 4196468 140728217339072 139682563742064 139683306343042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7199] ppid=7182 vsize=26108408 memory=280639471587984 CPUtime=0.02 cores=0-7
/proc/7184/task/7199/stat : 7199 (java) S 7182 7182 7138 0 -1 1077944384 263 0 0 0 2 0 0 0 20 0 20 0 89044737 26735009792 11297 33554432000 4194304 4196468 140728217339072 139682562689264 139683306343042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7200] ppid=7182 vsize=26108408 memory=280639471585680 CPUtime=0.02 cores=0-7
/proc/7184/task/7200/stat : 7200 (java) S 7182 7182 7138 0 -1 1077944384 267 0 0 0 2 0 0 0 20 0 20 0 89044737 26735009792 11297 33554432000 4194304 4196468 140728217339072 139682561636464 139683306343042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7201] ppid=7182 vsize=26108408 memory=280639471601840 CPUtime=0.12 cores=0-7
/proc/7184/task/7201/stat : 7201 (java) S 7182 7182 7138 0 -1 1077944384 1043 0 0 0 12 0 0 0 20 0 20 0 89044737 26735009792 11297 33554432000 4194304 4196468 140728217339072 139682560583664 139683306343042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7202] ppid=7182 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/7184/task/7202/stat : 7202 (java) S 7182 7182 7138 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89044737 26735009792 11297 33554432000 4194304 4196468 140728217339072 139682559532128 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7203] ppid=7182 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/7184/task/7203/stat : 7203 (java) S 7182 7182 7138 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89044738 26735009792 11297 33554432000 4194304 4196468 140728217339072 139682558479408 139683306343042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 46640 KiB

[startup+0.701227 s]
/proc/loadavg: 8.60 8.43 8.34 2/204 7203
/proc/meminfo: memFree=21605240/32770624 swapFree=67108860/67108860
[pid=7182] ppid=7179 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7182/stat : 7182 (xcsp3-exec) S 7179 7182 7138 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89044731 115843072 363 33554432000 4194304 5098028 140730042934256 140730042932360 139780731511420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39792640 140730042942518 140730042942720 140730042942720 140730042945482 0
/proc/7182/statm: 28282 363 305 221 0 87 0
[pid=7184] ppid=7182 vsize=26110532 memory=293108 CPUtime=1.56 cores=0-7
/proc/7184/stat : 7184 (java) S 7182 7182 7138 0 -1 1077944320 12103 0 0 0 119 37 0 0 20 0 20 0 89044732 26737184768 73277 33554432000 4194304 4196468 140728217339072 140728217321616 139683306331895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
/proc/7184/statm: 6527633 73277 3343 1 0 6488827 0
[pid=7184/tid=7185] ppid=7182 vsize=26110532 memory=280639471896768 CPUtime=0.61 cores=0-7
/proc/7184/task/7185/stat : 7185 (java) R 7182 7182 7138 0 -1 4202560 6360 0 0 0 56 5 0 0 20 0 20 0 89044732 26737184768 73277 33554432000 4194304 4196468 140728217339072 139683310566272 139683290861605 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7186] ppid=7182 vsize=26110532 memory=5098126181534 CPUtime=0.05 cores=0-7
/proc/7184/task/7186/stat : 7186 (java) S 7182 7182 7138 0 -1 1077944384 63 0 0 0 2 3 0 0 20 0 20 0 89044733 26737184768 73277 33554432000 4194304 4196468 140728217339072 139682864245904 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7187] ppid=7182 vsize=26110532 memory=0 CPUtime=0.05 cores=0-7
/proc/7184/task/7187/stat : 7187 (java) S 7182 7182 7138 0 -1 1077944384 55 0 0 0 2 3 0 0 20 0 20 0 89044733 26737184768 73277 33554432000 4194304 4196468 140728217339072 139682863193104 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7188] ppid=7182 vsize=26110532 memory=0 CPUtime=0.05 cores=0-7
/proc/7184/task/7188/stat : 7188 (java) S 7182 7182 7138 0 -1 1077944384 56 0 0 0 2 3 0 0 20 0 20 0 89044733 26737184768 73277 33554432000 4194304 4196468 140728217339072 139682862140304 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0

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

[pid=7182] ppid=7179 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7182/stat : 7182 (xcsp3-exec) S 7179 7182 7138 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89044731 115843072 363 33554432000 4194304 5098028 140730042934256 140730042932360 139780731511420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39792640 140730042942518 140730042942720 140730042942720 140730042945482 0
/proc/7182/statm: 28282 363 305 221 0 87 0
[pid=7184] ppid=7182 vsize=26110532 memory=23413652 CPUtime=763.14 cores=0-7
/proc/7184/stat : 7184 (java) S 7182 7182 7138 0 -1 1077944320 1710390 0 0 0 71122 5192 0 0 20 0 20 0 89044732 26737184768 5853413 33554432000 4194304 4196468 140728217339072 140728217321616 139683306331895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
/proc/7184/statm: 6527633 5853413 3400 1 0 6488827 0
[pid=7184/tid=7185] ppid=7182 vsize=26110532 memory=1452 CPUtime=608.4 cores=0-7
/proc/7184/task/7185/stat : 7185 (java) S 7182 7182 7138 0 -1 1077944384 110580 0 0 0 60675 165 0 0 20 0 20 0 89044732 26737184768 5853413 33554432000 4194304 4196468 140728217339072 139683310569888 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7186] ppid=7182 vsize=26110532 memory=23413616 CPUtime=18.74 cores=0-7
/proc/7184/task/7186/stat : 7186 (java) R 7182 7182 7138 0 -1 4202560 143398 0 0 0 1255 619 0 0 20 0 20 0 89044733 26737184768 5853413 33554432000 4194304 4196468 140728217339072 139682864246104 139683291283367 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7187] ppid=7182 vsize=26110532 memory=1452 CPUtime=19 cores=0-7
/proc/7184/task/7187/stat : 7187 (java) R 7182 7182 7138 0 -1 4202560 287430 0 0 0 1298 602 0 0 20 0 20 0 89044733 26737184768 5853413 33554432000 4194304 4196468 140728217339072 139682863193104 139683291283367 0 4 0 16800975 0 0 0 -1 1 0 0 20 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7188] ppid=7182 vsize=26110532 memory=8112282956445269571 CPUtime=18.85 cores=0-7
/proc/7184/task/7188/stat : 7188 (java) R 7182 7182 7138 0 -1 4202560 307183 0 0 0 1266 619 0 0 20 0 20 0 89044733 26737184768 5853413 33554432000 4194304 4196468 140728217339072 139682862140504 139683286358267 0 4 0 16800975 0 0 0 -1 7 0 0 19 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7189] ppid=7182 vsize=26110532 memory=23413616 CPUtime=18.79 cores=0-7
/proc/7184/task/7189/stat : 7189 (java) R 7182 7182 7138 0 -1 4202560 141297 0 0 0 1310 569 0 0 20 0 20 0 89044733 26737184768 5853413 33554432000 4194304 4196468 140728217339072 139682861087504 139683291282076 0 4 0 16800975 0 0 0 -1 2 0 0 18 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7190] ppid=7182 vsize=26110532 memory=648 CPUtime=18.97 cores=0-7
/proc/7184/task/7190/stat : 7190 (java) R 7182 7182 7138 0 -1 4202560 168347 0 0 0 1245 652 0 0 20 0 20 0 89044733 26737184768 5853413 33554432000 4194304 4196468 140728217339072 139682860034704 139683291175585 0 4 0 16800975 0 0 0 -1 6 0 0 14 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7191] ppid=7182 vsize=26110532 memory=956 CPUtime=18.96 cores=0-7
/proc/7184/task/7191/stat : 7191 (java) R 7182 7182 7138 0 -1 4202560 134670 0 0 0 1260 636 0 0 20 0 20 0 89044733 26737184768 5853413 33554432000 4194304 4196468 140728217339072 139682858981904 139683291283367 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7192] ppid=7182 vsize=26110532 memory=8112282956445269571 CPUtime=18.95 cores=0-7
/proc/7184/task/7192/stat : 7192 (java) R 7182 7182 7138 0 -1 4202560 175059 0 0 0 1235 660 0 0 20 0 20 0 89044733 26737184768 5853413 33554432000 4194304 4196468 140728217339072 139682857929104 139683286358267 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7193] ppid=7182 vsize=26110532 memory=15232 CPUtime=18.84 cores=0-7
/proc/7184/task/7193/stat : 7193 (java) R 7182 7182 7138 0 -1 4202560 175157 0 0 0 1255 629 0 0 20 0 20 0 89044733 26737184768 5853413 33554432000 4194304 4196468 140728217339072 139682856876304 139683291283367 0 4 0 16800975 0 0 0 -1 4 0 0 12 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7194] ppid=7182 vsize=26110532 memory=18276 CPUtime=1.43 cores=0-7
/proc/7184/task/7194/stat : 7194 (java) S 7182 7182 7138 0 -1 1077944384 54349 0 0 0 128 15 0 0 20 0 20 0 89044734 26737184768 5853413 33554432000 4194304 4196468 140728217339072 139682567951600 139683306342101 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7195] ppid=7182 vsize=26110532 memory=4048 CPUtime=0 cores=0-7
/proc/7184/task/7195/stat : 7195 (java) S 7182 7182 7138 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 89044735 26737184768 5853413 33554432000 4194304 4196468 140728217339072 139682566899200 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7196] ppid=7182 vsize=26110532 memory=1792 CPUtime=0 cores=0-7
/proc/7184/task/7196/stat : 7196 (java) S 7182 7182 7138 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 20 0 89044735 26737184768 5853413 33554432000 4194304 4196468 140728217339072 139682565846400 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7197] ppid=7182 vsize=26110532 memory=4486604260213485459 CPUtime=0 cores=0-7
/proc/7184/task/7197/stat : 7197 (java) S 7182 7182 7138 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89044737 26737184768 5853413 33554432000 4194304 4196468 140728217339072 139682564794704 139683306350491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7198] ppid=7182 vsize=26110532 memory=2236 CPUtime=0.39 cores=0-7
/proc/7184/task/7198/stat : 7198 (java) S 7182 7182 7138 0 -1 1077944384 2196 0 0 0 39 0 0 0 20 0 20 0 89044737 26737184768 5853413 33554432000 4194304 4196468 140728217339072 139682563741824 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7199] ppid=7182 vsize=26110532 memory=4128 CPUtime=0.41 cores=0-7
/proc/7184/task/7199/stat : 7199 (java) S 7182 7182 7138 0 -1 1077944384 1792 0 0 0 40 1 0 0 20 0 20 0 89044737 26737184768 5853413 33554432000 4194304 4196468 140728217339072 139682562689264 139683306343042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7200] ppid=7182 vsize=26110532 memory=2196 CPUtime=0.44 cores=0-7
/proc/7184/task/7200/stat : 7200 (java) S 7182 7182 7138 0 -1 1077944384 2133 0 0 0 44 0 0 0 20 0 20 0 89044737 26737184768 5853413 33554432000 4194304 4196468 140728217339072 139682561636512 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7201] ppid=7182 vsize=26110532 memory=7288 CPUtime=0.34 cores=0-7
/proc/7184/task/7201/stat : 7201 (java) S 7182 7182 7138 0 -1 1077944384 4010 0 0 0 33 1 0 0 20 0 20 0 89044737 26737184768 5853413 33554432000 4194304 4196468 140728217339072 139682560583664 139683306343042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7202] ppid=7182 vsize=26110532 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/7184/task/7202/stat : 7202 (java) S 7182 7182 7138 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89044737 26737184768 5853413 33554432000 4194304 4196468 140728217339072 139682559532128 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7203] ppid=7182 vsize=26110532 memory=4104 CPUtime=0.46 cores=0-7
/proc/7184/task/7203/stat : 7203 (java) S 7182 7182 7138 0 -1 1077944384 1414 0 0 0 22 24 0 0 20 0 20 0 89044738 26737184768 5853413 33554432000 4194304 4196468 140728217339072 139682558479408 139683306343042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
Current children cumulated CPU time: 763.14 s
Current children cumulated vsize: 26223660 KiB
Current children cumulated memory: 23415104 KiB

[startup+630.901 s]
/proc/loadavg: 1.48 2.10 4.85 9/204 7212
/proc/meminfo: memFree=207024/32770624 swapFree=67108860/67108860
[pid=7182] ppid=7179 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7182/stat : 7182 (xcsp3-exec) S 7179 7182 7138 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89044731 115843072 363 33554432000 4194304 5098028 140730042934256 140730042932360 139780731511420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39792640 140730042942518 140730042942720 140730042942720 140730042945482 0
/proc/7182/statm: 28282 363 305 221 0 87 0
[pid=7184] ppid=7182 vsize=26110532 memory=23413832 CPUtime=775.02 cores=0-7
/proc/7184/stat : 7184 (java) S 7182 7182 7138 0 -1 1077944320 1790856 0 0 0 72294 5208 0 0 20 0 20 0 89044732 26737184768 5853458 33554432000 4194304 4196468 140728217339072 140728217321616 139683306331895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
/proc/7184/statm: 6527633 5853458 3408 1 0 6488827 0
[pid=7184/tid=7185] ppid=7182 vsize=26110532 memory=2196 CPUtime=608.4 cores=0-7
/proc/7184/task/7185/stat : 7185 (java) S 7182 7182 7138 0 -1 1077944384 110658 0 0 0 60675 165 0 0 20 0 20 0 89044732 26737184768 5853458 33554432000 4194304 4196468 140728217339072 139683310571584 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7186] ppid=7182 vsize=26110532 memory=4132 CPUtime=20.21 cores=0-7
/proc/7184/task/7186/stat : 7186 (java) R 7182 7182 7138 0 -1 4202560 147215 0 0 0 1402 619 0 0 20 0 20 0 89044733 26737184768 5853458 33554432000 4194304 4196468 140728217339072 139682864246104 139683299434881 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7187] ppid=7182 vsize=26110532 memory=25920 CPUtime=20.48 cores=0-7
/proc/7184/task/7187/stat : 7187 (java) R 7182 7182 7138 0 -1 4202560 318678 0 0 0 1439 609 0 0 20 0 20 0 89044733 26737184768 5853458 33554432000 4194304 4196468 140728217339072 139682863192992 139683291329840 0 4 0 16800975 0 0 0 -1 1 0 0 20 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7188] ppid=7182 vsize=26110532 memory=1292 CPUtime=20.29 cores=0-7
/proc/7184/task/7188/stat : 7188 (java) R 7182 7182 7138 0 -1 4202560 314963 0 0 0 1409 620 0 0 20 0 20 0 89044733 26737184768 5853458 33554432000 4194304 4196468 140728217339072 139682862140504 139683299434904 0 4 0 16800975 0 0 0 -1 7 0 0 19 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7189] ppid=7182 vsize=26110532 memory=1139 CPUtime=20.25 cores=0-7
/proc/7184/task/7189/stat : 7189 (java) R 7182 7182 7138 0 -1 4202560 144427 0 0 0 1456 569 0 0 20 0 20 0 89044733 26737184768 5853458 33554432000 4194304 4196468 140728217339072 139682861087704 139683299434874 0 4 0 16800975 0 0 0 -1 6 0 0 18 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7190] ppid=7182 vsize=26110532 memory=429 CPUtime=20.45 cores=0-7
/proc/7184/task/7190/stat : 7190 (java) R 7182 7182 7138 0 -1 4202560 185234 0 0 0 1389 656 0 0 20 0 20 0 89044733 26737184768 5853458 33554432000 4194304 4196468 140728217339072 139682860034904 139683299434881 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7191] ppid=7182 vsize=26110532 memory=0 CPUtime=20.43 cores=0-7
/proc/7184/task/7191/stat : 7191 (java) R 7182 7182 7138 0 -1 4202560 140740 0 0 0 1407 636 0 0 20 0 20 0 89044733 26737184768 5853458 33554432000 4194304 4196468 140728217339072 139682858982104 139683299434867 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7192] ppid=7182 vsize=26110532 memory=796 CPUtime=20.43 cores=0-7
/proc/7184/task/7192/stat : 7192 (java) R 7182 7182 7138 0 -1 4202560 178787 0 0 0 1382 661 0 0 20 0 20 0 89044733 26737184768 5853458 33554432000 4194304 4196468 140728217339072 139682857929304 139683299434904 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7193] ppid=7182 vsize=26110532 memory=8452 CPUtime=20.32 cores=0-7
/proc/7184/task/7193/stat : 7193 (java) R 7182 7182 7138 0 -1 4202560 182866 0 0 0 1400 632 0 0 20 0 20 0 89044733 26737184768 5853458 33554432000 4194304 4196468 140728217339072 139682856876504 139683299434881 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7194] ppid=7182 vsize=26110532 memory=5776 CPUtime=1.55 cores=0-7
/proc/7184/task/7194/stat : 7194 (java) S 7182 7182 7138 0 -1 1077944384 54355 0 0 0 140 15 0 0 20 0 20 0 89044734 26737184768 5853458 33554432000 4194304 4196468 140728217339072 139682567951808 139683306342101 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7195] ppid=7182 vsize=26110532 memory=1224 CPUtime=0 cores=0-7
/proc/7184/task/7195/stat : 7195 (java) S 7182 7182 7138 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 20 0 89044735 26737184768 5853458 33554432000 4194304 4196468 140728217339072 139682566899296 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7196] ppid=7182 vsize=26110532 memory=1716 CPUtime=0 cores=0-7
/proc/7184/task/7196/stat : 7196 (java) S 7182 7182 7138 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 20 0 89044735 26737184768 5853458 33554432000 4194304 4196468 140728217339072 139682565846400 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7197] ppid=7182 vsize=26110532 memory=1424 CPUtime=0 cores=0-7
/proc/7184/task/7197/stat : 7197 (java) S 7182 7182 7138 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89044737 26737184768 5853458 33554432000 4194304 4196468 140728217339072 139682564794704 139683306350491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7198] ppid=7182 vsize=26110532 memory=8112282956445269571 CPUtime=0.39 cores=0-7
/proc/7184/task/7198/stat : 7198 (java) S 7182 7182 7138 0 -1 1077944384 2196 0 0 0 39 0 0 0 20 0 20 0 89044737 26737184768 5853458 33554432000 4194304 4196468 140728217339072 139682563742064 139683306343042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7199] ppid=7182 vsize=26110532 memory=12136 CPUtime=0.41 cores=0-7
/proc/7184/task/7199/stat : 7199 (java) S 7182 7182 7138 0 -1 1077944384 1792 0 0 0 40 1 0 0 20 0 20 0 89044737 26737184768 5853458 33554432000 4194304 4196468 140728217339072 139682562689264 139683306343042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7200] ppid=7182 vsize=26110532 memory=1008 CPUtime=0.44 cores=0-7
/proc/7184/task/7200/stat : 7200 (java) S 7182 7182 7138 0 -1 1077944384 2135 0 0 0 44 0 0 0 20 0 20 0 89044737 26737184768 5853458 33554432000 4194304 4196468 140728217339072 139682561636464 139683306343042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7201] ppid=7182 vsize=26110532 memory=4620 CPUtime=0.34 cores=0-7
/proc/7184/task/7201/stat : 7201 (java) S 7182 7182 7138 0 -1 1077944384 4010 0 0 0 33 1 0 0 20 0 20 0 89044737 26737184768 5853458 33554432000 4194304 4196468 140728217339072 139682560583664 139683306343042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7202] ppid=7182 vsize=26110532 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/7184/task/7202/stat : 7202 (java) S 7182 7182 7138 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89044737 26737184768 5853458 33554432000 4194304 4196468 140728217339072 139682559532128 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7203] ppid=7182 vsize=26110532 memory=25920 CPUtime=0.46 cores=0-7
/proc/7184/task/7203/stat : 7203 (java) S 7182 7182 7138 0 -1 1077944384 1414 0 0 0 22 24 0 0 20 0 20 0 89044738 26737184768 5853458 33554432000 4194304 4196468 140728217339072 139682558479408 139683306343042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
Current children cumulated CPU time: 775.02 s
Current children cumulated vsize: 26223660 KiB
Current children cumulated memory: 23415284 KiB

[startup+631.701 s]
/proc/loadavg: 2.01 2.20 4.87 9/204 7212
/proc/meminfo: memFree=206104/32770624 swapFree=67108860/67108860
[pid=7182] ppid=7179 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7182/stat : 7182 (xcsp3-exec) S 7179 7182 7138 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89044731 115843072 363 33554432000 4194304 5098028 140730042934256 140730042932360 139780731511420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39792640 140730042942518 140730042942720 140730042942720 140730042945482 0
/proc/7182/statm: 28282 363 305 221 0 87 0
[pid=7184] ppid=7182 vsize=26110532 memory=23413840 CPUtime=781.02 cores=0-7
/proc/7184/stat : 7184 (java) S 7182 7182 7138 0 -1 1077944320 1829675 0 0 0 72888 5214 0 0 20 0 20 0 89044732 26737184768 5853460 33554432000 4194304 4196468 140728217339072 140728217321616 139683306331895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
/proc/7184/statm: 6527633 5853460 3408 1 0 6488827 0
[pid=7184/tid=7185] ppid=7182 vsize=26110532 memory=1236 CPUtime=608.4 cores=0-7
/proc/7184/task/7185/stat : 7185 (java) S 7182 7182 7138 0 -1 1077944384 110658 0 0 0 60675 165 0 0 20 0 20 0 89044732 26737184768 5853460 33554432000 4194304 4196468 140728217339072 139683310571584 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7186] ppid=7182 vsize=26110532 memory=648 CPUtime=20.95 cores=0-7
/proc/7184/task/7186/stat : 7186 (java) S 7182 7182 7138 0 -1 1077944384 157408 0 0 0 1475 620 0 0 20 0 20 0 89044733 26737184768 5853460 33554432000 4194304 4196468 140728217339072 139682864245904 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 16 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7187] ppid=7182 vsize=26110532 memory=956 CPUtime=21.22 cores=0-7
/proc/7184/task/7187/stat : 7187 (java) S 7182 7182 7138 0 -1 1077944384 321797 0 0 0 1512 610 0 0 20 0 20 0 89044733 26737184768 5853460 33554432000 4194304 4196468 140728217339072 139682863193104 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 20 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7188] ppid=7182 vsize=26110532 memory=2340 CPUtime=21.02 cores=0-7
/proc/7184/task/7188/stat : 7188 (java) S 7182 7182 7138 0 -1 1077944384 319763 0 0 0 1481 621 0 0 20 0 20 0 89044733 26737184768 5853460 33554432000 4194304 4196468 140728217339072 139682862140304 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7189] ppid=7182 vsize=26110532 memory=25920 CPUtime=21 cores=0-7
/proc/7184/task/7189/stat : 7189 (java) S 7182 7182 7138 0 -1 1077944384 146891 0 0 0 1530 570 0 0 20 0 20 0 89044733 26737184768 5853460 33554432000 4194304 4196468 140728217339072 139682861087504 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 18 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7190] ppid=7182 vsize=26110532 memory=1292 CPUtime=21.19 cores=0-7
/proc/7184/task/7190/stat : 7190 (java) S 7182 7182 7138 0 -1 1077944384 188183 0 0 0 1463 656 0 0 20 0 20 0 89044733 26737184768 5853460 33554432000 4194304 4196468 140728217339072 139682860034704 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7191] ppid=7182 vsize=26110532 memory=2444 CPUtime=21.18 cores=0-7
/proc/7184/task/7191/stat : 7191 (java) S 7182 7182 7138 0 -1 1077944384 149970 0 0 0 1481 637 0 0 20 0 20 0 89044733 26737184768 5853460 33554432000 4194304 4196468 140728217339072 139682858981904 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 14 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7192] ppid=7182 vsize=26110532 memory=1832 CPUtime=21.18 cores=0-7
/proc/7184/task/7192/stat : 7192 (java) S 7182 7182 7138 0 -1 1077944384 181246 0 0 0 1457 661 0 0 20 0 20 0 89044733 26737184768 5853460 33554432000 4194304 4196468 140728217339072 139682857929104 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7193] ppid=7182 vsize=26110532 memory=1948 CPUtime=21.06 cores=0-7
/proc/7184/task/7193/stat : 7193 (java) S 7182 7182 7138 0 -1 1077944384 185641 0 0 0 1474 632 0 0 20 0 20 0 89044733 26737184768 5853460 33554432000 4194304 4196468 140728217339072 139682856876304 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7194] ppid=7182 vsize=26110532 memory=1948 CPUtime=1.61 cores=0-7
/proc/7184/task/7194/stat : 7194 (java) R 7182 7182 7138 0 -1 4202560 55185 0 0 0 146 15 0 0 20 0 20 0 89044734 26737184768 5853460 33554432000 4194304 4196468 140728217339072 139682567951808 139683284702075 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7195] ppid=7182 vsize=26110532 memory=1224 CPUtime=0 cores=0-7
/proc/7184/task/7195/stat : 7195 (java) S 7182 7182 7138 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 20 0 89044735 26737184768 5853460 33554432000 4194304 4196468 140728217339072 139682566899296 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7196] ppid=7182 vsize=26110532 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/7184/task/7196/stat : 7196 (java) S 7182 7182 7138 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 20 0 89044735 26737184768 5853460 33554432000 4194304 4196468 140728217339072 139682565846400 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7197] ppid=7182 vsize=26110532 memory=1452 CPUtime=0 cores=0-7
/proc/7184/task/7197/stat : 7197 (java) S 7182 7182 7138 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89044737 26737184768 5853460 33554432000 4194304 4196468 140728217339072 139682564794704 139683306350491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7198] ppid=7182 vsize=26110532 memory=22575600 CPUtime=0.39 cores=0-7
/proc/7184/task/7198/stat : 7198 (java) S 7182 7182 7138 0 -1 1077944384 2196 0 0 0 39 0 0 0 20 0 20 0 89044737 26737184768 5853460 33554432000 4194304 4196468 140728217339072 139682563742064 139683306343042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7199] ppid=7182 vsize=26110532 memory=23413832 CPUtime=0.41 cores=0-7
/proc/7184/task/7199/stat : 7199 (java) S 7182 7182 7138 0 -1 1077944384 1792 0 0 0 40 1 0 0 20 0 20 0 89044737 26737184768 5853460 33554432000 4194304 4196468 140728217339072 139682562689264 139683306343042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7200] ppid=7182 vsize=26110532 memory=61804579403828 CPUtime=0.44 cores=0-7
/proc/7184/task/7200/stat : 7200 (java) S 7182 7182 7138 0 -1 1077944384 2135 0 0 0 44 0 0 0 20 0 20 0 89044737 26737184768 5853460 33554432000 4194304 4196468 140728217339072 139682561636464 139683306343042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7201] ppid=7182 vsize=26110532 memory=-6800859132029471843 CPUtime=0.34 cores=0-7
/proc/7184/task/7201/stat : 7201 (java) S 7182 7182 7138 0 -1 1077944384 4010 0 0 0 33 1 0 0 20 0 20 0 89044737 26737184768 5853460 33554432000 4194304 4196468 140728217339072 139682560583664 139683306343042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7202] ppid=7182 vsize=26110532 memory=4132 CPUtime=0 cores=0-7
/proc/7184/task/7202/stat : 7202 (java) S 7182 7182 7138 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89044737 26737184768 5853460 33554432000 4194304 4196468 140728217339072 139682559532128 139683306342101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
[pid=7184/tid=7203] ppid=7182 vsize=26110532 memory=25920 CPUtime=0.46 cores=0-7
/proc/7184/task/7203/stat : 7203 (java) S 7182 7182 7138 0 -1 1077944384 1414 0 0 0 22 24 0 0 20 0 20 0 89044738 26737184768 5853460 33554432000 4194304 4196468 140728217339072 139682558479408 139683306343042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32161792 140728217343105 140728217343277 140728217343277 140728217345999 0
Current children cumulated CPU time: 781.02 s
Current children cumulated vsize: 26223660 KiB
Current children cumulated memory: 23415292 KiB

[startup+632.101 s]
/proc/loadavg: 2.01 2.20 4.87 9/204 7212
/proc/meminfo: memFree=206104/32770624 swapFree=67108860/67108860
[pid=7182] ppid=7179 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7182/stat : 7182 (xcsp3-exec) S 7179 7182 7138 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89044731 115843072 363 33554432000 4194304 5098028 140730042934256 140730042932360 139780731511420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39792640 140730042942518 140730042942720 140730042942720 140730042945482 0
/proc/7182/statm: 28282 363 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 1
Real time (s): 632.111
CPU time (s): 781.413
CPU user time (s): 728.955
CPU system time (s): 52.4583
CPU usage (%): 123.62
Max. virtual memory (cumulated for all children) (KiB): 26223660
Max. memory (cumulated for all children) (KiB): 23415292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 728.955
system time used= 52.4583
maximum resident set size= 23413980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1830370
page faults= 0
swaps= 0
block input operations= 16
block output operations= 560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45914
involuntary context switches= 3886


# summary of solver processes directly reported to runsolver:
#   pid: 7182
#   total CPU time (s): 781.413
#   total CPU user time (s): 728.955
#   total CPU system time (s): 52.4583

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.98369 second user time and 7.82278 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-27 20:06:56
IDJOB=4297402
IDBENCH=141307
IDSOLVER=2760
FILE ID=node132/4297402-1532714815
RUNJOBID= node132-1532714815-7165
PBS_JOBID= 21022325
Free space on /tmp= 51980 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-12-4-rom_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 22000 -p NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297402-1532714815/watcher-4297402-1532714815 -o /tmp/evaluation-result-4297402-1532714815/solver-4297402-1532714815 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node132-1532714815-7165 --watchdog 2580  HOME/xcsp3-exec -seed 617313107 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297402-1532714815.xml

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

MD5SUM BENCH= 81778793cf44fcc277d17f448f65fa63
RANDOM SEED=617313107

node132.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.65
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.65
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.65
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.65
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:        21751168 kB
MemAvailable:   31929428 kB
Buffers:          221696 kB
Cached:         10150544 kB
SwapCached:            0 kB
Active:          3024020 kB
Inactive:        7401060 kB
Active(anon):       2904 kB
Inactive(anon):    77916 kB
Active(file):    3021116 kB
Inactive(file):  7323144 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             84940 kB
Writeback:             0 kB
AnonPages:         59928 kB
Mapped:            42100 kB
Shmem:             25248 kB
Slab:             289760 kB
SReclaimable:     262460 kB
SUnreclaim:        27300 kB
KernelStack:        3232 kB
PageTables:         4696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 51960 MiB
End job on node132 at 2018-07-27 20:17:28