Trace number 4280779

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 par (2017-08-18)? 6173.8501 1390.67

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 -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4280779-1503156819.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4280779-1503156819.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
6173.66/1390.56	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
6173.66/1390.57		at java.util.Arrays.copyOfRange(Arrays.java:3664)
6173.66/1390.57		at java.lang.String.<init>(String.java:207)
6173.66/1390.57		at java.lang.String.substring(String.java:1969)
6173.66/1390.57		at java.lang.String.subSequence(String.java:2003)
6173.66/1390.57		at java.util.regex.Pattern.split(Pattern.java:1216)
6173.66/1390.57		at java.lang.String.split(String.java:2380)
6173.66/1390.57		at java.lang.String.split(String.java:2422)
6173.66/1390.57		at org.xcsp.parser.XParser.lambda$parseTuples$362(XParser.java:467)
6173.66/1390.57		at org.xcsp.parser.XParser$$Lambda$35/60830820.apply(Unknown Source)
6173.66/1390.57		at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
6173.66/1390.57		at java.util.stream.SliceOps$1$1.accept(SliceOps.java:204)
6173.66/1390.57		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
6173.66/1390.57		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
6173.66/1390.57		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
6173.66/1390.57		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:545)
6173.66/1390.57		at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
6173.66/1390.57		at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:438)
6173.66/1390.57		at org.xcsp.parser.XParser.parseTuples(XParser.java:468)
6173.66/1390.57		at org.xcsp.parser.XParser.parseExtension(XParser.java:518)
6173.66/1390.57		at org.xcsp.parser.XParser.parseCEntry(XParser.java:1019)
6173.66/1390.57		at org.xcsp.parser.XParser.parseCEntryOuter(XParser.java:1140)
6173.66/1390.57		at org.xcsp.parser.XParser.parseCEntry(XParser.java:991)
6173.66/1390.57		at org.xcsp.parser.XParser.parseCEntryOuter(XParser.java:1140)
6173.66/1390.57		at org.xcsp.parser.XParser.recursiveParsingOfConstraints(XParser.java:1192)
6173.66/1390.57		at org.xcsp.parser.XParser.lambda$parseConstraints$379(XParser.java:1200)
6173.66/1390.57		at org.xcsp.parser.XParser$$Lambda$23/1595953398.accept(Unknown Source)
6173.66/1390.57		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
6173.66/1390.57		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
6173.66/1390.57		at org.xcsp.parser.XParser.parseConstraints(XParser.java:1200)
6173.66/1390.57		at org.xcsp.parser.XParser.<init>(XParser.java:1268)
6173.66/1390.57		at org.xcsp.parser.XParser.<init>(XParser.java:1278)
6173.66/1390.57		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:254)
6173.66/1390.57	s UNKNOWN
6173.66/1390.57	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 (12742 MiB free)
  memory of node 1: 16384 MiB (13921 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280779-1503156819/watcher-4280779-1503156819 -o /tmp/evaluation-result-4280779-1503156819/solver-4280779-1503156819 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1503155882-15633 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 174143582 HOME/instance-4280779-1503156819.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0.100062 s]*
/proc/loadavg: 4.60 6.93 7.36 3/199 16242
/proc/meminfo: memFree=27286568/32770624 swapFree=67108860/67108860
[pid=16221] ppid=16218 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16221/stat : 16221 (xcsp3-exec) S 16218 16221 15606 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 148769564 9740288 346 33554432000 4194304 5098028 140728948058080 140728948056184 140412947337852 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10788864 140728948065381 140728948065591 140728948065591 140728948068331 0
/proc/16221/statm: 2378 346 289 221 0 87 0
[pid=16223] ppid=16221 vsize=25999808 memory=26556 CPUtime=0.11 cores=0-7
/proc/16223/stat : 16223 (java) S 16221 16221 15606 0 -1 1077944320 5568 0 0 0 10 1 0 0 20 0 20 0 148769564 26623803392 6639 33554432000 4194304 4196468 140725183102144 140725183084688 140282597756663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
/proc/16223/statm: 6499952 6639 2847 1 0 6488269 0
[pid=16223/tid=16224] ppid=16221 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/16223/task/16224/stat : 16224 (java) R 16221 16221 15606 0 -1 4202560 3582 0 0 0 8 1 0 0 20 0 20 0 148769565 26623803392 6639 33554432000 4194304 4196468 140725183102144 140282601989936 140282234327708 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16225] ppid=16221 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16223/task/16225/stat : 16225 (java) S 16221 16221 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148769565 26623803392 6639 33554432000 4194304 4196468 140725183102144 140282558716176 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16226] ppid=16221 vsize=25999808 memory=139820396025472 CPUtime=0 cores=0-7
/proc/16223/task/16226/stat : 16226 (java) S 16221 16221 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148769565 26623803392 6639 33554432000 4194304 4196468 140725183102144 140282155153808 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16227] ppid=16221 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16223/task/16227/stat : 16227 (java) S 16221 16221 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148769565 26623803392 6639 33554432000 4194304 4196468 140725183102144 140282154101264 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16228] ppid=16221 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16223/task/16228/stat : 16228 (java) S 16221 16221 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148769565 26623803392 6639 33554432000 4194304 4196468 140725183102144 140282153048720 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16229] ppid=16221 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16223/task/16229/stat : 16229 (java) S 16221 16221 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148769565 26623803392 6639 33554432000 4194304 4196468 140725183102144 140282151996176 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16230] ppid=16221 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/16223/task/16230/stat : 16230 (java) S 16221 16221 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148769565 26623803392 6639 33554432000 4194304 4196468 140725183102144 140282150943632 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16231] ppid=16221 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16223/task/16231/stat : 16231 (java) S 16221 16221 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148769565 26623803392 6639 33554432000 4194304 4196468 140725183102144 140282149891088 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16232] ppid=16221 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16223/task/16232/stat : 16232 (java) S 16221 16221 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148769565 26623803392 6639 33554432000 4194304 4196468 140725183102144 140282148838544 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16233] ppid=16221 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16223/task/16233/stat : 16233 (java) S 16221 16221 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148769567 26623803392 6639 33554432000 4194304 4196468 140725183102144 140281590978544 140282597767810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16234] ppid=16221 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16223/task/16234/stat : 16234 (java) S 16221 16221 15606 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148769567 26623803392 6639 33554432000 4194304 4196468 140725183102144 140281589924768 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16235] ppid=16221 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16223/task/16235/stat : 16235 (java) S 16221 16221 15606 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148769567 26623803392 6639 33554432000 4194304 4196468 140725183102144 140281588872176 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16236] ppid=16221 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16223/task/16236/stat : 16236 (java) S 16221 16221 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148769570 26623803392 6639 33554432000 4194304 4196468 140725183102144 140281587820752 140282597775259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16237] ppid=16221 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16223/task/16237/stat : 16237 (java) S 16221 16221 15606 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 20 0 148769570 26623803392 6639 33554432000 4194304 4196468 140725183102144 140281586768368 140282597767810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16238] ppid=16221 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16223/task/16238/stat : 16238 (java) S 16221 16221 15606 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 148769570 26623803392 6639 33554432000 4194304 4196468 140725183102144 140281585715824 140282597767810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16239] ppid=16221 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16223/task/16239/stat : 16239 (java) S 16221 16221 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148769570 26623803392 6639 33554432000 4194304 4196468 140725183102144 140281584663280 140282597767810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16240] ppid=16221 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/16223/task/16240/stat : 16240 (java) S 16221 16221 15606 0 -1 1077944384 245 0 0 0 1 0 0 0 20 0 20 0 148769570 26623803392 6639 33554432000 4194304 4196468 140725183102144 140281583610736 140282597767810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16241] ppid=16221 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16223/task/16241/stat : 16241 (java) S 16221 16221 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148769570 26623803392 6639 33554432000 4194304 4196468 140725183102144 140281582557408 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16242] ppid=16221 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/16223/task/16242/stat : 16242 (java) S 16221 16221 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148769570 26623803392 6639 33554432000 4194304 4196468 140725183102144 140281581504944 140282597767810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27940 KiB

[startup+0.210442 s]*
/proc/loadavg: 4.60 6.93 7.36 3/199 16242
/proc/meminfo: memFree=27275528/32770624 swapFree=67108860/67108860
[pid=16221] ppid=16218 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16221/stat : 16221 (xcsp3-exec) S 16218 16221 15606 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 148769564 9740288 346 33554432000 4194304 5098028 140728948058080 140728948056184 140412947337852 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10788864 140728948065381 140728948065591 140728948065591 140728948068331 0
/proc/16221/statm: 2378 346 289 221 0 87 0
[pid=16223] ppid=16221 vsize=26004064 memory=39036 CPUtime=0.33 cores=0-7
/proc/16223/stat : 16223 (java) S 16221 16221 15606 0 -1 1077944320 8375 0 0 0 30 3 0 0 20 0 20 0 148769564 26628161536 9759 33554432000 4194304 4196468 140725183102144 140725183084688 140282597756663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
/proc/16223/statm: 6501016 9759 3067 1 0 6488269 0
[pid=16223/tid=16224] ppid=16221 vsize=26004064 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/16223/task/16224/stat : 16224 (java) R 16221 16221 15606 0 -1 4202560 5447 0 0 0 18 2 0 0 20 0 20 0 148769565 26628161536 9759 33554432000 4194304 4196468 140725183102144 140282601970256 140282590434677 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16225] ppid=16221 vsize=26004064 memory=342 CPUtime=0 cores=0-7
/proc/16223/task/16225/stat : 16225 (java) S 16221 16221 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148769565 26628161536 9759 33554432000 4194304 4196468 140725183102144 140282558716176 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16226] ppid=16221 vsize=26004064 memory=139820396041950 CPUtime=0 cores=0-7
/proc/16223/task/16226/stat : 16226 (java) S 16221 16221 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148769565 26628161536 9759 33554432000 4194304 4196468 140725183102144 140282155153808 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16227] ppid=16221 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16223/task/16227/stat : 16227 (java) S 16221 16221 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148769565 26628161536 9759 33554432000 4194304 4196468 140725183102144 140282154101264 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16228] ppid=16221 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16223/task/16228/stat : 16228 (java) S 16221 16221 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148769565 26628161536 9759 33554432000 4194304 4196468 140725183102144 140282153048720 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16229] ppid=16221 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16223/task/16229/stat : 16229 (java) S 16221 16221 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148769565 26628161536 9759 33554432000 4194304 4196468 140725183102144 140282151996176 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16230] ppid=16221 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16223/task/16230/stat : 16230 (java) S 16221 16221 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148769565 26628161536 9759 33554432000 4194304 4196468 140725183102144 140282150943632 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16231] ppid=16221 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16223/task/16231/stat : 16231 (java) S 16221 16221 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148769565 26628161536 9759 33554432000 4194304 4196468 140725183102144 140282149891088 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16232] ppid=16221 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16223/task/16232/stat : 16232 (java) S 16221 16221 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148769565 26628161536 9759 33554432000 4194304 4196468 140725183102144 140282148838544 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16233] ppid=16221 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16223/task/16233/stat : 16233 (java) S 16221 16221 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148769567 26628161536 9759 33554432000 4194304 4196468 140725183102144 140281590978544 140282597767810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16234] ppid=16221 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16223/task/16234/stat : 16234 (java) S 16221 16221 15606 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148769567 26628161536 9759 33554432000 4194304 4196468 140725183102144 140281589924768 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16235] ppid=16221 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16223/task/16235/stat : 16235 (java) S 16221 16221 15606 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148769567 26628161536 9759 33554432000 4194304 4196468 140725183102144 140281588872176 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16236] ppid=16221 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16223/task/16236/stat : 16236 (java) S 16221 16221 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148769570 26628161536 9759 33554432000 4194304 4196468 140725183102144 140281587820752 140282597775259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16237] ppid=16221 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/16223/task/16237/stat : 16237 (java) R 16221 16221 15606 0 -1 1077944384 479 0 0 0 2 0 0 0 20 0 20 0 148769570 26628161536 9759 33554432000 4194304 4196468 140725183102144 140281586768368 140282597767810 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16238] ppid=16221 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/16223/task/16238/stat : 16238 (java) S 16221 16221 15606 0 -1 1077944384 383 0 0 0 1 0 0 0 20 0 20 0 148769570 26628161536 9759 33554432000 4194304 4196468 140725183102144 140281585715824 140282597767810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16239] ppid=16221 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16223/task/16239/stat : 16239 (java) S 16221 16221 15606 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 148769570 26628161536 9759 33554432000 4194304 4196468 140725183102144 140281584663280 140282597767810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16240] ppid=16221 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/16223/task/16240/stat : 16240 (java) R 16221 16221 15606 0 -1 4202560 716 0 0 0 7 0 0 0 20 0 20 0 148769570 26628161536 9759 33554432000 4194304 4196468 140725183102144 140281583610736 140282597768598 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16241] ppid=16221 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16223/task/16241/stat : 16241 (java) S 16221 16221 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148769570 26628161536 9759 33554432000 4194304 4196468 140725183102144 140281582557408 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16242] ppid=16221 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16223/task/16242/stat : 16242 (java) S 16221 16221 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148769570 26628161536 9759 33554432000 4194304 4196468 140725183102144 140281581504944 140282597767810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40420 KiB

[startup+0.310274 s]*
/proc/loadavg: 4.60 6.93 7.36 3/199 16242
/proc/meminfo: memFree=27268952/32770624 swapFree=67108860/67108860
[pid=16221] ppid=16218 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16221/stat : 16221 (xcsp3-exec) S 16218 16221 15606 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 148769564 9740288 346 33554432000 4194304 5098028 140728948058080 140728948056184 140412947337852 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10788864 140728948065381 140728948065591 140728948065591 140728948068331 0
/proc/16221/statm: 2378 346 289 221 0 87 0
[pid=16223] ppid=16221 vsize=26004064 memory=45472 CPUtime=0.5 cores=0-7
/proc/16223/stat : 16223 (java) S 16221 16221 15606 0 -1 1077944320 9143 0 0 0 46 4 0 0 20 0 20 0 148769564 26628161536 11368 33554432000 4194304 4196468 140725183102144 140725183084688 140282597756663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
/proc/16223/statm: 6501016 11368 3083 1 0 6488269 0
[pid=16223/tid=16224] ppid=16221 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/16223/task/16224/stat : 16224 (java) R 16221 16221 15606 0 -1 4202560 6115 0 0 0 27 2 0 0 20 0 20 0 148769565 26628161536 11368 33554432000 4194304 4196468 140725183102144 140282601987760 140282597778589 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16225] ppid=16221 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16223/task/16225/stat : 16225 (java) S 16221 16221 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148769565 26628161536 11368 33554432000 4194304 4196468 140725183102144 140282558716176 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16226] ppid=16221 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16223/task/16226/stat : 16226 (java) S 16221 16221 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148769565 26628161536 11368 33554432000 4194304 4196468 140725183102144 140282155153808 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16227] ppid=16221 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16223/task/16227/stat : 16227 (java) S 16221 16221 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148769565 26628161536 11368 33554432000 4194304 4196468 140725183102144 140282154101264 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16228] ppid=16221 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16223/task/16228/stat : 16228 (java) S 16221 16221 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148769565 26628161536 11368 33554432000 4194304 4196468 140725183102144 140282153048720 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16229] ppid=16221 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/16223/task/16229/stat : 16229 (java) S 16221 16221 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148769565 26628161536 11368 33554432000 4194304 4196468 140725183102144 140282151996176 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16230] ppid=16221 vsize=26004064 memory=139820244497327 CPUtime=0 cores=0-7
/proc/16223/task/16230/stat : 16230 (java) S 16221 16221 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148769565 26628161536 11368 33554432000 4194304 4196468 140725183102144 140282150943632 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16231] ppid=16221 vsize=26004064 memory=139820244499632 CPUtime=0 cores=0-7
/proc/16223/task/16231/stat : 16231 (java) S 16221 16221 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148769565 26628161536 11368 33554432000 4194304 4196468 140725183102144 140282149891088 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16232] ppid=16221 vsize=26004064 memory=139820244501936 CPUtime=0 cores=0-7
/proc/16223/task/16232/stat : 16232 (java) S 16221 16221 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148769565 26628161536 11368 33554432000 4194304 4196468 140725183102144 140282148838544 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16233] ppid=16221 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16223/task/16233/stat : 16233 (java) S 16221 16221 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148769567 26628161536 11368 33554432000 4194304 4196468 140725183102144 140281590978544 140282597767810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16234] ppid=16221 vsize=26004064 memory=279640489010832 CPUtime=0 cores=0-7
/proc/16223/task/16234/stat : 16234 (java) S 16221 16221 15606 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148769567 26628161536 11368 33554432000 4194304 4196468 140725183102144 140281589924768 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16235] ppid=16221 vsize=26004064 memory=279640489017744 CPUtime=0 cores=0-7
/proc/16223/task/16235/stat : 16235 (java) S 16221 16221 15606 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148769567 26628161536 11368 33554432000 4194304 4196468 140725183102144 140281588872176 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16236] ppid=16221 vsize=26004064 memory=279640488959024 CPUtime=0 cores=0-7
/proc/16223/task/16236/stat : 16236 (java) S 16221 16221 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148769570 26628161536 11368 33554432000 4194304 4196468 140725183102144 140281587820752 140282597775259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16237] ppid=16221 vsize=26004064 memory=279640489031568 CPUtime=0.03 cores=0-7
/proc/16223/task/16237/stat : 16237 (java) R 16221 16221 15606 0 -1 4202560 503 0 0 0 3 0 0 0 20 0 20 0 148769570 26628161536 11368 33554432000 4194304 4196468 140725183102144 140281586768368 140282578456960 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16238] ppid=16221 vsize=26004064 memory=279640489038480 CPUtime=0.02 cores=0-7
/proc/16223/task/16238/stat : 16238 (java) R 16221 16221 15606 0 -1 4202560 396 0 0 0 2 0 0 0 20 0 20 0 148769570 26628161536 11368 33554432000 4194304 4196468 140725183102144 140281585715824 140282590046112 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16239] ppid=16221 vsize=26004064 memory=279640489036176 CPUtime=0.01 cores=0-7
/proc/16223/task/16239/stat : 16239 (java) S 16221 16221 15606 0 -1 1077944384 53 0 0 0 1 0 0 0 20 0 20 0 148769570 26628161536 11434 33554432000 4194304 4196468 140725183102144 140281584663280 140282597767810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16240] ppid=16221 vsize=26004064 memory=279640489052336 CPUtime=0.11 cores=0-7
/proc/16223/task/16240/stat : 16240 (java) R 16221 16221 15606 0 -1 4202560 782 0 0 0 11 0 0 0 20 0 20 0 148769570 26628161536 11434 33554432000 4194304 4196468 140725183102144 140281583610736 140282597778010 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16241] ppid=16221 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16223/task/16241/stat : 16241 (java) S 16221 16221 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148769570 26628161536 11434 33554432000 4194304 4196468 140725183102144 140281582557408 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16242] ppid=16221 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16223/task/16242/stat : 16242 (java) S 16221 16221 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148769570 26628161536 11434 33554432000 4194304 4196468 140725183102144 140281581504944 140282597767810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 46856 KiB

[startup+0.701067 s]
/proc/loadavg: 4.60 6.93 7.36 9/199 16242
/proc/meminfo: memFree=27096356/32770624 swapFree=67108860/67108860
[pid=16221] ppid=16218 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16221/stat : 16221 (xcsp3-exec) S 16218 16221 15606 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 148769564 9740288 346 33554432000 4194304 5098028 140728948058080 140728948056184 140412947337852 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10788864 140728948065381 140728948065591 140728948065591 140728948068331 0
/proc/16221/statm: 2378 346 289 221 0 87 0
[pid=16223] ppid=16221 vsize=26004140 memory=560500 CPUtime=1.35 cores=0-7
/proc/16223/stat : 16223 (java) S 16221 16221 15606 0 -1 1077944320 10430 0 0 0 99 36 0 0 20 0 20 0 148769564 26628239360 140125 33554432000 4194304 4196468 140725183102144 140725183084688 140282597756663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
/proc/16223/statm: 6501035 140125 3171 1 0 6488269 0
[pid=16223/tid=16224] ppid=16221 vsize=26004140 memory=279640489410224 CPUtime=0.62 cores=0-7
/proc/16223/task/16224/stat : 16224 (java) R 16221 16221 15606 0 -1 4202560 6656 0 0 0 53 9 0 0 20 0 20 0 148769565 26628239360 140125 33554432000 4194304 4196468 140725183102144 140282601991136 140282236714614 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16225] ppid=16221 vsize=26004140 memory=139820244706160 CPUtime=0.04 cores=0-7
/proc/16223/task/16225/stat : 16225 (java) S 16221 16221 15606 0 -1 1077944384 58 0 0 0 1 3 0 0 20 0 20 0 148769565 26628239360 140125 33554432000 4194304 4196468 140725183102144 140282558716176 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16226] ppid=16221 vsize=26004140 memory=0 CPUtime=0.04 cores=0-7
/proc/16223/task/16226/stat : 16226 (java) S 16221 16221 15606 0 -1 1077944384 44 0 0 0 1 3 0 0 20 0 20 0 148769565 26628239360 140125 33554432000 4194304 4196468 140725183102144 140282155153808 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16227] ppid=16221 vsize=26004140 memory=4620 CPUtime=0.04 cores=0-7
/proc/16223/task/16227/stat : 16227 (java) S 16221 16221 15606 0 -1 1077944384 50 0 0 0 1 3 0 0 20 0 20 0 148769565 26628239360 140125 33554432000 4194304 4196468 140725183102144 140282154101264 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0

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

[pid=16221] ppid=16218 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16221/stat : 16221 (xcsp3-exec) S 16218 16221 15606 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 148769564 9740288 346 33554432000 4194304 5098028 140728948058080 140728948056184 140412947337852 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10788864 140728948065381 140728948065591 140728948065591 140728948068331 0
/proc/16221/statm: 2378 346 289 221 0 87 0
[pid=16223] ppid=16221 vsize=26006188 memory=21713212 CPUtime=6164.99 cores=0-7
/proc/16223/stat : 16223 (java) S 16221 16221 15606 0 -1 1077944320 2027255 0 0 0 610385 6114 0 0 20 0 20 0 148769564 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140725183084688 140282597756663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
/proc/16223/statm: 6501547 5428303 3262 1 0 6488781 0
[pid=16223/tid=16224] ppid=16221 vsize=26006188 memory=279640490513616 CPUtime=604.04 cores=0-7
/proc/16223/task/16224/stat : 16224 (java) S 16221 16221 15606 0 -1 1077944384 44878 0 0 0 60345 59 0 0 20 0 20 0 148769565 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140282601996912 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16225] ppid=16221 vsize=26006188 memory=7309167735419596644 CPUtime=682.19 cores=0-7
/proc/16223/task/16225/stat : 16225 (java) R 16221 16221 15606 0 -1 4202560 140542 0 0 0 67469 750 0 0 20 0 20 0 148769565 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140282558715984 140282590384871 0 4 0 16800975 0 0 0 -1 6 0 0 45 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16226] ppid=16221 vsize=26006188 memory=279640490629216 CPUtime=682.7 cores=0-7
/proc/16223/task/16226/stat : 16226 (java) R 16221 16221 15606 0 -1 4202560 196839 0 0 0 67481 789 0 0 20 0 20 0 148769565 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140282155153616 140282590384871 0 4 0 16800975 0 0 0 -1 5 0 0 48 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16227] ppid=16221 vsize=26006188 memory=279640488804592 CPUtime=683.07 cores=0-7
/proc/16223/task/16227/stat : 16227 (java) R 16221 16221 15606 0 -1 4202560 133520 0 0 0 67506 801 0 0 20 0 20 0 148769565 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140282154101384 140282590384871 0 4 0 16800975 0 0 0 -1 7 0 0 42 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16228] ppid=16221 vsize=26006188 memory=279640488804592 CPUtime=682.98 cores=0-7
/proc/16223/task/16228/stat : 16228 (java) R 16221 16221 15606 0 -1 4202560 186158 0 0 0 67570 728 0 0 20 0 20 0 148769565 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140282153048528 140282590384871 0 4 0 16800975 0 0 0 -1 4 0 0 48 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16229] ppid=16221 vsize=26006188 memory=279640488804592 CPUtime=683.16 cores=0-7
/proc/16223/task/16229/stat : 16229 (java) R 16221 16221 15606 0 -1 4202560 173487 0 0 0 67671 645 0 0 20 0 20 0 148769565 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140282151995984 140282590384871 0 4 0 16800975 0 0 0 -1 2 0 0 51 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16230] ppid=16221 vsize=26006188 memory=21713212 CPUtime=683.06 cores=0-7
/proc/16223/task/16230/stat : 16230 (java) R 16221 16221 15606 0 -1 4202560 174249 0 0 0 67625 681 0 0 20 0 20 0 148769565 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140282150943832 140282590859692 0 4 0 16800975 0 0 0 -1 3 0 0 62 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16231] ppid=16221 vsize=26006188 memory=0 CPUtime=682.8 cores=0-7
/proc/16223/task/16231/stat : 16231 (java) S 16221 16221 15606 0 -1 1077944384 221987 0 0 0 67472 808 0 0 20 0 20 0 148769565 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140282149890896 140282597767810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 48 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16232] ppid=16221 vsize=26006188 memory=5787213827347079232 CPUtime=683.63 cores=0-7
/proc/16223/task/16232/stat : 16232 (java) R 16221 16221 15606 0 -1 4202560 126103 0 0 0 67582 781 0 0 20 0 20 0 148769565 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140282148838352 140282590384871 0 4 0 16800975 0 0 0 -1 1 0 0 49 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16233] ppid=16221 vsize=26006188 memory=6940698281606406720 CPUtime=94.47 cores=0-7
/proc/16223/task/16233/stat : 16233 (java) S 16221 16221 15606 0 -1 1077944384 607033 0 0 0 9402 45 0 0 20 0 20 0 148769567 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140281590977088 140282597766869 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 62 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16234] ppid=16221 vsize=26006188 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/16223/task/16234/stat : 16234 (java) S 16221 16221 15606 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 20 0 148769567 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140281589924832 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16235] ppid=16221 vsize=26006188 memory=1384 CPUtime=0 cores=0-7
/proc/16223/task/16235/stat : 16235 (java) S 16221 16221 15606 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 20 0 148769567 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140281588872192 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16236] ppid=16221 vsize=26006188 memory=21713212 CPUtime=0 cores=0-7
/proc/16223/task/16236/stat : 16236 (java) S 16221 16221 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148769570 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140281587820752 140282597775259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16237] ppid=16221 vsize=26006188 memory=5792 CPUtime=0.6 cores=0-7
/proc/16223/task/16237/stat : 16237 (java) S 16221 16221 15606 0 -1 1077944384 4948 0 0 0 59 1 0 0 20 0 20 0 148769570 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140281586768368 140282597767810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16238] ppid=16221 vsize=26006188 memory=1008 CPUtime=0.59 cores=0-7
/proc/16223/task/16238/stat : 16238 (java) S 16221 16221 15606 0 -1 1077944384 4337 0 0 0 59 0 0 0 20 0 20 0 148769570 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140281585715824 140282597767810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16239] ppid=16221 vsize=26006188 memory=4620 CPUtime=0.54 cores=0-7
/proc/16223/task/16239/stat : 16239 (java) S 16221 16221 15606 0 -1 1077944384 3914 0 0 0 53 1 0 0 20 0 20 0 148769570 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140281584663280 140282597767810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16240] ppid=16221 vsize=26006188 memory=1384 CPUtime=0.38 cores=0-7
/proc/16223/task/16240/stat : 16240 (java) S 16221 16221 15606 0 -1 1077944384 5983 0 0 0 37 1 0 0 20 0 20 0 148769570 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140281583610736 140282597767810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16241] ppid=16221 vsize=26006188 memory=1384 CPUtime=0 cores=0-7
/proc/16223/task/16241/stat : 16241 (java) S 16221 16221 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148769570 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140281582557408 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16242] ppid=16221 vsize=26006188 memory=796 CPUtime=0.62 cores=0-7
/proc/16223/task/16242/stat : 16242 (java) S 16221 16221 15606 0 -1 1077944384 1816 0 0 0 31 31 0 0 20 0 20 0 148769570 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140281581504944 140282597767810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 64 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
Current children cumulated CPU time: 6164.99 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 21714596 KiB

[startup+1389.6 s]
/proc/loadavg: 5.99 6.30 5.69 9/200 16268
/proc/meminfo: memFree=5562152/32770624 swapFree=67108860/67108860
[pid=16221] ppid=16218 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16221/stat : 16221 (xcsp3-exec) S 16218 16221 15606 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 148769564 9740288 346 33554432000 4194304 5098028 140728948058080 140728948056184 140412947337852 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10788864 140728948065381 140728948065591 140728948065591 140728948068331 0
/proc/16221/statm: 2378 346 289 221 0 87 0
[pid=16223] ppid=16221 vsize=26006188 memory=21713212 CPUtime=6171.17 cores=0-7
/proc/16223/stat : 16223 (java) S 16221 16221 15606 0 -1 1077944320 2028394 0 0 0 610998 6119 0 0 20 0 20 0 148769564 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140725183084688 140282597756663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
/proc/16223/statm: 6501547 5428303 3262 1 0 6488781 0
[pid=16223/tid=16224] ppid=16221 vsize=26006188 memory=4048 CPUtime=604.04 cores=0-7
/proc/16223/task/16224/stat : 16224 (java) S 16221 16221 15606 0 -1 1077944384 44878 0 0 0 60345 59 0 0 20 0 20 0 148769565 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140282601996912 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16225] ppid=16221 vsize=26006188 memory=18488 CPUtime=682.96 cores=0-7
/proc/16223/task/16225/stat : 16225 (java) R 16221 16221 15606 0 -1 4202560 140542 0 0 0 67545 751 0 0 20 0 20 0 148769565 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140282558715984 140282590384871 0 4 0 16800975 0 0 0 -1 6 0 0 45 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16226] ppid=16221 vsize=26006188 memory=1796 CPUtime=683.47 cores=0-7
/proc/16223/task/16226/stat : 16226 (java) R 16221 16221 15606 0 -1 4202560 196839 0 0 0 67557 790 0 0 20 0 20 0 148769565 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140282155153616 140282590384871 0 4 0 16800975 0 0 0 -1 5 0 0 48 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16227] ppid=16221 vsize=26006188 memory=1236 CPUtime=683.84 cores=0-7
/proc/16223/task/16227/stat : 16227 (java) R 16221 16221 15606 0 -1 4202560 133520 0 0 0 67582 802 0 0 20 0 20 0 148769565 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140282154101072 140282590384871 0 4 0 16800975 0 0 0 -1 0 0 0 42 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16228] ppid=16221 vsize=26006188 memory=-3622645143214314312 CPUtime=683.76 cores=0-7
/proc/16223/task/16228/stat : 16228 (java) R 16221 16221 15606 0 -1 4202560 186158 0 0 0 67647 729 0 0 20 0 20 0 148769565 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140282153048528 140282590384871 0 4 0 16800975 0 0 0 -1 4 0 0 48 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16229] ppid=16221 vsize=26006188 memory=8608 CPUtime=683.94 cores=0-7
/proc/16223/task/16229/stat : 16229 (java) R 16221 16221 15606 0 -1 4202560 173487 0 0 0 67748 646 0 0 20 0 20 0 148769565 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140282151995984 140282583515480 0 4 0 16800975 0 0 0 -1 2 0 0 51 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16230] ppid=16221 vsize=26006188 memory=1228 CPUtime=683.86 cores=0-7
/proc/16223/task/16230/stat : 16230 (java) R 16221 16221 15606 0 -1 4202560 175387 0 0 0 67704 682 0 0 20 0 20 0 148769565 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140282150943832 140282590859656 0 4 0 16800975 0 0 0 -1 3 0 0 62 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16231] ppid=16221 vsize=26006188 memory=12136 CPUtime=683.58 cores=0-7
/proc/16223/task/16231/stat : 16231 (java) R 16221 16221 15606 0 -1 4202560 221987 0 0 0 67549 809 0 0 20 0 20 0 148769565 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140282149890896 140282590384871 0 4 0 16800975 0 0 0 -1 1 0 0 48 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16232] ppid=16221 vsize=26006188 memory=5792 CPUtime=684.39 cores=0-7
/proc/16223/task/16232/stat : 16232 (java) R 16221 16221 15606 0 -1 4202560 126103 0 0 0 67657 782 0 0 20 0 20 0 148769565 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140282148838664 140282590384871 0 4 0 16800975 0 0 0 -1 7 0 0 49 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16233] ppid=16221 vsize=26006188 memory=6791534058613427641 CPUtime=94.47 cores=0-7
/proc/16223/task/16233/stat : 16233 (java) S 16221 16221 15606 0 -1 1077944384 607033 0 0 0 9402 45 0 0 20 0 20 0 148769567 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140281590977088 140282597766869 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 62 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16234] ppid=16221 vsize=26006188 memory=4620 CPUtime=0 cores=0-7
/proc/16223/task/16234/stat : 16234 (java) S 16221 16221 15606 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 20 0 148769567 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140281589924832 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16235] ppid=16221 vsize=26006188 memory=1428 CPUtime=0 cores=0-7
/proc/16223/task/16235/stat : 16235 (java) S 16221 16221 15606 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 20 0 148769567 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140281588872192 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16236] ppid=16221 vsize=26006188 memory=1204 CPUtime=0 cores=0-7
/proc/16223/task/16236/stat : 16236 (java) S 16221 16221 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148769570 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140281587820752 140282597775259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16237] ppid=16221 vsize=26006188 memory=15880 CPUtime=0.6 cores=0-7
/proc/16223/task/16237/stat : 16237 (java) S 16221 16221 15606 0 -1 1077944384 4948 0 0 0 59 1 0 0 20 0 20 0 148769570 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140281586768368 140282597767810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16238] ppid=16221 vsize=26006188 memory=1296 CPUtime=0.59 cores=0-7
/proc/16223/task/16238/stat : 16238 (java) S 16221 16221 15606 0 -1 1077944384 4338 0 0 0 59 0 0 0 20 0 20 0 148769570 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140281585715584 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16239] ppid=16221 vsize=26006188 memory=2416 CPUtime=0.54 cores=0-7
/proc/16223/task/16239/stat : 16239 (java) S 16221 16221 15606 0 -1 1077944384 3914 0 0 0 53 1 0 0 20 0 20 0 148769570 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140281584663280 140282597767810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16240] ppid=16221 vsize=26006188 memory=1728 CPUtime=0.38 cores=0-7
/proc/16223/task/16240/stat : 16240 (java) S 16221 16221 15606 0 -1 1077944384 5983 0 0 0 37 1 0 0 20 0 20 0 148769570 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140281583610736 140282597767810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16241] ppid=16221 vsize=26006188 memory=796 CPUtime=0 cores=0-7
/proc/16223/task/16241/stat : 16241 (java) S 16221 16221 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148769570 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140281582557408 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16242] ppid=16221 vsize=26006188 memory=1716 CPUtime=0.62 cores=0-7
/proc/16223/task/16242/stat : 16242 (java) S 16221 16221 15606 0 -1 1077944384 1816 0 0 0 31 31 0 0 20 0 20 0 148769570 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140281581504944 140282597767810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 64 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
Current children cumulated CPU time: 6171.17 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 21714596 KiB

[startup+1390.4 s]
/proc/loadavg: 5.99 6.30 5.69 2/200 16268
/proc/meminfo: memFree=5562152/32770624 swapFree=67108860/67108860
[pid=16221] ppid=16218 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16221/stat : 16221 (xcsp3-exec) S 16218 16221 15606 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 148769564 9740288 346 33554432000 4194304 5098028 140728948058080 140728948056184 140412947337852 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10788864 140728948065381 140728948065591 140728948065591 140728948068331 0
/proc/16221/statm: 2378 346 289 221 0 87 0
[pid=16223] ppid=16221 vsize=26006188 memory=21713212 CPUtime=6173.56 cores=0-7
/proc/16223/stat : 16223 (java) S 16221 16221 15606 0 -1 1077944320 2028545 0 0 0 611235 6121 0 0 20 0 20 0 148769564 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140725183084688 140282597756663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
/proc/16223/statm: 6501547 5428303 3262 1 0 6488781 0
[pid=16223/tid=16224] ppid=16221 vsize=26006188 memory=6791534058613427641 CPUtime=604.04 cores=0-7
/proc/16223/task/16224/stat : 16224 (java) S 16221 16221 15606 0 -1 1077944384 44878 0 0 0 60345 59 0 0 20 0 20 0 148769565 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140282601996912 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16225] ppid=16221 vsize=26006188 memory=1576 CPUtime=683.19 cores=0-7
/proc/16223/task/16225/stat : 16225 (java) S 16221 16221 15606 0 -1 1077944384 140542 0 0 0 67568 751 0 0 20 0 20 0 148769565 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140282558716176 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 45 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16226] ppid=16221 vsize=26006188 memory=2196 CPUtime=683.7 cores=0-7
/proc/16223/task/16226/stat : 16226 (java) S 16221 16221 15606 0 -1 1077944384 196839 0 0 0 67580 790 0 0 20 0 20 0 148769565 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140282155153808 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16227] ppid=16221 vsize=26006188 memory=8040 CPUtime=684.07 cores=0-7
/proc/16223/task/16227/stat : 16227 (java) S 16221 16221 15606 0 -1 1077944384 133520 0 0 0 67605 802 0 0 20 0 20 0 148769565 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140282154101264 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 42 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16228] ppid=16221 vsize=26006188 memory=1384 CPUtime=683.98 cores=0-7
/proc/16223/task/16228/stat : 16228 (java) S 16221 16221 15606 0 -1 1077944384 186158 0 0 0 67669 729 0 0 20 0 20 0 148769565 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140282153048720 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 48 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16229] ppid=16221 vsize=26006188 memory=1384 CPUtime=684.16 cores=0-7
/proc/16223/task/16229/stat : 16229 (java) S 16221 16221 15606 0 -1 1077944384 173487 0 0 0 67770 646 0 0 20 0 20 0 148769565 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140282151996176 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 51 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16230] ppid=16221 vsize=26006188 memory=21713212 CPUtime=684.1 cores=0-7
/proc/16223/task/16230/stat : 16230 (java) S 16221 16221 15606 0 -1 1077944384 175538 0 0 0 67728 682 0 0 20 0 20 0 148769565 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140282150943632 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 62 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16231] ppid=16221 vsize=26006188 memory=2424 CPUtime=683.81 cores=0-7
/proc/16223/task/16231/stat : 16231 (java) S 16221 16221 15606 0 -1 1077944384 221987 0 0 0 67571 810 0 0 20 0 20 0 148769565 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140282149891088 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 48 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16232] ppid=16221 vsize=26006188 memory=2240 CPUtime=684.62 cores=0-7
/proc/16223/task/16232/stat : 16232 (java) S 16221 16221 15606 0 -1 1077944384 126103 0 0 0 67679 783 0 0 20 0 20 0 148769565 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140282148838544 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 49 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16233] ppid=16221 vsize=26006188 memory=4316 CPUtime=95.03 cores=0-7
/proc/16223/task/16233/stat : 16233 (java) R 16221 16221 15606 0 -1 4202560 607033 0 0 0 9458 45 0 0 20 0 20 0 148769567 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140281590976976 140282582753087 0 0 0 16800975 0 0 0 -1 2 0 0 62 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16234] ppid=16221 vsize=26006188 memory=41256 CPUtime=0 cores=0-7
/proc/16223/task/16234/stat : 16234 (java) S 16221 16221 15606 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 20 0 148769567 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140281589924832 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16235] ppid=16221 vsize=26006188 memory=1296 CPUtime=0 cores=0-7
/proc/16223/task/16235/stat : 16235 (java) S 16221 16221 15606 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 20 0 148769567 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140281588872192 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16236] ppid=16221 vsize=26006188 memory=2416 CPUtime=0 cores=0-7
/proc/16223/task/16236/stat : 16236 (java) S 16221 16221 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148769570 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140281587820752 140282597775259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16237] ppid=16221 vsize=26006188 memory=1728 CPUtime=0.6 cores=0-7
/proc/16223/task/16237/stat : 16237 (java) S 16221 16221 15606 0 -1 1077944384 4948 0 0 0 59 1 0 0 20 0 20 0 148769570 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140281586768368 140282597767810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16238] ppid=16221 vsize=26006188 memory=796 CPUtime=0.59 cores=0-7
/proc/16223/task/16238/stat : 16238 (java) S 16221 16221 15606 0 -1 1077944384 4338 0 0 0 59 0 0 0 20 0 20 0 148769570 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140281585715584 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16239] ppid=16221 vsize=26006188 memory=1716 CPUtime=0.54 cores=0-7
/proc/16223/task/16239/stat : 16239 (java) S 16221 16221 15606 0 -1 1077944384 3914 0 0 0 53 1 0 0 20 0 20 0 148769570 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140281584663280 140282597767810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16240] ppid=16221 vsize=26006188 memory=1696 CPUtime=0.38 cores=0-7
/proc/16223/task/16240/stat : 16240 (java) S 16221 16221 15606 0 -1 1077944384 5983 0 0 0 37 1 0 0 20 0 20 0 148769570 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140281583610736 140282597767810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16241] ppid=16221 vsize=26006188 memory=920 CPUtime=0 cores=0-7
/proc/16223/task/16241/stat : 16241 (java) S 16221 16221 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148769570 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140281582557408 140282597766869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
[pid=16223/tid=16242] ppid=16221 vsize=26006188 memory=4116 CPUtime=0.62 cores=0-7
/proc/16223/task/16242/stat : 16242 (java) S 16221 16221 15606 0 -1 1077944384 1816 0 0 0 31 31 0 0 20 0 20 0 148769570 26630336512 5428303 33554432000 4194304 4196468 140725183102144 140281581504944 140282597767810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 64 0 0 6293624 6294260 39227392 140725183108242 140725183108419 140725183108419 140725183111119 0
Current children cumulated CPU time: 6173.56 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 21714596 KiB

[startup+1390.6 s]
/proc/loadavg: 5.99 6.30 5.69 2/200 16268
/proc/meminfo: memFree=5562152/32770624 swapFree=67108860/67108860
[pid=16221] ppid=16218 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16221/stat : 16221 (xcsp3-exec) S 16218 16221 15606 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 148769564 9740288 346 33554432000 4194304 5098028 140728948058080 140728948056184 140412947337852 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10788864 140728948065381 140728948065591 140728948065591 140728948068331 0
/proc/16221/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1384 KiB

Child status: 1
Real time (s): 1390.67
CPU time (s): 6173.85
CPU user time (s): 6112.53
CPU system time (s): 61.3176
CPU usage (%): 443.947
Max. virtual memory (cumulated for all children) (KiB): 26015700
Max. memory (cumulated for all children) (KiB): 21714596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6112.53
system time used= 61.3176
maximum resident set size= 21713324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2029418
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117426
involuntary context switches= 74917


# summary of solver processes directly reported to runsolver:
#   pid: 16221
#   total CPU time (s): 6173.85
#   total CPU user time (s): 6112.53
#   total CPU system time (s): 61.3176

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5157 second user time and 13.4205 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-19 17:19:19
IDJOB=4280779
IDBENCH=134616
IDSOLVER=2675
FILE ID=node106/4280779-1503156819
RUNJOBID= node106-1503155882-15633
PBS_JOBID= 20630818
Free space on /tmp= 61776 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/KnightTour/KnightTour-ext-s1/KnightTour-15-ext06.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4280779-1503156819/watcher-4280779-1503156819 -o /tmp/evaluation-result-4280779-1503156819/solver-4280779-1503156819 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1503155882-15633 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 174143582 HOME/instance-4280779-1503156819.xml

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

MD5SUM BENCH= af3f6bb9b1ca00becd13f0e7ebc5af3a
RANDOM SEED=174143582

node106.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.86
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.86
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.86
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.86
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:        27302860 kB
MemAvailable:   31971056 kB
Buffers:          235888 kB
Cached:          4724720 kB
SwapCached:            0 kB
Active:          1107380 kB
Inactive:        3910352 kB
Active(anon):      13224 kB
Inactive(anon):    80012 kB
Active(file):    1094156 kB
Inactive(file):  3830340 kB
Unevictable:        7764 kB
Mlocked:            7764 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             49948 kB
Writeback:             0 kB
AnonPages:        111448 kB
Mapped:            51580 kB
Shmem:             33420 kB
Slab:             145976 kB
SReclaimable:     119068 kB
SUnreclaim:        26908 kB
KernelStack:        3616 kB
PageTables:         4512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     334256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61768 MiB
End job on node106 at 2017-08-19 17:42:30