Trace number 4403428

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-20? 2332.83 784.559

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-06.xml
MD5SUM6b3d88799df56964f86d557249875b85
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 benchmark56.1836
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains64
Minimum domain size440
Maximum domain size538
Distribution of domain sizes[{"size":440,"count":2},{"size":441,"count":2},{"size":442,"count":2},{"size":444,"count":2},{"size":445,"count":4},{"size":447,"count":2},{"size":448,"count":4},{"size":449,"count":4},{"size":450,"count":2},{"size":452,"count":2},{"size":455,"count":4},{"size":457,"count":4},{"size":459,"count":2},{"size":461,"count":2},{"size":462,"count":2},{"size":464,"count":4},{"size":466,"count":2},{"size":467,"count":2},{"size":470,"count":4},{"size":472,"count":8},{"size":474,"count":2},{"size":475,"count":2},{"size":477,"count":2},{"size":480,"count":6},{"size":483,"count":2},"...",{"size":505,"count":2}, {"size":506,"count":2}, {"size":508,"count":10}, {"size":509,"count":2}, {"size":511,"count":2}, {"size":512,"count":2}, {"size":513,"count":6}, {"size":514,"count":2}, {"size":515,"count":2}, {"size":516,"count":2}, {"size":517,"count":4}, {"size":518,"count":4}, {"size":519,"count":4}, {"size":520,"count":2}, {"size":521,"count":2}, {"size":522,"count":4}, {"size":523,"count":4}, {"size":524,"count":2}, {"size":526,"count":4}, {"size":528,"count":2}, {"size":529,"count":4}, {"size":530,"count":8}, {"size":531,"count":4}, {"size":534,"count":2}, {"size":538,"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 -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403428-1568992741.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403428-1568992741.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
2307.58/776.84	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
2307.58/776.84		at java.util.stream.ReduceOps.makeInt(ReduceOps.java:271)
2307.58/776.84		at java.util.stream.IntPipeline.reduce(IntPipeline.java:456)
2307.58/776.84		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:125)
2307.58/776.84		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
2307.58/776.84		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:135)
2307.58/776.84		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
2307.58/776.84		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$146/999609945.valid(Unknown Source)
2307.58/776.84		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
2307.58/776.84		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
2307.58/776.84		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
2307.58/776.84		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
2307.58/776.84		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
2307.58/776.84		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
2307.58/776.84		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
2307.58/776.84		at org.xcsp.parser.XCallbacks$$Lambda$88/592688102.accept(Unknown Source)
2307.58/776.84		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
2307.58/776.84		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2307.58/776.84		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
2307.58/776.84		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
2307.58/776.84		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
2307.58/776.84		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
2307.58/776.84		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
2307.58/776.84		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
2307.58/776.84		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
2307.58/776.84		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
2307.58/776.84		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
2307.58/776.84		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
2332.68/784.46	s UNKNOWN
2332.68/784.46	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 (6591 MiB free)
  memory of node 1: 16384 MiB (7920 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403428-1568992741/watcher-4403428-1568992741 -o /var/tmp/evaluation-result-4403428-1568992741/solver-4403428-1568992741 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node121-1568988421-6086 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 846357700 HOME/instance-4403428-1568992741.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.100062 s]*
/proc/loadavg: 8.45 8.29 8.19 7/235 11395
/proc/meminfo: memFree=14844016/32770624 swapFree=66988784/67108860
[pid=11379] ppid=11376 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/11379/stat : 11379 (xcsp3-exec) S 11376 11379 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475536749 115843072 364 33554432000 4194304 5098028 140724187416112 140724187414216 139746803839612 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29044736 140724187423575 140724187423833 140724187423833 140724187426758 0
/proc/11379/statm: 28282 364 305 221 0 87 0
[pid=11381] ppid=11379 vsize=15144776 memory=29036 CPUtime=0.13 cores=0,2,4,6
/proc/11381/stat : 11381 (java) S 11379 11379 6055 0 -1 1077944320 5659 0 0 0 12 1 0 0 20 0 15 0 475536749 15508250624 7259 33554432000 4194304 4196468 140731464514224 140731464496768 139772802494199 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
/proc/11381/statm: 3786194 7259 3170 1 0 3748377 0
[pid=11381/tid=11382] ppid=11379 vsize=15144776 memory=-8895323862916359523 CPUtime=0.08 cores=0,2,4,6
/proc/11381/task/11382/stat : 11382 (java) R 11379 11379 6055 0 -1 4202560 3557 0 0 0 8 0 0 0 20 0 15 0 475536749 15508250624 7259 33554432000 4194304 4196468 140731464514224 139772806724024 139772802506134 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11383] ppid=11379 vsize=15144776 memory=3472468653188584656 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11383/stat : 11383 (java) S 11379 11379 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475536750 15508250624 7259 33554432000 4194304 4196468 140731464514224 139772738730512 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11384] ppid=11379 vsize=15144776 memory=140524293432960 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11384/stat : 11384 (java) S 11379 11379 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475536750 15508250624 7259 33554432000 4194304 4196468 140731464514224 139772737677968 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11385] ppid=11379 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11385/stat : 11385 (java) S 11379 11379 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475536750 15508250624 7259 33554432000 4194304 4196468 140731464514224 139772736624912 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11386] ppid=11379 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11386/stat : 11386 (java) S 11379 11379 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475536750 15508250624 7259 33554432000 4194304 4196468 140731464514224 139772735572368 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11387] ppid=11379 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11387/stat : 11387 (java) S 11379 11379 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475536752 15508250624 7259 33554432000 4194304 4196468 140731464514224 139772338334448 139772802505346 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11388] ppid=11379 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11388/stat : 11388 (java) S 11379 11379 6055 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475536752 15508250624 7259 33554432000 4194304 4196468 140731464514224 139772337280672 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11389] ppid=11379 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11389/stat : 11389 (java) S 11379 11379 6055 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475536752 15508250624 7259 33554432000 4194304 4196468 140731464514224 139772336227568 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11390] ppid=11379 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11390/stat : 11390 (java) S 11379 11379 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475536755 15508250624 7259 33554432000 4194304 4196468 140731464514224 139772335176144 139772802512795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11391] ppid=11379 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11391/stat : 11391 (java) S 11379 11379 6055 0 -1 1077944384 405 0 0 0 0 0 0 0 20 0 15 0 475536755 15508250624 7259 33554432000 4194304 4196468 140731464514224 139772334123248 139772802505346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11392] ppid=11379 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11392/stat : 11392 (java) S 11379 11379 6055 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 475536755 15508250624 7259 33554432000 4194304 4196468 140731464514224 139772333070704 139772802505346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11393] ppid=11379 vsize=15144776 memory=140524293432960 CPUtime=0.02 cores=0,2,4,6
/proc/11381/task/11393/stat : 11393 (java) R 11379 11379 6055 0 -1 4202560 346 0 0 0 2 0 0 0 20 0 15 0 475536755 15508250624 7259 33554432000 4194304 4196468 140731464514224 139772332017648 139772781622858 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11394] ppid=11379 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11394/stat : 11394 (java) S 11379 11379 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475536755 15508250624 7259 33554432000 4194304 4196468 140731464514224 139772330965344 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11395] ppid=11379 vsize=15144776 memory=140524293432960 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11395/stat : 11395 (java) S 11379 11379 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475536755 15508250624 7259 33554432000 4194304 4196468 140731464514224 139772329913392 139772802505346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30492 KiB

[startup+0.210977 s]*
/proc/loadavg: 8.45 8.29 8.19 11/235 11395
/proc/meminfo: memFree=14830816/32770624 swapFree=66988784/67108860
[pid=11379] ppid=11376 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/11379/stat : 11379 (xcsp3-exec) S 11376 11379 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475536749 115843072 364 33554432000 4194304 5098028 140724187416112 140724187414216 139746803839612 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29044736 140724187423575 140724187423833 140724187423833 140724187426758 0
/proc/11379/statm: 28282 364 305 221 0 87 0
[pid=11381] ppid=11379 vsize=15144776 memory=41052 CPUtime=0.35 cores=0,2,4,6
/proc/11381/stat : 11381 (java) S 11379 11379 6055 0 -1 1077944320 9481 0 0 0 32 3 0 0 20 0 15 0 475536749 15508250624 10263 33554432000 4194304 4196468 140731464514224 140731464496768 139772802494199 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
/proc/11381/statm: 3786194 10263 3318 1 0 3748377 0
[pid=11381/tid=11382] ppid=11379 vsize=15144776 memory=-8895323862916359523 CPUtime=0.2 cores=0,2,4,6
/proc/11381/task/11382/stat : 11382 (java) R 11379 11379 6055 0 -1 4202560 6609 0 0 0 18 2 0 0 20 0 15 0 475536749 15508250624 10263 33554432000 4194304 4196468 140731464514224 139772806731648 139772782769502 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11383] ppid=11379 vsize=15144776 memory=3472468653188584656 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11383/stat : 11383 (java) S 11379 11379 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475536750 15508250624 10263 33554432000 4194304 4196468 140731464514224 139772738730512 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11384] ppid=11379 vsize=15144776 memory=140524293432960 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11384/stat : 11384 (java) S 11379 11379 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475536750 15508250624 10263 33554432000 4194304 4196468 140731464514224 139772737677968 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11385] ppid=11379 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11385/stat : 11385 (java) S 11379 11379 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475536750 15508250624 10263 33554432000 4194304 4196468 140731464514224 139772736624912 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11386] ppid=11379 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11386/stat : 11386 (java) S 11379 11379 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475536750 15508250624 10263 33554432000 4194304 4196468 140731464514224 139772735572368 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11387] ppid=11379 vsize=15144776 memory=140524293432960 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11387/stat : 11387 (java) S 11379 11379 6055 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475536752 15508250624 10263 33554432000 4194304 4196468 140731464514224 139772338334448 139772802505346 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11388] ppid=11379 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11388/stat : 11388 (java) S 11379 11379 6055 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475536752 15508250624 10263 33554432000 4194304 4196468 140731464514224 139772337280672 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11389] ppid=11379 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11389/stat : 11389 (java) S 11379 11379 6055 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475536752 15508250624 10263 33554432000 4194304 4196468 140731464514224 139772336227568 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11390] ppid=11379 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11390/stat : 11390 (java) S 11379 11379 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475536755 15508250624 10263 33554432000 4194304 4196468 140731464514224 139772335176144 139772802512795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11391] ppid=11379 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/11381/task/11391/stat : 11391 (java) S 11379 11379 6055 0 -1 1077944384 602 0 0 0 2 0 0 0 20 0 15 0 475536755 15508250624 10263 33554432000 4194304 4196468 140731464514224 139772334123248 139772802505346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11392] ppid=11379 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/11381/task/11392/stat : 11392 (java) S 11379 11379 6055 0 -1 1077944384 177 0 0 0 2 0 0 0 20 0 15 0 475536755 15508250624 10263 33554432000 4194304 4196468 140731464514224 139772333070704 139772802505346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11393] ppid=11379 vsize=15144776 memory=140524293432960 CPUtime=0.08 cores=0,2,4,6
/proc/11381/task/11393/stat : 11393 (java) S 11379 11379 6055 0 -1 1077944384 788 0 0 0 8 0 0 0 20 0 15 0 475536755 15508250624 10263 33554432000 4194304 4196468 140731464514224 139772332017648 139772802505346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11394] ppid=11379 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11394/stat : 11394 (java) S 11379 11379 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475536755 15508250624 10263 33554432000 4194304 4196468 140731464514224 139772330965344 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11395] ppid=11379 vsize=15144776 memory=140524293432960 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11395/stat : 11395 (java) S 11379 11379 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475536755 15508250624 10263 33554432000 4194304 4196468 140731464514224 139772329913392 139772802505346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42508 KiB

[startup+0.311712 s]*
/proc/loadavg: 8.45 8.29 8.19 7/235 11395
/proc/meminfo: memFree=14823868/32770624 swapFree=66988784/67108860
[pid=11379] ppid=11376 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/11379/stat : 11379 (xcsp3-exec) S 11376 11379 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475536749 115843072 364 33554432000 4194304 5098028 140724187416112 140724187414216 139746803839612 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29044736 140724187423575 140724187423833 140724187423833 140724187426758 0
/proc/11379/statm: 28282 364 305 221 0 87 0
[pid=11381] ppid=11379 vsize=15149032 memory=50112 CPUtime=0.54 cores=0,2,4,6
/proc/11381/stat : 11381 (java) S 11379 11379 6055 0 -1 1077944320 10842 0 0 0 51 3 0 0 20 0 15 0 475536749 15512608768 12528 33554432000 4194304 4196468 140731464514224 140731464496768 139772802494199 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
/proc/11381/statm: 3787258 12528 3365 1 0 3748377 0
[pid=11381/tid=11382] ppid=11379 vsize=15149032 memory=-8094235084319000145 CPUtime=0.29 cores=0,2,4,6
/proc/11381/task/11382/stat : 11382 (java) R 11379 11379 6055 0 -1 4202560 7800 0 0 0 27 2 0 0 20 0 15 0 475536749 15512608768 12528 33554432000 4194304 4196468 140731464514224 139772806725312 139772802516125 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11383] ppid=11379 vsize=15149032 memory=3472468653188584656 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11383/stat : 11383 (java) S 11379 11379 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475536750 15512608768 12528 33554432000 4194304 4196468 140731464514224 139772738730512 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11384] ppid=11379 vsize=15149032 memory=281048442820992 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11384/stat : 11384 (java) S 11379 11379 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475536750 15512608768 12528 33554432000 4194304 4196468 140731464514224 139772737677968 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11385] ppid=11379 vsize=15149032 memory=281048298808352 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11385/stat : 11385 (java) S 11379 11379 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475536750 15512608768 12528 33554432000 4194304 4196468 140731464514224 139772736624912 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11386] ppid=11379 vsize=15149032 memory=140524149388047 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11386/stat : 11386 (java) S 11379 11379 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475536750 15512608768 12528 33554432000 4194304 4196468 140731464514224 139772735572368 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11387] ppid=11379 vsize=15149032 memory=281048442827904 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11387/stat : 11387 (java) S 11379 11379 6055 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475536752 15512608768 12528 33554432000 4194304 4196468 140731464514224 139772338334448 139772802505346 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11388] ppid=11379 vsize=15149032 memory=140524149392655 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11388/stat : 11388 (java) S 11379 11379 6055 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475536752 15512608768 12528 33554432000 4194304 4196468 140731464514224 139772337280672 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11389] ppid=11379 vsize=15149032 memory=140524149401047 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11389/stat : 11389 (java) S 11379 11379 6055 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475536752 15512608768 12528 33554432000 4194304 4196468 140731464514224 139772336227568 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11390] ppid=11379 vsize=15149032 memory=140524149408190 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11390/stat : 11390 (java) S 11379 11379 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475536755 15512608768 12528 33554432000 4194304 4196468 140731464514224 139772335176144 139772802512795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11391] ppid=11379 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/11381/task/11391/stat : 11391 (java) R 11379 11379 6055 0 -1 4202560 698 0 0 0 5 0 0 0 20 0 15 0 475536755 15512608768 12528 33554432000 4194304 4196468 140731464514224 139772334104264 139772782326397 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11392] ppid=11379 vsize=15149032 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/11381/task/11392/stat : 11392 (java) S 11379 11379 6055 0 -1 1077944384 188 0 0 0 4 0 0 0 20 0 15 0 475536755 15512608768 12528 33554432000 4194304 4196468 140731464514224 139772333070704 139772802505346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11393] ppid=11379 vsize=15149032 memory=140524293432960 CPUtime=0.13 cores=0,2,4,6
/proc/11381/task/11393/stat : 11393 (java) S 11379 11379 6055 0 -1 1077944384 857 0 0 0 13 0 0 0 20 0 15 0 475536755 15512608768 12528 33554432000 4194304 4196468 140731464514224 139772332017648 139772802505346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11394] ppid=11379 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11394/stat : 11394 (java) S 11379 11379 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475536755 15512608768 12528 33554432000 4194304 4196468 140731464514224 139772330965344 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11395] ppid=11379 vsize=15149032 memory=140524293434416 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11395/stat : 11395 (java) S 11379 11379 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475536755 15512608768 12528 33554432000 4194304 4196468 140731464514224 139772329913392 139772802505346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51568 KiB

[startup+0.701032 s]
/proc/loadavg: 8.45 8.29 8.19 8/235 11395
/proc/meminfo: memFree=14801412/32770624 swapFree=66988784/67108860
[pid=11379] ppid=11376 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/11379/stat : 11379 (xcsp3-exec) S 11376 11379 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475536749 115843072 364 33554432000 4194304 5098028 140724187416112 140724187414216 139746803839612 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29044736 140724187423575 140724187423833 140724187423833 140724187426758 0
/proc/11379/statm: 28282 364 305 221 0 87 0
[pid=11381] ppid=11379 vsize=15151156 memory=108892 CPUtime=1.81 cores=0,2,4,6
/proc/11381/stat : 11381 (java) S 11379 11379 6055 0 -1 1077944320 15751 0 0 0 175 6 0 0 20 0 15 0 475536749 15514783744 27223 33554432000 4194304 4196468 140731464514224 140731464496768 139772802494199 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
/proc/11381/statm: 3787789 27223 3445 1 0 3748889 0
[pid=11381/tid=11382] ppid=11379 vsize=15151156 memory=7882800638288482663 CPUtime=0.68 cores=0,2,4,6
/proc/11381/task/11382/stat : 11382 (java) R 11379 11379 6055 0 -1 4202560 9117 0 0 0 64 4 0 0 20 0 15 0 475536749 15514783744 27223 33554432000 4194304 4196468 140731464514224 139772806729360 139772416576193 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11383] ppid=11379 vsize=15151156 memory=7740951466249179473 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11383/stat : 11383 (java) S 11379 11379 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475536750 15514783744 27223 33554432000 4194304 4196468 140731464514224 139772738730512 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11384] ppid=11379 vsize=15151156 memory=7453282923495516522 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11384/stat : 11384 (java) S 11379 11379 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475536750 15514783744 27223 33554432000 4194304 4196468 140731464514224 139772737677968 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11385] ppid=11379 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11385/stat : 11385 (java) S 11379 11379 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475536750 15514783744 27223 33554432000 4194304 4196468 140731464514224 139772736624912 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11386] ppid=11379 vsize=15151156 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11386/stat : 11386 (java) S 11379 11379 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475536750 15514783744 27223 33554432000 4194304 4196468 140731464514224 139772735572368 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11387] ppid=11379 vsize=15151156 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11387/stat : 11387 (java) S 11379 11379 6055 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475536752 15514783744 27223 33554432000 4194304 4196468 140731464514224 139772338334448 139772802505346 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11388] ppid=11379 vsize=15151156 memory=756 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11388/stat : 11388 (java) S 11379 11379 6055 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475536752 15514783744 27223 33554432000 4194304 4196468 140731464514224 139772337280672 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11389] ppid=11379 vsize=15151156 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11389/stat : 11389 (java) S 11379 11379 6055 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475536752 15514783744 27223 33554432000 4194304 4196468 140731464514224 139772336227568 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11390] ppid=11379 vsize=15151156 memory=8100 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11390/stat : 11390 (java) S 11379 11379 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475536755 15514783744 27223 33554432000 4194304 4196468 140731464514224 139772335176144 139772802512795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11391] ppid=11379 vsize=15151156 memory=1164 CPUtime=0.37 cores=0,2,4,6
/proc/11381/task/11391/stat : 11391 (java) R 11379 11379 6055 0 -1 4202560 1906 0 0 0 37 0 0 0 20 0 15 0 475536755 15514783744 27223 33554432000 4194304 4196468 140731464514224 139772334109472 139772781932531 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11392] ppid=11379 vsize=15151156 memory=9520 CPUtime=0.38 cores=0,2,4,6
/proc/11381/task/11392/stat : 11392 (java) R 11379 11379 6055 0 -1 4202560 1310 0 0 0 38 0 0 0 20 0 15 0 475536755 15514783744 27223 33554432000 4194304 4196468 140731464514224 139772333056728 139772788526096 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11393] ppid=11379 vsize=15151156 memory=14008 CPUtime=0.34 cores=0,2,4,6
/proc/11381/task/11393/stat : 11393 (java) S 11379 11379 6055 0 -1 1077944384 2110 0 0 0 34 0 0 0 20 0 15 0 475536755 15514783744 27223 33554432000 4194304 4196468 140731464514224 139772332017648 139772802505346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11394] ppid=11379 vsize=15151156 memory=2120 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11394/stat : 11394 (java) S 11379 11379 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475536755 15514783744 27223 33554432000 4194304 4196468 140731464514224 139772330965344 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11395] ppid=11379 vsize=15151156 memory=12028 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11395/stat : 11395 (java) S 11379 11379 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475536755 15514783744 27223 33554432000 4194304 4196468 140731464514224 139772329913392 139772802505346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 110348 KiB

[startup+1.50095 s]
/proc/loadavg: 8.45 8.29 8.19 8/235 11395
/proc/meminfo: memFree=14675440/32770624 swapFree=66988784/67108860
[pid=11379] ppid=11376 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/11379/stat : 11379 (xcsp3-exec) S 11376 11379 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475536749 115843072 364 33554432000 4194304 5098028 140724187416112 140724187414216 139746803839612 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29044736 140724187423575 140724187423833 140724187423833 140724187426758 0
/proc/11379/statm: 28282 364 305 221 0 87 0

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

/proc/11381/task/11388/stat : 11388 (java) S 11379 11379 6055 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 475536752 15582945280 3189045 33554432000 4194304 4196468 140731464514224 139772337280736 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11389] ppid=11379 vsize=15217720 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11389/stat : 11389 (java) S 11379 11379 6055 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 475536752 15582945280 3189045 33554432000 4194304 4196468 140731464514224 139772336227584 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11390] ppid=11379 vsize=15217720 memory=3620 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11390/stat : 11390 (java) S 11379 11379 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 475536755 15582945280 3189045 33554432000 4194304 4196468 140731464514224 139772335176144 139772802512795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11391] ppid=11379 vsize=15217720 memory=780 CPUtime=1.56 cores=0,2,4,6
/proc/11381/task/11391/stat : 11391 (java) S 11379 11379 6055 0 -1 1077944384 9866 0 0 0 155 1 0 0 20 0 16 0 475536755 15582945280 3189045 33554432000 4194304 4196468 140731464514224 139772334111200 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11392] ppid=11379 vsize=15217720 memory=3620 CPUtime=1.86 cores=0,2,4,6
/proc/11381/task/11392/stat : 11392 (java) S 11379 11379 6055 0 -1 1077944384 10571 0 0 0 184 2 0 0 20 0 16 0 475536755 15582945280 3189045 33554432000 4194304 4196468 140731464514224 139772333070464 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11393] ppid=11379 vsize=15217720 memory=1576 CPUtime=0.68 cores=0,2,4,6
/proc/11381/task/11393/stat : 11393 (java) S 11379 11379 6055 0 -1 1077944384 8423 0 0 0 67 1 0 0 20 0 16 0 475536755 15582945280 3189045 33554432000 4194304 4196468 140731464514224 139772332017696 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11394] ppid=11379 vsize=15217720 memory=1028 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11394/stat : 11394 (java) S 11379 11379 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 475536755 15582945280 3189045 33554432000 4194304 4196468 140731464514224 139772330965344 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11395] ppid=11379 vsize=15217720 memory=1060 CPUtime=0.32 cores=0,2,4,6
/proc/11381/task/11395/stat : 11395 (java) S 11379 11379 6055 0 -1 1077944384 594 0 0 0 16 16 0 0 20 0 16 0 475536755 15582945280 3189045 33554432000 4194304 4196468 140731464514224 139772329913392 139772802505346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11563] ppid=11379 vsize=15217720 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11563/stat : 11563 (java) S 11379 11379 6055 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 475614434 15582945280 3189045 33554432000 4194304 4196468 140731464514224 139772253396928 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
Current children cumulated CPU time: 2329.68 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12757636 KiB

[startup+783.201 s]
/proc/loadavg: 8.76 8.25 7.99 6/234 11563
/proc/meminfo: memFree=1611008/32770624 swapFree=66988812/67108860
[pid=11379] ppid=11376 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/11379/stat : 11379 (xcsp3-exec) S 11376 11379 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475536749 115843072 364 33554432000 4194304 5098028 140724187416112 140724187414216 139746803839612 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29044736 140724187423575 140724187423833 140724187423833 140724187426758 0
/proc/11379/statm: 28282 364 305 221 0 87 0
[pid=11381] ppid=11379 vsize=15217720 memory=12756180 CPUtime=2331.48 cores=0,2,4,6
/proc/11381/stat : 11381 (java) S 11379 11379 6055 0 -1 1077944320 1752602 0 0 0 232168 980 0 0 20 0 16 0 475536749 15582945280 3189045 33554432000 4194304 4196468 140731464514224 140731464496768 139772802494199 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
/proc/11381/statm: 3804430 3189045 3508 1 0 3765530 0
[pid=11381/tid=11382] ppid=11379 vsize=15217720 memory=6791534058613427641 CPUtime=172.68 cores=0,2,4,6
/proc/11381/task/11382/stat : 11382 (java) S 11379 11379 6055 0 -1 1077944384 34028 0 0 0 17221 47 0 0 20 0 16 0 475536749 15582945280 3189045 33554432000 4194304 4196468 140731464514224 139772806734880 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11383] ppid=11379 vsize=15217720 memory=780 CPUtime=516.3 cores=0,2,4,6
/proc/11381/task/11383/stat : 11383 (java) S 11379 11379 6055 0 -1 1077944384 550749 0 0 0 51382 248 0 0 20 0 16 0 475536750 15582945280 3189045 33554432000 4194304 4196468 140731464514224 139772738730512 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11384] ppid=11379 vsize=15217720 memory=3620 CPUtime=515.6 cores=0,2,4,6
/proc/11381/task/11384/stat : 11384 (java) S 11379 11379 6055 0 -1 1077944384 350602 0 0 0 51338 222 0 0 20 0 16 0 475536750 15582945280 3189045 33554432000 4194304 4196468 140731464514224 139772737677968 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11385] ppid=11379 vsize=15217720 memory=1576 CPUtime=517.04 cores=0,2,4,6
/proc/11381/task/11385/stat : 11385 (java) S 11379 11379 6055 0 -1 1077944384 230660 0 0 0 51483 221 0 0 20 0 16 0 475536750 15582945280 3189045 33554432000 4194304 4196468 140731464514224 139772736624912 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11386] ppid=11379 vsize=15217720 memory=1456 CPUtime=516.64 cores=0,2,4,6
/proc/11381/task/11386/stat : 11386 (java) S 11379 11379 6055 0 -1 1077944384 343245 0 0 0 51446 218 0 0 20 0 16 0 475536750 15582945280 3189045 33554432000 4194304 4196468 140731464514224 139772735572368 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11387] ppid=11379 vsize=15217720 memory=12756180 CPUtime=88.7 cores=0,2,4,6
/proc/11381/task/11387/stat : 11387 (java) R 11379 11379 6055 0 -1 4202560 212511 0 0 0 8859 11 0 0 20 0 16 0 475536752 15582945280 3189045 33554432000 4194304 4196468 140731464514224 139772338332992 139772786951790 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11388] ppid=11379 vsize=15217720 memory=8100 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11388/stat : 11388 (java) S 11379 11379 6055 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 475536752 15582945280 3189045 33554432000 4194304 4196468 140731464514224 139772337280736 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11389] ppid=11379 vsize=15217720 memory=1164 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11389/stat : 11389 (java) S 11379 11379 6055 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 475536752 15582945280 3189045 33554432000 4194304 4196468 140731464514224 139772336227584 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11390] ppid=11379 vsize=15217720 memory=3620 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11390/stat : 11390 (java) S 11379 11379 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 475536755 15582945280 3189045 33554432000 4194304 4196468 140731464514224 139772335176144 139772802512795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11391] ppid=11379 vsize=15217720 memory=39060 CPUtime=1.56 cores=0,2,4,6
/proc/11381/task/11391/stat : 11391 (java) S 11379 11379 6055 0 -1 1077944384 9866 0 0 0 155 1 0 0 20 0 16 0 475536755 15582945280 3189045 33554432000 4194304 4196468 140731464514224 139772334111200 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11392] ppid=11379 vsize=15217720 memory=2004 CPUtime=1.86 cores=0,2,4,6
/proc/11381/task/11392/stat : 11392 (java) S 11379 11379 6055 0 -1 1077944384 10571 0 0 0 184 2 0 0 20 0 16 0 475536755 15582945280 3189045 33554432000 4194304 4196468 140731464514224 139772333070464 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11393] ppid=11379 vsize=15217720 memory=984 CPUtime=0.68 cores=0,2,4,6
/proc/11381/task/11393/stat : 11393 (java) S 11379 11379 6055 0 -1 1077944384 8423 0 0 0 67 1 0 0 20 0 16 0 475536755 15582945280 3189045 33554432000 4194304 4196468 140731464514224 139772332017696 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11394] ppid=11379 vsize=15217720 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11394/stat : 11394 (java) S 11379 11379 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 475536755 15582945280 3189045 33554432000 4194304 4196468 140731464514224 139772330965344 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11395] ppid=11379 vsize=15217720 memory=12756180 CPUtime=0.32 cores=0,2,4,6
/proc/11381/task/11395/stat : 11395 (java) S 11379 11379 6055 0 -1 1077944384 594 0 0 0 16 16 0 0 20 0 16 0 475536755 15582945280 3189045 33554432000 4194304 4196468 140731464514224 139772329913392 139772802505346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11563] ppid=11379 vsize=15217720 memory=12028 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11563/stat : 11563 (java) S 11379 11379 6055 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 475614434 15582945280 3189045 33554432000 4194304 4196468 140731464514224 139772253396928 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
Current children cumulated CPU time: 2331.48 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12757636 KiB

[startup+784.001 s]*
/proc/loadavg: 8.46 8.20 7.98 6/234 11563
/proc/meminfo: memFree=1611008/32770624 swapFree=66988812/67108860
[pid=11379] ppid=11376 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/11379/stat : 11379 (xcsp3-exec) S 11376 11379 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475536749 115843072 364 33554432000 4194304 5098028 140724187416112 140724187414216 139746803839612 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29044736 140724187423575 140724187423833 140724187423833 140724187426758 0
/proc/11379/statm: 28282 364 305 221 0 87 0
[pid=11381] ppid=11379 vsize=15217720 memory=12756224 CPUtime=2332.28 cores=0,2,4,6
/proc/11381/stat : 11381 (java) S 11379 11379 6055 0 -1 1077944320 1752709 0 0 0 232248 980 0 0 20 0 16 0 475536749 15582945280 3189056 33554432000 4194304 4196468 140731464514224 140731464496768 139772802494199 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
/proc/11381/statm: 3804430 3189056 3508 1 0 3765530 0
[pid=11381/tid=11382] ppid=11379 vsize=15217720 memory=1398722017469774279 CPUtime=172.68 cores=0,2,4,6
/proc/11381/task/11382/stat : 11382 (java) S 11379 11379 6055 0 -1 1077944384 34028 0 0 0 17221 47 0 0 20 0 16 0 475536749 15582945280 3189056 33554432000 4194304 4196468 140731464514224 139772806734880 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11383] ppid=11379 vsize=15217720 memory=6944656592455359580 CPUtime=516.3 cores=0,2,4,6
/proc/11381/task/11383/stat : 11383 (java) S 11379 11379 6055 0 -1 1077944384 550749 0 0 0 51382 248 0 0 20 0 16 0 475536750 15582945280 3189056 33554432000 4194304 4196468 140731464514224 139772738730512 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11384] ppid=11379 vsize=15217720 memory=6944656592455360604 CPUtime=515.6 cores=0,2,4,6
/proc/11381/task/11384/stat : 11384 (java) S 11379 11379 6055 0 -1 1077944384 350602 0 0 0 51338 222 0 0 20 0 16 0 475536750 15582945280 3189056 33554432000 4194304 4196468 140731464514224 139772737677968 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11385] ppid=11379 vsize=15217720 memory=6944656575208382560 CPUtime=517.04 cores=0,2,4,6
/proc/11381/task/11385/stat : 11385 (java) S 11379 11379 6055 0 -1 1077944384 230660 0 0 0 51483 221 0 0 20 0 16 0 475536750 15582945280 3189056 33554432000 4194304 4196468 140731464514224 139772736624912 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11386] ppid=11379 vsize=15217720 memory=-7003737579269690708 CPUtime=516.64 cores=0,2,4,6
/proc/11381/task/11386/stat : 11386 (java) S 11379 11379 6055 0 -1 1077944384 343245 0 0 0 51446 218 0 0 20 0 16 0 475536750 15582945280 3189056 33554432000 4194304 4196468 140731464514224 139772735572368 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11387] ppid=11379 vsize=15217720 memory=12756180 CPUtime=89.51 cores=0,2,4,6
/proc/11381/task/11387/stat : 11387 (java) R 11379 11379 6055 0 -1 4202560 212618 0 0 0 8940 11 0 0 20 0 16 0 475536752 15582945280 3189056 33554432000 4194304 4196468 140731464514224 139772338332880 139772787490603 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11388] ppid=11379 vsize=15217720 memory=15716 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11388/stat : 11388 (java) S 11379 11379 6055 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 475536752 15582945280 3189056 33554432000 4194304 4196468 140731464514224 139772337280736 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11389] ppid=11379 vsize=15217720 memory=512 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11389/stat : 11389 (java) S 11379 11379 6055 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 475536752 15582945280 3189056 33554432000 4194304 4196468 140731464514224 139772336227584 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11390] ppid=11379 vsize=15217720 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11390/stat : 11390 (java) S 11379 11379 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 475536755 15582945280 3189056 33554432000 4194304 4196468 140731464514224 139772335176144 139772802512795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11391] ppid=11379 vsize=15217720 memory=1548 CPUtime=1.56 cores=0,2,4,6
/proc/11381/task/11391/stat : 11391 (java) S 11379 11379 6055 0 -1 1077944384 9866 0 0 0 155 1 0 0 20 0 16 0 475536755 15582945280 3189056 33554432000 4194304 4196468 140731464514224 139772334111200 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11392] ppid=11379 vsize=15217720 memory=8100 CPUtime=1.86 cores=0,2,4,6
/proc/11381/task/11392/stat : 11392 (java) S 11379 11379 6055 0 -1 1077944384 10571 0 0 0 184 2 0 0 20 0 16 0 475536755 15582945280 3189056 33554432000 4194304 4196468 140731464514224 139772333070464 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11393] ppid=11379 vsize=15217720 memory=1164 CPUtime=0.68 cores=0,2,4,6
/proc/11381/task/11393/stat : 11393 (java) S 11379 11379 6055 0 -1 1077944384 8423 0 0 0 67 1 0 0 20 0 16 0 475536755 15582945280 3189056 33554432000 4194304 4196468 140731464514224 139772332017696 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11394] ppid=11379 vsize=15217720 memory=9520 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11394/stat : 11394 (java) S 11379 11379 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 475536755 15582945280 3189056 33554432000 4194304 4196468 140731464514224 139772330965344 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11395] ppid=11379 vsize=15217720 memory=14008 CPUtime=0.32 cores=0,2,4,6
/proc/11381/task/11395/stat : 11395 (java) S 11379 11379 6055 0 -1 1077944384 594 0 0 0 16 16 0 0 20 0 16 0 475536755 15582945280 3189056 33554432000 4194304 4196468 140731464514224 139772329913392 139772802505346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11563] ppid=11379 vsize=15217720 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11563/stat : 11563 (java) S 11379 11379 6055 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 475614434 15582945280 3189056 33554432000 4194304 4196468 140731464514224 139772253396928 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
Current children cumulated CPU time: 2332.28 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12757680 KiB

[startup+784.401 s]
/proc/loadavg: 8.46 8.20 7.98 6/234 11563
/proc/meminfo: memFree=1611008/32770624 swapFree=66988812/67108860
[pid=11379] ppid=11376 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/11379/stat : 11379 (xcsp3-exec) S 11376 11379 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475536749 115843072 364 33554432000 4194304 5098028 140724187416112 140724187414216 139746803839612 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29044736 140724187423575 140724187423833 140724187423833 140724187426758 0
/proc/11379/statm: 28282 364 305 221 0 87 0
[pid=11381] ppid=11379 vsize=15217720 memory=12756224 CPUtime=2332.68 cores=0,2,4,6
/proc/11381/stat : 11381 (java) S 11379 11379 6055 0 -1 1077944320 1752709 0 0 0 232288 980 0 0 20 0 16 0 475536749 15582945280 3189056 33554432000 4194304 4196468 140731464514224 140731464496768 139772802494199 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
/proc/11381/statm: 3804430 3189056 3508 1 0 3765530 0
[pid=11381/tid=11382] ppid=11379 vsize=15217720 memory=984 CPUtime=172.68 cores=0,2,4,6
/proc/11381/task/11382/stat : 11382 (java) S 11379 11379 6055 0 -1 1077944384 34028 0 0 0 17221 47 0 0 20 0 16 0 475536749 15582945280 3189056 33554432000 4194304 4196468 140731464514224 139772806734880 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11383] ppid=11379 vsize=15217720 memory=1324 CPUtime=516.3 cores=0,2,4,6
/proc/11381/task/11383/stat : 11383 (java) S 11379 11379 6055 0 -1 1077944384 550749 0 0 0 51382 248 0 0 20 0 16 0 475536750 15582945280 3189056 33554432000 4194304 4196468 140731464514224 139772738730512 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11384] ppid=11379 vsize=15217720 memory=780 CPUtime=515.6 cores=0,2,4,6
/proc/11381/task/11384/stat : 11384 (java) S 11379 11379 6055 0 -1 1077944384 350602 0 0 0 51338 222 0 0 20 0 16 0 475536750 15582945280 3189056 33554432000 4194304 4196468 140731464514224 139772737677968 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11385] ppid=11379 vsize=15217720 memory=3620 CPUtime=517.04 cores=0,2,4,6
/proc/11381/task/11385/stat : 11385 (java) S 11379 11379 6055 0 -1 1077944384 230660 0 0 0 51483 221 0 0 20 0 16 0 475536750 15582945280 3189056 33554432000 4194304 4196468 140731464514224 139772736624912 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11386] ppid=11379 vsize=15217720 memory=1456 CPUtime=516.64 cores=0,2,4,6
/proc/11381/task/11386/stat : 11386 (java) S 11379 11379 6055 0 -1 1077944384 343245 0 0 0 51446 218 0 0 20 0 16 0 475536750 15582945280 3189056 33554432000 4194304 4196468 140731464514224 139772735572368 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11387] ppid=11379 vsize=15217720 memory=12756224 CPUtime=89.9 cores=0,2,4,6
/proc/11381/task/11387/stat : 11387 (java) R 11379 11379 6055 0 -1 4202560 212618 0 0 0 8979 11 0 0 20 0 16 0 475536752 15582945280 3189056 33554432000 4194304 4196468 140731464514224 139772338332880 139772780864379 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11388] ppid=11379 vsize=15217720 memory=2120 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11388/stat : 11388 (java) S 11379 11379 6055 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 475536752 15582945280 3189056 33554432000 4194304 4196468 140731464514224 139772337280736 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11389] ppid=11379 vsize=15217720 memory=12028 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11389/stat : 11389 (java) S 11379 11379 6055 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 475536752 15582945280 3189056 33554432000 4194304 4196468 140731464514224 139772336227584 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11390] ppid=11379 vsize=15217720 memory=15716 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11390/stat : 11390 (java) S 11379 11379 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 475536755 15582945280 3189056 33554432000 4194304 4196468 140731464514224 139772335176144 139772802512795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11391] ppid=11379 vsize=15217720 memory=924 CPUtime=1.56 cores=0,2,4,6
/proc/11381/task/11391/stat : 11391 (java) S 11379 11379 6055 0 -1 1077944384 9866 0 0 0 155 1 0 0 20 0 16 0 475536755 15582945280 3189056 33554432000 4194304 4196468 140731464514224 139772334111200 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11392] ppid=11379 vsize=15217720 memory=3848 CPUtime=1.86 cores=0,2,4,6
/proc/11381/task/11392/stat : 11392 (java) S 11379 11379 6055 0 -1 1077944384 10571 0 0 0 184 2 0 0 20 0 16 0 475536755 15582945280 3189056 33554432000 4194304 4196468 140731464514224 139772333070464 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11393] ppid=11379 vsize=15217720 memory=2704 CPUtime=0.68 cores=0,2,4,6
/proc/11381/task/11393/stat : 11393 (java) S 11379 11379 6055 0 -1 1077944384 8423 0 0 0 67 1 0 0 20 0 16 0 475536755 15582945280 3189056 33554432000 4194304 4196468 140731464514224 139772332017696 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11394] ppid=11379 vsize=15217720 memory=2592 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11394/stat : 11394 (java) S 11379 11379 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 475536755 15582945280 3189056 33554432000 4194304 4196468 140731464514224 139772330965344 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11395] ppid=11379 vsize=15217720 memory=1412 CPUtime=0.32 cores=0,2,4,6
/proc/11381/task/11395/stat : 11395 (java) S 11379 11379 6055 0 -1 1077944384 594 0 0 0 16 16 0 0 20 0 16 0 475536755 15582945280 3189056 33554432000 4194304 4196468 140731464514224 139772329913392 139772802505346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
[pid=11381/tid=11563] ppid=11379 vsize=15217720 memory=3228 CPUtime=0 cores=0,2,4,6
/proc/11381/task/11563/stat : 11563 (java) S 11379 11379 6055 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 475614434 15582945280 3189056 33554432000 4194304 4196468 140731464514224 139772253396928 139772802504405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140731464516571 140731464516746 140731464516746 140731464519631 0
Current children cumulated CPU time: 2332.68 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12757680 KiB

[startup+784.512 s]
/proc/loadavg: 8.46 8.20 7.98 6/234 11563
/proc/meminfo: memFree=1611008/32770624 swapFree=66988812/67108860
[pid=11379] ppid=11376 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/11379/stat : 11379 (xcsp3-exec) S 11376 11379 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475536749 115843072 364 33554432000 4194304 5098028 140724187416112 140724187414216 139746803839612 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29044736 140724187423575 140724187423833 140724187423833 140724187426758 0
/proc/11379/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 1
Real time (s): 784.559
CPU time (s): 2332.83
CPU user time (s): 2322.95
CPU system time (s): 9.88836
CPU usage (%): 297.343
Max. virtual memory (cumulated for all children) (KiB): 15330848
Max. memory (cumulated for all children) (KiB): 12757680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2322.95
system time used= 9.88836
maximum resident set size= 12756592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1753339
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32786
involuntary context switches= 65280


# summary of solver processes directly reported to runsolver:
#   pid: 11379
#   total CPU time (s): 2332.83
#   total CPU user time (s): 2322.95
#   total CPU system time (s): 9.88836

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.87157 second user time and 8.29282 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-20 17:18:19
IDJOB=4403428
IDBENCH=138444
IDSOLVER=2863
FILE ID=node121/4403428-1568992741
RUNJOBID= node121-1568988421-6086
PBS_JOBID= 21704645
Free space on /var/tmp= 13488 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-06.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403428-1568992741/watcher-4403428-1568992741 -o /var/tmp/evaluation-result-4403428-1568992741/solver-4403428-1568992741 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node121-1568988421-6086 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 846357700 HOME/instance-4403428-1568992741.xml

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

MD5SUM BENCH= 6b3d88799df56964f86d557249875b85
RANDOM SEED=846357700

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
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:        14859492 kB
MemAvailable:   30298364 kB
Buffers:          118040 kB
Cached:         15268784 kB
SwapCached:         5496 kB
Active:          9196968 kB
Inactive:        7757096 kB
Active(anon):    1561124 kB
Inactive(anon):    43824 kB
Active(file):    7635844 kB
Inactive(file):  7713272 kB
Unevictable:      111180 kB
Mlocked:          111180 kB
SwapTotal:      67108860 kB
SwapFree:       66988784 kB
Dirty:             26468 kB
Writeback:             4 kB
AnonPages:       1673444 kB
Mapped:            60352 kB
Shmem:             29352 kB
Slab:             548424 kB
SReclaimable:     518216 kB
SUnreclaim:        30208 kB
KernelStack:        3904 kB
PageTables:         9088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3472724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1558528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /var/tmp at the end= 13460 MiB
End job on node121 at 2019-09-20 17:31:23