Trace number 4404560

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 2019-09-20 parallel? 1169.43 248.133

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-05-07.xml
MD5SUM91a6e92a2ae9197e0e5abb82e178125f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.3106
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints211
Number of domains1
Minimum domain size35
Maximum domain size35
Distribution of domain sizes[{"size":35,"count":35}]
Minimum variable degree26
Maximum variable degree26
Distribution of variable degrees[{"degree":26,"count":35}]
Minimum constraint arity4
Maximum constraint arity35
Distribution of constraint arities[{"arity":4,"count":210},{"arity":35,"count":1}]
Number of extensional constraints0
Number of intensional constraints210
Distribution of constraint types[{"type":"intension","count":210},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404560-1569010197.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4404560-1569010197.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1169.29/248.05	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1169.29/248.05		at java.util.Arrays.copyOf(Arrays.java:3181)
1169.29/248.05		at java.util.ArrayList.grow(ArrayList.java:261)
1169.29/248.05		at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
1169.29/248.05		at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
1169.29/248.05		at java.util.ArrayList.add(ArrayList.java:458)
1169.29/248.05		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:159)
1169.29/248.05		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1169.29/248.05		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
1169.29/248.05		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1169.29/248.05		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1169.29/248.05		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1169.29/248.05		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1169.29/248.05		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
1169.29/248.05		at org.xcsp.parser.XCallbacks$$Lambda$108/25548982.accept(Unknown Source)
1169.29/248.05		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1169.29/248.05		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1169.29/248.05		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
1169.29/248.05		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
1169.29/248.05		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
1169.29/248.05		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1169.29/248.05		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1169.29/248.05		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1169.29/248.05		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1169.29/248.05		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1169.29/248.05		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1169.29/248.05		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1169.29/248.05	s UNKNOWN
1169.29/248.05	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 (11931 MiB free)
  memory of node 1: 16384 MiB (13020 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404560-1569010197/watcher-4404560-1569010197 -o /tmp/evaluation-result-4404560-1569010197/solver-4404560-1569010197 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1569005094-21578 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 117649197 HOME/instance-4404560-1569010197.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=22200, runsolver pid=22197
Current StackSize limit: 8192 KiB


[startup+0.100133 s]*
/proc/loadavg: 7.97 7.74 7.49 2/211 22221
/proc/meminfo: memFree=25533944/32770624 swapFree=66999228/67108860
[pid=22200] ppid=22197 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22200/stat : 22200 (xcsp3-exec) S 22197 22200 21551 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477272793 115843072 363 33554432000 4194304 5098028 140729085296880 140729085294984 140551545582204 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27033600 140729085305718 140729085305961 140729085305961 140729085308874 0
/proc/22200/statm: 28282 363 304 221 0 87 0
[pid=22202] ppid=22200 vsize=28227396 memory=30092 CPUtime=0.13 cores=0-7
/proc/22202/stat : 22202 (java) S 22200 22200 21551 0 -1 1077944320 5932 0 0 0 11 2 0 0 20 0 20 0 477272793 28904853504 7523 33554432000 4194304 4196468 140724272330496 140724272313040 140212778671863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
/proc/22202/statm: 7056849 7523 3146 1 0 7019032 0
[pid=22202/tid=22203] ppid=22200 vsize=28227396 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/22202/task/22203/stat : 22203 (java) R 22200 22200 21551 0 -1 4202560 3831 0 0 0 8 1 0 0 20 0 20 0 477272794 28904853504 7523 33554432000 4194304 4196468 140724272330496 140212782898624 140212758396896 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22204] ppid=22200 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22204/stat : 22204 (java) S 22200 22200 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477272794 28904853504 7523 33554432000 4194304 4196468 140724272330496 140212698524560 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22205] ppid=22200 vsize=28227396 memory=139706101238411 CPUtime=0 cores=0-7
/proc/22202/task/22205/stat : 22205 (java) S 22200 22200 21551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477272794 28904853504 7523 33554432000 4194304 4196468 140724272330496 140212329110288 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22206] ppid=22200 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22206/stat : 22206 (java) S 22200 22200 21551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477272794 28904853504 7523 33554432000 4194304 4196468 140724272330496 140212328058000 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22207] ppid=22200 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22207/stat : 22207 (java) S 22200 22200 21551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477272794 28904853504 7523 33554432000 4194304 4196468 140724272330496 140212327005200 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22208] ppid=22200 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22208/stat : 22208 (java) S 22200 22200 21551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477272794 28904853504 7523 33554432000 4194304 4196468 140724272330496 140212325951888 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22209] ppid=22200 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/22202/task/22209/stat : 22209 (java) S 22200 22200 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477272795 28904853504 7523 33554432000 4194304 4196468 140724272330496 140212324899088 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22210] ppid=22200 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22210/stat : 22210 (java) S 22200 22200 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477272795 28904853504 7523 33554432000 4194304 4196468 140724272330496 140212323846800 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22211] ppid=22200 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22211/stat : 22211 (java) S 22200 22200 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477272795 28904853504 7523 33554432000 4194304 4196468 140724272330496 140212322794000 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22212] ppid=22200 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22212/stat : 22212 (java) S 22200 22200 21551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477272796 28904853504 7523 33554432000 4194304 4196468 140724272330496 140211827837552 140212778683010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22213] ppid=22200 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22213/stat : 22213 (java) S 22200 22200 21551 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477272796 28904853504 7523 33554432000 4194304 4196468 140724272330496 140211826783520 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22214] ppid=22200 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22214/stat : 22214 (java) S 22200 22200 21551 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477272797 28904853504 7523 33554432000 4194304 4196468 140724272330496 140211825731184 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22215] ppid=22200 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22215/stat : 22215 (java) S 22200 22200 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477272799 28904853504 7523 33554432000 4194304 4196468 140724272330496 140210836859472 140212778690459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22216] ppid=22200 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22216/stat : 22216 (java) S 22200 22200 21551 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 20 0 477272799 28904853504 7523 33554432000 4194304 4196468 140724272330496 140210835806320 140212778683010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22217] ppid=22200 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22217/stat : 22217 (java) S 22200 22200 21551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477272799 28904853504 7523 33554432000 4194304 4196468 140724272330496 140210834753520 140212778683010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22218] ppid=22200 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22218/stat : 22218 (java) S 22200 22200 21551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477272799 28904853504 7523 33554432000 4194304 4196468 140724272330496 140210833701232 140212778683010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22219] ppid=22200 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/22202/task/22219/stat : 22219 (java) R 22200 22200 21551 0 -1 4202560 362 0 0 0 2 0 0 0 20 0 20 0 477272799 28904853504 7523 33554432000 4194304 4196468 140724272330496 140210832648432 140212778683798 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22220] ppid=22200 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22220/stat : 22220 (java) S 22200 22200 21551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477272799 28904853504 7523 33554432000 4194304 4196468 140724272330496 140210831596384 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22221] ppid=22200 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/22202/task/22221/stat : 22221 (java) S 22200 22200 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477272800 28904853504 7523 33554432000 4194304 4196468 140724272330496 140210830543664 140212778683010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31544 KiB

[startup+0.210724 s]*
/proc/loadavg: 7.97 7.74 7.49 2/211 22221
/proc/meminfo: memFree=25522032/32770624 swapFree=66999228/67108860
[pid=22200] ppid=22197 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22200/stat : 22200 (xcsp3-exec) S 22197 22200 21551 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477272793 115843072 363 33554432000 4194304 5098028 140729085296880 140729085294984 140551545582204 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27033600 140729085305718 140729085305961 140729085305961 140729085308874 0
/proc/22200/statm: 28282 363 304 221 0 87 0
[pid=22202] ppid=22200 vsize=28227396 memory=40164 CPUtime=0.34 cores=0-7
/proc/22202/stat : 22202 (java) S 22200 22200 21551 0 -1 1077944320 9362 0 0 0 30 4 0 0 20 0 20 0 477272793 28904853504 10041 33554432000 4194304 4196468 140724272330496 140724272313040 140212778671863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
/proc/22202/statm: 7056849 10041 3247 1 0 7019032 0
[pid=22202/tid=22203] ppid=22200 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/22202/task/22203/stat : 22203 (java) R 22200 22200 21551 0 -1 4202560 6611 0 0 0 17 2 0 0 20 0 20 0 477272794 28904853504 10041 33554432000 4194304 4196468 140724272330496 140212782904960 140212378305213 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22204] ppid=22200 vsize=28227396 memory=288230609019732336 CPUtime=0 cores=0-7
/proc/22202/task/22204/stat : 22204 (java) S 22200 22200 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477272794 28904853504 10041 33554432000 4194304 4196468 140724272330496 140212698524560 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22205] ppid=22200 vsize=28227396 memory=4050904581349263008 CPUtime=0 cores=0-7
/proc/22202/task/22205/stat : 22205 (java) S 22200 22200 21551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477272794 28904853504 10041 33554432000 4194304 4196468 140724272330496 140212329110288 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22206] ppid=22200 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/22202/task/22206/stat : 22206 (java) S 22200 22200 21551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477272794 28904853504 10041 33554432000 4194304 4196468 140724272330496 140212328058000 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22207] ppid=22200 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22207/stat : 22207 (java) S 22200 22200 21551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477272794 28904853504 10041 33554432000 4194304 4196468 140724272330496 140212327005200 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22208] ppid=22200 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22208/stat : 22208 (java) S 22200 22200 21551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477272794 28904853504 10041 33554432000 4194304 4196468 140724272330496 140212325951888 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22209] ppid=22200 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/22202/task/22209/stat : 22209 (java) S 22200 22200 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477272795 28904853504 10041 33554432000 4194304 4196468 140724272330496 140212324899088 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22210] ppid=22200 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22210/stat : 22210 (java) S 22200 22200 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477272795 28904853504 10041 33554432000 4194304 4196468 140724272330496 140212323846800 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22211] ppid=22200 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22211/stat : 22211 (java) S 22200 22200 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477272795 28904853504 10041 33554432000 4194304 4196468 140724272330496 140212322794000 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22212] ppid=22200 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22212/stat : 22212 (java) S 22200 22200 21551 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 477272796 28904853504 10041 33554432000 4194304 4196468 140724272330496 140211827837552 140212778683010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22213] ppid=22200 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22213/stat : 22213 (java) S 22200 22200 21551 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477272796 28904853504 10041 33554432000 4194304 4196468 140724272330496 140211826783520 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22214] ppid=22200 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22214/stat : 22214 (java) S 22200 22200 21551 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477272797 28904853504 10041 33554432000 4194304 4196468 140724272330496 140211825731184 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22215] ppid=22200 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22215/stat : 22215 (java) S 22200 22200 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477272799 28904853504 10041 33554432000 4194304 4196468 140724272330496 140210836859472 140212778690459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22216] ppid=22200 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/22202/task/22216/stat : 22216 (java) S 22200 22200 21551 0 -1 1077944384 456 0 0 0 1 0 0 0 20 0 20 0 477272799 28904853504 10041 33554432000 4194304 4196468 140724272330496 140210835806320 140212778683010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22217] ppid=22200 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/22202/task/22217/stat : 22217 (java) S 22200 22200 21551 0 -1 1077944384 63 0 0 0 1 0 0 0 20 0 20 0 477272799 28904853504 10041 33554432000 4194304 4196468 140724272330496 140210834753520 140212778683010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22218] ppid=22200 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/22202/task/22218/stat : 22218 (java) S 22200 22200 21551 0 -1 1077944384 143 0 0 0 1 0 0 0 20 0 20 0 477272799 28904853504 10041 33554432000 4194304 4196468 140724272330496 140210833701232 140212778683010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22219] ppid=22200 vsize=28227396 memory=0 CPUtime=0.07 cores=0-7
/proc/22202/task/22219/stat : 22219 (java) R 22200 22200 21551 0 -1 4202560 776 0 0 0 7 0 0 0 20 0 20 0 477272799 28904853504 10041 33554432000 4194304 4196468 140724272330496 140210832648240 140212757992148 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22220] ppid=22200 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22220/stat : 22220 (java) S 22200 22200 21551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477272799 28904853504 10041 33554432000 4194304 4196468 140724272330496 140210831596384 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22221] ppid=22200 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/22202/task/22221/stat : 22221 (java) S 22200 22200 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477272800 28904853504 10041 33554432000 4194304 4196468 140724272330496 140210830543664 140212778683010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41616 KiB

[startup+0.310542 s]*
/proc/loadavg: 7.97 7.74 7.49 3/211 22221
/proc/meminfo: memFree=25514512/32770624 swapFree=66999228/67108860
[pid=22200] ppid=22197 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22200/stat : 22200 (xcsp3-exec) S 22197 22200 21551 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477272793 115843072 363 33554432000 4194304 5098028 140729085296880 140729085294984 140551545582204 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27033600 140729085305718 140729085305961 140729085305961 140729085308874 0
/proc/22200/statm: 28282 363 304 221 0 87 0
[pid=22202] ppid=22200 vsize=28231652 memory=49572 CPUtime=0.51 cores=0-7
/proc/22202/stat : 22202 (java) S 22200 22200 21551 0 -1 1077944320 10712 0 0 0 46 5 0 0 20 0 20 0 477272793 28909211648 12393 33554432000 4194304 4196468 140724272330496 140724272313040 140212778671863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
/proc/22202/statm: 7057913 12393 3355 1 0 7019032 0
[pid=22202/tid=22203] ppid=22200 vsize=28231652 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/22202/task/22203/stat : 22203 (java) R 22200 22200 21551 0 -1 4202560 7751 0 0 0 26 3 0 0 20 0 20 0 477272794 28909211648 12393 33554432000 4194304 4196468 140724272330496 140212782905648 140212762752350 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22204] ppid=22200 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22204/stat : 22204 (java) S 22200 22200 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477272794 28909211648 12393 33554432000 4194304 4196468 140724272330496 140212698524560 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22205] ppid=22200 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22205/stat : 22205 (java) S 22200 22200 21551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477272794 28909211648 12393 33554432000 4194304 4196468 140724272330496 140212329110288 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22206] ppid=22200 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22206/stat : 22206 (java) S 22200 22200 21551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477272794 28909211648 12393 33554432000 4194304 4196468 140724272330496 140212328058000 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22207] ppid=22200 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22207/stat : 22207 (java) S 22200 22200 21551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477272794 28909211648 12393 33554432000 4194304 4196468 140724272330496 140212327005200 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22208] ppid=22200 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22208/stat : 22208 (java) S 22200 22200 21551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477272794 28909211648 12393 33554432000 4194304 4196468 140724272330496 140212325951888 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22209] ppid=22200 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22209/stat : 22209 (java) S 22200 22200 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477272795 28909211648 12393 33554432000 4194304 4196468 140724272330496 140212324899088 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22210] ppid=22200 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22210/stat : 22210 (java) S 22200 22200 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477272795 28909211648 12393 33554432000 4194304 4196468 140724272330496 140212323846800 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22211] ppid=22200 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22211/stat : 22211 (java) S 22200 22200 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477272795 28909211648 12393 33554432000 4194304 4196468 140724272330496 140212322794000 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22212] ppid=22200 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22212/stat : 22212 (java) S 22200 22200 21551 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 477272796 28909211648 12393 33554432000 4194304 4196468 140724272330496 140211827837552 140212778683010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22213] ppid=22200 vsize=28231652 memory=279411916217728 CPUtime=0 cores=0-7
/proc/22202/task/22213/stat : 22213 (java) S 22200 22200 21551 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477272796 28909211648 12393 33554432000 4194304 4196468 140724272330496 140211826783520 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22214] ppid=22200 vsize=28231652 memory=279411916222336 CPUtime=0 cores=0-7
/proc/22202/task/22214/stat : 22214 (java) S 22200 22200 21551 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477272797 28909211648 12393 33554432000 4194304 4196468 140724272330496 140211825731184 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22215] ppid=22200 vsize=28231652 memory=279411916226944 CPUtime=0 cores=0-7
/proc/22202/task/22215/stat : 22215 (java) S 22200 22200 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477272799 28909211648 12393 33554432000 4194304 4196468 140724272330496 140210836859472 140212778690459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22216] ppid=22200 vsize=28231652 memory=279411916231552 CPUtime=0.01 cores=0-7
/proc/22202/task/22216/stat : 22216 (java) S 22200 22200 21551 0 -1 1077944384 465 0 0 0 1 0 0 0 20 0 20 0 477272799 28909211648 12393 33554432000 4194304 4196468 140724272330496 140210835806320 140212778683010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22217] ppid=22200 vsize=28231652 memory=279411916236160 CPUtime=0.02 cores=0-7
/proc/22202/task/22217/stat : 22217 (java) S 22200 22200 21551 0 -1 1077944384 86 0 0 0 2 0 0 0 20 0 20 0 477272799 28909211648 12393 33554432000 4194304 4196468 140724272330496 140210834753520 140212778683010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22218] ppid=22200 vsize=28231652 memory=279411916240768 CPUtime=0.02 cores=0-7
/proc/22202/task/22218/stat : 22218 (java) S 22200 22200 21551 0 -1 1077944384 169 0 0 0 2 0 0 0 20 0 20 0 477272799 28909211648 12393 33554432000 4194304 4196468 140724272330496 140210833701232 140212778683010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22219] ppid=22200 vsize=28231652 memory=279411916245376 CPUtime=0.12 cores=0-7
/proc/22202/task/22219/stat : 22219 (java) S 22200 22200 21551 0 -1 1077944384 932 0 0 0 12 0 0 0 20 0 20 0 477272799 28909211648 12393 33554432000 4194304 4196468 140724272330496 140210832648432 140212778683010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22220] ppid=22200 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22220/stat : 22220 (java) S 22200 22200 21551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477272799 28909211648 12393 33554432000 4194304 4196468 140724272330496 140210831596384 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22221] ppid=22200 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/22202/task/22221/stat : 22221 (java) S 22200 22200 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477272800 28909211648 12393 33554432000 4194304 4196468 140724272330496 140210830543664 140212778683010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51024 KiB

[startup+0.701021 s]
/proc/loadavg: 7.97 7.74 7.49 3/211 22221
/proc/meminfo: memFree=25499732/32770624 swapFree=66999228/67108860
[pid=22200] ppid=22197 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22200/stat : 22200 (xcsp3-exec) S 22197 22200 21551 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477272793 115843072 363 33554432000 4194304 5098028 140729085296880 140729085294984 140551545582204 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27033600 140729085305718 140729085305961 140729085305961 140729085308874 0
/proc/22200/statm: 28282 363 304 221 0 87 0
[pid=22202] ppid=22200 vsize=28233776 memory=137484 CPUtime=1.25 cores=0-7
/proc/22202/stat : 22202 (java) S 22200 22200 21551 0 -1 1077944320 13227 0 0 0 117 8 0 0 20 0 20 0 477272793 28911386624 34371 33554432000 4194304 4196468 140724272330496 140724272313040 140212778671863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
/proc/22202/statm: 7058444 34371 3436 1 0 7019544 0
[pid=22202/tid=22203] ppid=22200 vsize=28233776 memory=4580 CPUtime=0.67 cores=0-7
/proc/22202/task/22203/stat : 22203 (java) R 22200 22200 21551 0 -1 4202560 9022 0 0 0 62 5 0 0 20 0 20 0 477272794 28911386624 34371 33554432000 4194304 4196468 140724272330496 140212782907376 140212381668928 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22204] ppid=22200 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22204/stat : 22204 (java) S 22200 22200 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477272794 28911386624 34371 33554432000 4194304 4196468 140724272330496 140212698524560 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22205] ppid=22200 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/22202/task/22205/stat : 22205 (java) S 22200 22200 21551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477272794 28911386624 34371 33554432000 4194304 4196468 140724272330496 140212329110288 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22206] ppid=22200 vsize=28233776 memory=2828 CPUtime=0 cores=0-7
/proc/22202/task/22206/stat : 22206 (java) S 22200 22200 21551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477272794 28911386624 34371 33554432000 4194304 4196468 140724272330496 140212328058000 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0

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

[pid=22200] ppid=22197 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22200/stat : 22200 (xcsp3-exec) S 22197 22200 21551 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477272793 115843072 363 33554432000 4194304 5098028 140729085296880 140729085294984 140551545582204 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27033600 140729085305718 140729085305961 140729085305961 140729085308874 0
/proc/22200/statm: 28282 363 304 221 0 87 0
[pid=22202] ppid=22200 vsize=28233776 memory=17850392 CPUtime=1168.48 cores=0-7
/proc/22202/stat : 22202 (java) S 22200 22200 21551 0 -1 1077944320 584043 0 0 0 112238 4610 0 0 20 0 20 0 477272793 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140724272313040 140212778671863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
/proc/22202/statm: 7058444 4462598 3502 1 0 7019544 0
[pid=22202/tid=22203] ppid=22200 vsize=28233776 memory=4136 CPUtime=63.8 cores=0-7
/proc/22202/task/22203/stat : 22203 (java) S 22200 22200 21551 0 -1 1077944384 20246 0 0 0 6363 17 0 0 20 0 20 0 477272794 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140212782910064 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22204] ppid=22200 vsize=28233776 memory=4100 CPUtime=131.5 cores=0-7
/proc/22202/task/22204/stat : 22204 (java) S 22200 22200 21551 0 -1 1077944384 53553 0 0 0 12594 556 0 0 20 0 20 0 477272794 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140212698524560 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 53 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22205] ppid=22200 vsize=28233776 memory=0 CPUtime=131.9 cores=0-7
/proc/22202/task/22205/stat : 22205 (java) S 22200 22200 21551 0 -1 1077944384 57127 0 0 0 12567 623 0 0 20 0 20 0 477272794 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140212329110288 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 49 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22206] ppid=22200 vsize=28233776 memory=3256 CPUtime=131.49 cores=0-7
/proc/22202/task/22206/stat : 22206 (java) S 22200 22200 21551 0 -1 1077944384 46681 0 0 0 12597 552 0 0 20 0 20 0 477272794 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140212328058000 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 55 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22207] ppid=22200 vsize=28233776 memory=6791534058613427641 CPUtime=132.22 cores=0-7
/proc/22202/task/22207/stat : 22207 (java) S 22200 22200 21551 0 -1 1077944384 55076 0 0 0 12667 555 0 0 20 0 20 0 477272794 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140212327005200 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 50 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22208] ppid=22200 vsize=28233776 memory=3028 CPUtime=131.53 cores=0-7
/proc/22202/task/22208/stat : 22208 (java) S 22200 22200 21551 0 -1 1077944384 57701 0 0 0 12577 576 0 0 20 0 20 0 477272794 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140212325951888 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 50 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22209] ppid=22200 vsize=28233776 memory=2012 CPUtime=131.72 cores=0-7
/proc/22202/task/22209/stat : 22209 (java) S 22200 22200 21551 0 -1 1077944384 55217 0 0 0 12615 557 0 0 20 0 20 0 477272795 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140212324899088 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 53 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22210] ppid=22200 vsize=28233776 memory=1436 CPUtime=131.54 cores=0-7
/proc/22202/task/22210/stat : 22210 (java) S 22200 22200 21551 0 -1 1077944384 46665 0 0 0 12589 565 0 0 20 0 20 0 477272795 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140212323846800 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 49 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22211] ppid=22200 vsize=28233776 memory=776 CPUtime=132.02 cores=0-7
/proc/22202/task/22211/stat : 22211 (java) S 22200 22200 21551 0 -1 1077944384 56855 0 0 0 12652 550 0 0 20 0 20 0 477272795 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140212322794000 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 53 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22212] ppid=22200 vsize=28233776 memory=3604 CPUtime=49.45 cores=0-7
/proc/22202/task/22212/stat : 22212 (java) R 22200 22200 21551 0 -1 4202560 118015 0 0 0 4895 50 0 0 20 0 20 0 477272796 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140211827836000 140212763668244 0 0 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22213] ppid=22200 vsize=28233776 memory=3504 CPUtime=0 cores=0-7
/proc/22202/task/22213/stat : 22213 (java) S 22200 22200 21551 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 477272796 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140211826783584 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22214] ppid=22200 vsize=28233776 memory=56284 CPUtime=0 cores=0-7
/proc/22202/task/22214/stat : 22214 (java) S 22200 22200 21551 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 477272797 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140211825731200 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22215] ppid=22200 vsize=28233776 memory=3028 CPUtime=0 cores=0-7
/proc/22202/task/22215/stat : 22215 (java) S 22200 22200 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477272799 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140210836859472 140212778690459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22216] ppid=22200 vsize=28233776 memory=2012 CPUtime=0.19 cores=0-7
/proc/22202/task/22216/stat : 22216 (java) S 22200 22200 21551 0 -1 1077944384 2426 0 0 0 18 1 0 0 20 0 20 0 477272799 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140210835806080 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22217] ppid=22200 vsize=28233776 memory=1436 CPUtime=0.19 cores=0-7
/proc/22202/task/22217/stat : 22217 (java) S 22200 22200 21551 0 -1 1077944384 1675 0 0 0 19 0 0 0 20 0 20 0 477272799 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140210834753568 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 21 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22218] ppid=22200 vsize=28233776 memory=776 CPUtime=0.26 cores=0-7
/proc/22202/task/22218/stat : 22218 (java) S 22200 22200 21551 0 -1 1077944384 3095 0 0 0 26 0 0 0 20 0 20 0 477272799 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140210833701280 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22219] ppid=22200 vsize=28233776 memory=17850392 CPUtime=0.43 cores=0-7
/proc/22202/task/22219/stat : 22219 (java) S 22200 22200 21551 0 -1 1077944384 7908 0 0 0 42 1 0 0 20 0 20 0 477272799 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140210832648480 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 22 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22220] ppid=22200 vsize=28233776 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/22202/task/22220/stat : 22220 (java) S 22200 22200 21551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477272799 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140210831596384 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22221] ppid=22200 vsize=28233776 memory=796 CPUtime=0.1 cores=0-7
/proc/22202/task/22221/stat : 22221 (java) S 22200 22200 21551 0 -1 1077944384 506 0 0 0 4 6 0 0 20 0 20 0 477272800 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140210830543664 140212778683010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 37 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
Current children cumulated CPU time: 1168.48 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 17851844 KiB

[startup+247.601 s]
/proc/loadavg: 4.69 5.26 6.46 2/211 22244
/proc/meminfo: memFree=7684096/32770624 swapFree=66999232/67108860
[pid=22200] ppid=22197 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22200/stat : 22200 (xcsp3-exec) S 22197 22200 21551 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477272793 115843072 363 33554432000 4194304 5098028 140729085296880 140729085294984 140551545582204 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27033600 140729085305718 140729085305961 140729085305961 140729085308874 0
/proc/22200/statm: 28282 363 304 221 0 87 0
[pid=22202] ppid=22200 vsize=28233776 memory=17850392 CPUtime=1168.88 cores=0-7
/proc/22202/stat : 22202 (java) S 22200 22200 21551 0 -1 1077944320 584045 0 0 0 112278 4610 0 0 20 0 20 0 477272793 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140724272313040 140212778671863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
/proc/22202/statm: 7058444 4462598 3502 1 0 7019544 0
[pid=22202/tid=22203] ppid=22200 vsize=28233776 memory=2012 CPUtime=63.8 cores=0-7
/proc/22202/task/22203/stat : 22203 (java) S 22200 22200 21551 0 -1 1077944384 20246 0 0 0 6363 17 0 0 20 0 20 0 477272794 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140212782910064 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22204] ppid=22200 vsize=28233776 memory=1436 CPUtime=131.5 cores=0-7
/proc/22202/task/22204/stat : 22204 (java) S 22200 22200 21551 0 -1 1077944384 53553 0 0 0 12594 556 0 0 20 0 20 0 477272794 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140212698524560 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 53 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22205] ppid=22200 vsize=28233776 memory=776 CPUtime=131.9 cores=0-7
/proc/22202/task/22205/stat : 22205 (java) S 22200 22200 21551 0 -1 1077944384 57127 0 0 0 12567 623 0 0 20 0 20 0 477272794 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140212329110288 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 49 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22206] ppid=22200 vsize=28233776 memory=3604 CPUtime=131.49 cores=0-7
/proc/22202/task/22206/stat : 22206 (java) S 22200 22200 21551 0 -1 1077944384 46681 0 0 0 12597 552 0 0 20 0 20 0 477272794 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140212328058000 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 55 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22207] ppid=22200 vsize=28233776 memory=2828 CPUtime=132.22 cores=0-7
/proc/22202/task/22207/stat : 22207 (java) S 22200 22200 21551 0 -1 1077944384 55076 0 0 0 12667 555 0 0 20 0 20 0 477272794 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140212327005200 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 50 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22208] ppid=22200 vsize=28233776 memory=676 CPUtime=131.53 cores=0-7
/proc/22202/task/22208/stat : 22208 (java) S 22200 22200 21551 0 -1 1077944384 57701 0 0 0 12577 576 0 0 20 0 20 0 477272794 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140212325951888 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 50 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22209] ppid=22200 vsize=28233776 memory=1060 CPUtime=131.72 cores=0-7
/proc/22202/task/22209/stat : 22209 (java) S 22200 22200 21551 0 -1 1077944384 55217 0 0 0 12615 557 0 0 20 0 20 0 477272795 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140212324899088 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 53 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22210] ppid=22200 vsize=28233776 memory=1548 CPUtime=131.54 cores=0-7
/proc/22202/task/22210/stat : 22210 (java) S 22200 22200 21551 0 -1 1077944384 46665 0 0 0 12589 565 0 0 20 0 20 0 477272795 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140212323846800 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 49 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22211] ppid=22200 vsize=28233776 memory=8560 CPUtime=132.02 cores=0-7
/proc/22202/task/22211/stat : 22211 (java) S 22200 22200 21551 0 -1 1077944384 56855 0 0 0 12652 550 0 0 20 0 20 0 477272795 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140212322794000 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 53 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22212] ppid=22200 vsize=28233776 memory=1712 CPUtime=49.85 cores=0-7
/proc/22202/task/22212/stat : 22212 (java) R 22200 22200 21551 0 -1 4202560 118017 0 0 0 4935 50 0 0 20 0 20 0 477272796 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140211827836000 140212763668416 0 0 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22213] ppid=22200 vsize=28233776 memory=1112 CPUtime=0 cores=0-7
/proc/22202/task/22213/stat : 22213 (java) S 22200 22200 21551 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 477272796 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140211826783584 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22214] ppid=22200 vsize=28233776 memory=1004 CPUtime=0 cores=0-7
/proc/22202/task/22214/stat : 22214 (java) S 22200 22200 21551 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 477272797 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140211825731200 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22215] ppid=22200 vsize=28233776 memory=5832 CPUtime=0 cores=0-7
/proc/22202/task/22215/stat : 22215 (java) S 22200 22200 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477272799 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140210836859472 140212778690459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22216] ppid=22200 vsize=28233776 memory=13984 CPUtime=0.19 cores=0-7
/proc/22202/task/22216/stat : 22216 (java) S 22200 22200 21551 0 -1 1077944384 2426 0 0 0 18 1 0 0 20 0 20 0 477272799 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140210835806080 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22217] ppid=22200 vsize=28233776 memory=2124 CPUtime=0.19 cores=0-7
/proc/22202/task/22217/stat : 22217 (java) S 22200 22200 21551 0 -1 1077944384 1675 0 0 0 19 0 0 0 20 0 20 0 477272799 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140210834753568 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 21 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22218] ppid=22200 vsize=28233776 memory=30732 CPUtime=0.26 cores=0-7
/proc/22202/task/22218/stat : 22218 (java) S 22200 22200 21551 0 -1 1077944384 3095 0 0 0 26 0 0 0 20 0 20 0 477272799 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140210833701280 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22219] ppid=22200 vsize=28233776 memory=12024 CPUtime=0.43 cores=0-7
/proc/22202/task/22219/stat : 22219 (java) S 22200 22200 21551 0 -1 1077944384 7908 0 0 0 42 1 0 0 20 0 20 0 477272799 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140210832648480 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 22 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22220] ppid=22200 vsize=28233776 memory=500 CPUtime=0 cores=0-7
/proc/22202/task/22220/stat : 22220 (java) S 22200 22200 21551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477272799 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140210831596384 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22221] ppid=22200 vsize=28233776 memory=1560 CPUtime=0.1 cores=0-7
/proc/22202/task/22221/stat : 22221 (java) S 22200 22200 21551 0 -1 1077944384 506 0 0 0 4 6 0 0 20 0 20 0 477272800 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140210830543664 140212778683010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 37 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
Current children cumulated CPU time: 1168.88 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 17851844 KiB

[startup+248.001 s]*
/proc/loadavg: 4.69 5.26 6.46 2/211 22244
/proc/meminfo: memFree=7683876/32770624 swapFree=66999232/67108860
[pid=22200] ppid=22197 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22200/stat : 22200 (xcsp3-exec) S 22197 22200 21551 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477272793 115843072 363 33554432000 4194304 5098028 140729085296880 140729085294984 140551545582204 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27033600 140729085305718 140729085305961 140729085305961 140729085308874 0
/proc/22200/statm: 28282 363 304 221 0 87 0
[pid=22202] ppid=22200 vsize=28233776 memory=17850392 CPUtime=1169.29 cores=0-7
/proc/22202/stat : 22202 (java) S 22200 22200 21551 0 -1 1077944320 584175 0 0 0 112317 4612 0 0 20 0 20 0 477272793 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140724272313040 140212778671863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
/proc/22202/statm: 7058444 4462598 3502 1 0 7019544 0
[pid=22202/tid=22203] ppid=22200 vsize=28233776 memory=1452 CPUtime=63.8 cores=0-7
/proc/22202/task/22203/stat : 22203 (java) S 22200 22200 21551 0 -1 1077944384 20246 0 0 0 6363 17 0 0 20 0 20 0 477272794 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140212782910064 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22204] ppid=22200 vsize=28233776 memory=8317482817917895235 CPUtime=131.5 cores=0-7
/proc/22202/task/22204/stat : 22204 (java) S 22200 22200 21551 0 -1 1077944384 53553 0 0 0 12594 556 0 0 20 0 20 0 477272794 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140212698524560 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 53 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22205] ppid=22200 vsize=28233776 memory=796 CPUtime=131.9 cores=0-7
/proc/22202/task/22205/stat : 22205 (java) S 22200 22200 21551 0 -1 1077944384 57127 0 0 0 12567 623 0 0 20 0 20 0 477272794 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140212329110288 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 49 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22206] ppid=22200 vsize=28233776 memory=1804 CPUtime=131.49 cores=0-7
/proc/22202/task/22206/stat : 22206 (java) S 22200 22200 21551 0 -1 1077944384 46681 0 0 0 12597 552 0 0 20 0 20 0 477272794 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140212328058000 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 55 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22207] ppid=22200 vsize=28233776 memory=1004 CPUtime=132.22 cores=0-7
/proc/22202/task/22207/stat : 22207 (java) S 22200 22200 21551 0 -1 1077944384 55076 0 0 0 12667 555 0 0 20 0 20 0 477272794 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140212327005200 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 50 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22208] ppid=22200 vsize=28233776 memory=5832 CPUtime=131.53 cores=0-7
/proc/22202/task/22208/stat : 22208 (java) S 22200 22200 21551 0 -1 1077944384 57701 0 0 0 12577 576 0 0 20 0 20 0 477272794 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140212325951888 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 50 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22209] ppid=22200 vsize=28233776 memory=13984 CPUtime=131.72 cores=0-7
/proc/22202/task/22209/stat : 22209 (java) S 22200 22200 21551 0 -1 1077944384 55217 0 0 0 12615 557 0 0 20 0 20 0 477272795 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140212324899088 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 53 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22210] ppid=22200 vsize=28233776 memory=2124 CPUtime=131.54 cores=0-7
/proc/22202/task/22210/stat : 22210 (java) S 22200 22200 21551 0 -1 1077944384 46665 0 0 0 12589 565 0 0 20 0 20 0 477272795 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140212323846800 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 49 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22211] ppid=22200 vsize=28233776 memory=30732 CPUtime=132.02 cores=0-7
/proc/22202/task/22211/stat : 22211 (java) S 22200 22200 21551 0 -1 1077944384 56855 0 0 0 12652 550 0 0 20 0 20 0 477272795 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140212322794000 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 53 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22212] ppid=22200 vsize=28233776 memory=12024 CPUtime=50.25 cores=0-7
/proc/22202/task/22212/stat : 22212 (java) R 22200 22200 21551 0 -1 4202560 118147 0 0 0 4974 51 0 0 20 0 20 0 477272796 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140211827836000 140212757042043 0 0 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22213] ppid=22200 vsize=28233776 memory=500 CPUtime=0 cores=0-7
/proc/22202/task/22213/stat : 22213 (java) S 22200 22200 21551 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 477272796 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140211826783584 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22214] ppid=22200 vsize=28233776 memory=8317482817917895235 CPUtime=0 cores=0-7
/proc/22202/task/22214/stat : 22214 (java) S 22200 22200 21551 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 477272797 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140211825731200 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22215] ppid=22200 vsize=28233776 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/22202/task/22215/stat : 22215 (java) S 22200 22200 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477272799 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140210836859472 140212778690459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22216] ppid=22200 vsize=28233776 memory=9023629670928638048 CPUtime=0.19 cores=0-7
/proc/22202/task/22216/stat : 22216 (java) S 22200 22200 21551 0 -1 1077944384 2426 0 0 0 18 1 0 0 20 0 20 0 477272799 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140210835806080 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22217] ppid=22200 vsize=28233776 memory=2828 CPUtime=0.19 cores=0-7
/proc/22202/task/22217/stat : 22217 (java) S 22200 22200 21551 0 -1 1077944384 1675 0 0 0 19 0 0 0 20 0 20 0 477272799 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140210834753568 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 21 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22218] ppid=22200 vsize=28233776 memory=56284 CPUtime=0.26 cores=0-7
/proc/22202/task/22218/stat : 22218 (java) S 22200 22200 21551 0 -1 1077944384 3095 0 0 0 26 0 0 0 20 0 20 0 477272799 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140210833701280 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22219] ppid=22200 vsize=28233776 memory=279411916269312 CPUtime=0.43 cores=0-7
/proc/22202/task/22219/stat : 22219 (java) S 22200 22200 21551 0 -1 1077944384 7908 0 0 0 42 1 0 0 20 0 20 0 477272799 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140210832648480 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 22 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22220] ppid=22200 vsize=28233776 memory=1548 CPUtime=0 cores=0-7
/proc/22202/task/22220/stat : 22220 (java) S 22200 22200 21551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477272799 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140210831596384 140212778682069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
[pid=22202/tid=22221] ppid=22200 vsize=28233776 memory=8560 CPUtime=0.1 cores=0-7
/proc/22202/task/22221/stat : 22221 (java) S 22200 22200 21551 0 -1 1077944384 506 0 0 0 4 6 0 0 20 0 20 0 477272800 28911386624 4462598 33554432000 4194304 4196468 140724272330496 140210830543664 140212778683010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 37 0 0 6293624 6294260 36974592 140724272333802 140724272333974 140724272333974 140724272336847 0
Current children cumulated CPU time: 1169.29 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 17851844 KiB

[startup+248.109 s]
/proc/loadavg: 4.69 5.26 6.46 2/211 22244
/proc/meminfo: memFree=7683876/32770624 swapFree=66999232/67108860
[pid=22200] ppid=22197 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22200/stat : 22200 (xcsp3-exec) S 22197 22200 21551 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477272793 115843072 363 33554432000 4194304 5098028 140729085296880 140729085294984 140551545582204 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27033600 140729085305718 140729085305961 140729085305961 140729085308874 0
/proc/22200/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): 248.133
CPU time (s): 1169.43
CPU user time (s): 1123.2
CPU system time (s): 46.2275
CPU usage (%): 471.291
Max. virtual memory (cumulated for all children) (KiB): 28346904
Max. memory (cumulated for all children) (KiB): 17851844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1123.2
system time used= 46.2275
maximum resident set size= 17850764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 592327
page faults= 0
swaps= 0
block input operations= 0
block output operations= 488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37051
involuntary context switches= 20599


# summary of solver processes directly reported to runsolver:
#   pid: 22200
#   total CPU time (s): 1169.43
#   total CPU user time (s): 1123.2
#   total CPU system time (s): 46.2275

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.71155 second user time and 2.82689 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-20 22:08:58
IDJOB=4404560
IDBENCH=139742
IDSOLVER=2865
FILE ID=node103/4404560-1569010197
RUNJOBID= node103-1569005094-21578
PBS_JOBID= 21704749
Free space on /tmp= 20860 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-05-07.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4404560-1569010197/watcher-4404560-1569010197 -o /tmp/evaluation-result-4404560-1569010197/solver-4404560-1569010197 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1569005094-21578 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 117649197 HOME/instance-4404560-1569010197.xml

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

MD5SUM BENCH= 91a6e92a2ae9197e0e5abb82e178125f
RANDOM SEED=117649197

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
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.74
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.74
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.74
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:        25550212 kB
MemAvailable:   31874128 kB
Buffers:           51780 kB
Cached:          6556576 kB
SwapCached:         6976 kB
Active:          3281716 kB
Inactive:        3340284 kB
Active(anon):       1988 kB
Inactive(anon):    61068 kB
Active(file):    3279728 kB
Inactive(file):  3279216 kB
Unevictable:      107440 kB
Mlocked:          107440 kB
SwapTotal:      67108860 kB
SwapFree:       66999228 kB
Dirty:             26300 kB
Writeback:             0 kB
AnonPages:        115316 kB
Mapped:            52316 kB
Shmem:             40864 kB
Slab:             189524 kB
SReclaimable:     161616 kB
SUnreclaim:        27908 kB
KernelStack:        3360 kB
PageTables:         5580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 20832 MiB
End job on node103 at 2019-09-20 22:13:07