Trace number 4406690

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? 6595.67 1263.67

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-12.xml
MD5SUM5dc18f9bddc2dfff84e0f90fec56ce3b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark24.9156
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains65
Minimum domain size520
Maximum domain size616
Distribution of domain sizes[{"size":520,"count":2},{"size":521,"count":4},{"size":522,"count":2},{"size":523,"count":4},{"size":525,"count":4},{"size":527,"count":4},{"size":528,"count":2},{"size":529,"count":2},{"size":530,"count":6},{"size":531,"count":6},{"size":532,"count":2},{"size":534,"count":2},{"size":535,"count":2},{"size":536,"count":2},{"size":537,"count":2},{"size":541,"count":2},{"size":542,"count":4},{"size":543,"count":2},{"size":545,"count":4},{"size":547,"count":2},{"size":550,"count":2},{"size":551,"count":2},{"size":552,"count":2},{"size":553,"count":2},{"size":554,"count":2},"...",{"size":582,"count":6}, {"size":585,"count":4}, {"size":586,"count":2}, {"size":587,"count":2}, {"size":588,"count":2}, {"size":589,"count":4}, {"size":590,"count":2}, {"size":592,"count":2}, {"size":595,"count":4}, {"size":596,"count":2}, {"size":597,"count":2}, {"size":599,"count":2}, {"size":600,"count":6}, {"size":601,"count":2}, {"size":602,"count":2}, {"size":603,"count":2}, {"size":604,"count":6}, {"size":605,"count":2}, {"size":606,"count":2}, {"size":608,"count":4}, {"size":609,"count":2}, {"size":612,"count":4}, {"size":614,"count":6}, {"size":615,"count":4}, {"size":616,"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-4406690-1569357797.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4406690-1569357797.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
6519.50/1250.95	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
6519.50/1250.95		at java.util.stream.ReferencePipeline$4.opWrapSink(ReferencePipeline.java:207)
6519.50/1250.95		at java.util.stream.AbstractPipeline.wrapSink(AbstractPipeline.java:517)
6519.50/1250.95		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
6519.50/1250.95		at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
6519.50/1250.95		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
6519.50/1250.95		at java.util.stream.IntPipeline.reduce(IntPipeline.java:456)
6519.50/1250.95		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:125)
6519.50/1250.95		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
6519.50/1250.95		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:137)
6519.50/1250.95		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
6519.50/1250.95		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$147/673068808.valid(Unknown Source)
6519.50/1250.95		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
6519.50/1250.95		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
6519.50/1250.95		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
6519.50/1250.95		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
6519.50/1250.95		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
6519.50/1250.95		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
6519.50/1250.95		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
6519.50/1250.95		at org.xcsp.parser.XCallbacks$$Lambda$89/205962452.accept(Unknown Source)
6519.50/1250.95		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
6519.50/1250.95		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
6519.50/1250.95		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
6519.50/1250.95		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
6519.50/1250.95		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
6519.50/1250.95		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
6519.50/1250.95		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
6519.50/1250.95		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
6519.50/1250.95		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
6519.50/1250.95		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
6519.50/1250.95		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
6519.50/1250.95		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
6595.50/1263.54	s UNKNOWN
6595.50/1263.54	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 (13803 MiB free)
  memory of node 1: 16384 MiB (12309 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4406690-1569357797/watcher-4406690-1569357797 -o /tmp/evaluation-result-4406690-1569357797/solver-4406690-1569357797 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1569344661-10096 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1984803237 HOME/instance-4406690-1569357797.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=11855, runsolver pid=11852
Current StackSize limit: 8192 KiB


[startup+0.10017 s]*
/proc/loadavg: 4.10 6.23 6.64 2/211 11876
/proc/meminfo: memFree=26723060/32770624 swapFree=66986400/67108860
[pid=11855] ppid=11852 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11855/stat : 11855 (xcsp3-exec) S 11852 11855 10069 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512036275 115843072 363 33554432000 4194304 5098028 140722316522320 140722316520424 140251032081020 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12906496 140722316530549 140722316530793 140722316530793 140722316533706 0
/proc/11855/statm: 28282 363 304 221 0 87 0
[pid=11857] ppid=11855 vsize=28227396 memory=29164 CPUtime=0.13 cores=0-7
/proc/11857/stat : 11857 (java) S 11855 11855 10069 0 -1 1077944320 5697 0 0 0 11 2 0 0 20 0 20 0 512036275 28904853504 7291 33554432000 4194304 4196468 140728640940896 140728640923440 139717043781367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
/proc/11857/statm: 7056849 7291 3156 1 0 7019032 0
[pid=11857/tid=11858] ppid=11855 vsize=28227396 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/11857/task/11858/stat : 11858 (java) R 11855 11855 10069 0 -1 4202560 3599 0 0 0 8 1 0 0 20 0 20 0 512036275 28904853504 7291 33554432000 4194304 4196468 140728640940896 139717048014640 139717024426034 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11859] ppid=11855 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11859/stat : 11859 (java) S 11855 11855 10069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512036276 28904853504 7291 33554432000 4194304 4196468 140728640940896 139716996402192 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11860] ppid=11855 vsize=28227396 memory=3544814415356364448 CPUtime=0 cores=0-7
/proc/11857/task/11860/stat : 11860 (java) S 11855 11855 10069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512036276 28904853504 7291 33554432000 4194304 4196468 140728640940896 139716995349648 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11861] ppid=11855 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11861/stat : 11861 (java) S 11855 11855 10069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512036276 28904853504 7291 33554432000 4194304 4196468 140728640940896 139716994296592 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11862] ppid=11855 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11862/stat : 11862 (java) S 11855 11855 10069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512036276 28904853504 7291 33554432000 4194304 4196468 140728640940896 139716993244048 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11863] ppid=11855 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11863/stat : 11863 (java) S 11855 11855 10069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512036276 28904853504 7291 33554432000 4194304 4196468 140728640940896 139716992190992 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11864] ppid=11855 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11857/task/11864/stat : 11864 (java) S 11855 11855 10069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512036276 28904853504 7291 33554432000 4194304 4196468 140728640940896 139716991138448 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11865] ppid=11855 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11865/stat : 11865 (java) S 11855 11855 10069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512036276 28904853504 7291 33554432000 4194304 4196468 140728640940896 139716990085392 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11866] ppid=11855 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11866/stat : 11866 (java) S 11855 11855 10069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512036276 28904853504 7291 33554432000 4194304 4196468 140728640940896 139716989032848 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11867] ppid=11855 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11867/stat : 11867 (java) S 11855 11855 10069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512036278 28904853504 7291 33554432000 4194304 4196468 140728640940896 139716428098288 139717043792514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11868] ppid=11855 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11868/stat : 11868 (java) S 11855 11855 10069 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512036278 28904853504 7291 33554432000 4194304 4196468 140728640940896 139716359874208 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11869] ppid=11855 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11869/stat : 11869 (java) S 11855 11855 10069 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512036278 28904853504 7291 33554432000 4194304 4196468 140728640940896 139716358821104 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11870] ppid=11855 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11870/stat : 11870 (java) S 11855 11855 10069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512036281 28904853504 7291 33554432000 4194304 4196468 140728640940896 139716357769680 139717043799963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11871] ppid=11855 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11871/stat : 11871 (java) S 11855 11855 10069 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 20 0 512036281 28904853504 7291 33554432000 4194304 4196468 140728640940896 139716356716784 139717043792514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11872] ppid=11855 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11872/stat : 11872 (java) S 11855 11855 10069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512036281 28904853504 7291 33554432000 4194304 4196468 140728640940896 139716355664240 139717043792514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11873] ppid=11855 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11873/stat : 11873 (java) S 11855 11855 10069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512036281 28904853504 7291 33554432000 4194304 4196468 140728640940896 139716354611184 139717043792514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11874] ppid=11855 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/11857/task/11874/stat : 11874 (java) R 11855 11855 10069 0 -1 4202560 373 0 0 0 2 0 0 0 20 0 20 0 512036281 28904853504 7291 33554432000 4194304 4196468 140728640940896 139716353558768 139717043793302 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11875] ppid=11855 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11875/stat : 11875 (java) S 11855 11855 10069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512036281 28904853504 7291 33554432000 4194304 4196468 140728640940896 139716352506848 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11876] ppid=11855 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11857/task/11876/stat : 11876 (java) S 11855 11855 10069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512036281 28904853504 7291 33554432000 4194304 4196468 140728640940896 139716351454384 139717043792514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30616 KiB

[startup+0.21017 s]*
/proc/loadavg: 4.10 6.23 6.64 2/211 11876
/proc/meminfo: memFree=26709904/32770624 swapFree=66986400/67108860
[pid=11855] ppid=11852 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11855/stat : 11855 (xcsp3-exec) S 11852 11855 10069 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512036275 115843072 363 33554432000 4194304 5098028 140722316522320 140722316520424 140251032081020 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12906496 140722316530549 140722316530793 140722316530793 140722316533706 0
/proc/11855/statm: 28282 363 304 221 0 87 0
[pid=11857] ppid=11855 vsize=28227396 memory=40940 CPUtime=0.33 cores=0-7
/proc/11857/stat : 11857 (java) S 11855 11855 10069 0 -1 1077944320 9498 0 0 0 30 3 0 0 20 0 20 0 512036275 28904853504 10235 33554432000 4194304 4196468 140728640940896 140728640923440 139717043781367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
/proc/11857/statm: 7056849 10235 3276 1 0 7019032 0
[pid=11857/tid=11858] ppid=11855 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/11857/task/11858/stat : 11858 (java) R 11855 11855 10069 0 -1 4202560 6650 0 0 0 17 2 0 0 20 0 20 0 512036275 28904853504 10235 33554432000 4194304 4196468 140728640940896 139717048021040 139717043793302 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11859] ppid=11855 vsize=28227396 memory=288230604707987820 CPUtime=0 cores=0-7
/proc/11857/task/11859/stat : 11859 (java) S 11855 11855 10069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512036276 28904853504 10235 33554432000 4194304 4196468 140728640940896 139716996402192 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11860] ppid=11855 vsize=28227396 memory=140453034024837 CPUtime=0 cores=0-7
/proc/11857/task/11860/stat : 11860 (java) S 11855 11855 10069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512036276 28904853504 10235 33554432000 4194304 4196468 140728640940896 139716995349648 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11861] ppid=11855 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11857/task/11861/stat : 11861 (java) S 11855 11855 10069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512036276 28904853504 10235 33554432000 4194304 4196468 140728640940896 139716994296592 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11862] ppid=11855 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11862/stat : 11862 (java) S 11855 11855 10069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512036276 28904853504 10235 33554432000 4194304 4196468 140728640940896 139716993244048 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11863] ppid=11855 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11863/stat : 11863 (java) S 11855 11855 10069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512036276 28904853504 10235 33554432000 4194304 4196468 140728640940896 139716992190992 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11864] ppid=11855 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11857/task/11864/stat : 11864 (java) S 11855 11855 10069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512036276 28904853504 10235 33554432000 4194304 4196468 140728640940896 139716991138448 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11865] ppid=11855 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11865/stat : 11865 (java) S 11855 11855 10069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512036276 28904853504 10235 33554432000 4194304 4196468 140728640940896 139716990085392 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11866] ppid=11855 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11866/stat : 11866 (java) S 11855 11855 10069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512036276 28904853504 10235 33554432000 4194304 4196468 140728640940896 139716989032848 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11867] ppid=11855 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11867/stat : 11867 (java) S 11855 11855 10069 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512036278 28904853504 10235 33554432000 4194304 4196468 140728640940896 139716428098288 139717043792514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11868] ppid=11855 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11868/stat : 11868 (java) S 11855 11855 10069 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512036278 28904853504 10235 33554432000 4194304 4196468 140728640940896 139716359874208 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11869] ppid=11855 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11869/stat : 11869 (java) S 11855 11855 10069 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512036278 28904853504 10235 33554432000 4194304 4196468 140728640940896 139716358821104 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11870] ppid=11855 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11870/stat : 11870 (java) S 11855 11855 10069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512036281 28904853504 10235 33554432000 4194304 4196468 140728640940896 139716357769680 139717043799963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11871] ppid=11855 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11871/stat : 11871 (java) S 11855 11855 10069 0 -1 1077944384 430 0 0 0 0 0 0 0 20 0 20 0 512036281 28904853504 10235 33554432000 4194304 4196468 140728640940896 139716356716784 139717043792514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11872] ppid=11855 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/11857/task/11872/stat : 11872 (java) R 11855 11855 10069 0 -1 1077944384 106 0 0 0 2 0 0 0 20 0 20 0 512036281 28904853504 10235 33554432000 4194304 4196468 140728640940896 139716355664240 139717043792514 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11873] ppid=11855 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/11857/task/11873/stat : 11873 (java) S 11855 11855 10069 0 -1 1077944384 239 0 0 0 1 0 0 0 20 0 20 0 512036281 28904853504 10235 33554432000 4194304 4196468 140728640940896 139716354611184 139717043792514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11874] ppid=11855 vsize=28227396 memory=0 CPUtime=0.08 cores=0-7
/proc/11857/task/11874/stat : 11874 (java) R 11855 11855 10069 0 -1 4202560 764 0 0 0 8 0 0 0 20 0 20 0 512036281 28904853504 10235 33554432000 4194304 4196468 140728640940896 139716353558640 139717043793302 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11875] ppid=11855 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11875/stat : 11875 (java) S 11855 11855 10069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512036281 28904853504 10235 33554432000 4194304 4196468 140728640940896 139716352506848 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11876] ppid=11855 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11857/task/11876/stat : 11876 (java) S 11855 11855 10069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512036281 28904853504 10235 33554432000 4194304 4196468 140728640940896 139716351454384 139717043792514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42392 KiB

[startup+0.309493 s]*
/proc/loadavg: 4.10 6.23 6.64 5/211 11876
/proc/meminfo: memFree=26701652/32770624 swapFree=66986400/67108860
[pid=11855] ppid=11852 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11855/stat : 11855 (xcsp3-exec) S 11852 11855 10069 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512036275 115843072 363 33554432000 4194304 5098028 140722316522320 140722316520424 140251032081020 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12906496 140722316530549 140722316530793 140722316530793 140722316533706 0
/proc/11855/statm: 28282 363 304 221 0 87 0
[pid=11857] ppid=11855 vsize=28231652 memory=49956 CPUtime=0.52 cores=0-7
/proc/11857/stat : 11857 (java) S 11855 11855 10069 0 -1 1077944320 10838 0 0 0 48 4 0 0 20 0 20 0 512036275 28909211648 12489 33554432000 4194304 4196468 140728640940896 140728640923440 139717043781367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
/proc/11857/statm: 7057913 12489 3334 1 0 7019032 0
[pid=11857/tid=11858] ppid=11855 vsize=28231652 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/11857/task/11858/stat : 11858 (java) R 11855 11855 10069 0 -1 4202560 7755 0 0 0 27 2 0 0 20 0 20 0 512036275 28909211648 12489 33554432000 4194304 4196468 140728640940896 139717048012480 139717025366484 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11859] ppid=11855 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11859/stat : 11859 (java) S 11855 11855 10069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512036276 28909211648 12489 33554432000 4194304 4196468 140728640940896 139716996402192 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11860] ppid=11855 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11860/stat : 11860 (java) S 11855 11855 10069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512036276 28909211648 12489 33554432000 4194304 4196468 140728640940896 139716995349648 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11861] ppid=11855 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11861/stat : 11861 (java) S 11855 11855 10069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512036276 28909211648 12489 33554432000 4194304 4196468 140728640940896 139716994296592 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11862] ppid=11855 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11862/stat : 11862 (java) S 11855 11855 10069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512036276 28909211648 12489 33554432000 4194304 4196468 140728640940896 139716993244048 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11863] ppid=11855 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11863/stat : 11863 (java) S 11855 11855 10069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512036276 28909211648 12489 33554432000 4194304 4196468 140728640940896 139716992190992 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11864] ppid=11855 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11864/stat : 11864 (java) S 11855 11855 10069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512036276 28909211648 12489 33554432000 4194304 4196468 140728640940896 139716991138448 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11865] ppid=11855 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11865/stat : 11865 (java) S 11855 11855 10069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512036276 28909211648 12489 33554432000 4194304 4196468 140728640940896 139716990085392 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11866] ppid=11855 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11866/stat : 11866 (java) S 11855 11855 10069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512036276 28909211648 12489 33554432000 4194304 4196468 140728640940896 139716989032848 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11867] ppid=11855 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11867/stat : 11867 (java) S 11855 11855 10069 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512036278 28909211648 12489 33554432000 4194304 4196468 140728640940896 139716428098288 139717043792514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11868] ppid=11855 vsize=28231652 memory=280905759530368 CPUtime=0 cores=0-7
/proc/11857/task/11868/stat : 11868 (java) S 11855 11855 10069 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512036278 28909211648 12489 33554432000 4194304 4196468 140728640940896 139716359874208 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11869] ppid=11855 vsize=28231652 memory=280905759534976 CPUtime=0 cores=0-7
/proc/11857/task/11869/stat : 11869 (java) S 11855 11855 10069 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512036278 28909211648 12489 33554432000 4194304 4196468 140728640940896 139716358821104 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11870] ppid=11855 vsize=28231652 memory=280905759539584 CPUtime=0 cores=0-7
/proc/11857/task/11870/stat : 11870 (java) S 11855 11855 10069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512036281 28909211648 12489 33554432000 4194304 4196468 140728640940896 139716357769680 139717043799963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11871] ppid=11855 vsize=28231652 memory=280905759544192 CPUtime=0.01 cores=0-7
/proc/11857/task/11871/stat : 11871 (java) S 11855 11855 10069 0 -1 1077944384 442 0 0 0 1 0 0 0 20 0 20 0 512036281 28909211648 12489 33554432000 4194304 4196468 140728640940896 139716356716784 139717043792514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11872] ppid=11855 vsize=28231652 memory=280905759548800 CPUtime=0.03 cores=0-7
/proc/11857/task/11872/stat : 11872 (java) S 11855 11855 10069 0 -1 1077944384 120 0 0 0 3 0 0 0 20 0 20 0 512036281 28909211648 12489 33554432000 4194304 4196468 140728640940896 139716355664240 139717043792514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11873] ppid=11855 vsize=28231652 memory=280905759553408 CPUtime=0.03 cores=0-7
/proc/11857/task/11873/stat : 11873 (java) R 11855 11855 10069 0 -1 4202560 349 0 0 0 3 0 0 0 20 0 20 0 512036281 28909211648 12489 33554432000 4194304 4196468 140728640940896 139716354601568 139717043795276 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11874] ppid=11855 vsize=28231652 memory=280905759558016 CPUtime=0.12 cores=0-7
/proc/11857/task/11874/stat : 11874 (java) S 11855 11855 10069 0 -1 1077944384 860 0 0 0 12 0 0 0 20 0 20 0 512036281 28909211648 12489 33554432000 4194304 4196468 140728640940896 139716353558640 139717043792514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11875] ppid=11855 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11875/stat : 11875 (java) S 11855 11855 10069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512036281 28909211648 12489 33554432000 4194304 4196468 140728640940896 139716352506848 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11876] ppid=11855 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/11857/task/11876/stat : 11876 (java) S 11855 11855 10069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512036281 28909211648 12489 33554432000 4194304 4196468 140728640940896 139716351454384 139717043792514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51408 KiB

[startup+0.700989 s]
/proc/loadavg: 4.10 6.23 6.64 6/211 11876
/proc/meminfo: memFree=26677576/32770624 swapFree=66986400/67108860
[pid=11855] ppid=11852 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11855/stat : 11855 (xcsp3-exec) S 11852 11855 10069 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512036275 115843072 363 33554432000 4194304 5098028 140722316522320 140722316520424 140251032081020 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12906496 140722316530549 140722316530793 140722316530793 140722316533706 0
/proc/11855/statm: 28282 363 304 221 0 87 0
[pid=11857] ppid=11855 vsize=28233776 memory=114084 CPUtime=2.03 cores=0-7
/proc/11857/stat : 11857 (java) S 11855 11855 10069 0 -1 1077944320 17172 0 0 0 196 7 0 0 20 0 20 0 512036275 28911386624 28521 33554432000 4194304 4196468 140728640940896 140728640923440 139717043781367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
/proc/11857/statm: 7058444 28521 3447 1 0 7019544 0
[pid=11857/tid=11858] ppid=11855 vsize=28233776 memory=4580 CPUtime=0.67 cores=0-7
/proc/11857/task/11858/stat : 11858 (java) R 11855 11855 10069 0 -1 4202560 9235 0 0 0 63 4 0 0 20 0 20 0 512036275 28911386624 28521 33554432000 4194304 4196468 140728640940896 139717048017920 139716645430747 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11859] ppid=11855 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11859/stat : 11859 (java) S 11855 11855 10069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512036276 28911386624 28521 33554432000 4194304 4196468 140728640940896 139716996402192 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11860] ppid=11855 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/11857/task/11860/stat : 11860 (java) S 11855 11855 10069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512036276 28911386624 28521 33554432000 4194304 4196468 140728640940896 139716995349648 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11861] ppid=11855 vsize=28233776 memory=1056 CPUtime=0 cores=0-7
/proc/11857/task/11861/stat : 11861 (java) S 11855 11855 10069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512036276 28911386624 28521 33554432000 4194304 4196468 140728640940896 139716994296592 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0

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

[pid=11857/tid=11858] ppid=11855 vsize=28300340 memory=1416 CPUtime=328.55 cores=0-7
/proc/11857/task/11858/stat : 11858 (java) S 11855 11855 10069 0 -1 1077944384 85919 0 0 0 32748 107 0 0 20 0 21 0 512036275 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139717048022048 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11859] ppid=11855 vsize=28300340 memory=1728 CPUtime=762.23 cores=0-7
/proc/11857/task/11859/stat : 11859 (java) S 11855 11855 10069 0 -1 1077944384 326315 0 0 0 75746 477 0 0 20 0 21 0 512036276 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716996402192 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 41 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11860] ppid=11855 vsize=28300340 memory=692 CPUtime=762.41 cores=0-7
/proc/11857/task/11860/stat : 11860 (java) S 11855 11855 10069 0 -1 1077944384 274364 0 0 0 75723 518 0 0 20 0 21 0 512036276 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716995349648 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 32 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11861] ppid=11855 vsize=28300340 memory=6791534058613427641 CPUtime=763.03 cores=0-7
/proc/11857/task/11861/stat : 11861 (java) S 11855 11855 10069 0 -1 1077944384 311967 0 0 0 75766 537 0 0 20 0 21 0 512036276 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716994296592 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 31 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11862] ppid=11855 vsize=28300340 memory=780 CPUtime=762.45 cores=0-7
/proc/11857/task/11862/stat : 11862 (java) S 11855 11855 10069 0 -1 1077944384 278794 0 0 0 75751 494 0 0 20 0 21 0 512036276 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716993244048 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 33 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11863] ppid=11855 vsize=28300340 memory=3616 CPUtime=762.68 cores=0-7
/proc/11857/task/11863/stat : 11863 (java) S 11855 11855 10069 0 -1 1077944384 373575 0 0 0 75731 537 0 0 20 0 21 0 512036276 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716992190992 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11864] ppid=11855 vsize=28300340 memory=1228 CPUtime=759.88 cores=0-7
/proc/11857/task/11864/stat : 11864 (java) S 11855 11855 10069 0 -1 1077944384 314864 0 0 0 75476 512 0 0 20 0 21 0 512036276 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716991138448 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 41 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11865] ppid=11855 vsize=28300340 memory=6791534058613427641 CPUtime=760.53 cores=0-7
/proc/11857/task/11865/stat : 11865 (java) S 11855 11855 10069 0 -1 1077944384 248127 0 0 0 75549 504 0 0 20 0 21 0 512036276 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716990085392 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 39 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11866] ppid=11855 vsize=28300340 memory=25518088 CPUtime=762.29 cores=0-7
/proc/11857/task/11866/stat : 11866 (java) S 11855 11855 10069 0 -1 1077944384 286393 0 0 0 75724 505 0 0 20 0 21 0 512036276 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716989032848 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 35 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11867] ppid=11855 vsize=28300340 memory=3616 CPUtime=165.54 cores=0-7
/proc/11857/task/11867/stat : 11867 (java) R 11855 11855 10069 0 -1 4202560 965220 0 0 0 16473 81 0 0 20 0 21 0 512036278 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716428096720 139717028238970 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11868] ppid=11855 vsize=28300340 memory=1228 CPUtime=0 cores=0-7
/proc/11857/task/11868/stat : 11868 (java) S 11855 11855 10069 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 21 0 512036278 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716359874272 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11869] ppid=11855 vsize=28300340 memory=6204 CPUtime=0 cores=0-7
/proc/11857/task/11869/stat : 11869 (java) S 11855 11855 10069 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 21 0 512036278 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716358821120 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11870] ppid=11855 vsize=28300340 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/11857/task/11870/stat : 11870 (java) S 11855 11855 10069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 512036281 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716357769680 139717043799963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11871] ppid=11855 vsize=28300340 memory=1452 CPUtime=1.36 cores=0-7
/proc/11857/task/11871/stat : 11871 (java) S 11855 11855 10069 0 -1 1077944384 11634 0 0 0 134 2 0 0 20 0 21 0 512036281 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716356716832 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11872] ppid=11855 vsize=28300340 memory=25518040 CPUtime=1.13 cores=0-7
/proc/11857/task/11872/stat : 11872 (java) S 11855 11855 10069 0 -1 1077944384 9612 0 0 0 112 1 0 0 20 0 21 0 512036281 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716355664288 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11873] ppid=11855 vsize=28300340 memory=1416 CPUtime=1.1 cores=0-7
/proc/11857/task/11873/stat : 11873 (java) S 11855 11855 10069 0 -1 1077944384 8653 0 0 0 109 1 0 0 20 0 21 0 512036281 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716354610944 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11874] ppid=11855 vsize=28300340 memory=1452 CPUtime=0.65 cores=0-7
/proc/11857/task/11874/stat : 11874 (java) S 11855 11855 10069 0 -1 1077944384 9152 0 0 0 63 2 0 0 20 0 21 0 512036281 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716353558688 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11875] ppid=11855 vsize=28300340 memory=25518064 CPUtime=0 cores=0-7
/proc/11857/task/11875/stat : 11875 (java) S 11855 11855 10069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 512036281 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716352506848 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11876] ppid=11855 vsize=28300340 memory=912 CPUtime=0.54 cores=0-7
/proc/11857/task/11876/stat : 11876 (java) S 11855 11855 10069 0 -1 1077944384 2235 0 0 0 25 29 0 0 20 0 21 0 512036281 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716351454384 139717043792514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11971] ppid=11855 vsize=28300340 memory=1984 CPUtime=0 cores=0-7
/proc/11857/task/11971/stat : 11971 (java) S 11855 11855 10069 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 21 0 512161370 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716342476352 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
Current children cumulated CPU time: 6594.49 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25519540 KiB

[startup+1263.3 s]
/proc/loadavg: 7.13 6.59 5.87 2/212 11971
/proc/meminfo: memFree=1187056/32770624 swapFree=66986400/67108860
[pid=11855] ppid=11852 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11855/stat : 11855 (xcsp3-exec) S 11852 11855 10069 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512036275 115843072 363 33554432000 4194304 5098028 140722316522320 140722316520424 140251032081020 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12906496 140722316530549 140722316530793 140722316530793 140722316533706 0
/proc/11855/statm: 28282 363 304 221 0 87 0
[pid=11857] ppid=11855 vsize=28300340 memory=25518088 CPUtime=6595.3 cores=0-7
/proc/11857/stat : 11857 (java) S 11855 11855 10069 0 -1 1077944320 3508159 0 0 0 655233 4297 0 0 20 0 21 0 512036275 28979548160 6379522 33554432000 4194304 4196468 140728640940896 140728640923440 139717043781367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
/proc/11857/statm: 7075085 6379522 3518 1 0 7036185 0
[pid=11857/tid=11858] ppid=11855 vsize=28300340 memory=6791534058613427641 CPUtime=328.55 cores=0-7
/proc/11857/task/11858/stat : 11858 (java) S 11855 11855 10069 0 -1 1077944384 85919 0 0 0 32748 107 0 0 20 0 21 0 512036275 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139717048022048 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11859] ppid=11855 vsize=28300340 memory=25518088 CPUtime=762.23 cores=0-7
/proc/11857/task/11859/stat : 11859 (java) S 11855 11855 10069 0 -1 1077944384 326315 0 0 0 75746 477 0 0 20 0 21 0 512036276 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716996402192 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 41 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11860] ppid=11855 vsize=28300340 memory=111632 CPUtime=762.41 cores=0-7
/proc/11857/task/11860/stat : 11860 (java) S 11855 11855 10069 0 -1 1077944384 274364 0 0 0 75723 518 0 0 20 0 21 0 512036276 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716995349648 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 32 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11861] ppid=11855 vsize=28300340 memory=796 CPUtime=763.03 cores=0-7
/proc/11857/task/11861/stat : 11861 (java) S 11855 11855 10069 0 -1 1077944384 311967 0 0 0 75766 537 0 0 20 0 21 0 512036276 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716994296592 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 31 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11862] ppid=11855 vsize=28300340 memory=1804 CPUtime=762.45 cores=0-7
/proc/11857/task/11862/stat : 11862 (java) S 11855 11855 10069 0 -1 1077944384 278794 0 0 0 75751 494 0 0 20 0 21 0 512036276 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716993244048 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 33 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11863] ppid=11855 vsize=28300340 memory=1728 CPUtime=762.68 cores=0-7
/proc/11857/task/11863/stat : 11863 (java) S 11855 11855 10069 0 -1 1077944384 373575 0 0 0 75731 537 0 0 20 0 21 0 512036276 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716992190992 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11864] ppid=11855 vsize=28300340 memory=692 CPUtime=759.88 cores=0-7
/proc/11857/task/11864/stat : 11864 (java) S 11855 11855 10069 0 -1 1077944384 314864 0 0 0 75476 512 0 0 20 0 21 0 512036276 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716991138448 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 41 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11865] ppid=11855 vsize=28300340 memory=1056 CPUtime=760.53 cores=0-7
/proc/11857/task/11865/stat : 11865 (java) S 11855 11855 10069 0 -1 1077944384 248127 0 0 0 75549 504 0 0 20 0 21 0 512036276 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716990085392 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 39 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11866] ppid=11855 vsize=28300340 memory=1556 CPUtime=762.29 cores=0-7
/proc/11857/task/11866/stat : 11866 (java) S 11855 11855 10069 0 -1 1077944384 286393 0 0 0 75724 505 0 0 20 0 21 0 512036276 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716989032848 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 35 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11867] ppid=11855 vsize=28300340 memory=780 CPUtime=166.33 cores=0-7
/proc/11857/task/11867/stat : 11867 (java) R 11855 11855 10069 0 -1 4202560 965228 0 0 0 16552 81 0 0 20 0 21 0 512036278 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716428096720 139717028238937 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11868] ppid=11855 vsize=28300340 memory=3616 CPUtime=0 cores=0-7
/proc/11857/task/11868/stat : 11868 (java) S 11855 11855 10069 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 21 0 512036278 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716359874272 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11869] ppid=11855 vsize=28300340 memory=14048 CPUtime=0 cores=0-7
/proc/11857/task/11869/stat : 11869 (java) S 11855 11855 10069 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 21 0 512036278 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716358821120 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11870] ppid=11855 vsize=28300340 memory=35072 CPUtime=0 cores=0-7
/proc/11857/task/11870/stat : 11870 (java) S 11855 11855 10069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 512036281 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716357769680 139717043799963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11871] ppid=11855 vsize=28300340 memory=2120 CPUtime=1.36 cores=0-7
/proc/11857/task/11871/stat : 11871 (java) S 11855 11855 10069 0 -1 1077944384 11634 0 0 0 134 2 0 0 20 0 21 0 512036281 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716356716832 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11872] ppid=11855 vsize=28300340 memory=532 CPUtime=1.13 cores=0-7
/proc/11857/task/11872/stat : 11872 (java) S 11855 11855 10069 0 -1 1077944384 9612 0 0 0 112 1 0 0 20 0 21 0 512036281 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716355664288 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11873] ppid=11855 vsize=28300340 memory=1564 CPUtime=1.1 cores=0-7
/proc/11857/task/11873/stat : 11873 (java) S 11855 11855 10069 0 -1 1077944384 8653 0 0 0 109 1 0 0 20 0 21 0 512036281 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716354610944 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11874] ppid=11855 vsize=28300340 memory=924 CPUtime=0.65 cores=0-7
/proc/11857/task/11874/stat : 11874 (java) S 11855 11855 10069 0 -1 1077944384 9152 0 0 0 63 2 0 0 20 0 21 0 512036281 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716353558688 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11875] ppid=11855 vsize=28300340 memory=35072 CPUtime=0 cores=0-7
/proc/11857/task/11875/stat : 11875 (java) S 11855 11855 10069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 512036281 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716352506848 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11876] ppid=11855 vsize=28300340 memory=2120 CPUtime=0.54 cores=0-7
/proc/11857/task/11876/stat : 11876 (java) S 11855 11855 10069 0 -1 1077944384 2235 0 0 0 25 29 0 0 20 0 21 0 512036281 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716351454384 139717043792514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11971] ppid=11855 vsize=28300340 memory=532 CPUtime=0 cores=0-7
/proc/11857/task/11971/stat : 11971 (java) S 11855 11855 10069 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 21 0 512161370 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716342476352 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
Current children cumulated CPU time: 6595.3 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25519540 KiB

[startup+1263.5 s]
/proc/loadavg: 7.13 6.59 5.87 2/212 11971
/proc/meminfo: memFree=1187056/32770624 swapFree=66986400/67108860
[pid=11855] ppid=11852 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11855/stat : 11855 (xcsp3-exec) S 11852 11855 10069 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512036275 115843072 363 33554432000 4194304 5098028 140722316522320 140722316520424 140251032081020 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12906496 140722316530549 140722316530793 140722316530793 140722316533706 0
/proc/11855/statm: 28282 363 304 221 0 87 0
[pid=11857] ppid=11855 vsize=28300340 memory=25518088 CPUtime=6595.5 cores=0-7
/proc/11857/stat : 11857 (java) S 11855 11855 10069 0 -1 1077944320 3508281 0 0 0 655253 4297 0 0 20 0 21 0 512036275 28979548160 6379522 33554432000 4194304 4196468 140728640940896 140728640923440 139717043781367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
/proc/11857/statm: 7075085 6379522 3518 1 0 7036185 0
[pid=11857/tid=11858] ppid=11855 vsize=28300340 memory=1760 CPUtime=328.55 cores=0-7
/proc/11857/task/11858/stat : 11858 (java) S 11855 11855 10069 0 -1 1077944384 85919 0 0 0 32748 107 0 0 20 0 21 0 512036275 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139717048022048 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11859] ppid=11855 vsize=28300340 memory=1440 CPUtime=762.23 cores=0-7
/proc/11857/task/11859/stat : 11859 (java) S 11855 11855 10069 0 -1 1077944384 326315 0 0 0 75746 477 0 0 20 0 21 0 512036276 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716996402192 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 41 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11860] ppid=11855 vsize=28300340 memory=6791534058613427641 CPUtime=762.41 cores=0-7
/proc/11857/task/11860/stat : 11860 (java) S 11855 11855 10069 0 -1 1077944384 274364 0 0 0 75723 518 0 0 20 0 21 0 512036276 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716995349648 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 32 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11861] ppid=11855 vsize=28300340 memory=1760 CPUtime=763.03 cores=0-7
/proc/11857/task/11861/stat : 11861 (java) S 11855 11855 10069 0 -1 1077944384 311967 0 0 0 75766 537 0 0 20 0 21 0 512036276 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716994296592 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 31 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11862] ppid=11855 vsize=28300340 memory=1440 CPUtime=762.45 cores=0-7
/proc/11857/task/11862/stat : 11862 (java) S 11855 11855 10069 0 -1 1077944384 278794 0 0 0 75751 494 0 0 20 0 21 0 512036276 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716993244048 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 33 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11863] ppid=11855 vsize=28300340 memory=1452 CPUtime=762.68 cores=0-7
/proc/11857/task/11863/stat : 11863 (java) S 11855 11855 10069 0 -1 1077944384 373575 0 0 0 75731 537 0 0 20 0 21 0 512036276 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716992190992 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11864] ppid=11855 vsize=28300340 memory=25518088 CPUtime=759.88 cores=0-7
/proc/11857/task/11864/stat : 11864 (java) S 11855 11855 10069 0 -1 1077944384 314864 0 0 0 75476 512 0 0 20 0 21 0 512036276 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716991138448 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 41 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11865] ppid=11855 vsize=28300340 memory=2480 CPUtime=760.53 cores=0-7
/proc/11857/task/11865/stat : 11865 (java) S 11855 11855 10069 0 -1 1077944384 248127 0 0 0 75549 504 0 0 20 0 21 0 512036276 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716990085392 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 39 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11866] ppid=11855 vsize=28300340 memory=1768 CPUtime=762.29 cores=0-7
/proc/11857/task/11866/stat : 11866 (java) S 11855 11855 10069 0 -1 1077944384 286393 0 0 0 75724 505 0 0 20 0 21 0 512036276 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716989032848 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 35 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11867] ppid=11855 vsize=28300340 memory=1760 CPUtime=166.53 cores=0-7
/proc/11857/task/11867/stat : 11867 (java) R 11855 11855 10069 0 -1 4202560 965350 0 0 0 16572 81 0 0 20 0 21 0 512036278 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716428096720 139717022151547 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11868] ppid=11855 vsize=28300340 memory=1440 CPUtime=0 cores=0-7
/proc/11857/task/11868/stat : 11868 (java) S 11855 11855 10069 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 21 0 512036278 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716359874272 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11869] ppid=11855 vsize=28300340 memory=912 CPUtime=0 cores=0-7
/proc/11857/task/11869/stat : 11869 (java) S 11855 11855 10069 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 21 0 512036278 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716358821120 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11870] ppid=11855 vsize=28300340 memory=1984 CPUtime=0 cores=0-7
/proc/11857/task/11870/stat : 11870 (java) S 11855 11855 10069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 512036281 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716357769680 139717043799963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11871] ppid=11855 vsize=28300340 memory=2480 CPUtime=1.36 cores=0-7
/proc/11857/task/11871/stat : 11871 (java) S 11855 11855 10069 0 -1 1077944384 11634 0 0 0 134 2 0 0 20 0 21 0 512036281 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716356716832 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11872] ppid=11855 vsize=28300340 memory=1768 CPUtime=1.13 cores=0-7
/proc/11857/task/11872/stat : 11872 (java) S 11855 11855 10069 0 -1 1077944384 9612 0 0 0 112 1 0 0 20 0 21 0 512036281 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716355664288 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11873] ppid=11855 vsize=28300340 memory=111632 CPUtime=1.1 cores=0-7
/proc/11857/task/11873/stat : 11873 (java) S 11855 11855 10069 0 -1 1077944384 8653 0 0 0 109 1 0 0 20 0 21 0 512036281 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716354610944 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11874] ppid=11855 vsize=28300340 memory=8317482817917895235 CPUtime=0.65 cores=0-7
/proc/11857/task/11874/stat : 11874 (java) S 11855 11855 10069 0 -1 1077944384 9152 0 0 0 63 2 0 0 20 0 21 0 512036281 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716353558688 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11875] ppid=11855 vsize=28300340 memory=111632 CPUtime=0 cores=0-7
/proc/11857/task/11875/stat : 11875 (java) S 11855 11855 10069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 512036281 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716352506848 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11876] ppid=11855 vsize=28300340 memory=796 CPUtime=0.54 cores=0-7
/proc/11857/task/11876/stat : 11876 (java) S 11855 11855 10069 0 -1 1077944384 2235 0 0 0 25 29 0 0 20 0 21 0 512036281 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716351454384 139717043792514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
[pid=11857/tid=11971] ppid=11855 vsize=28300340 memory=1804 CPUtime=0 cores=0-7
/proc/11857/task/11971/stat : 11971 (java) S 11855 11855 10069 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 21 0 512161370 28979548160 6379522 33554432000 4194304 4196468 140728640940896 139716342476352 139717043791573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140728640947178 140728640947350 140728640947350 140728640950223 0
Current children cumulated CPU time: 6595.5 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25519540 KiB

[startup+1263.6 s]
/proc/loadavg: 7.13 6.59 5.87 2/212 11971
/proc/meminfo: memFree=1187056/32770624 swapFree=66986400/67108860
[pid=11855] ppid=11852 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11855/stat : 11855 (xcsp3-exec) S 11852 11855 10069 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512036275 115843072 363 33554432000 4194304 5098028 140722316522320 140722316520424 140251032081020 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12906496 140722316530549 140722316530793 140722316530793 140722316533706 0
/proc/11855/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): 1263.67
CPU time (s): 6595.67
CPU user time (s): 6552.58
CPU system time (s): 43.0974
CPU usage (%): 521.948
Max. virtual memory (cumulated for all children) (KiB): 28413468
Max. memory (cumulated for all children) (KiB): 25519540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6552.58
system time used= 43.0974
maximum resident set size= 25518436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3516434
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 72446
involuntary context switches= 87190


# summary of solver processes directly reported to runsolver:
#   pid: 11855
#   total CPU time (s): 6595.67
#   total CPU user time (s): 6552.58
#   total CPU system time (s): 43.0974

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1417 second user time and 11.7535 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-24 21:32:53
IDJOB=4406690
IDBENCH=138454
IDSOLVER=2871
FILE ID=node104/4406690-1569357797
RUNJOBID= node104-1569344661-10096
PBS_JOBID= 21705083
Free space on /tmp= 9836 MiB

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

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

MD5SUM BENCH= 5dc18f9bddc2dfff84e0f90fec56ce3b
RANDOM SEED=1984803237

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        26739368 kB
MemAvailable:   31820532 kB
Buffers:          101124 kB
Cached:          5071064 kB
SwapCached:        22640 kB
Active:          3196028 kB
Inactive:        2002440 kB
Active(anon):       3596 kB
Inactive(anon):    80336 kB
Active(file):    3192432 kB
Inactive(file):  1922104 kB
Unevictable:      109708 kB
Mlocked:          109708 kB
SwapTotal:      67108860 kB
SwapFree:       66986400 kB
Dirty:             26524 kB
Writeback:             0 kB
AnonPages:         44788 kB
Mapped:            57520 kB
Shmem:             49032 kB
Slab:             424756 kB
SReclaimable:     395088 kB
SUnreclaim:        29668 kB
KernelStack:        3408 kB
PageTables:         5292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 9808 MiB
End job on node104 at 2019-09-24 21:53:57