Trace number 4270969

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-09)? 4931.4902 1207.8

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-4270969-1502771273.xml"  -tl '20160s' -p 8 -x 0
0.12/0.15	c [HOME/instance-4270969-1502771273.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
4931.28/1207.68	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
4931.28/1207.68		at java.util.regex.Pattern.escape(Pattern.java:2434)
4931.28/1207.68		at java.util.regex.Pattern.atom(Pattern.java:2198)
4931.28/1207.68		at java.util.regex.Pattern.sequence(Pattern.java:2079)
4931.28/1207.68		at java.util.regex.Pattern.expr(Pattern.java:1996)
4931.28/1207.68		at java.util.regex.Pattern.compile(Pattern.java:1696)
4931.28/1207.68		at java.util.regex.Pattern.<init>(Pattern.java:1351)
4931.28/1207.68		at java.util.regex.Pattern.compile(Pattern.java:1028)
4931.28/1207.68		at java.lang.String.split(String.java:2380)
4931.28/1207.68		at java.lang.String.split(String.java:2422)
4931.28/1207.68		at org.xcsp.parser.XParser.lambda$parseTuples$362(XParser.java:467)
4931.28/1207.68		at org.xcsp.parser.XParser$$Lambda$35/60830820.apply(Unknown Source)
4931.28/1207.68		at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
4931.28/1207.68		at java.util.stream.SliceOps$1$1.accept(SliceOps.java:204)
4931.28/1207.68		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
4931.28/1207.68		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
4931.28/1207.68		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
4931.28/1207.68		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:545)
4931.28/1207.68		at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
4931.28/1207.68		at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:438)
4931.28/1207.68		at org.xcsp.parser.XParser.parseTuples(XParser.java:468)
4931.28/1207.68		at org.xcsp.parser.XParser.parseExtension(XParser.java:518)
4931.28/1207.68		at org.xcsp.parser.XParser.parseCEntry(XParser.java:1019)
4931.28/1207.68		at org.xcsp.parser.XParser.parseCEntryOuter(XParser.java:1140)
4931.28/1207.68		at org.xcsp.parser.XParser.parseCEntry(XParser.java:991)
4931.28/1207.68		at org.xcsp.parser.XParser.parseCEntryOuter(XParser.java:1140)
4931.28/1207.68		at org.xcsp.parser.XParser.recursiveParsingOfConstraints(XParser.java:1192)
4931.28/1207.68		at org.xcsp.parser.XParser.lambda$parseConstraints$379(XParser.java:1200)
4931.28/1207.68		at org.xcsp.parser.XParser$$Lambda$23/1595953398.accept(Unknown Source)
4931.28/1207.68		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
4931.28/1207.68		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
4931.28/1207.68		at org.xcsp.parser.XParser.parseConstraints(XParser.java:1200)
4931.28/1207.68		at org.xcsp.parser.XParser.<init>(XParser.java:1268)
4931.28/1207.68	s UNKNOWN
4931.28/1207.68	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 (15160 MiB free)
  memory of node 1: 16384 MiB (15568 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270969-1502771273/watcher-4270969-1502771273 -o /tmp/evaluation-result-4270969-1502771273/solver-4270969-1502771273 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1502767545-20967 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 630961092 HOME/instance-4270969-1502771273.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
Current StackSize limit: 8192 KiB
solver pid=21825, runsolver pid=21822


[startup+0.10011 s]*
/proc/loadavg: 6.37 5.08 3.71 2/200 21846
/proc/meminfo: memFree=31451052/32770624 swapFree=67108860/67108860
[pid=21825] ppid=21822 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/21825/stat : 21825 (xcsp3-exec) S 21822 21825 20940 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 110215510 9740288 345 33554432000 4194304 5098028 140732210436880 140732210434984 139795518227068 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21934080 140732210439269 140732210439479 140732210439479 140732210442219 0
/proc/21825/statm: 2378 345 289 221 0 87 0
[pid=21827] ppid=21825 vsize=25999808 memory=26504 CPUtime=0.12 cores=0-7
/proc/21827/stat : 21827 (java) S 21825 21825 20940 0 -1 1077944320 5518 0 0 0 11 1 0 0 20 0 20 0 110215510 26623803392 6626 33554432000 4194304 4196468 140727737366832 140727737349376 139890144272119 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
/proc/21827/statm: 6499952 6626 2864 1 0 6488269 0
[pid=21827/tid=21828] ppid=21825 vsize=25999808 memory=8256676399481266329 CPUtime=0.08 cores=0-7
/proc/21827/task/21828/stat : 21828 (java) R 21825 21825 20940 0 -1 4202560 3514 0 0 0 8 0 0 0 20 0 20 0 110215511 26623803392 6626 33554432000 4194304 4196468 140727737366832 139890148504448 139890128315749 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21829] ppid=21825 vsize=25999808 memory=732370858447440869 CPUtime=0 cores=0-7
/proc/21827/task/21829/stat : 21829 (java) S 21825 21825 20940 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110215511 26623803392 6626 33554432000 4194304 4196468 140727737366832 139889702517520 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21830] ppid=21825 vsize=25999808 memory=140720109987456 CPUtime=0 cores=0-7
/proc/21827/task/21830/stat : 21830 (java) S 21825 21825 20940 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110215511 26623803392 6626 33554432000 4194304 4196468 140727737366832 139889701464976 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21831] ppid=21825 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21827/task/21831/stat : 21831 (java) S 21825 21825 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110215511 26623803392 6626 33554432000 4194304 4196468 140727737366832 139889700412432 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21832] ppid=21825 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21827/task/21832/stat : 21832 (java) S 21825 21825 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110215511 26623803392 6626 33554432000 4194304 4196468 140727737366832 139889699359888 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21833] ppid=21825 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21827/task/21833/stat : 21833 (java) S 21825 21825 20940 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110215511 26623803392 6626 33554432000 4194304 4196468 140727737366832 139889698306320 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21834] ppid=21825 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/21827/task/21834/stat : 21834 (java) S 21825 21825 20940 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110215511 26623803392 6626 33554432000 4194304 4196468 140727737366832 139889697253776 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21835] ppid=21825 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21827/task/21835/stat : 21835 (java) S 21825 21825 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110215511 26623803392 6626 33554432000 4194304 4196468 140727737366832 139889696201232 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21836] ppid=21825 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21827/task/21836/stat : 21836 (java) S 21825 21825 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110215511 26623803392 6626 33554432000 4194304 4196468 140727737366832 139889695148688 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21837] ppid=21825 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21827/task/21837/stat : 21837 (java) S 21825 21825 20940 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110215513 26623803392 6626 33554432000 4194304 4196468 140727737366832 139888617802224 139890144283266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21838] ppid=21825 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21827/task/21838/stat : 21838 (java) S 21825 21825 20940 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 110215513 26623803392 6626 33554432000 4194304 4196468 140727737366832 139888616748448 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21839] ppid=21825 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21827/task/21839/stat : 21839 (java) S 21825 21825 20940 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 110215514 26623803392 6626 33554432000 4194304 4196468 140727737366832 139888615695856 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21840] ppid=21825 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21827/task/21840/stat : 21840 (java) S 21825 21825 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110215516 26623803392 6626 33554432000 4194304 4196468 140727737366832 139888614644432 139890144290715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21841] ppid=21825 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21827/task/21841/stat : 21841 (java) S 21825 21825 20940 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 20 0 110215516 26623803392 6626 33554432000 4194304 4196468 140727737366832 139888613591024 139890144283266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21842] ppid=21825 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21827/task/21842/stat : 21842 (java) S 21825 21825 20940 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 110215516 26623803392 6626 33554432000 4194304 4196468 140727737366832 139888612538480 139890144283266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21843] ppid=21825 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21827/task/21843/stat : 21843 (java) S 21825 21825 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110215516 26623803392 6626 33554432000 4194304 4196468 140727737366832 139888611485936 139890144283266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21844] ppid=21825 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/21827/task/21844/stat : 21844 (java) R 21825 21825 20940 0 -1 4202560 265 0 0 0 1 0 0 0 20 0 20 0 110215516 26623803392 6626 33554432000 4194304 4196468 140727737366832 139888610433392 139890128352606 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21845] ppid=21825 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21827/task/21845/stat : 21845 (java) S 21825 21825 20940 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110215516 26623803392 6626 33554432000 4194304 4196468 140727737366832 139888609381088 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21846] ppid=21825 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/21827/task/21846/stat : 21846 (java) S 21825 21825 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110215517 26623803392 6626 33554432000 4194304 4196468 140727737366832 139888608328624 139890144283266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27884 KiB

[startup+0.210078 s]*
/proc/loadavg: 6.37 5.08 3.71 2/200 21846
/proc/meminfo: memFree=31441920/32770624 swapFree=67108860/67108860
[pid=21825] ppid=21822 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/21825/stat : 21825 (xcsp3-exec) S 21822 21825 20940 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 110215510 9740288 345 33554432000 4194304 5098028 140732210436880 140732210434984 139795518227068 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21934080 140732210439269 140732210439479 140732210439479 140732210442219 0
/proc/21825/statm: 2378 345 289 221 0 87 0
[pid=21827] ppid=21825 vsize=26004064 memory=39216 CPUtime=0.33 cores=0-7
/proc/21827/stat : 21827 (java) S 21825 21825 20940 0 -1 1077944320 8367 0 0 0 31 2 0 0 20 0 20 0 110215510 26628161536 9804 33554432000 4194304 4196468 140727737366832 140727737349376 139890144272119 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
/proc/21827/statm: 6501016 9804 3044 1 0 6488269 0
[pid=21827/tid=21828] ppid=21825 vsize=26004064 memory=0 CPUtime=0.2 cores=0-7
/proc/21827/task/21828/stat : 21828 (java) R 21825 21825 20940 0 -1 4202560 5418 0 0 0 19 1 0 0 20 0 20 0 110215511 26628161536 9804 33554432000 4194304 4196468 140727737366832 139890148493112 139890144294045 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21829] ppid=21825 vsize=26004064 memory=732370858447440869 CPUtime=0 cores=0-7
/proc/21827/task/21829/stat : 21829 (java) S 21825 21825 20940 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110215511 26628161536 9804 33554432000 4194304 4196468 140727737366832 139889702517520 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21830] ppid=21825 vsize=26004064 memory=140720109987456 CPUtime=0 cores=0-7
/proc/21827/task/21830/stat : 21830 (java) S 21825 21825 20940 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110215511 26628161536 9804 33554432000 4194304 4196468 140727737366832 139889701464976 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21831] ppid=21825 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21827/task/21831/stat : 21831 (java) S 21825 21825 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110215511 26628161536 9804 33554432000 4194304 4196468 140727737366832 139889700412432 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21832] ppid=21825 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21827/task/21832/stat : 21832 (java) S 21825 21825 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110215511 26628161536 9804 33554432000 4194304 4196468 140727737366832 139889699359888 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21833] ppid=21825 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21827/task/21833/stat : 21833 (java) S 21825 21825 20940 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110215511 26628161536 9804 33554432000 4194304 4196468 140727737366832 139889698306320 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21834] ppid=21825 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/21827/task/21834/stat : 21834 (java) S 21825 21825 20940 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110215511 26628161536 9804 33554432000 4194304 4196468 140727737366832 139889697253776 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21835] ppid=21825 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21827/task/21835/stat : 21835 (java) S 21825 21825 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110215511 26628161536 9804 33554432000 4194304 4196468 140727737366832 139889696201232 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21836] ppid=21825 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21827/task/21836/stat : 21836 (java) S 21825 21825 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110215511 26628161536 9804 33554432000 4194304 4196468 140727737366832 139889695148688 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21837] ppid=21825 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21827/task/21837/stat : 21837 (java) S 21825 21825 20940 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110215513 26628161536 9804 33554432000 4194304 4196468 140727737366832 139888617802224 139890144283266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21838] ppid=21825 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21827/task/21838/stat : 21838 (java) S 21825 21825 20940 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 110215513 26628161536 9804 33554432000 4194304 4196468 140727737366832 139888616748448 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21839] ppid=21825 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21827/task/21839/stat : 21839 (java) S 21825 21825 20940 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 110215514 26628161536 9804 33554432000 4194304 4196468 140727737366832 139888615695856 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21840] ppid=21825 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21827/task/21840/stat : 21840 (java) S 21825 21825 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110215516 26628161536 9804 33554432000 4194304 4196468 140727737366832 139888614644432 139890144290715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21841] ppid=21825 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21827/task/21841/stat : 21841 (java) S 21825 21825 20940 0 -1 1077944384 363 0 0 0 0 0 0 0 20 0 20 0 110215516 26628161536 9804 33554432000 4194304 4196468 140727737366832 139888613591024 139890144283266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21842] ppid=21825 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/21827/task/21842/stat : 21842 (java) S 21825 21825 20940 0 -1 1077944384 276 0 0 0 2 0 0 0 20 0 20 0 110215516 26628161536 9804 33554432000 4194304 4196468 140727737366832 139888612538480 139890144283266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21843] ppid=21825 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/21827/task/21843/stat : 21843 (java) S 21825 21825 20940 0 -1 1077944384 240 0 0 0 1 0 0 0 20 0 20 0 110215516 26628161536 9804 33554432000 4194304 4196468 140727737366832 139888611485936 139890144283266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21844] ppid=21825 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/21827/task/21844/stat : 21844 (java) S 21825 21825 20940 0 -1 1077944384 760 0 0 0 7 0 0 0 20 0 20 0 110215516 26628161536 9804 33554432000 4194304 4196468 140727737366832 139888610433392 139890144283266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21845] ppid=21825 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21827/task/21845/stat : 21845 (java) S 21825 21825 20940 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110215516 26628161536 9804 33554432000 4194304 4196468 140727737366832 139888609381088 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21846] ppid=21825 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/21827/task/21846/stat : 21846 (java) S 21825 21825 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110215517 26628161536 9804 33554432000 4194304 4196468 140727737366832 139888608328624 139890144283266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40596 KiB

[startup+0.309351 s]*
/proc/loadavg: 6.10 5.04 3.71 2/200 21846
/proc/meminfo: memFree=31435344/32770624 swapFree=67108860/67108860
[pid=21825] ppid=21822 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/21825/stat : 21825 (xcsp3-exec) S 21822 21825 20940 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 110215510 9740288 345 33554432000 4194304 5098028 140732210436880 140732210434984 139795518227068 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21934080 140732210439269 140732210439479 140732210439479 140732210442219 0
/proc/21825/statm: 2378 345 289 221 0 87 0
[pid=21827] ppid=21825 vsize=26004064 memory=45632 CPUtime=0.49 cores=0-7
/proc/21827/stat : 21827 (java) S 21825 21825 20940 0 -1 1077944320 9118 0 0 0 46 3 0 0 20 0 20 0 110215510 26628161536 11408 33554432000 4194304 4196468 140727737366832 140727737349376 139890144272119 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
/proc/21827/statm: 6501016 11408 3060 1 0 6488269 0
[pid=21827/tid=21828] ppid=21825 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/21827/task/21828/stat : 21828 (java) R 21825 21825 20940 0 -1 4202560 6088 0 0 0 28 1 0 0 20 0 20 0 110215511 26628161536 11408 33554432000 4194304 4196468 140727737366832 139890148498928 139890144294045 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21829] ppid=21825 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21827/task/21829/stat : 21829 (java) S 21825 21825 20940 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110215511 26628161536 11408 33554432000 4194304 4196468 140727737366832 139889702517520 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21830] ppid=21825 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21827/task/21830/stat : 21830 (java) S 21825 21825 20940 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110215511 26628161536 11408 33554432000 4194304 4196468 140727737366832 139889701464976 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21831] ppid=21825 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21827/task/21831/stat : 21831 (java) S 21825 21825 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110215511 26628161536 11408 33554432000 4194304 4196468 140727737366832 139889700412432 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21832] ppid=21825 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21827/task/21832/stat : 21832 (java) S 21825 21825 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110215511 26628161536 11408 33554432000 4194304 4196468 140727737366832 139889699359888 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21833] ppid=21825 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/21827/task/21833/stat : 21833 (java) S 21825 21825 20940 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110215511 26628161536 11408 33554432000 4194304 4196468 140727737366832 139889698306320 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21834] ppid=21825 vsize=26004064 memory=140719973036975 CPUtime=0 cores=0-7
/proc/21827/task/21834/stat : 21834 (java) S 21825 21825 20940 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110215511 26628161536 11408 33554432000 4194304 4196468 140727737366832 139889697253776 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21835] ppid=21825 vsize=26004064 memory=140719973039280 CPUtime=0 cores=0-7
/proc/21827/task/21835/stat : 21835 (java) S 21825 21825 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110215511 26628161536 11408 33554432000 4194304 4196468 140727737366832 139889696201232 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21836] ppid=21825 vsize=26004064 memory=140719973041584 CPUtime=0 cores=0-7
/proc/21827/task/21836/stat : 21836 (java) S 21825 21825 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110215511 26628161536 11408 33554432000 4194304 4196468 140727737366832 139889695148688 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21837] ppid=21825 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21827/task/21837/stat : 21837 (java) S 21825 21825 20940 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110215513 26628161536 11408 33554432000 4194304 4196468 140727737366832 139888617802224 139890144283266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21838] ppid=21825 vsize=26004064 memory=281439946090128 CPUtime=0 cores=0-7
/proc/21827/task/21838/stat : 21838 (java) S 21825 21825 20940 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 110215513 26628161536 11408 33554432000 4194304 4196468 140727737366832 139888616748448 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21839] ppid=21825 vsize=26004064 memory=281439946097040 CPUtime=0 cores=0-7
/proc/21827/task/21839/stat : 21839 (java) S 21825 21825 20940 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 110215514 26628161536 11408 33554432000 4194304 4196468 140727737366832 139888615695856 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21840] ppid=21825 vsize=26004064 memory=281439946038320 CPUtime=0 cores=0-7
/proc/21827/task/21840/stat : 21840 (java) S 21825 21825 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110215516 26628161536 11408 33554432000 4194304 4196468 140727737366832 139888614644432 139890144290715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21841] ppid=21825 vsize=26004064 memory=281439946110864 CPUtime=0 cores=0-7
/proc/21827/task/21841/stat : 21841 (java) S 21825 21825 20940 0 -1 1077944384 363 0 0 0 0 0 0 0 20 0 20 0 110215516 26628161536 11408 33554432000 4194304 4196468 140727737366832 139888613591024 139890144283266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21842] ppid=21825 vsize=26004064 memory=281439946117776 CPUtime=0.02 cores=0-7
/proc/21827/task/21842/stat : 21842 (java) S 21825 21825 20940 0 -1 1077944384 291 0 0 0 2 0 0 0 20 0 20 0 110215516 26628161536 11408 33554432000 4194304 4196468 140727737366832 139888612538480 139890144283266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21843] ppid=21825 vsize=26004064 memory=281439946115472 CPUtime=0.02 cores=0-7
/proc/21827/task/21843/stat : 21843 (java) S 21825 21825 20940 0 -1 1077944384 241 0 0 0 2 0 0 0 20 0 20 0 110215516 26628161536 11408 33554432000 4194304 4196468 140727737366832 139888611485936 139890144283266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21844] ppid=21825 vsize=26004064 memory=281439946131632 CPUtime=0.11 cores=0-7
/proc/21827/task/21844/stat : 21844 (java) R 21825 21825 20940 0 -1 4202560 826 0 0 0 11 0 0 0 20 0 20 0 110215516 26628161536 11408 33554432000 4194304 4196468 140727737366832 139888610433392 139890123204364 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21845] ppid=21825 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21827/task/21845/stat : 21845 (java) S 21825 21825 20940 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110215516 26628161536 11408 33554432000 4194304 4196468 140727737366832 139888609381088 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21846] ppid=21825 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/21827/task/21846/stat : 21846 (java) S 21825 21825 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110215517 26628161536 11408 33554432000 4194304 4196468 140727737366832 139888608328624 139890144283266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47012 KiB

[startup+0.700976 s]
/proc/loadavg: 6.10 5.04 3.71 9/200 21846
/proc/meminfo: memFree=31256744/32770624 swapFree=67108860/67108860
[pid=21825] ppid=21822 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/21825/stat : 21825 (xcsp3-exec) S 21822 21825 20940 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 110215510 9740288 345 33554432000 4194304 5098028 140732210436880 140732210434984 139795518227068 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21934080 140732210439269 140732210439479 140732210439479 140732210442219 0
/proc/21825/statm: 2378 345 289 221 0 87 0
[pid=21827] ppid=21825 vsize=26004140 memory=562424 CPUtime=1.26 cores=0-7
/proc/21827/stat : 21827 (java) S 21825 21825 20940 0 -1 1077944320 10383 0 0 0 96 30 0 0 20 0 20 0 110215510 26628239360 140606 33554432000 4194304 4196468 140727737366832 140727737349376 139890144272119 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
/proc/21827/statm: 6501035 140606 3149 1 0 6488269 0
[pid=21827/tid=21828] ppid=21825 vsize=26004140 memory=281439946426560 CPUtime=0.63 cores=0-7
/proc/21827/task/21828/stat : 21828 (java) R 21825 21825 20940 0 -1 4202560 6629 0 0 0 55 8 0 0 20 0 20 0 110215511 26628239360 140606 33554432000 4194304 4196468 140727737366832 139890148505888 139889784085502 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21829] ppid=21825 vsize=26004140 memory=5050881541254 CPUtime=0.02 cores=0-7
/proc/21827/task/21829/stat : 21829 (java) S 21825 21825 20940 0 -1 1077944384 48 0 0 0 0 2 0 0 20 0 20 0 110215511 26628239360 140606 33554432000 4194304 4196468 140727737366832 139889702517520 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21830] ppid=21825 vsize=26004140 memory=0 CPUtime=0.01 cores=0-7
/proc/21827/task/21830/stat : 21830 (java) S 21825 21825 20940 0 -1 1077944384 33 0 0 0 0 1 0 0 20 0 20 0 110215511 26628239360 140606 33554432000 4194304 4196468 140727737366832 139889701464976 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21831] ppid=21825 vsize=26004140 memory=0 CPUtime=0.03 cores=0-7
/proc/21827/task/21831/stat : 21831 (java) S 21825 21825 20940 0 -1 1077944384 43 0 0 0 1 2 0 0 20 0 20 0 110215511 26628239360 140606 33554432000 4194304 4196468 140727737366832 139889700412432 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0

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

[pid=21825] ppid=21822 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/21825/stat : 21825 (xcsp3-exec) S 21822 21825 20940 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 110215510 9740288 345 33554432000 4194304 5098028 140732210436880 140732210434984 139795518227068 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21934080 140732210439269 140732210439479 140732210439479 140732210442219 0
/proc/21825/statm: 2378 345 289 221 0 87 0
[pid=21827] ppid=21825 vsize=26006188 memory=21408352 CPUtime=4926.41 cores=0-7
/proc/21827/stat : 21827 (java) S 21825 21825 20940 0 -1 1077944320 1761019 0 0 0 486902 5739 0 0 20 0 20 0 110215510 26630336512 5352088 33554432000 4194304 4196468 140727737366832 140727737349376 139890144272119 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
/proc/21827/statm: 6501547 5352088 3262 1 0 6488781 0
[pid=21827/tid=21828] ppid=21825 vsize=26006188 memory=1716 CPUtime=578.86 cores=0-7
/proc/21827/task/21828/stat : 21828 (java) S 21825 21825 20940 0 -1 1077944384 35218 0 0 0 57827 59 0 0 20 0 20 0 110215511 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139890148512368 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21829] ppid=21825 vsize=26006188 memory=5792 CPUtime=532.27 cores=0-7
/proc/21827/task/21829/stat : 21829 (java) R 21825 21825 20940 0 -1 4202560 128862 0 0 0 52571 656 0 0 20 0 20 0 110215511 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139889702517328 139890136900327 0 4 0 16800975 0 0 0 -1 4 0 0 43 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21830] ppid=21825 vsize=26006188 memory=4616 CPUtime=531.64 cores=0-7
/proc/21827/task/21830/stat : 21830 (java) R 21825 21825 20940 0 -1 4202560 125148 0 0 0 52438 726 0 0 20 0 20 0 110215511 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139889701465096 139890136900327 0 4 0 16800975 0 0 0 -1 2 0 0 44 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21831] ppid=21825 vsize=26006188 memory=-3622645143214314312 CPUtime=531.79 cores=0-7
/proc/21827/task/21831/stat : 21831 (java) R 21825 21825 20940 0 -1 4202560 166145 0 0 0 52528 651 0 0 20 0 20 0 110215511 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139889700412552 139890136900327 0 4 0 16800975 0 0 0 -1 3 0 0 38 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21832] ppid=21825 vsize=26006188 memory=1420 CPUtime=532.47 cores=0-7
/proc/21827/task/21832/stat : 21832 (java) R 21825 21825 20940 0 -1 4202560 195638 0 0 0 52523 724 0 0 20 0 20 0 110215511 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139889699360088 139890137375133 0 4 0 16800975 0 0 0 -1 6 0 0 45 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21833] ppid=21825 vsize=26006188 memory=13040 CPUtime=531.74 cores=0-7
/proc/21827/task/21833/stat : 21833 (java) R 21825 21825 20940 0 -1 4202560 126438 0 0 0 52524 650 0 0 20 0 20 0 110215511 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139889698306440 139890136900327 0 4 0 16800975 0 0 0 -1 7 0 0 49 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21834] ppid=21825 vsize=26006188 memory=1944 CPUtime=531.8 cores=0-7
/proc/21827/task/21834/stat : 21834 (java) R 21825 21825 20940 0 -1 4202560 127746 0 0 0 52470 710 0 0 20 0 20 0 110215511 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139889697253584 139890136900327 0 4 0 16800975 0 0 0 -1 1 0 0 39 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21835] ppid=21825 vsize=26006188 memory=6791534058613427641 CPUtime=531.5 cores=0-7
/proc/21827/task/21835/stat : 21835 (java) R 21825 21825 20940 0 -1 4202560 127221 0 0 0 52444 706 0 0 20 0 20 0 110215511 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139889696201040 139890136900327 0 4 0 16800975 0 0 0 -1 0 0 0 47 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21836] ppid=21825 vsize=26006188 memory=17684 CPUtime=531.73 cores=0-7
/proc/21827/task/21836/stat : 21836 (java) R 21825 21825 20940 0 -1 4202560 252786 0 0 0 52387 786 0 0 20 0 20 0 110215511 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139889695148496 139890136900327 0 4 0 16800975 0 0 0 -1 5 0 0 47 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21837] ppid=21825 vsize=26006188 memory=4040 CPUtime=89.74 cores=0-7
/proc/21827/task/21837/stat : 21837 (java) S 21825 21825 20940 0 -1 1077944384 454610 0 0 0 8929 45 0 0 20 0 20 0 110215513 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139888617800768 139890144282325 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 66 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21838] ppid=21825 vsize=26006188 memory=1236 CPUtime=0 cores=0-7
/proc/21827/task/21838/stat : 21838 (java) S 21825 21825 20940 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 110215513 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139888616748512 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21839] ppid=21825 vsize=26006188 memory=1380 CPUtime=0 cores=0-7
/proc/21827/task/21839/stat : 21839 (java) S 21825 21825 20940 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 20 0 110215514 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139888615695872 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21840] ppid=21825 vsize=26006188 memory=21408352 CPUtime=0 cores=0-7
/proc/21827/task/21840/stat : 21840 (java) S 21825 21825 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110215516 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139888614644432 139890144290715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21841] ppid=21825 vsize=26006188 memory=5792 CPUtime=0.51 cores=0-7
/proc/21827/task/21841/stat : 21841 (java) S 21825 21825 20940 0 -1 1077944384 3762 0 0 0 51 0 0 0 20 0 20 0 110215516 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139888613591024 139890144283266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21842] ppid=21825 vsize=26006188 memory=4616 CPUtime=0.55 cores=0-7
/proc/21827/task/21842/stat : 21842 (java) S 21825 21825 20940 0 -1 1077944384 4811 0 0 0 54 1 0 0 20 0 20 0 110215516 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139888612538240 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21843] ppid=21825 vsize=26006188 memory=1380 CPUtime=0.62 cores=0-7
/proc/21827/task/21843/stat : 21843 (java) S 21825 21825 20940 0 -1 1077944384 4521 0 0 0 61 1 0 0 20 0 20 0 110215516 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139888611485936 139890144283266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21844] ppid=21825 vsize=26006188 memory=0 CPUtime=0.37 cores=0-7
/proc/21827/task/21844/stat : 21844 (java) S 21825 21825 20940 0 -1 1077944384 5211 0 0 0 36 1 0 0 20 0 20 0 110215516 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139888610433440 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21845] ppid=21825 vsize=26006188 memory=3472469016201353904 CPUtime=0 cores=0-7
/proc/21827/task/21845/stat : 21845 (java) S 21825 21825 20940 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110215516 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139888609381088 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21846] ppid=21825 vsize=26006188 memory=140719973673696 CPUtime=0.66 cores=0-7
/proc/21827/task/21846/stat : 21846 (java) S 21825 21825 20940 0 -1 1077944384 1480 0 0 0 30 36 0 0 20 0 20 0 110215517 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139888608328624 139890144283266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 64 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
Current children cumulated CPU time: 4926.41 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 21409732 KiB

[startup+1207.2 s]
/proc/loadavg: 7.36 6.04 4.49 2/199 21863
/proc/meminfo: memFree=10031580/32770624 swapFree=67108860/67108860
[pid=21825] ppid=21822 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/21825/stat : 21825 (xcsp3-exec) S 21822 21825 20940 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 110215510 9740288 345 33554432000 4194304 5098028 140732210436880 140732210434984 139795518227068 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21934080 140732210439269 140732210439479 140732210439479 140732210442219 0
/proc/21825/statm: 2378 345 289 221 0 87 0
[pid=21827] ppid=21825 vsize=26006188 memory=21408352 CPUtime=4930.88 cores=0-7
/proc/21827/stat : 21827 (java) S 21825 21825 20940 0 -1 1077944320 1819608 0 0 0 487344 5744 0 0 20 0 20 0 110215510 26630336512 5352088 33554432000 4194304 4196468 140727737366832 140727737349376 139890144272119 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
/proc/21827/statm: 6501547 5352088 3262 1 0 6488781 0
[pid=21827/tid=21828] ppid=21825 vsize=26006188 memory=21408328 CPUtime=578.86 cores=0-7
/proc/21827/task/21828/stat : 21828 (java) S 21825 21825 20940 0 -1 1077944384 35218 0 0 0 57827 59 0 0 20 0 20 0 110215511 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139890148512368 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21829] ppid=21825 vsize=26006188 memory=6442188574487766114 CPUtime=532.79 cores=0-7
/proc/21827/task/21829/stat : 21829 (java) S 21825 21825 20940 0 -1 1077944384 128877 0 0 0 52623 656 0 0 20 0 20 0 110215511 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139889702517520 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 43 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21830] ppid=21825 vsize=26006188 memory=21408328 CPUtime=532.17 cores=0-7
/proc/21827/task/21830/stat : 21830 (java) S 21825 21825 20940 0 -1 1077944384 125156 0 0 0 52490 727 0 0 20 0 20 0 110215511 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139889701464976 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 44 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21831] ppid=21825 vsize=26006188 memory=7084531995110040169 CPUtime=532.32 cores=0-7
/proc/21827/task/21831/stat : 21831 (java) S 21825 21825 20940 0 -1 1077944384 166156 0 0 0 52581 651 0 0 20 0 20 0 110215511 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139889700412432 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21832] ppid=21825 vsize=26006188 memory=7156871064141195879 CPUtime=533.01 cores=0-7
/proc/21827/task/21832/stat : 21832 (java) S 21825 21825 20940 0 -1 1077944384 251854 0 0 0 52575 726 0 0 20 0 20 0 110215511 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139889699359888 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 45 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21833] ppid=21825 vsize=26006188 memory=6791534058613427641 CPUtime=532.26 cores=0-7
/proc/21827/task/21833/stat : 21833 (java) S 21825 21825 20940 0 -1 1077944384 126442 0 0 0 52576 650 0 0 20 0 20 0 110215511 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139889698306320 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 49 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21834] ppid=21825 vsize=26006188 memory=31276 CPUtime=532.32 cores=0-7
/proc/21827/task/21834/stat : 21834 (java) S 21825 21825 20940 0 -1 1077944384 127753 0 0 0 52522 710 0 0 20 0 20 0 110215511 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139889697253776 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 39 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21835] ppid=21825 vsize=26006188 memory=6791534058613427641 CPUtime=532.02 cores=0-7
/proc/21827/task/21835/stat : 21835 (java) S 21825 21825 20940 0 -1 1077944384 127230 0 0 0 52496 706 0 0 20 0 20 0 110215511 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139889696201232 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 47 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21836] ppid=21825 vsize=26006188 memory=21408348 CPUtime=532.25 cores=0-7
/proc/21827/task/21836/stat : 21836 (java) S 21825 21825 20940 0 -1 1077944384 252792 0 0 0 52439 786 0 0 20 0 20 0 110215511 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139889695148688 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 47 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21837] ppid=21825 vsize=26006188 memory=916 CPUtime=89.99 cores=0-7
/proc/21827/task/21837/stat : 21837 (java) R 21825 21825 20940 0 -1 4202560 456909 0 0 0 8954 45 0 0 20 0 20 0 110215513 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139888617800768 139890129268523 0 0 0 16800975 0 0 0 -1 5 0 0 66 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21838] ppid=21825 vsize=26006188 memory=4784 CPUtime=0 cores=0-7
/proc/21827/task/21838/stat : 21838 (java) S 21825 21825 20940 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 110215513 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139888616748512 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21839] ppid=21825 vsize=26006188 memory=21408352 CPUtime=0 cores=0-7
/proc/21827/task/21839/stat : 21839 (java) S 21825 21825 20940 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 20 0 110215514 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139888615695872 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21840] ppid=21825 vsize=26006188 memory=21408348 CPUtime=0 cores=0-7
/proc/21827/task/21840/stat : 21840 (java) S 21825 21825 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110215516 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139888614644432 139890144290715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21841] ppid=21825 vsize=26006188 memory=3420 CPUtime=0.51 cores=0-7
/proc/21827/task/21841/stat : 21841 (java) S 21825 21825 20940 0 -1 1077944384 3762 0 0 0 51 0 0 0 20 0 20 0 110215516 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139888613591024 139890144283266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21842] ppid=21825 vsize=26006188 memory=1380 CPUtime=0.55 cores=0-7
/proc/21827/task/21842/stat : 21842 (java) S 21825 21825 20940 0 -1 1077944384 4811 0 0 0 54 1 0 0 20 0 20 0 110215516 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139888612538240 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21843] ppid=21825 vsize=26006188 memory=21408328 CPUtime=0.62 cores=0-7
/proc/21827/task/21843/stat : 21843 (java) S 21825 21825 20940 0 -1 1077944384 4521 0 0 0 61 1 0 0 20 0 20 0 110215516 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139888611485936 139890144283266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21844] ppid=21825 vsize=26006188 memory=6791534058613427641 CPUtime=0.37 cores=0-7
/proc/21827/task/21844/stat : 21844 (java) S 21825 21825 20940 0 -1 1077944384 5211 0 0 0 36 1 0 0 20 0 20 0 110215516 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139888610433440 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21845] ppid=21825 vsize=26006188 memory=1696 CPUtime=0 cores=0-7
/proc/21827/task/21845/stat : 21845 (java) S 21825 21825 20940 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110215516 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139888609381088 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21846] ppid=21825 vsize=26006188 memory=916 CPUtime=0.67 cores=0-7
/proc/21827/task/21846/stat : 21846 (java) S 21825 21825 20940 0 -1 1077944384 1494 0 0 0 30 37 0 0 20 0 20 0 110215517 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139888608328624 139890144283266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 64 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
Current children cumulated CPU time: 4930.88 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 21409732 KiB

[startup+1207.6 s]
/proc/loadavg: 7.36 6.04 4.49 2/199 21863
/proc/meminfo: memFree=10031580/32770624 swapFree=67108860/67108860
[pid=21825] ppid=21822 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/21825/stat : 21825 (xcsp3-exec) S 21822 21825 20940 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 110215510 9740288 345 33554432000 4194304 5098028 140732210436880 140732210434984 139795518227068 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21934080 140732210439269 140732210439479 140732210439479 140732210442219 0
/proc/21825/statm: 2378 345 289 221 0 87 0
[pid=21827] ppid=21825 vsize=26006188 memory=21408352 CPUtime=4931.28 cores=0-7
/proc/21827/stat : 21827 (java) S 21825 21825 20940 0 -1 1077944320 1821739 0 0 0 487384 5744 0 0 20 0 20 0 110215510 26630336512 5352088 33554432000 4194304 4196468 140727737366832 140727737349376 139890144272119 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
/proc/21827/statm: 6501547 5352088 3262 1 0 6488781 0
[pid=21827/tid=21828] ppid=21825 vsize=26006188 memory=4616 CPUtime=578.86 cores=0-7
/proc/21827/task/21828/stat : 21828 (java) S 21825 21825 20940 0 -1 1077944384 35218 0 0 0 57827 59 0 0 20 0 20 0 110215511 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139890148512368 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21829] ppid=21825 vsize=26006188 memory=792 CPUtime=532.79 cores=0-7
/proc/21827/task/21829/stat : 21829 (java) S 21825 21825 20940 0 -1 1077944384 128877 0 0 0 52623 656 0 0 20 0 20 0 110215511 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139889702517520 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 43 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21830] ppid=21825 vsize=26006188 memory=1420 CPUtime=532.17 cores=0-7
/proc/21827/task/21830/stat : 21830 (java) S 21825 21825 20940 0 -1 1077944384 125156 0 0 0 52490 727 0 0 20 0 20 0 110215511 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139889701464976 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 44 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21831] ppid=21825 vsize=26006188 memory=13040 CPUtime=532.32 cores=0-7
/proc/21827/task/21831/stat : 21831 (java) S 21825 21825 20940 0 -1 1077944384 166156 0 0 0 52581 651 0 0 20 0 20 0 110215511 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139889700412432 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21832] ppid=21825 vsize=26006188 memory=1944 CPUtime=533.01 cores=0-7
/proc/21827/task/21832/stat : 21832 (java) S 21825 21825 20940 0 -1 1077944384 251854 0 0 0 52575 726 0 0 20 0 20 0 110215511 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139889699359888 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 45 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21833] ppid=21825 vsize=26006188 memory=1196 CPUtime=532.26 cores=0-7
/proc/21827/task/21833/stat : 21833 (java) S 21825 21825 20940 0 -1 1077944384 126442 0 0 0 52576 650 0 0 20 0 20 0 110215511 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139889698306320 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 49 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21834] ppid=21825 vsize=26006188 memory=8560 CPUtime=532.32 cores=0-7
/proc/21827/task/21834/stat : 21834 (java) S 21825 21825 20940 0 -1 1077944384 127753 0 0 0 52522 710 0 0 20 0 20 0 110215511 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139889697253776 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 39 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21835] ppid=21825 vsize=26006188 memory=1228 CPUtime=532.02 cores=0-7
/proc/21827/task/21835/stat : 21835 (java) S 21825 21825 20940 0 -1 1077944384 127230 0 0 0 52496 706 0 0 20 0 20 0 110215511 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139889696201232 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 47 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21836] ppid=21825 vsize=26006188 memory=15876 CPUtime=532.25 cores=0-7
/proc/21827/task/21836/stat : 21836 (java) S 21825 21825 20940 0 -1 1077944384 252792 0 0 0 52439 786 0 0 20 0 20 0 110215511 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139889695148688 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 47 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21837] ppid=21825 vsize=26006188 memory=18476 CPUtime=90.39 cores=0-7
/proc/21827/task/21837/stat : 21837 (java) R 21825 21825 20940 0 -1 4202560 459041 0 0 0 8994 45 0 0 20 0 20 0 110215513 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139888617800768 139890122642294 0 0 0 16800975 0 0 0 -1 5 0 0 66 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21838] ppid=21825 vsize=26006188 memory=17684 CPUtime=0 cores=0-7
/proc/21827/task/21838/stat : 21838 (java) S 21825 21825 20940 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 110215513 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139888616748512 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21839] ppid=21825 vsize=26006188 memory=4040 CPUtime=0 cores=0-7
/proc/21827/task/21839/stat : 21839 (java) S 21825 21825 20940 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 20 0 110215514 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139888615695872 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21840] ppid=21825 vsize=26006188 memory=1236 CPUtime=0 cores=0-7
/proc/21827/task/21840/stat : 21840 (java) S 21825 21825 20940 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110215516 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139888614644432 139890144290715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21841] ppid=21825 vsize=26006188 memory=644 CPUtime=0.51 cores=0-7
/proc/21827/task/21841/stat : 21841 (java) S 21825 21825 20940 0 -1 1077944384 3762 0 0 0 51 0 0 0 20 0 20 0 110215516 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139888613591024 139890144283266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21842] ppid=21825 vsize=26006188 memory=1788 CPUtime=0.55 cores=0-7
/proc/21827/task/21842/stat : 21842 (java) S 21825 21825 20940 0 -1 1077944384 4811 0 0 0 54 1 0 0 20 0 20 0 110215516 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139888612538240 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21843] ppid=21825 vsize=26006188 memory=956 CPUtime=0.62 cores=0-7
/proc/21827/task/21843/stat : 21843 (java) S 21825 21825 20940 0 -1 1077944384 4521 0 0 0 61 1 0 0 20 0 20 0 110215516 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139888611485936 139890144283266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21844] ppid=21825 vsize=26006188 memory=2344 CPUtime=0.37 cores=0-7
/proc/21827/task/21844/stat : 21844 (java) S 21825 21825 20940 0 -1 1077944384 5211 0 0 0 36 1 0 0 20 0 20 0 110215516 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139888610433440 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21845] ppid=21825 vsize=26006188 memory=928 CPUtime=0 cores=0-7
/proc/21827/task/21845/stat : 21845 (java) S 21825 21825 20940 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110215516 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139888609381088 139890144282325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
[pid=21827/tid=21846] ppid=21825 vsize=26006188 memory=1568 CPUtime=0.67 cores=0-7
/proc/21827/task/21846/stat : 21846 (java) S 21825 21825 20940 0 -1 1077944384 1494 0 0 0 30 37 0 0 20 0 20 0 110215517 26630336512 5352088 33554432000 4194304 4196468 140727737366832 139888608328624 139890144283266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 64 0 0 6293624 6294260 17223680 140727737369746 140727737369923 140727737369923 140727737372623 0
Current children cumulated CPU time: 4931.28 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 21409732 KiB

[startup+1207.8 s]
/proc/loadavg: 7.36 6.04 4.49 2/199 21863
/proc/meminfo: memFree=10031580/32770624 swapFree=67108860/67108860
[pid=21825] ppid=21822 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/21825/stat : 21825 (xcsp3-exec) S 21822 21825 20940 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 110215510 9740288 345 33554432000 4194304 5098028 140732210436880 140732210434984 139795518227068 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21934080 140732210439269 140732210439479 140732210439479 140732210442219 0
/proc/21825/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

Child status: 1
Real time (s): 1207.8
CPU time (s): 4931.49
CPU user time (s): 4873.93
CPU system time (s): 57.5662
CPU usage (%): 408.303
Max. virtual memory (cumulated for all children) (KiB): 26015700
Max. memory (cumulated for all children) (KiB): 21409732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4873.93
system time used= 57.5662
maximum resident set size= 21408464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1828082
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 101380
involuntary context switches= 77489


# summary of solver processes directly reported to runsolver:
#   pid: 21825
#   total CPU time (s): 4931.49
#   total CPU user time (s): 4873.93
#   total CPU system time (s): 57.5662

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.60744 second user time and 13.4154 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-15 06:13:34
IDJOB=4270969
IDBENCH=134616
IDSOLVER=2662
FILE ID=node103/4270969-1502771273
RUNJOBID= node103-1502767545-20967
PBS_JOBID= 20629098
Free space on /tmp= 61752 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-4270969-1502771273/watcher-4270969-1502771273 -o /tmp/evaluation-result-4270969-1502771273/solver-4270969-1502771273 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1502767545-20967 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 630961092 HOME/instance-4270969-1502771273.xml

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

MD5SUM BENCH= af3f6bb9b1ca00becd13f0e7ebc5af3a
RANDOM SEED=630961092

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:        31467092 kB
MemAvailable:   31983188 kB
Buffers:          171756 kB
Cached:           630136 kB
SwapCached:            0 kB
Active:           625740 kB
Inactive:         230608 kB
Active(anon):       3832 kB
Inactive(anon):    78580 kB
Active(file):     621908 kB
Inactive(file):   152028 kB
Unevictable:        6432 kB
Mlocked:            6432 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             50352 kB
Writeback:             0 kB
AnonPages:         60884 kB
Mapped:            45560 kB
Shmem:             25228 kB
Slab:             142140 kB
SReclaimable:     115988 kB
SUnreclaim:        26152 kB
KernelStack:        3168 kB
PageTables:         4792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 61744 MiB
End job on node103 at 2017-08-15 06:33:42