Trace number 4406709

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-24 parallel? 11218.3 1888.24

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-26.xml
MD5SUM163dd1c4311ae2a810c887bcbec28782
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 benchmark15.5906
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains64
Minimum domain size413
Maximum domain size511
Distribution of domain sizes[{"size":413,"count":2},{"size":414,"count":2},{"size":415,"count":2},{"size":417,"count":2},{"size":418,"count":4},{"size":420,"count":2},{"size":421,"count":4},{"size":422,"count":4},{"size":423,"count":2},{"size":425,"count":2},{"size":428,"count":4},{"size":430,"count":4},{"size":432,"count":2},{"size":434,"count":2},{"size":435,"count":2},{"size":437,"count":4},{"size":439,"count":2},{"size":440,"count":2},{"size":443,"count":4},{"size":445,"count":8},{"size":447,"count":2},{"size":448,"count":2},{"size":450,"count":2},{"size":453,"count":6},{"size":456,"count":2},"...",{"size":478,"count":2}, {"size":479,"count":2}, {"size":481,"count":10}, {"size":482,"count":2}, {"size":484,"count":2}, {"size":485,"count":2}, {"size":486,"count":6}, {"size":487,"count":2}, {"size":488,"count":2}, {"size":489,"count":2}, {"size":490,"count":4}, {"size":491,"count":4}, {"size":492,"count":4}, {"size":493,"count":2}, {"size":494,"count":2}, {"size":495,"count":4}, {"size":496,"count":4}, {"size":497,"count":2}, {"size":499,"count":4}, {"size":501,"count":2}, {"size":502,"count":4}, {"size":503,"count":8}, {"size":504,"count":4}, {"size":507,"count":2}, {"size":511,"count":4}]
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 -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406709-1569357752.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4406709-1569357752.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
11084.30/1867.74	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
11084.30/1867.74		at java.util.stream.ReferencePipeline.mapToInt(ReferencePipeline.java:203)
11084.30/1867.74		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:124)
11084.30/1867.74		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
11084.30/1867.74		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:137)
11084.30/1867.74		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
11084.30/1867.74		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$147/1758386724.valid(Unknown Source)
11084.30/1867.74		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
11084.30/1867.74		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
11084.30/1867.74		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
11084.30/1867.74		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
11084.30/1867.74		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
11084.30/1867.74		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
11084.30/1867.74		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
11084.30/1867.74		at org.xcsp.parser.XCallbacks$$Lambda$89/1123629720.accept(Unknown Source)
11084.30/1867.74		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
11084.30/1867.74		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
11084.30/1867.74		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
11084.30/1867.74		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
11084.30/1867.74		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
11084.30/1867.74		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
11084.30/1867.74		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
11084.30/1867.74		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
11084.30/1867.74		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
11084.30/1867.74		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
11084.30/1867.74		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
11084.30/1867.74		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
11217.74/1887.80	s UNKNOWN
11217.74/1887.80	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 (12502 MiB free)
  memory of node 1: 16384 MiB (11660 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406709-1569357752/watcher-4406709-1569357752 -o /var/tmp/evaluation-result-4406709-1569357752/solver-4406709-1569357752 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node126-1569349500-4304 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1362096956 HOME/instance-4406709-1569357752.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=8739, runsolver pid=8736
Current StackSize limit: 8192 KiB


[startup+0.100138 s]*
/proc/loadavg: 5.13 6.71 7.24 2/212 8760
/proc/meminfo: memFree=24726216/32770624 swapFree=66997072/67108860
[pid=8739] ppid=8736 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8739/stat : 8739 (xcsp3-exec) S 8736 8739 4277 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 512042964 115843072 363 33554432000 4194304 5098028 140729224685776 140729224683880 140307745837692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34050048 140729224688465 140729224688725 140729224688725 140729224691654 0
/proc/8739/statm: 28282 363 304 221 0 87 0
[pid=8741] ppid=8739 vsize=28227396 memory=30284 CPUtime=0.13 cores=0-7
/proc/8741/stat : 8741 (java) S 8739 8739 4277 0 -1 1077944320 5980 0 0 0 11 2 0 0 20 0 20 0 512042965 28904853504 7571 33554432000 4194304 4196468 140732301521328 140732301503872 140098420178679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
/proc/8741/statm: 7056849 7571 3159 1 0 7019032 0
[pid=8741/tid=8742] ppid=8739 vsize=28227396 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/8741/task/8742/stat : 8742 (java) R 8739 8739 4277 0 -1 4202560 3890 0 0 0 8 1 0 0 20 0 20 0 512042965 28904853504 7571 33554432000 4194304 4196468 140732301521328 140098424404816 140098024898632 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8743] ppid=8739 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8743/stat : 8743 (java) S 8739 8739 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512042966 28904853504 7571 33554432000 4194304 4196468 140732301521328 140098372798992 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8744] ppid=8739 vsize=28227396 memory=15114647113651864 CPUtime=0 cores=0-7
/proc/8741/task/8744/stat : 8744 (java) S 8739 8739 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512042966 28904853504 7571 33554432000 4194304 4196468 140732301521328 140098371746448 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8745] ppid=8739 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8745/stat : 8745 (java) S 8739 8739 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512042966 28904853504 7571 33554432000 4194304 4196468 140732301521328 140098370693392 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8746] ppid=8739 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8746/stat : 8746 (java) S 8739 8739 4277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512042966 28904853504 7571 33554432000 4194304 4196468 140732301521328 140098369640848 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8747] ppid=8739 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8747/stat : 8747 (java) S 8739 8739 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512042966 28904853504 7571 33554432000 4194304 4196468 140732301521328 140098368588816 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8748] ppid=8739 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8741/task/8748/stat : 8748 (java) S 8739 8739 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512042966 28904853504 7571 33554432000 4194304 4196468 140732301521328 140098367536272 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8749] ppid=8739 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8749/stat : 8749 (java) S 8739 8739 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512042966 28904853504 7571 33554432000 4194304 4196468 140732301521328 140098366483216 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8750] ppid=8739 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8750/stat : 8750 (java) S 8739 8739 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512042966 28904853504 7571 33554432000 4194304 4196468 140732301521328 140098365430672 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8751] ppid=8739 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8751/stat : 8751 (java) S 8739 8739 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512042967 28904853504 7571 33554432000 4194304 4196468 140732301521328 140097085659376 140098420189826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8752] ppid=8739 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8752/stat : 8752 (java) S 8739 8739 4277 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512042968 28904853504 7571 33554432000 4194304 4196468 140732301521328 140097084605600 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8753] ppid=8739 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8753/stat : 8753 (java) S 8739 8739 4277 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512042968 28904853504 7571 33554432000 4194304 4196468 140732301521328 140097083552496 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8754] ppid=8739 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8754/stat : 8754 (java) S 8739 8739 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512042970 28904853504 7571 33554432000 4194304 4196468 140732301521328 140097082501072 140098420197275 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8755] ppid=8739 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8755/stat : 8755 (java) S 8739 8739 4277 0 -1 1077944384 413 0 0 0 0 0 0 0 20 0 20 0 512042970 28904853504 7571 33554432000 4194304 4196468 140732301521328 140097081449200 140098420189826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8756] ppid=8739 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8756/stat : 8756 (java) S 8739 8739 4277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512042970 28904853504 7571 33554432000 4194304 4196468 140732301521328 140097080396656 140098420189826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8757] ppid=8739 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8757/stat : 8757 (java) S 8739 8739 4277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512042970 28904853504 7571 33554432000 4194304 4196468 140732301521328 140097079343600 140098420189826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8758] ppid=8739 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/8741/task/8758/stat : 8758 (java) R 8739 8739 4277 0 -1 4202560 359 0 0 0 1 0 0 0 20 0 20 0 512042970 28904853504 7571 33554432000 4194304 4196468 140732301521328 140097078291056 140098420190614 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8759] ppid=8739 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8759/stat : 8759 (java) S 8739 8739 4277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512042971 28904853504 7571 33554432000 4194304 4196468 140732301521328 140097077238240 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8760] ppid=8739 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8741/task/8760/stat : 8760 (java) S 8739 8739 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512042971 28904853504 7571 33554432000 4194304 4196468 140732301521328 140097076185776 140098420189826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31736 KiB

[startup+0.21024 s]*
/proc/loadavg: 5.13 6.71 7.24 3/212 8760
/proc/meminfo: memFree=24713572/32770624 swapFree=66997072/67108860
[pid=8739] ppid=8736 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8739/stat : 8739 (xcsp3-exec) S 8736 8739 4277 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 512042964 115843072 363 33554432000 4194304 5098028 140729224685776 140729224683880 140307745837692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34050048 140729224688465 140729224688725 140729224688725 140729224691654 0
/proc/8739/statm: 28282 363 304 221 0 87 0
[pid=8741] ppid=8739 vsize=28227396 memory=40616 CPUtime=0.34 cores=0-7
/proc/8741/stat : 8741 (java) S 8739 8739 4277 0 -1 1077944320 9425 0 0 0 30 4 0 0 20 0 20 0 512042965 28904853504 10154 33554432000 4194304 4196468 140732301521328 140732301503872 140098420178679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
/proc/8741/statm: 7056849 10154 3281 1 0 7019032 0
[pid=8741/tid=8742] ppid=8739 vsize=28227396 memory=8316850467074736180 CPUtime=0.19 cores=0-7
/proc/8741/task/8742/stat : 8742 (java) R 8739 8739 4277 0 -1 4202560 6680 0 0 0 17 2 0 0 20 0 20 0 512042965 28904853504 10154 33554432000 4194304 4196468 140732301521328 140098424411408 140098412856693 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8743] ppid=8739 vsize=28227396 memory=9329 CPUtime=0 cores=0-7
/proc/8741/task/8743/stat : 8743 (java) S 8739 8739 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512042966 28904853504 10154 33554432000 4194304 4196468 140732301521328 140098372798992 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8744] ppid=8739 vsize=28227396 memory=140161091991972 CPUtime=0 cores=0-7
/proc/8741/task/8744/stat : 8744 (java) S 8739 8739 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512042966 28904853504 10154 33554432000 4194304 4196468 140732301521328 140098371746448 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8745] ppid=8739 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8741/task/8745/stat : 8745 (java) S 8739 8739 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512042966 28904853504 10154 33554432000 4194304 4196468 140732301521328 140098370693392 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8746] ppid=8739 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8746/stat : 8746 (java) S 8739 8739 4277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512042966 28904853504 10154 33554432000 4194304 4196468 140732301521328 140098369640848 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8747] ppid=8739 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8747/stat : 8747 (java) S 8739 8739 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512042966 28904853504 10154 33554432000 4194304 4196468 140732301521328 140098368588816 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8748] ppid=8739 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8741/task/8748/stat : 8748 (java) S 8739 8739 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512042966 28904853504 10154 33554432000 4194304 4196468 140732301521328 140098367536272 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8749] ppid=8739 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8749/stat : 8749 (java) S 8739 8739 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512042966 28904853504 10154 33554432000 4194304 4196468 140732301521328 140098366483216 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8750] ppid=8739 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8750/stat : 8750 (java) S 8739 8739 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512042966 28904853504 10154 33554432000 4194304 4196468 140732301521328 140098365430672 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8751] ppid=8739 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8751/stat : 8751 (java) S 8739 8739 4277 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512042967 28904853504 10154 33554432000 4194304 4196468 140732301521328 140097085659376 140098420189826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8752] ppid=8739 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8752/stat : 8752 (java) S 8739 8739 4277 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512042968 28904853504 10154 33554432000 4194304 4196468 140732301521328 140097084605600 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8753] ppid=8739 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8753/stat : 8753 (java) S 8739 8739 4277 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512042968 28904853504 10154 33554432000 4194304 4196468 140732301521328 140097083552496 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8754] ppid=8739 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8754/stat : 8754 (java) S 8739 8739 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512042970 28904853504 10154 33554432000 4194304 4196468 140732301521328 140097082501072 140098420197275 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8755] ppid=8739 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/8741/task/8755/stat : 8755 (java) S 8739 8739 4277 0 -1 1077944384 445 0 0 0 1 0 0 0 20 0 20 0 512042970 28904853504 10154 33554432000 4194304 4196468 140732301521328 140097081449200 140098420189826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8756] ppid=8739 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/8741/task/8756/stat : 8756 (java) S 8739 8739 4277 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 20 0 512042970 28904853504 10154 33554432000 4194304 4196468 140732301521328 140097080396656 140098420189826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8757] ppid=8739 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/8741/task/8757/stat : 8757 (java) S 8739 8739 4277 0 -1 1077944384 164 0 0 0 1 0 0 0 20 0 20 0 512042970 28904853504 10154 33554432000 4194304 4196468 140732301521328 140097079343600 140098420189826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8758] ppid=8739 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/8741/task/8758/stat : 8758 (java) S 8739 8739 4277 0 -1 1077944384 777 0 0 0 7 0 0 0 20 0 20 0 512042970 28904853504 10154 33554432000 4194304 4196468 140732301521328 140097078291056 140098420189826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8759] ppid=8739 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8759/stat : 8759 (java) S 8739 8739 4277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512042971 28904853504 10154 33554432000 4194304 4196468 140732301521328 140097077238240 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8760] ppid=8739 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8741/task/8760/stat : 8760 (java) S 8739 8739 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512042971 28904853504 10154 33554432000 4194304 4196468 140732301521328 140097076185776 140098420189826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42068 KiB

[startup+0.309539 s]*
/proc/loadavg: 5.13 6.71 7.24 3/212 8760
/proc/meminfo: memFree=24707180/32770624 swapFree=66997072/67108860
[pid=8739] ppid=8736 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8739/stat : 8739 (xcsp3-exec) S 8736 8739 4277 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 512042964 115843072 363 33554432000 4194304 5098028 140729224685776 140729224683880 140307745837692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34050048 140729224688465 140729224688725 140729224688725 140729224691654 0
/proc/8739/statm: 28282 363 304 221 0 87 0
[pid=8741] ppid=8739 vsize=28231652 memory=49380 CPUtime=0.53 cores=0-7
/proc/8741/stat : 8741 (java) S 8739 8739 4277 0 -1 1077944320 10728 0 0 0 48 5 0 0 20 0 20 0 512042965 28909211648 12345 33554432000 4194304 4196468 140732301521328 140732301503872 140098420178679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
/proc/8741/statm: 7057913 12345 3322 1 0 7019032 0
[pid=8741/tid=8742] ppid=8739 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/8741/task/8742/stat : 8742 (java) R 8739 8739 4277 0 -1 4202560 7746 0 0 0 26 3 0 0 20 0 20 0 512042965 28909211648 12392 33554432000 4194304 4196468 140732301521328 140098424412464 140098412895642 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8743] ppid=8739 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8743/stat : 8743 (java) S 8739 8739 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512042966 28909211648 12392 33554432000 4194304 4196468 140732301521328 140098372798992 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8744] ppid=8739 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8744/stat : 8744 (java) S 8739 8739 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512042966 28909211648 12392 33554432000 4194304 4196468 140732301521328 140098371746448 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8745] ppid=8739 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8745/stat : 8745 (java) S 8739 8739 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512042966 28909211648 12392 33554432000 4194304 4196468 140732301521328 140098370693392 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8746] ppid=8739 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8746/stat : 8746 (java) S 8739 8739 4277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512042966 28909211648 12392 33554432000 4194304 4196468 140732301521328 140098369640848 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8747] ppid=8739 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8747/stat : 8747 (java) S 8739 8739 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512042966 28909211648 12392 33554432000 4194304 4196468 140732301521328 140098368588816 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8748] ppid=8739 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8748/stat : 8748 (java) S 8739 8739 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512042966 28909211648 12392 33554432000 4194304 4196468 140732301521328 140098367536272 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8749] ppid=8739 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8749/stat : 8749 (java) S 8739 8739 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512042966 28909211648 12392 33554432000 4194304 4196468 140732301521328 140098366483216 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8750] ppid=8739 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8750/stat : 8750 (java) S 8739 8739 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512042966 28909211648 12392 33554432000 4194304 4196468 140732301521328 140098365430672 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8751] ppid=8739 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8751/stat : 8751 (java) S 8739 8739 4277 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512042967 28909211648 12392 33554432000 4194304 4196468 140732301521328 140097085659376 140098420189826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8752] ppid=8739 vsize=28231652 memory=280321912413568 CPUtime=0 cores=0-7
/proc/8741/task/8752/stat : 8752 (java) S 8739 8739 4277 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512042968 28909211648 12392 33554432000 4194304 4196468 140732301521328 140097084605600 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8753] ppid=8739 vsize=28231652 memory=280321912418176 CPUtime=0 cores=0-7
/proc/8741/task/8753/stat : 8753 (java) S 8739 8739 4277 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512042968 28909211648 12392 33554432000 4194304 4196468 140732301521328 140097083552496 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8754] ppid=8739 vsize=28231652 memory=280321912422784 CPUtime=0 cores=0-7
/proc/8741/task/8754/stat : 8754 (java) S 8739 8739 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512042970 28909211648 12392 33554432000 4194304 4196468 140732301521328 140097082501072 140098420197275 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8755] ppid=8739 vsize=28231652 memory=280321912427392 CPUtime=0.01 cores=0-7
/proc/8741/task/8755/stat : 8755 (java) S 8739 8739 4277 0 -1 1077944384 451 0 0 0 1 0 0 0 20 0 20 0 512042970 28909211648 12392 33554432000 4194304 4196468 140732301521328 140097081449200 140098420189826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8756] ppid=8739 vsize=28231652 memory=280321912432000 CPUtime=0.02 cores=0-7
/proc/8741/task/8756/stat : 8756 (java) S 8739 8739 4277 0 -1 1077944384 45 0 0 0 2 0 0 0 20 0 20 0 512042970 28909211648 12392 33554432000 4194304 4196468 140732301521328 140097080396656 140098420189826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8757] ppid=8739 vsize=28231652 memory=280321912436608 CPUtime=0.04 cores=0-7
/proc/8741/task/8757/stat : 8757 (java) R 8739 8739 4277 0 -1 4202560 254 0 0 0 4 0 0 0 20 0 20 0 512042970 28909211648 12392 33554432000 4194304 4196468 140732301521328 140097079333984 140098403589894 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8758] ppid=8739 vsize=28231652 memory=280321912441216 CPUtime=0.12 cores=0-7
/proc/8741/task/8758/stat : 8758 (java) S 8739 8739 4277 0 -1 1077944384 939 0 0 0 12 0 0 0 20 0 20 0 512042970 28909211648 12392 33554432000 4194304 4196468 140732301521328 140097078291056 140098420189826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8759] ppid=8739 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8759/stat : 8759 (java) S 8739 8739 4277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512042971 28909211648 12392 33554432000 4194304 4196468 140732301521328 140097077238240 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8760] ppid=8739 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/8741/task/8760/stat : 8760 (java) S 8739 8739 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512042971 28909211648 12392 33554432000 4194304 4196468 140732301521328 140097076185776 140098420189826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 50832 KiB

[startup+0.70092 s]
/proc/loadavg: 5.13 6.71 7.24 6/212 8760
/proc/meminfo: memFree=24683228/32770624 swapFree=66997072/67108860
[pid=8739] ppid=8736 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8739/stat : 8739 (xcsp3-exec) S 8736 8739 4277 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 512042964 115843072 363 33554432000 4194304 5098028 140729224685776 140729224683880 140307745837692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34050048 140729224688465 140729224688725 140729224688725 140729224691654 0
/proc/8739/statm: 28282 363 304 221 0 87 0
[pid=8741] ppid=8739 vsize=28233776 memory=114540 CPUtime=2.01 cores=0-7
/proc/8741/stat : 8741 (java) S 8739 8739 4277 0 -1 1077944320 17257 0 0 0 193 8 0 0 20 0 20 0 512042965 28911386624 28635 33554432000 4194304 4196468 140732301521328 140732301503872 140098420178679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
/proc/8741/statm: 7058444 28635 3446 1 0 7019544 0
[pid=8741/tid=8742] ppid=8739 vsize=28233776 memory=0 CPUtime=0.68 cores=0-7
/proc/8741/task/8742/stat : 8742 (java) R 8739 8739 4277 0 -1 4202560 9203 0 0 0 63 5 0 0 20 0 20 0 512042965 28911386624 28635 33554432000 4194304 4196468 140732301521328 140098424415392 140098025919288 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8743] ppid=8739 vsize=28233776 memory=140160956408704 CPUtime=0 cores=0-7
/proc/8741/task/8743/stat : 8743 (java) S 8739 8739 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512042966 28911386624 28635 33554432000 4194304 4196468 140732301521328 140098372798992 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8744] ppid=8739 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/8741/task/8744/stat : 8744 (java) S 8739 8739 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512042966 28911386624 28635 33554432000 4194304 4196468 140732301521328 140098371746448 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8745] ppid=8739 vsize=28233776 memory=1228 CPUtime=0 cores=0-7
/proc/8741/task/8745/stat : 8745 (java) S 8739 8739 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512042966 28911386624 28635 33554432000 4194304 4196468 140732301521328 140098370693392 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0

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

/proc/loadavg: 6.58 7.18 6.63 2/213 8926
/proc/meminfo: memFree=242288/32770624 swapFree=66997080/67108860
[pid=8739] ppid=8736 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8739/stat : 8739 (xcsp3-exec) S 8736 8739 4277 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 512042964 115843072 363 33554432000 4194304 5098028 140729224685776 140729224683880 140307745837692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34050048 140729224688465 140729224688725 140729224688725 140729224691654 0
/proc/8739/statm: 28282 363 304 221 0 87 0
[pid=8741] ppid=8739 vsize=28300340 memory=24979944 CPUtime=11216.6 cores=0-7
/proc/8741/stat : 8741 (java) S 8739 8739 4277 0 -1 1077944320 61679771 0 0 0 1110778 10886 0 0 20 0 21 0 512042965 28979548160 6244986 33554432000 4194304 4196468 140732301521328 140732301503872 140098420178679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
/proc/8741/statm: 7075085 6244986 3518 1 0 7036185 0
[pid=8741/tid=8742] ppid=8739 vsize=28300340 memory=56800 CPUtime=372.1 cores=0-7
/proc/8741/task/8742/stat : 8742 (java) S 8739 8739 4277 0 -1 1077944384 101801 0 0 0 37093 117 0 0 20 0 21 0 512042965 28979548160 6244986 33554432000 4194304 4196468 140732301521328 140098424419360 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8743] ppid=8739 vsize=28300340 memory=8112282956445269571 CPUtime=1339.29 cores=0-7
/proc/8741/task/8743/stat : 8743 (java) S 8739 8739 4277 0 -1 1077944384 10780536 0 0 0 132350 1579 0 0 20 0 21 0 512042966 28979548160 6244986 33554432000 4194304 4196468 140732301521328 140098372798992 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 50 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8744] ppid=8739 vsize=28300340 memory=0 CPUtime=1337.9 cores=0-7
/proc/8741/task/8744/stat : 8744 (java) S 8739 8739 4277 0 -1 1077944384 7904373 0 0 0 132470 1320 0 0 20 0 21 0 512042966 28979548160 6244986 33554432000 4194304 4196468 140732301521328 140098371746448 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 52 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8745] ppid=8739 vsize=28300340 memory=109 CPUtime=1334.73 cores=0-7
/proc/8741/task/8745/stat : 8745 (java) S 8739 8739 4277 0 -1 1077944384 6435289 0 0 0 132190 1283 0 0 20 0 21 0 512042966 28979548160 6244986 33554432000 4194304 4196468 140732301521328 140098370693392 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 50 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8746] ppid=8739 vsize=28300340 memory=0 CPUtime=1339.2 cores=0-7
/proc/8741/task/8746/stat : 8746 (java) S 8739 8739 4277 0 -1 1077944384 9345264 0 0 0 132542 1378 0 0 20 0 21 0 512042966 28979548160 6244986 33554432000 4194304 4196468 140732301521328 140098369640848 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 50 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8747] ppid=8739 vsize=28300340 memory=8112282956445269571 CPUtime=1334.73 cores=0-7
/proc/8741/task/8747/stat : 8747 (java) S 8739 8739 4277 0 -1 1077944384 7154850 0 0 0 132137 1336 0 0 20 0 21 0 512042966 28979548160 6244986 33554432000 4194304 4196468 140732301521328 140098368588816 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 48 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8748] ppid=8739 vsize=28300340 memory=24979944 CPUtime=1334.44 cores=0-7
/proc/8741/task/8748/stat : 8748 (java) S 8739 8739 4277 0 -1 1077944384 4836443 0 0 0 132261 1183 0 0 20 0 21 0 512042966 28979548160 6244986 33554432000 4194304 4196468 140732301521328 140098367536272 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 50 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8749] ppid=8739 vsize=28300340 memory=0 CPUtime=1336.48 cores=0-7
/proc/8741/task/8749/stat : 8749 (java) S 8739 8739 4277 0 -1 1077944384 6182917 0 0 0 132431 1217 0 0 20 0 21 0 512042966 28979548160 6244986 33554432000 4194304 4196468 140732301521328 140098366483216 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 57 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8750] ppid=8739 vsize=28300340 memory=0 CPUtime=1335.19 cores=0-7
/proc/8741/task/8750/stat : 8750 (java) S 8739 8739 4277 0 -1 1077944384 6745961 0 0 0 132220 1299 0 0 20 0 21 0 512042966 28979548160 6244986 33554432000 4194304 4196468 140732301521328 140098365430672 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 55 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8751] ppid=8739 vsize=28300340 memory=0 CPUtime=146.86 cores=0-7
/proc/8741/task/8751/stat : 8751 (java) R 8739 8739 4277 0 -1 4202560 2138435 0 0 0 14545 141 0 0 20 0 21 0 512042967 28979548160 6244986 33554432000 4194304 4196468 140732301521328 140097085657808 140098404636249 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8752] ppid=8739 vsize=28300340 memory=984 CPUtime=0 cores=0-7
/proc/8741/task/8752/stat : 8752 (java) S 8739 8739 4277 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 21 0 512042968 28979548160 6244986 33554432000 4194304 4196468 140732301521328 140097084605664 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8753] ppid=8739 vsize=28300340 memory=2004 CPUtime=0 cores=0-7
/proc/8741/task/8753/stat : 8753 (java) S 8739 8739 4277 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 21 0 512042968 28979548160 6244986 33554432000 4194304 4196468 140732301521328 140097083552512 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8754] ppid=8739 vsize=28300340 memory=1428 CPUtime=0 cores=0-7
/proc/8741/task/8754/stat : 8754 (java) S 8739 8739 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 512042970 28979548160 6244986 33554432000 4194304 4196468 140732301521328 140097082501072 140098420197275 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8755] ppid=8739 vsize=28300340 memory=1060 CPUtime=1.52 cores=0-7
/proc/8741/task/8755/stat : 8755 (java) S 8739 8739 4277 0 -1 1077944384 15887 0 0 0 149 3 0 0 20 0 21 0 512042970 28979548160 6244986 33554432000 4194304 4196468 140732301521328 140097081449248 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8756] ppid=8739 vsize=28300340 memory=740 CPUtime=1.34 cores=0-7
/proc/8741/task/8756/stat : 8756 (java) S 8739 8739 4277 0 -1 1077944384 13064 0 0 0 132 2 0 0 20 0 21 0 512042970 28979548160 6244986 33554432000 4194304 4196468 140732301521328 140097080396416 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8757] ppid=8739 vsize=28300340 memory=1228 CPUtime=1.38 cores=0-7
/proc/8741/task/8757/stat : 8757 (java) S 8739 8739 4277 0 -1 1077944384 10659 0 0 0 136 2 0 0 20 0 21 0 512042970 28979548160 6244986 33554432000 4194304 4196468 140732301521328 140097079343648 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8758] ppid=8739 vsize=28300340 memory=9564 CPUtime=0.65 cores=0-7
/proc/8741/task/8758/stat : 8758 (java) S 8739 8739 4277 0 -1 1077944384 9119 0 0 0 64 1 0 0 20 0 21 0 512042970 28979548160 6244986 33554432000 4194304 4196468 140732301521328 140097078290624 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8759] ppid=8739 vsize=28300340 memory=4076 CPUtime=0 cores=0-7
/proc/8741/task/8759/stat : 8759 (java) S 8739 8739 4277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 512042971 28979548160 6244986 33554432000 4194304 4196468 140732301521328 140097077238240 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8760] ppid=8739 vsize=28300340 memory=2836 CPUtime=0.66 cores=0-7
/proc/8741/task/8760/stat : 8760 (java) S 8739 8739 4277 0 -1 1077944384 3716 0 0 0 36 30 0 0 20 0 21 0 512042971 28979548160 6244986 33554432000 4194304 4196468 140732301521328 140097076185776 140098420189826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8926] ppid=8739 vsize=28300340 memory=1540 CPUtime=0 cores=0-7
/proc/8741/task/8926/stat : 8926 (java) S 8739 8739 4277 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 21 0 512229739 28979548160 6244986 33554432000 4194304 4196468 140732301521328 140096865033280 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
Current children cumulated CPU time: 11216.6 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 24981396 KiB

[startup+1887.4 s]
/proc/loadavg: 6.58 7.18 6.63 2/213 8926
/proc/meminfo: memFree=242288/32770624 swapFree=66997080/67108860
[pid=8739] ppid=8736 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8739/stat : 8739 (xcsp3-exec) S 8736 8739 4277 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 512042964 115843072 363 33554432000 4194304 5098028 140729224685776 140729224683880 140307745837692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34050048 140729224688465 140729224688725 140729224688725 140729224691654 0
/proc/8739/statm: 28282 363 304 221 0 87 0
[pid=8741] ppid=8739 vsize=28300340 memory=24979948 CPUtime=11217.4 cores=0-7
/proc/8741/stat : 8741 (java) S 8739 8739 4277 0 -1 1077944320 61680357 0 0 0 1110858 10886 0 0 20 0 21 0 512042965 28979548160 6244987 33554432000 4194304 4196468 140732301521328 140732301503872 140098420178679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
/proc/8741/statm: 7075085 6244987 3518 1 0 7036185 0
[pid=8741/tid=8742] ppid=8739 vsize=28300340 memory=8112282956445269571 CPUtime=372.1 cores=0-7
/proc/8741/task/8742/stat : 8742 (java) S 8739 8739 4277 0 -1 1077944384 101801 0 0 0 37093 117 0 0 20 0 21 0 512042965 28979548160 6244987 33554432000 4194304 4196468 140732301521328 140098424419360 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8743] ppid=8739 vsize=28300340 memory=772 CPUtime=1339.29 cores=0-7
/proc/8741/task/8743/stat : 8743 (java) S 8739 8739 4277 0 -1 1077944384 10780536 0 0 0 132350 1579 0 0 20 0 21 0 512042966 28979548160 6244987 33554432000 4194304 4196468 140732301521328 140098372798992 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 50 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8744] ppid=8739 vsize=28300340 memory=952 CPUtime=1337.9 cores=0-7
/proc/8741/task/8744/stat : 8744 (java) S 8739 8739 4277 0 -1 1077944384 7904373 0 0 0 132470 1320 0 0 20 0 21 0 512042966 28979548160 6244987 33554432000 4194304 4196468 140732301521328 140098371746448 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 52 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8745] ppid=8739 vsize=28300340 memory=14008 CPUtime=1334.73 cores=0-7
/proc/8741/task/8745/stat : 8745 (java) S 8739 8739 4277 0 -1 1077944384 6435289 0 0 0 132190 1283 0 0 20 0 21 0 512042966 28979548160 6244987 33554432000 4194304 4196468 140732301521328 140098370693392 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 50 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8746] ppid=8739 vsize=28300340 memory=29592 CPUtime=1339.2 cores=0-7
/proc/8741/task/8746/stat : 8746 (java) S 8739 8739 4277 0 -1 1077944384 9345264 0 0 0 132542 1378 0 0 20 0 21 0 512042966 28979548160 6244987 33554432000 4194304 4196468 140732301521328 140098369640848 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 50 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8747] ppid=8739 vsize=28300340 memory=2116 CPUtime=1334.73 cores=0-7
/proc/8741/task/8747/stat : 8747 (java) S 8739 8739 4277 0 -1 1077944384 7154850 0 0 0 132137 1336 0 0 20 0 21 0 512042966 28979548160 6244987 33554432000 4194304 4196468 140732301521328 140098368588816 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 48 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8748] ppid=8739 vsize=28300340 memory=12028 CPUtime=1334.44 cores=0-7
/proc/8741/task/8748/stat : 8748 (java) S 8739 8739 4277 0 -1 1077944384 4836443 0 0 0 132261 1183 0 0 20 0 21 0 512042966 28979548160 6244987 33554432000 4194304 4196468 140732301521328 140098367536272 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 50 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8749] ppid=8739 vsize=28300340 memory=496 CPUtime=1336.48 cores=0-7
/proc/8741/task/8749/stat : 8749 (java) S 8739 8739 4277 0 -1 1077944384 6182917 0 0 0 132431 1217 0 0 20 0 21 0 512042966 28979548160 6244987 33554432000 4194304 4196468 140732301521328 140098366483216 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 57 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8750] ppid=8739 vsize=28300340 memory=1564 CPUtime=1335.19 cores=0-7
/proc/8741/task/8750/stat : 8750 (java) S 8739 8739 4277 0 -1 1077944384 6745961 0 0 0 132220 1299 0 0 20 0 21 0 512042966 28979548160 6244987 33554432000 4194304 4196468 140732301521328 140098365430672 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 55 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8751] ppid=8739 vsize=28300340 memory=928 CPUtime=147.66 cores=0-7
/proc/8741/task/8751/stat : 8751 (java) R 8739 8739 4277 0 -1 4202560 2139022 0 0 0 14625 141 0 0 20 0 21 0 512042967 28979548160 6244987 33554432000 4194304 4196468 140732301521328 140097085657808 140098405175083 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8752] ppid=8739 vsize=28300340 memory=1688 CPUtime=0 cores=0-7
/proc/8741/task/8752/stat : 8752 (java) S 8739 8739 4277 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 21 0 512042968 28979548160 6244987 33554432000 4194304 4196468 140732301521328 140097084605664 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8753] ppid=8739 vsize=28300340 memory=1984 CPUtime=0 cores=0-7
/proc/8741/task/8753/stat : 8753 (java) S 8739 8739 4277 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 21 0 512042968 28979548160 6244987 33554432000 4194304 4196468 140732301521328 140097083552512 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8754] ppid=8739 vsize=28300340 memory=2672 CPUtime=0 cores=0-7
/proc/8741/task/8754/stat : 8754 (java) S 8739 8739 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 512042970 28979548160 6244987 33554432000 4194304 4196468 140732301521328 140097082501072 140098420197275 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8755] ppid=8739 vsize=28300340 memory=14008 CPUtime=1.52 cores=0-7
/proc/8741/task/8755/stat : 8755 (java) S 8739 8739 4277 0 -1 1077944384 15887 0 0 0 149 3 0 0 20 0 21 0 512042970 28979548160 6244987 33554432000 4194304 4196468 140732301521328 140097081449248 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8756] ppid=8739 vsize=28300340 memory=29592 CPUtime=1.34 cores=0-7
/proc/8741/task/8756/stat : 8756 (java) S 8739 8739 4277 0 -1 1077944384 13064 0 0 0 132 2 0 0 20 0 21 0 512042970 28979548160 6244987 33554432000 4194304 4196468 140732301521328 140097080396416 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8757] ppid=8739 vsize=28300340 memory=2116 CPUtime=1.38 cores=0-7
/proc/8741/task/8757/stat : 8757 (java) S 8739 8739 4277 0 -1 1077944384 10659 0 0 0 136 2 0 0 20 0 21 0 512042970 28979548160 6244987 33554432000 4194304 4196468 140732301521328 140097079343648 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8758] ppid=8739 vsize=28300340 memory=12028 CPUtime=0.65 cores=0-7
/proc/8741/task/8758/stat : 8758 (java) S 8739 8739 4277 0 -1 1077944384 9119 0 0 0 64 1 0 0 20 0 21 0 512042970 28979548160 6244987 33554432000 4194304 4196468 140732301521328 140097078290624 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8759] ppid=8739 vsize=28300340 memory=496 CPUtime=0 cores=0-7
/proc/8741/task/8759/stat : 8759 (java) S 8739 8739 4277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 512042971 28979548160 6244987 33554432000 4194304 4196468 140732301521328 140097077238240 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8760] ppid=8739 vsize=28300340 memory=1564 CPUtime=0.66 cores=0-7
/proc/8741/task/8760/stat : 8760 (java) S 8739 8739 4277 0 -1 1077944384 3716 0 0 0 36 30 0 0 20 0 21 0 512042971 28979548160 6244987 33554432000 4194304 4196468 140732301521328 140097076185776 140098420189826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8926] ppid=8739 vsize=28300340 memory=928 CPUtime=0 cores=0-7
/proc/8741/task/8926/stat : 8926 (java) S 8739 8739 4277 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 21 0 512229739 28979548160 6244987 33554432000 4194304 4196468 140732301521328 140096865033280 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
Current children cumulated CPU time: 11217.4 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 24981400 KiB

[startup+1887.8 s]
/proc/loadavg: 6.58 7.18 6.63 2/213 8926
/proc/meminfo: memFree=242288/32770624 swapFree=66997080/67108860
[pid=8739] ppid=8736 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8739/stat : 8739 (xcsp3-exec) S 8736 8739 4277 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 512042964 115843072 363 33554432000 4194304 5098028 140729224685776 140729224683880 140307745837692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34050048 140729224688465 140729224688725 140729224688725 140729224691654 0
/proc/8739/statm: 28282 363 304 221 0 87 0
[pid=8741] ppid=8739 vsize=28300340 memory=24979988 CPUtime=11217.8 cores=0-7
/proc/8741/stat : 8741 (java) S 8739 8739 4277 0 -1 1077944320 61691354 0 0 0 1110898 10886 0 0 20 0 19 0 512042965 28979548160 6244997 33554432000 4194304 4196468 140732301521328 140732301503872 140098420178679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
/proc/8741/statm: 7075085 6244997 3519 1 0 7036185 0
[pid=8741/tid=8742] ppid=8739 vsize=28300340 memory=1428 CPUtime=372.1 cores=0-7
/proc/8741/task/8742/stat : 8742 (java) S 8739 8739 4277 0 -1 1077944384 101825 0 0 0 37093 117 0 0 20 0 19 0 512042965 28979548160 6244997 33554432000 4194304 4196468 140732301521328 140098424421520 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8743] ppid=8739 vsize=28300340 memory=1060 CPUtime=1339.29 cores=0-7
/proc/8741/task/8743/stat : 8743 (java) S 8739 8739 4277 0 -1 1077944384 10780536 0 0 0 132350 1579 0 0 20 0 19 0 512042966 28979548160 6244997 33554432000 4194304 4196468 140732301521328 140098372798992 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 50 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8744] ppid=8739 vsize=28300340 memory=740 CPUtime=1337.9 cores=0-7
/proc/8741/task/8744/stat : 8744 (java) S 8739 8739 4277 0 -1 1077944384 7904373 0 0 0 132470 1320 0 0 20 0 19 0 512042966 28979548160 6244997 33554432000 4194304 4196468 140732301521328 140098371746448 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 52 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8745] ppid=8739 vsize=28300340 memory=1228 CPUtime=1334.73 cores=0-7
/proc/8741/task/8745/stat : 8745 (java) S 8739 8739 4277 0 -1 1077944384 6435289 0 0 0 132190 1283 0 0 20 0 19 0 512042966 28979548160 6244997 33554432000 4194304 4196468 140732301521328 140098370693392 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 50 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8746] ppid=8739 vsize=28300340 memory=9564 CPUtime=1339.2 cores=0-7
/proc/8741/task/8746/stat : 8746 (java) S 8739 8739 4277 0 -1 1077944384 9345264 0 0 0 132542 1378 0 0 20 0 18 0 512042966 28979548160 6244997 33554432000 4194304 4196468 140732301521328 140098369640848 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 50 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8747] ppid=8739 vsize=28300340 memory=3620 CPUtime=1334.73 cores=0-7
/proc/8741/task/8747/stat : 8747 (java) S 8739 8739 4277 0 -1 1077944384 7154850 0 0 0 132137 1336 0 0 20 0 18 0 512042966 28979548160 6244997 33554432000 4194304 4196468 140732301521328 140098368588816 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 48 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8748] ppid=8739 vsize=28300340 memory=56800 CPUtime=1334.44 cores=0-7
/proc/8741/task/8748/stat : 8748 (java) S 8739 8739 4277 0 -1 1077944384 4836443 0 0 0 132261 1183 0 0 20 0 18 0 512042966 28979548160 6244997 33554432000 4194304 4196468 140732301521328 140098367536272 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 50 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8749] ppid=8739 vsize=28300340 memory=984 CPUtime=1336.48 cores=0-7
/proc/8741/task/8749/stat : 8749 (java) S 8739 8739 4277 0 -1 1077944384 6182917 0 0 0 132431 1217 0 0 20 0 18 0 512042966 28979548160 6244997 33554432000 4194304 4196468 140732301521328 140098366483216 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 57 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8750] ppid=8739 vsize=28300340 memory=2004 CPUtime=1335.19 cores=0-7
/proc/8741/task/8750/stat : 8750 (java) S 8739 8739 4277 0 -1 1077944384 6745961 0 0 0 132220 1299 0 0 20 0 18 0 512042966 28979548160 6244969 33554432000 4194304 4196468 140732301521328 140098365430672 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 55 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8752] ppid=8739 vsize=28300340 memory=1060 CPUtime=0 cores=0-7
/proc/8741/task/8752/stat : 8752 (java) S 8739 8739 4277 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 512042968 28979548160 6244969 33554432000 4194304 4196468 140732301521328 140097084605664 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8753] ppid=8739 vsize=28300340 memory=740 CPUtime=0 cores=0-7
/proc/8741/task/8753/stat : 8753 (java) S 8739 8739 4277 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 17 0 512042968 28979548160 6244969 33554432000 4194304 4196468 140732301521328 140097083552512 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8754] ppid=8739 vsize=28300340 memory=1228 CPUtime=0 cores=0-7
/proc/8741/task/8754/stat : 8754 (java) S 8739 8739 4277 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 512042970 28979548160 6244969 33554432000 4194304 4196468 140732301521328 140097082499840 140098420188885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8755] ppid=8739 vsize=28300340 memory=9564 CPUtime=1.52 cores=0-7
/proc/8741/task/8755/stat : 8755 (java) S 8739 8739 4277 0 -1 1077944384 15889 0 0 0 149 3 0 0 20 0 17 0 512042970 28979548160 6244969 33554432000 4194304 4196468 140732301521328 140097081449200 140098420189826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8756] ppid=8739 vsize=28300340 memory=4076 CPUtime=1.34 cores=0-7
/proc/8741/task/8756/stat : 8756 (java) S 8739 8739 4277 0 -1 1077944384 13066 0 0 0 132 2 0 0 20 0 17 0 512042970 28979548160 6244969 33554432000 4194304 4196468 140732301521328 140097080396656 140098420189826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8757] ppid=8739 vsize=28300340 memory=2836 CPUtime=1.38 cores=0-7
/proc/8741/task/8757/stat : 8757 (java) R 8739 8739 4277 0 -1 1077944384 10661 0 0 0 136 2 0 0 20 0 17 0 512042970 28979548160 6244995 33554432000 4194304 4196468 140732301521328 140097079343600 140098420189826 256 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
[pid=8741/tid=8758] ppid=8739 vsize=28300340 memory=1540 CPUtime=0.65 cores=0-7
/proc/8741/task/8758/stat : 8758 (java) R 8739 8739 4277 0 -1 1077944384 9152 0 0 0 64 1 0 0 20 0 17 0 512042970 28979548160 6245027 33554432000 4194304 4196468 140732301521328 140097078287456 140098420188885 256 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23449600 140732301530070 140732301530246 140732301530246 140732301533135 0
Current children cumulated CPU time: 11217.8 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 24981440 KiB

[startup+1888.2 s]*
/proc/loadavg: 6.58 7.18 6.63 2/194 8926
/proc/meminfo: memFree=24660916/32770624 swapFree=66997080/67108860
[pid=8739] ppid=8736 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8739/stat : 8739 (xcsp3-exec) S 8736 8739 4277 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 512042964 115843072 363 33554432000 4194304 5098028 140729224685776 140729224683880 140307745837692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34050048 140729224688465 140729224688725 140729224688725 140729224691654 0
/proc/8739/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): 1888.24
CPU time (s): 11218.3
CPU user time (s): 11109
CPU system time (s): 109.271
CPU usage (%): 594.112
Max. virtual memory (cumulated for all children) (KiB): 28413468
Max. memory (cumulated for all children) (KiB): 24981440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11109
system time used= 109.271
maximum resident set size= 24980200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61691958
page faults= 0
swaps= 0
block input operations= 8
block output operations= 2616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 252759
involuntary context switches= 282293


# summary of solver processes directly reported to runsolver:
#   pid: 8739
#   total CPU time (s): 11218.3
#   total CPU user time (s): 11109
#   total CPU system time (s): 109.271

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3285 second user time and 19.0858 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-24 22:41:54
IDJOB=4406709
IDBENCH=138449
IDSOLVER=2871
FILE ID=node126/4406709-1569357752
RUNJOBID= node126-1569349500-4304
PBS_JOBID= 21705090
Free space on /var/tmp= 13508 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-26.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 /var/tmp/evaluation-result-4406709-1569357752/watcher-4406709-1569357752 -o /var/tmp/evaluation-result-4406709-1569357752/solver-4406709-1569357752 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node126-1569349500-4304 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1362096956 HOME/instance-4406709-1569357752.xml

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

MD5SUM BENCH= 163dd1c4311ae2a810c887bcbec28782
RANDOM SEED=1362096956

node126.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.45
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.56
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.45
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.56
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.45
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.56
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.45
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24742572 kB
MemAvailable:   31843788 kB
Buffers:          100124 kB
Cached:          7231108 kB
SwapCached:         7624 kB
Active:          3627992 kB
Inactive:        3714892 kB
Active(anon):       3944 kB
Inactive(anon):    57580 kB
Active(file):    3624048 kB
Inactive(file):  3657312 kB
Unevictable:      109440 kB
Mlocked:          109440 kB
SwapTotal:      67108860 kB
SwapFree:       66997072 kB
Dirty:             26320 kB
Writeback:             0 kB
AnonPages:        322928 kB
Mapped:            53772 kB
Shmem:             41652 kB
Slab:             276692 kB
SReclaimable:     248316 kB
SUnreclaim:        28376 kB
KernelStack:        3968 kB
PageTables:         5288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     515832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    276480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /var/tmp at the end= 13484 MiB
End job on node126 at 2019-09-24 23:13:22