Trace number 4398923

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-16? 2394.04 790.852

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-21.xml
MD5SUMab3cfdf6220e1af184bc3e02e1fbde1d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark45.669
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains65
Minimum domain size516
Maximum domain size611
Distribution of domain sizes[{"size":516,"count":6},{"size":517,"count":6},{"size":518,"count":4},{"size":519,"count":2},{"size":520,"count":4},{"size":521,"count":2},{"size":522,"count":2},{"size":523,"count":2},{"size":524,"count":2},{"size":526,"count":2},{"size":527,"count":8},{"size":528,"count":2},{"size":529,"count":2},{"size":530,"count":6},{"size":531,"count":2},{"size":533,"count":2},{"size":540,"count":2},{"size":541,"count":4},{"size":542,"count":2},{"size":543,"count":2},{"size":544,"count":4},{"size":545,"count":2},{"size":546,"count":8},{"size":547,"count":2},{"size":548,"count":2},"...",{"size":571,"count":2}, {"size":572,"count":2}, {"size":573,"count":2}, {"size":574,"count":2}, {"size":575,"count":6}, {"size":576,"count":4}, {"size":579,"count":4}, {"size":580,"count":2}, {"size":582,"count":4}, {"size":584,"count":6}, {"size":585,"count":2}, {"size":587,"count":2}, {"size":588,"count":2}, {"size":589,"count":2}, {"size":591,"count":2}, {"size":593,"count":2}, {"size":595,"count":4}, {"size":596,"count":2}, {"size":597,"count":2}, {"size":601,"count":6}, {"size":602,"count":2}, {"size":605,"count":2}, {"size":607,"count":4}, {"size":610,"count":2}, {"size":611,"count":2}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4398923-1568699285.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4398923-1568699285.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
2370.27/783.59	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
2370.27/783.59		at java.util.stream.ReduceOps.makeInt(ReduceOps.java:271)
2370.27/783.59		at java.util.stream.IntPipeline.reduce(IntPipeline.java:456)
2370.27/783.59		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:125)
2370.27/783.59		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
2370.27/783.59		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:135)
2370.27/783.59		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
2370.27/783.59		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$147/673068808.valid(Unknown Source)
2370.27/783.59		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
2370.27/783.59		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
2370.27/783.59		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
2370.27/783.59		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
2370.27/783.59		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
2370.27/783.59		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
2370.27/783.59		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
2370.27/783.59		at org.xcsp.parser.XCallbacks$$Lambda$89/205962452.accept(Unknown Source)
2370.27/783.59		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
2370.27/783.59		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2370.27/783.59		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
2370.27/783.59		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
2370.27/783.59		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
2370.27/783.59		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
2370.27/783.59		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
2370.27/783.59		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
2370.27/783.59		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
2370.27/783.59		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
2370.27/783.59		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
2370.27/783.59		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
2393.88/790.79	s UNKNOWN
2393.88/790.79	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 (10164 MiB free)
  memory of node 1: 16384 MiB (15456 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398923-1568699285/watcher-4398923-1568699285 -o /tmp/evaluation-result-4398923-1568699285/solver-4398923-1568699285 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568699170-20236 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1149059650 HOME/instance-4398923-1568699285.xml 

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

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


[startup+0.100083 s]*
/proc/loadavg: 5.50 2.19 1.43 7/234 21128
/proc/meminfo: memFree=26219444/32770624 swapFree=66941524/67108860
[pid=21112] ppid=21109 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21112/stat : 21112 (xcsp3-exec) S 21109 21112 20204 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446167154 115843072 363 33554432000 4194304 5098028 140723810080688 140723810078792 139675941413500 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35639296 140723810083706 140723810083949 140723810083949 140723810086858 0
/proc/21112/statm: 28282 363 304 221 0 87 0
[pid=21114] ppid=21112 vsize=15144776 memory=28948 CPUtime=0.13 cores=1,3,5,7
/proc/21114/stat : 21114 (java) S 21112 21112 20204 0 -1 1077944320 5704 0 0 0 12 1 0 0 20 0 15 0 446167154 15508250624 7237 33554432000 4194304 4196468 140730317588016 140730317570560 140107186310903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
/proc/21114/statm: 3786194 7237 3183 1 0 3748377 0
[pid=21114/tid=21115] ppid=21112 vsize=15144776 memory=8514701219881124772 CPUtime=0.09 cores=1,3,5,7
/proc/21114/task/21115/stat : 21115 (java) R 21112 21112 20204 0 -1 4202560 3575 0 0 0 8 1 0 0 20 0 15 0 446167155 15508250624 7237 33554432000 4194304 4196468 140730317588016 140107190533600 140107186322838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21116] ppid=21112 vsize=15144776 memory=3472468255425074384 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21116/stat : 21116 (java) S 21112 21112 20204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446167155 15508250624 7237 33554432000 4194304 4196468 140730317588016 140107138931600 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21117] ppid=21112 vsize=15144776 memory=140126529922688 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21117/stat : 21117 (java) S 21112 21112 20204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446167155 15508250624 7237 33554432000 4194304 4196468 140730317588016 140107137878800 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21118] ppid=21112 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21118/stat : 21118 (java) S 21112 21112 20204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446167155 15508250624 7237 33554432000 4194304 4196468 140730317588016 140107136826512 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21119] ppid=21112 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21119/stat : 21119 (java) S 21112 21112 20204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446167155 15508250624 7237 33554432000 4194304 4196468 140730317588016 140106775059472 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21120] ppid=21112 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21120/stat : 21120 (java) S 21112 21112 20204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446167157 15508250624 7237 33554432000 4194304 4196468 140730317588016 140106261321840 140107186322050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21121] ppid=21112 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21121/stat : 21121 (java) S 21112 21112 20204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446167157 15508250624 7237 33554432000 4194304 4196468 140730317588016 140106260267808 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21122] ppid=21112 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21122/stat : 21122 (java) S 21112 21112 20204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446167157 15508250624 7237 33554432000 4194304 4196468 140730317588016 140106259215472 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21123] ppid=21112 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21123/stat : 21123 (java) S 21112 21112 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446167160 15508250624 7237 33554432000 4194304 4196468 140730317588016 140106258163792 140107186329499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21124] ppid=21112 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21124/stat : 21124 (java) R 21112 21112 20204 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 446167160 15508250624 7237 33554432000 4194304 4196468 140730317588016 140106257111664 140107186322050 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21125] ppid=21112 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21125/stat : 21125 (java) S 21112 21112 20204 0 -1 1077944384 160 0 0 0 0 0 0 0 20 0 15 0 446167160 15508250624 7237 33554432000 4194304 4196468 140730317588016 140106256058864 140107186322050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21126] ppid=21112 vsize=15144776 memory=140126529922688 CPUtime=0.02 cores=1,3,5,7
/proc/21114/task/21126/stat : 21126 (java) R 21112 21112 20204 0 -1 4202560 362 0 0 0 2 0 0 0 20 0 15 0 446167160 15508250624 7237 33554432000 4194304 4196468 140730317588016 140106255006576 140107186322838 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21127] ppid=21112 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21127/stat : 21127 (java) S 21112 21112 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446167160 15508250624 7237 33554432000 4194304 4196468 140730317588016 140106253954016 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21128] ppid=21112 vsize=15144776 memory=140126529922688 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21128/stat : 21128 (java) S 21112 21112 20204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446167160 15508250624 7237 33554432000 4194304 4196468 140730317588016 140106252900784 140107186322050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30400 KiB

[startup+0.210693 s]*
/proc/loadavg: 5.50 2.19 1.43 9/234 21128
/proc/meminfo: memFree=26205904/32770624 swapFree=66941524/67108860
[pid=21112] ppid=21109 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21112/stat : 21112 (xcsp3-exec) S 21109 21112 20204 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446167154 115843072 363 33554432000 4194304 5098028 140723810080688 140723810078792 139675941413500 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35639296 140723810083706 140723810083949 140723810083949 140723810086858 0
/proc/21112/statm: 28282 363 304 221 0 87 0
[pid=21114] ppid=21112 vsize=15144776 memory=40864 CPUtime=0.34 cores=1,3,5,7
/proc/21114/stat : 21114 (java) S 21112 21112 20204 0 -1 1077944320 9461 0 0 0 31 3 0 0 20 0 15 0 446167154 15508250624 10216 33554432000 4194304 4196468 140730317588016 140730317570560 140107186310903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
/proc/21114/statm: 3786194 10216 3303 1 0 3748377 0
[pid=21114/tid=21115] ppid=21112 vsize=15144776 memory=5855082630903857826 CPUtime=0.2 cores=1,3,5,7
/proc/21114/task/21115/stat : 21115 (java) R 21112 21112 20204 0 -1 4202560 6606 0 0 0 18 2 0 0 20 0 15 0 446167155 15508250624 10216 33554432000 4194304 4196468 140730317588016 140107190537104 140107170391390 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21116] ppid=21112 vsize=15144776 memory=3472468255425074384 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21116/stat : 21116 (java) S 21112 21112 20204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446167155 15508250624 10216 33554432000 4194304 4196468 140730317588016 140107138931600 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21117] ppid=21112 vsize=15144776 memory=140126529922688 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21117/stat : 21117 (java) S 21112 21112 20204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446167155 15508250624 10216 33554432000 4194304 4196468 140730317588016 140107137878800 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21118] ppid=21112 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21118/stat : 21118 (java) S 21112 21112 20204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446167155 15508250624 10216 33554432000 4194304 4196468 140730317588016 140107136826512 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21119] ppid=21112 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21119/stat : 21119 (java) S 21112 21112 20204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446167155 15508250624 10216 33554432000 4194304 4196468 140730317588016 140106775059472 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21120] ppid=21112 vsize=15144776 memory=140126529922688 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21120/stat : 21120 (java) S 21112 21112 20204 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446167157 15508250624 10216 33554432000 4194304 4196468 140730317588016 140106261321840 140107186322050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21121] ppid=21112 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21121/stat : 21121 (java) S 21112 21112 20204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446167157 15508250624 10216 33554432000 4194304 4196468 140730317588016 140106260267808 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21122] ppid=21112 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21122/stat : 21122 (java) S 21112 21112 20204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446167157 15508250624 10216 33554432000 4194304 4196468 140730317588016 140106259215472 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21123] ppid=21112 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21123/stat : 21123 (java) S 21112 21112 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446167160 15508250624 10216 33554432000 4194304 4196468 140730317588016 140106258163792 140107186329499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21124] ppid=21112 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/21114/task/21124/stat : 21124 (java) S 21112 21112 20204 0 -1 1077944384 410 0 0 0 2 0 0 0 20 0 15 0 446167160 15508250624 10216 33554432000 4194304 4196468 140730317588016 140106257111664 140107186322050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21125] ppid=21112 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/21114/task/21125/stat : 21125 (java) S 21112 21112 20204 0 -1 1077944384 352 0 0 0 1 0 0 0 20 0 15 0 446167160 15508250624 10216 33554432000 4194304 4196468 140730317588016 140106256058864 140107186322050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21126] ppid=21112 vsize=15144776 memory=140126529922688 CPUtime=0.08 cores=1,3,5,7
/proc/21114/task/21126/stat : 21126 (java) S 21112 21112 20204 0 -1 1077944384 786 0 0 0 8 0 0 0 20 0 15 0 446167160 15508250624 10216 33554432000 4194304 4196468 140730317588016 140106255006576 140107186322050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21127] ppid=21112 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21127/stat : 21127 (java) S 21112 21112 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446167160 15508250624 10216 33554432000 4194304 4196468 140730317588016 140106253954016 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21128] ppid=21112 vsize=15144776 memory=140126529922688 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21128/stat : 21128 (java) S 21112 21112 20204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446167160 15508250624 10216 33554432000 4194304 4196468 140730317588016 140106252900784 140107186322050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42316 KiB

[startup+0.315953 s]*
/proc/loadavg: 5.50 2.19 1.43 7/234 21128
/proc/meminfo: memFree=26198372/32770624 swapFree=66941524/67108860
[pid=21112] ppid=21109 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21112/stat : 21112 (xcsp3-exec) S 21109 21112 20204 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446167154 115843072 363 33554432000 4194304 5098028 140723810080688 140723810078792 139675941413500 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35639296 140723810083706 140723810083949 140723810083949 140723810086858 0
/proc/21112/statm: 28282 363 304 221 0 87 0
[pid=21114] ppid=21112 vsize=15149032 memory=50640 CPUtime=0.54 cores=1,3,5,7
/proc/21114/stat : 21114 (java) S 21112 21112 20204 0 -1 1077944320 10968 0 0 0 50 4 0 0 20 0 15 0 446167154 15512608768 12660 33554432000 4194304 4196468 140730317588016 140730317570560 140107186310903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
/proc/21114/statm: 3787258 12660 3358 1 0 3748377 0
[pid=21114/tid=21115] ppid=21112 vsize=15149032 memory=8514701219880861597 CPUtime=0.31 cores=1,3,5,7
/proc/21114/task/21115/stat : 21115 (java) R 21112 21112 20204 0 -1 4202560 7862 0 0 0 28 3 0 0 20 0 15 0 446167155 15512608768 12669 33554432000 4194304 4196468 140730317588016 140107190542016 140107179027866 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21116] ppid=21112 vsize=15149032 memory=3472468255425074384 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21116/stat : 21116 (java) S 21112 21112 20204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446167155 15512608768 12669 33554432000 4194304 4196468 140730317588016 140107138931600 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21117] ppid=21112 vsize=15149032 memory=140126529922688 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21117/stat : 21117 (java) S 21112 21112 20204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446167155 15512608768 12669 33554432000 4194304 4196468 140730317588016 140107137878800 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21118] ppid=21112 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21118/stat : 21118 (java) S 21112 21112 20204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446167155 15512608768 12669 33554432000 4194304 4196468 140730317588016 140107136826512 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21119] ppid=21112 vsize=15149032 memory=140126395181087 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21119/stat : 21119 (java) S 21112 21112 20204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446167155 15512608768 12669 33554432000 4194304 4196468 140730317588016 140106775059472 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21120] ppid=21112 vsize=15149032 memory=280252790341408 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21120/stat : 21120 (java) S 21112 21112 20204 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446167157 15512608768 12669 33554432000 4194304 4196468 140730317588016 140106261321840 140107186322050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21121] ppid=21112 vsize=15149032 memory=140126395158031 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21121/stat : 21121 (java) S 21112 21112 20204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446167157 15512608768 12669 33554432000 4194304 4196468 140730317588016 140106260267808 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21122] ppid=21112 vsize=15149032 memory=280252925089888 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21122/stat : 21122 (java) S 21112 21112 20204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446167157 15512608768 12669 33554432000 4194304 4196468 140730317588016 140106259215472 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21123] ppid=21112 vsize=15149032 memory=140126395162639 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21123/stat : 21123 (java) S 21112 21112 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446167160 15512608768 12669 33554432000 4194304 4196468 140730317588016 140106258163792 140107186329499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21124] ppid=21112 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/21114/task/21124/stat : 21124 (java) S 21112 21112 20204 0 -1 1077944384 437 0 0 0 4 0 0 0 20 0 15 0 446167160 15512608768 12669 33554432000 4194304 4196468 140730317588016 140106257111664 140107186322050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21125] ppid=21112 vsize=15149032 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/21114/task/21125/stat : 21125 (java) S 21112 21112 20204 0 -1 1077944384 478 0 0 0 4 0 0 0 20 0 15 0 446167160 15512608768 12669 33554432000 4194304 4196468 140730317588016 140106256058864 140107186322050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21126] ppid=21112 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/21114/task/21126/stat : 21126 (java) R 21112 21112 20204 0 -1 4202560 883 0 0 0 12 0 0 0 20 0 15 0 446167160 15512608768 12669 33554432000 4194304 4196468 140730317588016 140106255006576 140107186322838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21127] ppid=21112 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21127/stat : 21127 (java) S 21112 21112 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446167160 15512608768 12669 33554432000 4194304 4196468 140730317588016 140106253954016 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21128] ppid=21112 vsize=15149032 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21128/stat : 21128 (java) S 21112 21112 20204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446167160 15512608768 12669 33554432000 4194304 4196468 140730317588016 140106252900784 140107186322050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 52092 KiB

[startup+0.700998 s]
/proc/loadavg: 5.50 2.19 1.43 9/234 21128
/proc/meminfo: memFree=26174916/32770624 swapFree=66941524/67108860
[pid=21112] ppid=21109 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21112/stat : 21112 (xcsp3-exec) S 21109 21112 20204 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446167154 115843072 363 33554432000 4194304 5098028 140723810080688 140723810078792 139675941413500 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35639296 140723810083706 140723810083949 140723810083949 140723810086858 0
/proc/21112/statm: 28282 363 304 221 0 87 0
[pid=21114] ppid=21112 vsize=15151156 memory=102544 CPUtime=1.81 cores=1,3,5,7
/proc/21114/stat : 21114 (java) S 21112 21112 20204 0 -1 1077944320 15244 0 0 0 176 5 0 0 20 0 15 0 446167154 15514783744 25636 33554432000 4194304 4196468 140730317588016 140730317570560 140107186310903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
/proc/21114/statm: 3787789 25636 3446 1 0 3748889 0
[pid=21114/tid=21115] ppid=21112 vsize=15151156 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/21114/task/21115/stat : 21115 (java) R 21112 21112 20204 0 -1 4202560 9071 0 0 0 64 4 0 0 20 0 15 0 446167155 15514783744 25636 33554432000 4194304 4196468 140730317588016 140107190546696 140106820107710 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21116] ppid=21112 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21116/stat : 21116 (java) S 21112 21112 20204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446167155 15514783744 25636 33554432000 4194304 4196468 140730317588016 140107138931600 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21117] ppid=21112 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21117/stat : 21117 (java) S 21112 21112 20204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446167155 15514783744 25636 33554432000 4194304 4196468 140730317588016 140107137878800 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21118] ppid=21112 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21118/stat : 21118 (java) S 21112 21112 20204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446167155 15514783744 25636 33554432000 4194304 4196468 140730317588016 140107136826512 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21119] ppid=21112 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21119/stat : 21119 (java) S 21112 21112 20204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446167155 15514783744 25636 33554432000 4194304 4196468 140730317588016 140106775059472 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21120] ppid=21112 vsize=15151156 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21120/stat : 21120 (java) S 21112 21112 20204 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446167157 15514783744 25636 33554432000 4194304 4196468 140730317588016 140106261321840 140107186322050 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21121] ppid=21112 vsize=15151156 memory=1088 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21121/stat : 21121 (java) S 21112 21112 20204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446167157 15514783744 25636 33554432000 4194304 4196468 140730317588016 140106260267808 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21122] ppid=21112 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21122/stat : 21122 (java) S 21112 21112 20204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446167157 15514783744 25636 33554432000 4194304 4196468 140730317588016 140106259215472 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21123] ppid=21112 vsize=15151156 memory=780 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21123/stat : 21123 (java) S 21112 21112 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446167160 15514783744 25636 33554432000 4194304 4196468 140730317588016 140106258163792 140107186329499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21124] ppid=21112 vsize=15151156 memory=6004 CPUtime=0.37 cores=1,3,5,7
/proc/21114/task/21124/stat : 21124 (java) R 21112 21112 20204 0 -1 4202560 1545 0 0 0 37 0 0 0 20 0 15 0 446167160 15514783744 25636 33554432000 4194304 4196468 140730317588016 140106257092680 140107169807512 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21125] ppid=21112 vsize=15151156 memory=624 CPUtime=0.39 cores=1,3,5,7
/proc/21114/task/21125/stat : 21125 (java) R 21112 21112 20204 0 -1 4202560 1458 0 0 0 39 0 0 0 20 0 15 0 446167160 15514783744 25636 33554432000 4194304 4196468 140730317588016 140106256049840 140107167836594 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21126] ppid=21112 vsize=15151156 memory=4004 CPUtime=0.34 cores=1,3,5,7
/proc/21114/task/21126/stat : 21126 (java) S 21112 21112 20204 0 -1 1077944384 1862 0 0 0 34 0 0 0 20 0 15 0 446167160 15514783744 25636 33554432000 4194304 4196468 140730317588016 140106255006576 140107186322050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21127] ppid=21112 vsize=15151156 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21127/stat : 21127 (java) S 21112 21112 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446167160 15514783744 25636 33554432000 4194304 4196468 140730317588016 140106253954016 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21128] ppid=21112 vsize=15151156 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21128/stat : 21128 (java) S 21112 21112 20204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446167160 15514783744 25636 33554432000 4194304 4196468 140730317588016 140106252900784 140107186322050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 103996 KiB

[startup+1.50085 s]
/proc/loadavg: 5.78 2.30 1.47 9/234 21128
/proc/meminfo: memFree=26055204/32770624 swapFree=66941524/67108860
[pid=21112] ppid=21109 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21112/stat : 21112 (xcsp3-exec) S 21109 21112 20204 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446167154 115843072 363 33554432000 4194304 5098028 140723810080688 140723810078792 139675941413500 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35639296 140723810083706 140723810083949 140723810083949 140723810086858 0
/proc/21112/statm: 28282 363 304 221 0 87 0

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

/proc/21114/task/21121/stat : 21121 (java) S 21112 21112 20204 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 446167157 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106260267872 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21122] ppid=21112 vsize=15217720 memory=47952 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21122/stat : 21122 (java) S 21112 21112 20204 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 446167157 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106259215488 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21123] ppid=21112 vsize=15217720 memory=1988 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21123/stat : 21123 (java) S 21112 21112 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446167160 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106258163792 140107186329499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21124] ppid=21112 vsize=15217720 memory=988 CPUtime=1.79 cores=1,3,5,7
/proc/21114/task/21124/stat : 21124 (java) S 21112 21112 20204 0 -1 1077944384 10480 0 0 0 178 1 0 0 20 0 16 0 446167160 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106257111664 140107186322050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21125] ppid=21112 vsize=15217720 memory=6791534058613427641 CPUtime=1.61 cores=1,3,5,7
/proc/21114/task/21125/stat : 21125 (java) S 21112 21112 20204 0 -1 1077944384 10042 0 0 0 159 2 0 0 20 0 16 0 446167160 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106256058864 140107186322050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21126] ppid=21112 vsize=15217720 memory=28044 CPUtime=0.64 cores=1,3,5,7
/proc/21114/task/21126/stat : 21126 (java) S 21112 21112 20204 0 -1 1077944384 6282 0 0 0 63 1 0 0 20 0 16 0 446167160 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106255006576 140107186322050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21127] ppid=21112 vsize=15217720 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21127/stat : 21127 (java) S 21112 21112 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446167160 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106253954016 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21128] ppid=21112 vsize=15217720 memory=532 CPUtime=0.37 cores=1,3,5,7
/proc/21114/task/21128/stat : 21128 (java) S 21112 21112 20204 0 -1 1077944384 591 0 0 0 20 17 0 0 20 0 16 0 446167160 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106252900784 140107186322050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21293] ppid=21112 vsize=15217720 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21293/stat : 21293 (java) S 21112 21112 20204 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 16 0 446245514 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106243923008 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
Current children cumulated CPU time: 2384.71 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12731064 KiB

[startup+788.801 s]
/proc/loadavg: 8.53 7.71 4.99 9/236 21293
/proc/meminfo: memFree=11703388/32770624 swapFree=66941524/67108860
[pid=21112] ppid=21109 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21112/stat : 21112 (xcsp3-exec) S 21109 21112 20204 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446167154 115843072 363 33554432000 4194304 5098028 140723810080688 140723810078792 139675941413500 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35639296 140723810083706 140723810083949 140723810083949 140723810086858 0
/proc/21112/statm: 28282 363 304 221 0 87 0
[pid=21114] ppid=21112 vsize=15217720 memory=12729612 CPUtime=2391.08 cores=1,3,5,7
/proc/21114/stat : 21114 (java) S 21112 21112 20204 0 -1 1077944320 865100 0 0 0 238245 863 0 0 20 0 16 0 446167154 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140730317570560 140107186310903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
/proc/21114/statm: 3804430 3182403 3517 1 0 3765530 0
[pid=21114/tid=21115] ppid=21112 vsize=15217720 memory=1056 CPUtime=162.56 cores=1,3,5,7
/proc/21114/task/21115/stat : 21115 (java) S 21112 21112 20204 0 -1 1077944384 35542 0 0 0 16210 46 0 0 20 0 16 0 446167155 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140107190551584 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21116] ppid=21112 vsize=15217720 memory=1556 CPUtime=533.98 cores=1,3,5,7
/proc/21114/task/21116/stat : 21116 (java) R 21112 21112 20204 0 -1 4202560 117956 0 0 0 53181 217 0 0 20 0 16 0 446167155 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140107138931720 140107178939111 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21117] ppid=21112 vsize=15217720 memory=6791534058613427641 CPUtime=534.63 cores=1,3,5,7
/proc/21114/task/21117/stat : 21117 (java) R 21112 21112 20204 0 -1 4202560 169446 0 0 0 53253 210 0 0 20 0 16 0 446167155 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140107137878920 140107171010815 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21118] ppid=21112 vsize=15217720 memory=920 CPUtime=533.95 cores=1,3,5,7
/proc/21114/task/21118/stat : 21118 (java) R 21112 21112 20204 0 -1 4202560 134503 0 0 0 53210 185 0 0 20 0 16 0 446167155 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140107136826632 140107178939111 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21119] ppid=21112 vsize=15217720 memory=3848 CPUtime=534.75 cores=1,3,5,7
/proc/21114/task/21119/stat : 21119 (java) R 21112 21112 20204 0 -1 4202560 217253 0 0 0 53291 184 0 0 20 0 16 0 446167155 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106775059592 140107179413882 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21120] ppid=21112 vsize=15217720 memory=2596 CPUtime=86.71 cores=1,3,5,7
/proc/21114/task/21120/stat : 21120 (java) S 21112 21112 20204 0 -1 1077944384 161665 0 0 0 8664 7 0 0 20 0 16 0 446167157 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106261320384 140107186321109 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21121] ppid=21112 vsize=15217720 memory=2600 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21121/stat : 21121 (java) S 21112 21112 20204 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 446167157 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106260267872 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21122] ppid=21112 vsize=15217720 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21122/stat : 21122 (java) S 21112 21112 20204 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 446167157 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106259215488 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21123] ppid=21112 vsize=15217720 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21123/stat : 21123 (java) S 21112 21112 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446167160 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106258163792 140107186329499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21124] ppid=21112 vsize=15217720 memory=12729588 CPUtime=1.79 cores=1,3,5,7
/proc/21114/task/21124/stat : 21124 (java) S 21112 21112 20204 0 -1 1077944384 10480 0 0 0 178 1 0 0 20 0 16 0 446167160 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106257111712 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21125] ppid=21112 vsize=15217720 memory=6791534058613427641 CPUtime=1.61 cores=1,3,5,7
/proc/21114/task/21125/stat : 21125 (java) S 21112 21112 20204 0 -1 1077944384 10042 0 0 0 159 2 0 0 20 0 16 0 446167160 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106256058912 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21126] ppid=21112 vsize=15217720 memory=47952 CPUtime=0.64 cores=1,3,5,7
/proc/21114/task/21126/stat : 21126 (java) S 21112 21112 20204 0 -1 1077944384 6283 0 0 0 63 1 0 0 20 0 16 0 446167160 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106255006336 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21127] ppid=21112 vsize=15217720 memory=303430223234596890 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21127/stat : 21127 (java) S 21112 21112 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446167160 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106253954016 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21128] ppid=21112 vsize=15217720 memory=303430231908417850 CPUtime=0.37 cores=1,3,5,7
/proc/21114/task/21128/stat : 21128 (java) S 21112 21112 20204 0 -1 1077944384 591 0 0 0 20 17 0 0 20 0 16 0 446167160 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106252900784 140107186322050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21293] ppid=21112 vsize=15217720 memory=13847469322668657 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21293/stat : 21293 (java) S 21112 21112 20204 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 16 0 446245514 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106243923008 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
Current children cumulated CPU time: 2391.08 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12731064 KiB

[startup+789.601 s]
/proc/loadavg: 8.53 7.71 4.99 9/236 21293
/proc/meminfo: memFree=11703512/32770624 swapFree=66941524/67108860
[pid=21112] ppid=21109 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21112/stat : 21112 (xcsp3-exec) S 21109 21112 20204 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446167154 115843072 363 33554432000 4194304 5098028 140723810080688 140723810078792 139675941413500 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35639296 140723810083706 140723810083949 140723810083949 140723810086858 0
/proc/21112/statm: 28282 363 304 221 0 87 0
[pid=21114] ppid=21112 vsize=15217720 memory=12729612 CPUtime=2392.78 cores=1,3,5,7
/proc/21114/stat : 21114 (java) S 21112 21112 20204 0 -1 1077944320 866069 0 0 0 238415 863 0 0 20 0 16 0 446167154 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140730317570560 140107186310903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
/proc/21114/statm: 3804430 3182403 3517 1 0 3765530 0
[pid=21114/tid=21115] ppid=21112 vsize=15217720 memory=12729604 CPUtime=162.56 cores=1,3,5,7
/proc/21114/task/21115/stat : 21115 (java) S 21112 21112 20204 0 -1 1077944384 35542 0 0 0 16210 46 0 0 20 0 16 0 446167155 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140107190551584 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21116] ppid=21112 vsize=15217720 memory=6791534058613427641 CPUtime=534.27 cores=1,3,5,7
/proc/21114/task/21116/stat : 21116 (java) S 21112 21112 20204 0 -1 1077944384 117956 0 0 0 53210 217 0 0 20 0 16 0 446167155 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140107138931600 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21117] ppid=21112 vsize=15217720 memory=1988 CPUtime=534.93 cores=1,3,5,7
/proc/21114/task/21117/stat : 21117 (java) S 21112 21112 20204 0 -1 1077944384 169447 0 0 0 53283 210 0 0 20 0 16 0 446167155 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140107137878800 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21118] ppid=21112 vsize=15217720 memory=988 CPUtime=534.26 cores=1,3,5,7
/proc/21114/task/21118/stat : 21118 (java) S 21112 21112 20204 0 -1 1077944384 134503 0 0 0 53241 185 0 0 20 0 16 0 446167155 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140107136826512 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21119] ppid=21112 vsize=15217720 memory=1428 CPUtime=535.06 cores=1,3,5,7
/proc/21114/task/21119/stat : 21119 (java) S 21112 21112 20204 0 -1 1077944384 217254 0 0 0 53322 184 0 0 20 0 16 0 446167155 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106775059472 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21120] ppid=21112 vsize=15217720 memory=1752 CPUtime=87.2 cores=1,3,5,7
/proc/21114/task/21120/stat : 21120 (java) R 21112 21112 20204 0 -1 4202560 162632 0 0 0 8713 7 0 0 20 0 16 0 446167157 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106261320272 140107171307270 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21121] ppid=21112 vsize=15217720 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21121/stat : 21121 (java) S 21112 21112 20204 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 446167157 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106260267872 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21122] ppid=21112 vsize=15217720 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21122/stat : 21122 (java) S 21112 21112 20204 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 446167157 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106259215488 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21123] ppid=21112 vsize=15217720 memory=11632 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21123/stat : 21123 (java) S 21112 21112 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446167160 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106258163792 140107186329499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21124] ppid=21112 vsize=15217720 memory=1088 CPUtime=1.79 cores=1,3,5,7
/proc/21114/task/21124/stat : 21124 (java) S 21112 21112 20204 0 -1 1077944384 10480 0 0 0 178 1 0 0 20 0 16 0 446167160 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106257111712 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21125] ppid=21112 vsize=15217720 memory=988 CPUtime=1.61 cores=1,3,5,7
/proc/21114/task/21125/stat : 21125 (java) S 21112 21112 20204 0 -1 1077944384 10042 0 0 0 159 2 0 0 20 0 16 0 446167160 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106256058912 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21126] ppid=21112 vsize=15217720 memory=780 CPUtime=0.64 cores=1,3,5,7
/proc/21114/task/21126/stat : 21126 (java) S 21112 21112 20204 0 -1 1077944384 6283 0 0 0 63 1 0 0 20 0 16 0 446167160 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106255006336 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21127] ppid=21112 vsize=15217720 memory=6004 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21127/stat : 21127 (java) S 21112 21112 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446167160 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106253954016 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21128] ppid=21112 vsize=15217720 memory=624 CPUtime=0.37 cores=1,3,5,7
/proc/21114/task/21128/stat : 21128 (java) S 21112 21112 20204 0 -1 1077944384 591 0 0 0 20 17 0 0 20 0 16 0 446167160 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106252900784 140107186322050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21293] ppid=21112 vsize=15217720 memory=4004 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21293/stat : 21293 (java) S 21112 21112 20204 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 16 0 446245514 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106243923008 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
Current children cumulated CPU time: 2392.78 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12731064 KiB

[startup+790.401 s]
/proc/loadavg: 8.53 7.71 4.99 6/236 21293
/proc/meminfo: memFree=11703620/32770624 swapFree=66941524/67108860
[pid=21112] ppid=21109 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21112/stat : 21112 (xcsp3-exec) S 21109 21112 20204 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446167154 115843072 363 33554432000 4194304 5098028 140723810080688 140723810078792 139675941413500 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35639296 140723810083706 140723810083949 140723810083949 140723810086858 0
/proc/21112/statm: 28282 363 304 221 0 87 0
[pid=21114] ppid=21112 vsize=15217720 memory=12729612 CPUtime=2393.58 cores=1,3,5,7
/proc/21114/stat : 21114 (java) S 21112 21112 20204 0 -1 1077944320 866069 0 0 0 238495 863 0 0 20 0 16 0 446167154 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140730317570560 140107186310903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
/proc/21114/statm: 3804430 3182403 3517 1 0 3765530 0
[pid=21114/tid=21115] ppid=21112 vsize=15217720 memory=12729588 CPUtime=162.56 cores=1,3,5,7
/proc/21114/task/21115/stat : 21115 (java) S 21112 21112 20204 0 -1 1077944384 35542 0 0 0 16210 46 0 0 20 0 16 0 446167155 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140107190551584 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21116] ppid=21112 vsize=15217720 memory=1452 CPUtime=534.27 cores=1,3,5,7
/proc/21114/task/21116/stat : 21116 (java) S 21112 21112 20204 0 -1 1077944384 117956 0 0 0 53210 217 0 0 20 0 16 0 446167155 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140107138931600 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21117] ppid=21112 vsize=15217720 memory=12729612 CPUtime=534.93 cores=1,3,5,7
/proc/21114/task/21117/stat : 21117 (java) S 21112 21112 20204 0 -1 1077944384 169447 0 0 0 53283 210 0 0 20 0 16 0 446167155 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140107137878800 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21118] ppid=21112 vsize=15217720 memory=3620 CPUtime=534.26 cores=1,3,5,7
/proc/21114/task/21118/stat : 21118 (java) S 21112 21112 20204 0 -1 1077944384 134503 0 0 0 53241 185 0 0 20 0 16 0 446167155 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140107136826512 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21119] ppid=21112 vsize=15217720 memory=47952 CPUtime=535.06 cores=1,3,5,7
/proc/21114/task/21119/stat : 21119 (java) S 21112 21112 20204 0 -1 1077944384 217254 0 0 0 53322 184 0 0 20 0 16 0 446167155 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106775059472 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21120] ppid=21112 vsize=15217720 memory=1452 CPUtime=88 cores=1,3,5,7
/proc/21114/task/21120/stat : 21120 (java) R 21112 21112 20204 0 -1 4202560 162632 0 0 0 8793 7 0 0 20 0 16 0 446167157 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106261320272 140107170768494 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21121] ppid=21112 vsize=15217720 memory=12729612 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21121/stat : 21121 (java) S 21112 21112 20204 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 446167157 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106260267872 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21122] ppid=21112 vsize=15217720 memory=2112 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21122/stat : 21122 (java) S 21112 21112 20204 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 446167157 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106259215488 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21123] ppid=21112 vsize=15217720 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21123/stat : 21123 (java) S 21112 21112 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446167160 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106258163792 140107186329499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21124] ppid=21112 vsize=15217720 memory=11632 CPUtime=1.79 cores=1,3,5,7
/proc/21114/task/21124/stat : 21124 (java) S 21112 21112 20204 0 -1 1077944384 10480 0 0 0 178 1 0 0 20 0 16 0 446167160 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106257111712 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21125] ppid=21112 vsize=15217720 memory=1732 CPUtime=1.61 cores=1,3,5,7
/proc/21114/task/21125/stat : 21125 (java) S 21112 21112 20204 0 -1 1077944384 10042 0 0 0 159 2 0 0 20 0 16 0 446167160 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106256058912 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21126] ppid=21112 vsize=15217720 memory=1088 CPUtime=0.64 cores=1,3,5,7
/proc/21114/task/21126/stat : 21126 (java) S 21112 21112 20204 0 -1 1077944384 6283 0 0 0 63 1 0 0 20 0 16 0 446167160 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106255006336 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21127] ppid=21112 vsize=15217720 memory=988 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21127/stat : 21127 (java) S 21112 21112 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446167160 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106253954016 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21128] ppid=21112 vsize=15217720 memory=-3622645143214314312 CPUtime=0.37 cores=1,3,5,7
/proc/21114/task/21128/stat : 21128 (java) S 21112 21112 20204 0 -1 1077944384 591 0 0 0 20 17 0 0 20 0 16 0 446167160 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106252900784 140107186322050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
[pid=21114/tid=21293] ppid=21112 vsize=15217720 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/21114/task/21293/stat : 21293 (java) S 21112 21112 20204 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 16 0 446245514 15582945280 3182403 33554432000 4194304 4196468 140730317588016 140106243923008 140107186321109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20529152 140730317591535 140730317591706 140730317591706 140730317594575 0
Current children cumulated CPU time: 2393.58 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12731064 KiB

[startup+790.801 s]
/proc/loadavg: 8.53 7.71 4.99 6/236 21293
/proc/meminfo: memFree=11703620/32770624 swapFree=66941524/67108860
[pid=21112] ppid=21109 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21112/stat : 21112 (xcsp3-exec) S 21109 21112 20204 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446167154 115843072 363 33554432000 4194304 5098028 140723810080688 140723810078792 139675941413500 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35639296 140723810083706 140723810083949 140723810083949 140723810086858 0
/proc/21112/statm: 28282 363 304 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): 790.852
CPU time (s): 2394.04
CPU user time (s): 2385.35
CPU system time (s): 8.69169
CPU usage (%): 302.717
Max. virtual memory (cumulated for all children) (KiB): 15330848
Max. memory (cumulated for all children) (KiB): 12731064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2385.35
system time used= 8.69169
maximum resident set size= 12729972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 866693
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31580
involuntary context switches= 66599


# summary of solver processes directly reported to runsolver:
#   pid: 21112
#   total CPU time (s): 2394.04
#   total CPU user time (s): 2385.35
#   total CPU system time (s): 8.69169

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.81682 second user time and 8.43473 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-17 07:47:27
IDJOB=4398923
IDBENCH=138439
IDSOLVER=2853
FILE ID=node149/4398923-1568699285
RUNJOBID= node149-1568699170-20236
PBS_JOBID= 21703822
Free space on /tmp= 61396 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-21.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4398923-1568699285/watcher-4398923-1568699285 -o /tmp/evaluation-result-4398923-1568699285/solver-4398923-1568699285 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568699170-20236 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1149059650 HOME/instance-4398923-1568699285.xml

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

MD5SUM BENCH= ab3cfdf6220e1af184bc3e02e1fbde1d
RANDOM SEED=1149059650

node149.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.81
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.81
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.81
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.81
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:        26235732 kB
MemAvailable:   31317896 kB
Buffers:          107812 kB
Cached:          5276108 kB
SwapCached:        61076 kB
Active:          2974840 kB
Inactive:        2997492 kB
Active(anon):     530428 kB
Inactive(anon):   106192 kB
Active(file):    2444412 kB
Inactive(file):  2891300 kB
Unevictable:      111228 kB
Mlocked:          111228 kB
SwapTotal:      67108860 kB
SwapFree:       66941524 kB
Dirty:             26084 kB
Writeback:             0 kB
AnonPages:        640036 kB
Mapped:            61716 kB
Shmem:             39980 kB
Slab:             154876 kB
SReclaimable:     124572 kB
SUnreclaim:        30304 kB
KernelStack:        3856 kB
PageTables:         7352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1752596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    546816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 61368 MiB
End job on node149 at 2019-09-17 08:00:38