Trace number 4269499

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 4.0.5 seq (2017-08-09)? 397.17801 341.17899

General information on the benchmark

NameKnightTour/KnightTour-ext-s1/
KnightTour-15-ext06.xml
MD5SUMaf3f6bb9b1ca00becd13f0e7ebc5af3a
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 benchmark17.343201
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints47
Number of domains1
Minimum domain size225
Maximum domain size225
Distribution of domain sizes[{"size":225,"count":225}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":223},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity225
Distribution of constraint arities[{"arity":2,"count":1},{"arity":6,"count":45},{"arity":225,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269499-1502815267.xml"  -tl '2520s' -p 1 -x 0
0.13/0.14	c [HOME/instance-4269499-1502815267.xml, -tl, 2520s, -p, 1, -x, 0]
0.13/0.20	c simple solver
0.34/0.26	c parse instance...
389.56/338.91	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
389.56/338.91		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
389.56/338.91		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
389.56/338.91		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1857)
389.56/338.91		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1813)
389.56/338.91		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:313)
389.56/338.91		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
389.56/338.91		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
389.56/338.91		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
389.56/338.91		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
389.56/338.91		at org.xcsp.parser.XCallbacks$$Lambda$85/733957003.accept(Unknown Source)
389.56/338.91		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
389.56/338.91		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
389.56/338.91		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
389.56/338.91		at org.xcsp.parser.XCallbacks.loadSlide(XCallbacks.java:421)
389.56/338.91		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:370)
389.56/338.91		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
389.56/338.91		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
389.56/338.91		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
389.56/338.91		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
389.56/338.91		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
389.56/338.91		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
389.56/338.91	s UNKNOWN
397.10/341.11	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 (14940 MiB free)
  memory of node 1: 16384 MiB (15523 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269499-1502815267/watcher-4269499-1502815267 -o /tmp/evaluation-result-4269499-1502815267/solver-4269499-1502815267 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502789283-23660 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 56289378 HOME/instance-4269499-1502815267.xml 

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

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


[startup+0.100095 s]*
/proc/loadavg: 1.68 1.46 1.41 3/217 27527
/proc/meminfo: memFree=31178796/32770624 swapFree=67108860/67108860
[pid=27511] ppid=27508 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27511/stat : 27511 (xcsp3-exec) S 27508 27511 23628 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114614885 9740288 346 33554432000 4194304 5098028 140732586900832 140732586898936 140356920341116 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17391616 140732586906736 140732586906939 140732586906939 140732586909675 0
/proc/27511/statm: 2378 346 289 221 0 87 0
[pid=27513] ppid=27511 vsize=13978596 memory=27292 CPUtime=0.13 cores=1,3,5,7
/proc/27513/stat : 27513 (java) S 27511 27511 23628 0 -1 1077944320 5212 0 0 0 12 1 0 0 20 0 15 0 114614885 14314082304 6757 33554432000 4194304 4196468 140736848309360 140736848291904 140254400470775 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
/proc/27513/statm: 3494649 6823 2865 1 0 3482966 0
[pid=27513/tid=27514] ppid=27511 vsize=13978596 memory=8514701219881125282 CPUtime=0.08 cores=1,3,5,7
/proc/27513/task/27514/stat : 27514 (java) R 27511 27511 23628 0 -1 4202560 3139 0 0 0 8 0 0 0 20 0 15 0 114614885 14314082304 6823 33554432000 4194304 4196468 140736848309360 140254404699008 140254382339171 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27515] ppid=27511 vsize=13978596 memory=3472467787388097744 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27515/stat : 27515 (java) S 27511 27511 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114614886 14314082304 6823 33554432000 4194304 4196468 140736848309360 140253996096528 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27516] ppid=27511 vsize=13978596 memory=139658492946048 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27516/stat : 27516 (java) S 27511 27511 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114614886 14314082304 6823 33554432000 4194304 4196468 140736848309360 140253995043984 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27517] ppid=27511 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27517/stat : 27517 (java) S 27511 27511 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114614886 14314082304 6823 33554432000 4194304 4196468 140736848309360 140253993990928 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27518] ppid=27511 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27518/stat : 27518 (java) S 27511 27511 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114614886 14314082304 6823 33554432000 4194304 4196468 140736848309360 140253992938384 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27519] ppid=27511 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27519/stat : 27519 (java) S 27511 27511 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114614887 14314082304 6823 33554432000 4194304 4196468 140736848309360 140253874735344 140254400481922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27520] ppid=27511 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27520/stat : 27520 (java) S 27511 27511 23628 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114614888 14314082304 6823 33554432000 4194304 4196468 140736848309360 140253873681568 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27521] ppid=27511 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27521/stat : 27521 (java) S 27511 27511 23628 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114614888 14314082304 6823 33554432000 4194304 4196468 140736848309360 140253872628464 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27522] ppid=27511 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27522/stat : 27522 (java) S 27511 27511 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114614890 14314082304 6823 33554432000 4194304 4196468 140736848309360 140253871577040 140254400489371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27523] ppid=27511 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27523/stat : 27523 (java) S 27511 27511 23628 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 114614890 14314082304 6823 33554432000 4194304 4196468 140736848309360 140253870525168 140254400481922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27524] ppid=27511 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27524/stat : 27524 (java) S 27511 27511 23628 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 15 0 114614890 14314082304 6823 33554432000 4194304 4196468 140736848309360 140253869472624 140254400481922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27525] ppid=27511 vsize=13978596 memory=139658492946048 CPUtime=0.01 cores=1,3,5,7
/proc/27513/task/27525/stat : 27525 (java) R 27511 27511 23628 0 -1 4202560 349 0 0 0 1 0 0 0 20 0 15 0 114614890 14314082304 6823 33554432000 4194304 4196468 140736848309360 140253868419568 140254380182280 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27526] ppid=27511 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27526/stat : 27526 (java) S 27511 27511 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114614890 14314082304 6823 33554432000 4194304 4196468 140736848309360 140253867367264 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27527] ppid=27511 vsize=13978596 memory=139658492946048 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27527/stat : 27527 (java) S 27511 27511 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114614891 14314082304 6823 33554432000 4194304 4196468 140736848309360 140253866314288 140254400481922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 28676 KiB

[startup+0.210651 s]*
/proc/loadavg: 1.68 1.46 1.41 3/217 27527
/proc/meminfo: memFree=31168128/32770624 swapFree=67108860/67108860
[pid=27511] ppid=27508 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27511/stat : 27511 (xcsp3-exec) S 27508 27511 23628 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114614885 9740288 346 33554432000 4194304 5098028 140732586900832 140732586898936 140356920341116 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17391616 140732586906736 140732586906939 140732586906939 140732586909675 0
/proc/27511/statm: 2378 346 289 221 0 87 0
[pid=27513] ppid=27511 vsize=13982852 memory=39656 CPUtime=0.34 cores=1,3,5,7
/proc/27513/stat : 27513 (java) S 27511 27511 23628 0 -1 1077944320 7956 0 0 0 32 2 0 0 20 0 15 0 114614885 14318440448 9914 33554432000 4194304 4196468 140736848309360 140736848291904 140254400470775 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
/proc/27513/statm: 3495713 9914 3079 1 0 3482966 0
[pid=27513/tid=27514] ppid=27511 vsize=13982884 memory=5855082630820233377 CPUtime=0.19 cores=1,3,5,7
/proc/27513/task/27514/stat : 27514 (java) R 27511 27511 23628 0 -1 4202560 4935 0 0 0 18 1 0 0 20 0 15 0 114614885 14318473216 9914 33554432000 4194304 4196468 140736848309360 140254404672464 140254393150493 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27515] ppid=27511 vsize=13982852 memory=3472467787388097744 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27515/stat : 27515 (java) S 27511 27511 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114614886 14318440448 9914 33554432000 4194304 4196468 140736848309360 140253996096528 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27516] ppid=27511 vsize=13982852 memory=139658492946048 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27516/stat : 27516 (java) S 27511 27511 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114614886 14318440448 9914 33554432000 4194304 4196468 140736848309360 140253995043984 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27517] ppid=27511 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27517/stat : 27517 (java) S 27511 27511 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114614886 14318440448 9914 33554432000 4194304 4196468 140736848309360 140253993990928 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27518] ppid=27511 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27518/stat : 27518 (java) S 27511 27511 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114614886 14318440448 9914 33554432000 4194304 4196468 140736848309360 140253992938384 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27519] ppid=27511 vsize=13982852 memory=139658492946048 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27519/stat : 27519 (java) S 27511 27511 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114614887 14318440448 9914 33554432000 4194304 4196468 140736848309360 140253874735344 140254400481922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27520] ppid=27511 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27520/stat : 27520 (java) S 27511 27511 23628 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114614888 14318440448 9914 33554432000 4194304 4196468 140736848309360 140253873681568 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27521] ppid=27511 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27521/stat : 27521 (java) S 27511 27511 23628 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114614888 14318440448 9914 33554432000 4194304 4196468 140736848309360 140253872628464 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27522] ppid=27511 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27522/stat : 27522 (java) S 27511 27511 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114614890 14318440448 9914 33554432000 4194304 4196468 140736848309360 140253871577040 140254400489371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27523] ppid=27511 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/27513/task/27523/stat : 27523 (java) S 27511 27511 23628 0 -1 1077944384 671 0 0 0 3 0 0 0 20 0 15 0 114614890 14318440448 9914 33554432000 4194304 4196468 140736848309360 140253870525168 140254400481922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27524] ppid=27511 vsize=13982884 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/27513/task/27524/stat : 27524 (java) S 27511 27511 23628 0 -1 1077944384 235 0 0 0 1 0 0 0 20 0 15 0 114614890 14318473216 9914 33554432000 4194304 4196468 140736848309360 140253869472624 140254400481922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27525] ppid=27511 vsize=13982884 memory=139658492946048 CPUtime=0.08 cores=1,3,5,7
/proc/27513/task/27525/stat : 27525 (java) S 27511 27511 23628 0 -1 1077944384 818 0 0 0 8 0 0 0 20 0 15 0 114614890 14318473216 9915 33554432000 4194304 4196468 140736848309360 140253868419568 140254400481922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27526] ppid=27511 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27526/stat : 27526 (java) S 27511 27511 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114614890 14318440448 9915 33554432000 4194304 4196468 140736848309360 140253867367264 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27527] ppid=27511 vsize=13982852 memory=139658492946048 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27527/stat : 27527 (java) S 27511 27511 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114614891 14318440448 9915 33554432000 4194304 4196468 140736848309360 140253866314288 140254400481922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41040 KiB

[startup+0.316765 s]*
/proc/loadavg: 1.68 1.46 1.41 5/217 27527
/proc/meminfo: memFree=31160808/32770624 swapFree=67108860/67108860
[pid=27511] ppid=27508 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27511/stat : 27511 (xcsp3-exec) S 27508 27511 23628 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114614885 9740288 346 33554432000 4194304 5098028 140732586900832 140732586898936 140356920341116 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17391616 140732586906736 140732586906939 140732586906939 140732586909675 0
/proc/27511/statm: 2378 346 289 221 0 87 0
[pid=27513] ppid=27511 vsize=13982852 memory=46764 CPUtime=0.53 cores=1,3,5,7
/proc/27513/stat : 27513 (java) S 27511 27511 23628 0 -1 1077944320 8867 0 0 0 50 3 0 0 20 0 15 0 114614885 14318440448 11691 33554432000 4194304 4196468 140736848309360 140736848291904 140254400470775 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
/proc/27513/statm: 3495713 11691 3110 1 0 3482966 0
[pid=27513/tid=27514] ppid=27511 vsize=13982852 memory=-8540663193526752614 CPUtime=0.3 cores=1,3,5,7
/proc/27513/task/27514/stat : 27514 (java) R 27511 27511 23628 0 -1 4202560 5526 0 0 0 28 2 0 0 20 0 15 0 114614885 14318440448 11691 33554432000 4194304 4196468 140736848309360 140254404700208 140254400492701 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27515] ppid=27511 vsize=13982852 memory=3472467787388097744 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27515/stat : 27515 (java) S 27511 27511 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114614886 14318440448 11691 33554432000 4194304 4196468 140736848309360 140253996096528 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27516] ppid=27511 vsize=13982852 memory=139658492969676 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27516/stat : 27516 (java) S 27511 27511 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114614886 14318440448 11691 33554432000 4194304 4196468 140736848309360 140253995043984 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27517] ppid=27511 vsize=13982852 memory=139658377957238 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27517/stat : 27517 (java) S 27511 27511 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114614886 14318440448 11691 33554432000 4194304 4196468 140736848309360 140253993990928 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27518] ppid=27511 vsize=13982852 memory=139658377935823 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27518/stat : 27518 (java) S 27511 27511 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114614886 14318440448 11691 33554432000 4194304 4196468 140736848309360 140253992938384 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27519] ppid=27511 vsize=13982852 memory=139658492969707 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27519/stat : 27519 (java) S 27511 27511 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114614887 14318440448 11691 33554432000 4194304 4196468 140736848309360 140253874735344 140254400481922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27520] ppid=27511 vsize=13982852 memory=139658377945039 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27520/stat : 27520 (java) S 27511 27511 23628 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114614888 14318440448 11691 33554432000 4194304 4196468 140736848309360 140253873681568 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27521] ppid=27511 vsize=13982852 memory=279316755887760 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27521/stat : 27521 (java) S 27511 27511 23628 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114614888 14318440448 11691 33554432000 4194304 4196468 140736848309360 140253872628464 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27522] ppid=27511 vsize=13982852 memory=279316755894640 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27522/stat : 27522 (java) S 27511 27511 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114614890 14318440448 11691 33554432000 4194304 4196468 140736848309360 140253871577040 140254400489371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27523] ppid=27511 vsize=13982852 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/27513/task/27523/stat : 27523 (java) R 27511 27511 23628 0 -1 4202560 814 0 0 0 5 0 0 0 20 0 15 0 114614890 14318440448 11691 33554432000 4194304 4196468 140736848309360 140253870525168 140254381170293 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27524] ppid=27511 vsize=13982852 memory=2240 CPUtime=0.03 cores=1,3,5,7
/proc/27513/task/27524/stat : 27524 (java) R 27511 27511 23628 0 -1 4202560 260 0 0 0 3 0 0 0 20 0 15 0 114614890 14318440448 11691 33554432000 4194304 4196468 140736848309360 140253869472624 140254379727368 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27525] ppid=27511 vsize=13982852 memory=139658492946048 CPUtime=0.12 cores=1,3,5,7
/proc/27513/task/27525/stat : 27525 (java) S 27511 27511 23628 0 -1 1077944384 962 0 0 0 12 0 0 0 20 0 15 0 114614890 14318440448 11691 33554432000 4194304 4196468 140736848309360 140253868419568 140254400481922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27526] ppid=27511 vsize=13982852 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27526/stat : 27526 (java) S 27511 27511 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114614890 14318440448 11691 33554432000 4194304 4196468 140736848309360 140253867367264 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27527] ppid=27511 vsize=13982852 memory=139658492946048 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27527/stat : 27527 (java) S 27511 27511 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114614891 14318440448 11691 33554432000 4194304 4196468 140736848309360 140253866314288 140254400481922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48148 KiB

[startup+0.700871 s]
/proc/loadavg: 1.63 1.45 1.41 6/217 27527
/proc/meminfo: memFree=31002556/32770624 swapFree=67108860/67108860
[pid=27511] ppid=27508 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27511/stat : 27511 (xcsp3-exec) S 27508 27511 23628 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114614885 9740288 346 33554432000 4194304 5098028 140732586900832 140732586898936 140356920341116 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17391616 140732586906736 140732586906939 140732586906939 140732586909675 0
/proc/27511/statm: 2378 346 289 221 0 87 0
[pid=27513] ppid=27511 vsize=13982928 memory=561136 CPUtime=1.16 cores=1,3,5,7
/proc/27513/stat : 27513 (java) S 27511 27511 23628 0 -1 1077944320 9856 0 0 0 94 22 0 0 20 0 15 0 114614885 14318518272 140284 33554432000 4194304 4196468 140736848309360 140736848291904 140254400470775 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
/proc/27513/statm: 3495732 140284 3171 1 0 3482966 0
[pid=27513/tid=27514] ppid=27511 vsize=13982928 memory=1420 CPUtime=0.63 cores=1,3,5,7
/proc/27513/task/27514/stat : 27514 (java) R 27511 27511 23628 0 -1 4202560 6065 0 0 0 53 10 0 0 20 0 15 0 114614885 14318518272 140284 33554432000 4194304 4196468 140736848309360 140254404704576 140254037725072 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27515] ppid=27511 vsize=13982928 memory=13040 CPUtime=0.04 cores=1,3,5,7
/proc/27513/task/27515/stat : 27515 (java) S 27511 27511 23628 0 -1 1077944384 53 0 0 0 2 2 0 0 20 0 15 0 114614886 14318518272 140284 33554432000 4194304 4196468 140736848309360 140253996096528 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27516] ppid=27511 vsize=13982928 memory=1944 CPUtime=0.02 cores=1,3,5,7
/proc/27513/task/27516/stat : 27516 (java) S 27511 27511 23628 0 -1 1077944384 41 0 0 0 1 1 0 0 20 0 15 0 114614886 14318518272 140284 33554432000 4194304 4196468 140736848309360 140253995043984 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27517] ppid=27511 vsize=13982928 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/27513/task/27517/stat : 27517 (java) S 27511 27511 23628 0 -1 1077944384 50 0 0 0 1 3 0 0 20 0 15 0 114614886 14318518272 140284 33554432000 4194304 4196468 140736848309360 140253993990928 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27518] ppid=27511 vsize=13982928 memory=279316755969344 CPUtime=0.03 cores=1,3,5,7
/proc/27513/task/27518/stat : 27518 (java) S 27511 27511 23628 0 -1 1077944384 52 0 0 0 1 2 0 0 20 0 15 0 114614886 14318518272 140284 33554432000 4194304 4196468 140736848309360 140253992938384 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27519] ppid=27511 vsize=13982928 memory=139658377995488 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27519/stat : 27519 (java) S 27511 27511 23628 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 114614887 14318518272 140284 33554432000 4194304 4196468 140736848309360 140253874735344 140254400481922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27520] ppid=27511 vsize=13982928 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27520/stat : 27520 (java) S 27511 27511 23628 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 114614888 14318518272 140284 33554432000 4194304 4196468 140736848309360 140253873681568 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27521] ppid=27511 vsize=13982928 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27521/stat : 27521 (java) S 27511 27511 23628 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 114614888 14318518272 140284 33554432000 4194304 4196468 140736848309360 140253872628464 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27522] ppid=27511 vsize=13982928 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27522/stat : 27522 (java) S 27511 27511 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114614890 14318518272 140284 33554432000 4194304 4196468 140736848309360 140253871577040 140254400489371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27523] ppid=27511 vsize=13982928 memory=3682 CPUtime=0.09 cores=1,3,5,7
/proc/27513/task/27523/stat : 27523 (java) S 27511 27511 23628 0 -1 1077944384 830 0 0 0 9 0 0 0 20 0 15 0 114614890 14318518272 140284 33554432000 4194304 4196468 140736848309360 140253870525168 140254400481922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27524] ppid=27511 vsize=13982928 memory=3 CPUtime=0.06 cores=1,3,5,7
/proc/27513/task/27524/stat : 27524 (java) S 27511 27511 23628 0 -1 1077944384 302 0 0 0 6 0 0 0 20 0 15 0 114614890 14318518272 140284 33554432000 4194304 4196468 140736848309360 140253869472624 140254400481922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27525] ppid=27511 vsize=13982928 memory=6768 CPUtime=0.17 cores=1,3,5,7
/proc/27513/task/27525/stat : 27525 (java) S 27511 27511 23628 0 -1 1077944384 1080 0 0 0 17 0 0 0 20 0 15 0 114614890 14318518272 140284 33554432000 4194304 4196468 140736848309360 140253868419568 140254400481922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27526] ppid=27511 vsize=13982928 memory=362 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27526/stat : 27526 (java) S 27511 27511 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114614890 14318518272 140284 33554432000 4194304 4196468 140736848309360 140253867367264 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27527] ppid=27511 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27527/stat : 27527 (java) S 27511 27511 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114614891 14318518272 140284 33554432000 4194304 4196468 140736848309360 140253866314288 140254400481922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 562520 KiB

[startup+1.50085 s]
/proc/loadavg: 1.63 1.45 1.41 3/217 27527
/proc/meminfo: memFree=30593520/32770624 swapFree=67108860/67108860
[pid=27511] ppid=27508 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27511/stat : 27511 (xcsp3-exec) S 27508 27511 23628 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114614885 9740288 346 33554432000 4194304 5098028 140732586900832 140732586898936 140356920341116 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17391616 140732586906736 140732586906939 140732586906939 140732586909675 0
/proc/27511/statm: 2378 346 289 221 0 87 0

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

/proc/27513/task/27515/stat : 27515 (java) R 27511 27511 23628 0 -1 4202560 35031 0 0 0 1459 298 0 0 20 0 16 0 114614886 14388776960 2882541 33554432000 4194304 4196468 140736848309360 140253996096416 140254393573754 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27516] ppid=27511 vsize=14051540 memory=1236 CPUtime=17.54 cores=1,3,5,7
/proc/27513/task/27516/stat : 27516 (java) R 27511 27511 23628 0 -1 4202560 109510 0 0 0 1451 303 0 0 20 0 16 0 114614886 14388776960 2882541 33554432000 4194304 4196468 140736848309360 140253995044184 140254393573768 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27517] ppid=27511 vsize=14051540 memory=644 CPUtime=17.48 cores=1,3,5,7
/proc/27513/task/27517/stat : 27517 (java) R 27511 27511 23628 0 -1 4202560 34019 0 0 0 1448 300 0 0 20 0 16 0 114614886 14388776960 2882541 33554432000 4194304 4196468 140736848309360 140253993991128 140254393573747 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27518] ppid=27511 vsize=14051540 memory=1788 CPUtime=17.52 cores=1,3,5,7
/proc/27513/task/27518/stat : 27518 (java) R 27511 27511 23628 0 -1 4202560 34578 0 0 0 1434 318 0 0 20 0 16 0 114614886 14388776960 2882541 33554432000 4194304 4196468 140736848309360 140253992938584 140254393573761 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27519] ppid=27511 vsize=14051540 memory=956 CPUtime=3.18 cores=1,3,5,7
/proc/27513/task/27519/stat : 27519 (java) S 27511 27511 23628 0 -1 1077944384 34257 0 0 0 314 4 0 0 20 0 16 0 114614887 14388776960 2882541 33554432000 4194304 4196468 140736848309360 140253874733888 140254400480981 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27520] ppid=27511 vsize=14051540 memory=2344 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27520/stat : 27520 (java) S 27511 27511 23628 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 114614888 14388776960 2882541 33554432000 4194304 4196468 140736848309360 140253873681632 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27521] ppid=27511 vsize=14051540 memory=928 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27521/stat : 27521 (java) S 27511 27511 23628 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 16 0 114614888 14388776960 2882541 33554432000 4194304 4196468 140736848309360 140253872628480 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27522] ppid=27511 vsize=14051540 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27522/stat : 27522 (java) S 27511 27511 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 114614890 14388776960 2882541 33554432000 4194304 4196468 140736848309360 140253871577040 140254400489371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27523] ppid=27511 vsize=14051540 memory=2240 CPUtime=0.59 cores=1,3,5,7
/proc/27513/task/27523/stat : 27523 (java) S 27511 27511 23628 0 -1 1077944384 3893 0 0 0 59 0 0 0 20 0 16 0 114614890 14388776960 2882541 33554432000 4194304 4196468 140736848309360 140253870525168 140254400481922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27524] ppid=27511 vsize=14051540 memory=4128 CPUtime=0.59 cores=1,3,5,7
/proc/27513/task/27524/stat : 27524 (java) S 27511 27511 23628 0 -1 1077944384 3693 0 0 0 59 0 0 0 20 0 16 0 114614890 14388776960 2882541 33554432000 4194304 4196468 140736848309360 140253869472624 140254400481922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27525] ppid=27511 vsize=14051540 memory=2204 CPUtime=0.33 cores=1,3,5,7
/proc/27513/task/27525/stat : 27525 (java) S 27511 27511 23628 0 -1 1077944384 4186 0 0 0 33 0 0 0 20 0 16 0 114614890 14388776960 2882541 33554432000 4194304 4196468 140736848309360 140253868419568 140254400481922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27526] ppid=27511 vsize=14051540 memory=6764 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27526/stat : 27526 (java) S 27511 27511 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 114614890 14388776960 2882541 33554432000 4194304 4196468 140736848309360 140253867367264 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27527] ppid=27511 vsize=14051540 memory=279316755648432 CPUtime=0.22 cores=1,3,5,7
/proc/27513/task/27527/stat : 27527 (java) S 27511 27511 23628 0 -1 1077944384 588 0 0 0 9 13 0 0 20 0 16 0 114614891 14388776960 2882541 33554432000 4194304 4196468 140736848309360 140253866314288 140254400481922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 63 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27542] ppid=27511 vsize=14051540 memory=103769631099626 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27542/stat : 27542 (java) S 27511 27511 23628 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 114648776 14388776960 2882541 33554432000 4194304 4196468 140736848309360 140253858308016 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
Current children cumulated CPU time: 393.91 s
Current children cumulated vsize: 14061052 KiB
Current children cumulated memory: 11531548 KiB

[startup+340.801 s]
/proc/loadavg: 1.95 1.60 1.47 6/219 27542
/proc/meminfo: memFree=19648780/32770624 swapFree=67108860/67108860
[pid=27511] ppid=27508 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27511/stat : 27511 (xcsp3-exec) S 27508 27511 23628 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114614885 9740288 346 33554432000 4194304 5098028 140732586900832 140732586898936 140356920341116 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17391616 140732586906736 140732586906939 140732586906939 140732586909675 0
/proc/27511/statm: 2378 346 289 221 0 87 0
[pid=27513] ppid=27511 vsize=14051540 memory=11530164 CPUtime=396.79 cores=1,3,5,7
/proc/27513/stat : 27513 (java) S 27511 27511 23628 0 -1 1077944320 283732 0 0 0 38420 1259 0 0 20 0 16 0 114614885 14388776960 2882541 33554432000 4194304 4196468 140736848309360 140736848291904 140254400470775 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
/proc/27513/statm: 3512885 2882541 3257 1 0 3500119 0
[pid=27513/tid=27514] ppid=27511 vsize=14051540 memory=11529888 CPUtime=318.79 cores=1,3,5,7
/proc/27513/task/27514/stat : 27514 (java) S 27511 27511 23628 0 -1 1077944384 21868 0 0 0 31860 19 0 0 20 0 16 0 114614885 14388776960 2882541 33554432000 4194304 4196468 140736848309360 140254404711456 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27515] ppid=27511 vsize=14051540 memory=-7003737579269690708 CPUtime=18.27 cores=1,3,5,7
/proc/27513/task/27515/stat : 27515 (java) S 27511 27511 23628 0 -1 1077944384 35069 0 0 0 1529 298 0 0 20 0 16 0 114614886 14388776960 2882541 33554432000 4194304 4196468 140736848309360 140253996096528 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27516] ppid=27511 vsize=14051540 memory=10941252 CPUtime=18.24 cores=1,3,5,7
/proc/27513/task/27516/stat : 27516 (java) S 27511 27511 23628 0 -1 1077944384 110060 0 0 0 1521 303 0 0 20 0 16 0 114614886 14388776960 2882541 33554432000 4194304 4196468 140736848309360 140253995043984 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27517] ppid=27511 vsize=14051540 memory=2548 CPUtime=18.17 cores=1,3,5,7
/proc/27513/task/27517/stat : 27517 (java) S 27511 27511 23628 0 -1 1077944384 34060 0 0 0 1517 300 0 0 20 0 16 0 114614886 14388776960 2882541 33554432000 4194304 4196468 140736848309360 140253993990928 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27518] ppid=27511 vsize=14051540 memory=103773926066922 CPUtime=18.22 cores=1,3,5,7
/proc/27513/task/27518/stat : 27518 (java) S 27511 27511 23628 0 -1 1077944384 34607 0 0 0 1504 318 0 0 20 0 16 0 114614886 14388776960 2882541 33554432000 4194304 4196468 140736848309360 140253992938384 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27519] ppid=27511 vsize=14051540 memory=103791105936106 CPUtime=3.27 cores=1,3,5,7
/proc/27513/task/27519/stat : 27519 (java) R 27511 27511 23628 0 -1 4202560 34257 0 0 0 323 4 0 0 20 0 16 0 114614887 14388776960 2882541 33554432000 4194304 4196468 140736848309360 140253874733888 140254384928408 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27520] ppid=27511 vsize=14051540 memory=103795400903402 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27520/stat : 27520 (java) S 27511 27511 23628 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 114614888 14388776960 2882541 33554432000 4194304 4196468 140736848309360 140253873681632 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27521] ppid=27511 vsize=14051540 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27521/stat : 27521 (java) S 27511 27511 23628 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 16 0 114614888 14388776960 2882541 33554432000 4194304 4196468 140736848309360 140253872628480 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27522] ppid=27511 vsize=14051540 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27522/stat : 27522 (java) S 27511 27511 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 114614890 14388776960 2882541 33554432000 4194304 4196468 140736848309360 140253871577040 140254400489371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27523] ppid=27511 vsize=14051540 memory=2204 CPUtime=0.59 cores=1,3,5,7
/proc/27513/task/27523/stat : 27523 (java) S 27511 27511 23628 0 -1 1077944384 3893 0 0 0 59 0 0 0 20 0 16 0 114614890 14388776960 2882541 33554432000 4194304 4196468 140736848309360 140253870525168 140254400481922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27524] ppid=27511 vsize=14051540 memory=6764 CPUtime=0.59 cores=1,3,5,7
/proc/27513/task/27524/stat : 27524 (java) S 27511 27511 23628 0 -1 1077944384 3693 0 0 0 59 0 0 0 20 0 16 0 114614890 14388776960 2882541 33554432000 4194304 4196468 140736848309360 140253869472624 140254400481922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27525] ppid=27511 vsize=14051540 memory=840 CPUtime=0.33 cores=1,3,5,7
/proc/27513/task/27525/stat : 27525 (java) S 27511 27511 23628 0 -1 1077944384 4186 0 0 0 33 0 0 0 20 0 16 0 114614890 14388776960 2882541 33554432000 4194304 4196468 140736848309360 140253868419568 140254400481922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27526] ppid=27511 vsize=14051540 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27526/stat : 27526 (java) S 27511 27511 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 114614890 14388776960 2882541 33554432000 4194304 4196468 140736848309360 140253867367264 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27527] ppid=27511 vsize=14051540 memory=-3622645143214314312 CPUtime=0.22 cores=1,3,5,7
/proc/27513/task/27527/stat : 27527 (java) S 27511 27511 23628 0 -1 1077944384 588 0 0 0 9 13 0 0 20 0 16 0 114614891 14388776960 2882541 33554432000 4194304 4196468 140736848309360 140253866314288 140254400481922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 63 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27542] ppid=27511 vsize=14051540 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27542/stat : 27542 (java) S 27511 27511 23628 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 114648776 14388776960 2882541 33554432000 4194304 4196468 140736848309360 140253858308016 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
Current children cumulated CPU time: 396.79 s
Current children cumulated vsize: 14061052 KiB
Current children cumulated memory: 11531548 KiB

[startup+341.001 s]*
/proc/loadavg: 2.19 1.65 1.49 3/219 27542
/proc/meminfo: memFree=19648780/32770624 swapFree=67108860/67108860
[pid=27511] ppid=27508 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27511/stat : 27511 (xcsp3-exec) S 27508 27511 23628 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114614885 9740288 346 33554432000 4194304 5098028 140732586900832 140732586898936 140356920341116 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17391616 140732586906736 140732586906939 140732586906939 140732586909675 0
/proc/27511/statm: 2378 346 289 221 0 87 0
[pid=27513] ppid=27511 vsize=14051540 memory=11530176 CPUtime=397 cores=1,3,5,7
/proc/27513/stat : 27513 (java) S 27511 27511 23628 0 -1 1077944320 283861 0 0 0 38441 1259 0 0 20 0 16 0 114614885 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140736848291904 140254400470775 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
/proc/27513/statm: 3512885 2882544 3258 1 0 3500119 0
[pid=27513/tid=27514] ppid=27511 vsize=14051540 memory=6791534058613427641 CPUtime=318.79 cores=1,3,5,7
/proc/27513/task/27514/stat : 27514 (java) S 27511 27511 23628 0 -1 1077944384 21868 0 0 0 31860 19 0 0 20 0 16 0 114614885 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140254404711456 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27515] ppid=27511 vsize=14051540 memory=-7003737579269690708 CPUtime=18.27 cores=1,3,5,7
/proc/27513/task/27515/stat : 27515 (java) S 27511 27511 23628 0 -1 1077944384 35069 0 0 0 1529 298 0 0 20 0 16 0 114614886 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140253996096528 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27516] ppid=27511 vsize=14051540 memory=4427205132082312746 CPUtime=18.24 cores=1,3,5,7
/proc/27513/task/27516/stat : 27516 (java) S 27511 27511 23628 0 -1 1077944384 110060 0 0 0 1521 303 0 0 20 0 16 0 114614886 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140253995043984 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27517] ppid=27511 vsize=14051540 memory=-8486080722631693414 CPUtime=18.17 cores=1,3,5,7
/proc/27513/task/27517/stat : 27517 (java) S 27511 27511 23628 0 -1 1077944384 34060 0 0 0 1517 300 0 0 20 0 16 0 114614886 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140253993990928 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27518] ppid=27511 vsize=14051540 memory=-8412652152092201843 CPUtime=18.22 cores=1,3,5,7
/proc/27513/task/27518/stat : 27518 (java) S 27511 27511 23628 0 -1 1077944384 34607 0 0 0 1504 318 0 0 20 0 16 0 114614886 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140253992938384 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27519] ppid=27511 vsize=14051540 memory=-7023579799431922829 CPUtime=3.48 cores=1,3,5,7
/proc/27513/task/27519/stat : 27519 (java) R 27511 27511 23628 0 -1 4202560 34386 0 0 0 344 4 0 0 20 0 16 0 114614887 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140253874733776 140254385467176 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27520] ppid=27511 vsize=14051540 memory=4629546024076873078 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27520/stat : 27520 (java) S 27511 27511 23628 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 114614888 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140253873681632 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27521] ppid=27511 vsize=14051540 memory=4426639978525455914 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27521/stat : 27521 (java) S 27511 27511 23628 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 16 0 114614888 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140253872628480 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27522] ppid=27511 vsize=14051540 memory=3047711553219693942 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27522/stat : 27522 (java) S 27511 27511 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 114614890 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140253871577040 140254400489371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27523] ppid=27511 vsize=14051540 memory=4572164749098055210 CPUtime=0.59 cores=1,3,5,7
/proc/27513/task/27523/stat : 27523 (java) S 27511 27511 23628 0 -1 1077944384 3893 0 0 0 59 0 0 0 20 0 16 0 114614890 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140253870525168 140254400481922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27524] ppid=27511 vsize=14051540 memory=-8412652160765825907 CPUtime=0.59 cores=1,3,5,7
/proc/27513/task/27524/stat : 27524 (java) S 27511 27511 23628 0 -1 1077944384 3693 0 0 0 59 0 0 0 20 0 16 0 114614890 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140253869472624 140254400481922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27525] ppid=27511 vsize=14051540 memory=-8634980985311628903 CPUtime=0.33 cores=1,3,5,7
/proc/27513/task/27525/stat : 27525 (java) S 27511 27511 23628 0 -1 1077944384 4186 0 0 0 33 0 0 0 20 0 16 0 114614890 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140253868419568 140254400481922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27526] ppid=27511 vsize=14051540 memory=7100839878645619564 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27526/stat : 27526 (java) S 27511 27511 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 114614890 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140253867367264 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27527] ppid=27511 vsize=14051540 memory=7897517683652307531 CPUtime=0.22 cores=1,3,5,7
/proc/27513/task/27527/stat : 27527 (java) S 27511 27511 23628 0 -1 1077944384 588 0 0 0 9 13 0 0 20 0 16 0 114614891 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140253866314288 140254400481922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 63 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27542] ppid=27511 vsize=14051540 memory=8514726395715349656 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27542/stat : 27542 (java) S 27511 27511 23628 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 114648776 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140253858308016 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
Current children cumulated CPU time: 397 s
Current children cumulated vsize: 14061052 KiB
Current children cumulated memory: 11531560 KiB

[startup+341.11 s]
/proc/loadavg: 2.19 1.65 1.49 3/219 27542
/proc/meminfo: memFree=19648780/32770624 swapFree=67108860/67108860
[pid=27511] ppid=27508 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27511/stat : 27511 (xcsp3-exec) S 27508 27511 23628 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114614885 9740288 346 33554432000 4194304 5098028 140732586900832 140732586898936 140356920341116 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17391616 140732586906736 140732586906939 140732586906939 140732586909675 0
/proc/27511/statm: 2378 346 289 221 0 87 0
[pid=27513] ppid=27511 vsize=14051540 memory=11530176 CPUtime=397.1 cores=1,3,5,7
/proc/27513/stat : 27513 (java) S 27511 27511 23628 0 -1 1077944320 283861 0 0 0 38451 1259 0 0 20 0 16 0 114614885 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140736848291904 140254400470775 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
/proc/27513/statm: 3512885 2882544 3258 1 0 3500119 0
[pid=27513/tid=27514] ppid=27511 vsize=14051540 memory=1384 CPUtime=318.79 cores=1,3,5,7
/proc/27513/task/27514/stat : 27514 (java) S 27511 27511 23628 0 -1 1077944384 21868 0 0 0 31860 19 0 0 20 0 16 0 114614885 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140254404711456 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27515] ppid=27511 vsize=14051540 memory=11530164 CPUtime=18.27 cores=1,3,5,7
/proc/27513/task/27515/stat : 27515 (java) S 27511 27511 23628 0 -1 1077944384 35069 0 0 0 1529 298 0 0 20 0 16 0 114614886 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140253996096528 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27516] ppid=27511 vsize=14051540 memory=11530164 CPUtime=18.24 cores=1,3,5,7
/proc/27513/task/27516/stat : 27516 (java) S 27511 27511 23628 0 -1 1077944384 110060 0 0 0 1521 303 0 0 20 0 16 0 114614886 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140253995043984 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27517] ppid=27511 vsize=14051540 memory=1384 CPUtime=18.17 cores=1,3,5,7
/proc/27513/task/27517/stat : 27517 (java) S 27511 27511 23628 0 -1 1077944384 34060 0 0 0 1517 300 0 0 20 0 16 0 114614886 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140253993990928 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27518] ppid=27511 vsize=14051540 memory=1384 CPUtime=18.22 cores=1,3,5,7
/proc/27513/task/27518/stat : 27518 (java) S 27511 27511 23628 0 -1 1077944384 34607 0 0 0 1504 318 0 0 20 0 16 0 114614886 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140253992938384 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27519] ppid=27511 vsize=14051540 memory=1384 CPUtime=3.58 cores=1,3,5,7
/proc/27513/task/27519/stat : 27519 (java) R 27511 27511 23628 0 -1 4202560 34386 0 0 0 354 4 0 0 20 0 16 0 114614887 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140253874733776 140254378840936 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27520] ppid=27511 vsize=14051540 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27520/stat : 27520 (java) S 27511 27511 23628 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 114614888 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140253873681632 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27521] ppid=27511 vsize=14051540 memory=11529888 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27521/stat : 27521 (java) S 27511 27511 23628 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 16 0 114614888 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140253872628480 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27522] ppid=27511 vsize=14051540 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27522/stat : 27522 (java) S 27511 27511 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 114614890 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140253871577040 140254400489371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27523] ppid=27511 vsize=14051540 memory=4140 CPUtime=0.59 cores=1,3,5,7
/proc/27513/task/27523/stat : 27523 (java) S 27511 27511 23628 0 -1 1077944384 3893 0 0 0 59 0 0 0 20 0 16 0 114614890 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140253870525168 140254400481922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27524] ppid=27511 vsize=14051540 memory=32236 CPUtime=0.59 cores=1,3,5,7
/proc/27513/task/27524/stat : 27524 (java) S 27511 27511 23628 0 -1 1077944384 3693 0 0 0 59 0 0 0 20 0 16 0 114614890 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140253869472624 140254400481922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27525] ppid=27511 vsize=14051540 memory=1384 CPUtime=0.33 cores=1,3,5,7
/proc/27513/task/27525/stat : 27525 (java) S 27511 27511 23628 0 -1 1077944384 4186 0 0 0 33 0 0 0 20 0 16 0 114614890 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140253868419568 140254400481922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27526] ppid=27511 vsize=14051540 memory=10941252 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27526/stat : 27526 (java) S 27511 27511 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 114614890 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140253867367264 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27527] ppid=27511 vsize=14051540 memory=1384 CPUtime=0.22 cores=1,3,5,7
/proc/27513/task/27527/stat : 27527 (java) S 27511 27511 23628 0 -1 1077944384 588 0 0 0 9 13 0 0 20 0 16 0 114614891 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140253866314288 140254400481922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 63 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
[pid=27513/tid=27542] ppid=27511 vsize=14051540 memory=11089720 CPUtime=0 cores=1,3,5,7
/proc/27513/task/27542/stat : 27542 (java) S 27511 27511 23628 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 114648776 14388776960 2882544 33554432000 4194304 4196468 140736848309360 140253858308016 140254400480981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20439040 140736848311447 140736848311623 140736848311623 140736848314319 0
Current children cumulated CPU time: 397.1 s
Current children cumulated vsize: 14061052 KiB
Current children cumulated memory: 11531560 KiB

Child status: 1
Real time (s): 341.179
CPU time (s): 397.178
CPU user time (s): 384.526
CPU system time (s): 12.6524
CPU usage (%): 116.413
Max. virtual memory (cumulated for all children) (KiB): 14061052
Max. memory (cumulated for all children) (KiB): 11531560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 384.526
system time used= 12.6524
maximum resident set size= 11530312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 284445
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13761
involuntary context switches= 1088


# summary of solver processes directly reported to runsolver:
#   pid: 27511
#   total CPU time (s): 397.178
#   total CPU user time (s): 384.526
#   total CPU system time (s): 12.6524

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.34793 second user time and 3.49514 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-15 18:26:48
IDJOB=4269499
IDBENCH=134616
IDSOLVER=2660
FILE ID=node103/4269499-1502815267
RUNJOBID= node103-1502789283-23660
PBS_JOBID= 20629125
Free space on /tmp= 61748 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/KnightTour/KnightTour-ext-s1/KnightTour-15-ext06.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4269499-1502815267/watcher-4269499-1502815267 -o /tmp/evaluation-result-4269499-1502815267/solver-4269499-1502815267 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502789283-23660 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 56289378 HOME/instance-4269499-1502815267.xml

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

MD5SUM BENCH= af3f6bb9b1ca00becd13f0e7ebc5af3a
RANDOM SEED=56289378

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.56
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.56
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.56
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.56
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:        31195636 kB
MemAvailable:   31741632 kB
Buffers:          188564 kB
Cached:           642984 kB
SwapCached:            0 kB
Active:           887160 kB
Inactive:         243052 kB
Active(anon):     247804 kB
Inactive(anon):    78564 kB
Active(file):     639356 kB
Inactive(file):   164488 kB
Unevictable:        6448 kB
Mlocked:            6448 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             50332 kB
Writeback:             0 kB
AnonPages:        386868 kB
Mapped:            58424 kB
Shmem:             25228 kB
Slab:             142936 kB
SReclaimable:     115972 kB
SUnreclaim:        26964 kB
KernelStack:        3856 kB
PageTables:         6060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1231220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    319488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61740 MiB
End job on node103 at 2017-08-15 18:32:29