Trace number 4406360

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-24? 323.207 129.521

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-05-07.xml
MD5SUM91a6e92a2ae9197e0e5abb82e178125f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.310586
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints211
Number of domains1
Minimum domain size35
Maximum domain size35
Distribution of domain sizes[{"size":35,"count":35}]
Minimum variable degree26
Maximum variable degree26
Distribution of variable degrees[{"degree":26,"count":35}]
Minimum constraint arity4
Maximum constraint arity35
Distribution of constraint arities[{"arity":4,"count":210},{"arity":35,"count":1}]
Number of extensional constraints0
Number of intensional constraints210
Distribution of constraint types[{"type":"intension","count":210},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406360-1569404700.xml"  -tl '2400s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4406360-1569404700.xml, -tl, 2400s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
323.08/129.47	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
323.08/129.47		at java.util.Arrays.copyOf(Arrays.java:3181)
323.08/129.47		at java.util.ArrayList.grow(ArrayList.java:261)
323.08/129.47		at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
323.08/129.47		at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
323.08/129.47		at java.util.ArrayList.add(ArrayList.java:458)
323.08/129.47		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:159)
323.08/129.47		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
323.08/129.47		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
323.08/129.47		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
323.08/129.47		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
323.08/129.47		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
323.08/129.47		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
323.08/129.47		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
323.08/129.47		at org.xcsp.parser.XCallbacks$$Lambda$109/861842890.accept(Unknown Source)
323.08/129.47		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
323.08/129.47		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
323.08/129.47		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
323.08/129.47		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
323.08/129.47		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
323.08/129.47		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
323.08/129.47		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
323.08/129.47		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
323.08/129.47		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
323.08/129.47		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
323.08/129.47		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
323.08/129.47		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
323.08/129.47	s UNKNOWN
323.08/129.47	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 (13776 MiB free)
  memory of node 1: 16384 MiB (10120 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4406360-1569404700/watcher-4406360-1569404700 -o /tmp/evaluation-result-4406360-1569404700/solver-4406360-1569404700 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1569396629-4098 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 1947704155 HOME/instance-4406360-1569404700.xml 

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

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


[startup+0.100087 s]*
/proc/loadavg: 1.93 1.83 1.75 5/229 6637
/proc/meminfo: memFree=24454176/32770624 swapFree=66959728/67108860
[pid=6621] ppid=6618 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6621/stat : 6621 (xcsp3-exec) S 6618 6621 4066 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516738823 115843072 362 33554432000 4194304 5098028 140720496296224 140720496294328 140714215854716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31711232 140720496305018 140720496305261 140720496305261 140720496308170 0
/proc/6621/statm: 28282 362 304 221 0 87 0
[pid=6623] ppid=6621 vsize=15144776 memory=29192 CPUtime=0.12 cores=0,2,4,6
/proc/6623/stat : 6623 (java) S 6621 6621 4066 0 -1 1077944320 5767 0 0 0 11 1 0 0 20 0 15 0 516738823 15508250624 7298 33554432000 4194304 4196468 140735324374144 140735324356688 140450911936247 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
/proc/6623/statm: 3786194 7298 3120 1 0 3748377 0
[pid=6623/tid=6624] ppid=6621 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=0,2,4,6
/proc/6623/task/6624/stat : 6624 (java) R 6621 6621 4066 0 -1 4202560 3696 0 0 0 9 0 0 0 20 0 15 0 516738823 15508250624 7298 33554432000 4194304 4196468 140735324374144 140450916159248 140450904173374 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6625] ppid=6621 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6625/stat : 6625 (java) S 6621 6621 4066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516738824 15508250624 7298 33554432000 4194304 4196468 140735324374144 140450868488464 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6626] ppid=6621 vsize=15144776 memory=140700960337168 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6626/stat : 6626 (java) S 6621 6621 4066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516738824 15508250624 7298 33554432000 4194304 4196468 140735324374144 140450502728080 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6627] ppid=6621 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6627/stat : 6627 (java) S 6621 6621 4066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516738824 15508250624 7298 33554432000 4194304 4196468 140735324374144 140450501675536 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6628] ppid=6621 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6628/stat : 6628 (java) S 6621 6621 4066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516738824 15508250624 7298 33554432000 4194304 4196468 140735324374144 140450500622992 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6629] ppid=6621 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6629/stat : 6629 (java) S 6621 6621 4066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516738825 15508250624 7298 33554432000 4194304 4196468 140735324374144 140450380569072 140450911947394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6630] ppid=6621 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6630/stat : 6630 (java) S 6621 6621 4066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516738826 15508250624 7364 33554432000 4194304 4196468 140735324374144 140450379515296 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6631] ppid=6621 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6631/stat : 6631 (java) S 6621 6621 4066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516738826 15508250624 7364 33554432000 4194304 4196468 140735324374144 140450378462704 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6632] ppid=6621 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6632/stat : 6632 (java) S 6621 6621 4066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516738829 15508250624 7364 33554432000 4194304 4196468 140735324374144 140450377411280 140450911954843 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6633] ppid=6621 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6633/stat : 6633 (java) S 6621 6621 4066 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 516738829 15508250624 7364 33554432000 4194304 4196468 140735324374144 140450376357872 140450911947394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6634] ppid=6621 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6634/stat : 6634 (java) R 6621 6621 4066 0 -1 4202560 138 0 0 0 0 0 0 0 20 0 15 0 516738829 15508250624 7364 33554432000 4194304 4196468 140735324374144 140450375296832 140450897354192 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6635] ppid=6621 vsize=15144776 memory=140700956784256 CPUtime=0.02 cores=0,2,4,6
/proc/6623/task/6635/stat : 6635 (java) R 6621 6621 4066 0 -1 4202560 343 0 0 0 2 0 0 0 20 0 15 0 516738829 15508250624 7364 33554432000 4194304 4196468 140735324374144 140450374252784 140450911957594 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6636] ppid=6621 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6636/stat : 6636 (java) S 6621 6621 4066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516738829 15508250624 7364 33554432000 4194304 4196468 140735324374144 140450373200480 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6637] ppid=6621 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6637/stat : 6637 (java) S 6621 6621 4066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516738829 15508250624 7364 33554432000 4194304 4196468 140735324374144 140450372148016 140450911947394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30640 KiB

[startup+0.211076 s]*
/proc/loadavg: 1.93 1.83 1.75 3/229 6637
/proc/meminfo: memFree=24442800/32770624 swapFree=66959728/67108860
[pid=6621] ppid=6618 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6621/stat : 6621 (xcsp3-exec) S 6618 6621 4066 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516738823 115843072 362 33554432000 4194304 5098028 140720496296224 140720496294328 140714215854716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31711232 140720496305018 140720496305261 140720496305261 140720496308170 0
/proc/6621/statm: 28282 362 304 221 0 87 0
[pid=6623] ppid=6621 vsize=15144776 memory=40092 CPUtime=0.34 cores=0,2,4,6
/proc/6623/stat : 6623 (java) S 6621 6621 4066 0 -1 1077944320 9302 0 0 0 32 2 0 0 20 0 15 0 516738823 15508250624 10023 33554432000 4194304 4196468 140735324374144 140735324356688 140450911936247 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
/proc/6623/statm: 3786194 10023 3258 1 0 3748377 0
[pid=6623/tid=6624] ppid=6621 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/6623/task/6624/stat : 6624 (java) R 6621 6621 4066 0 -1 4202560 6595 0 0 0 18 1 0 0 20 0 15 0 516738823 15508250624 10023 33554432000 4194304 4196468 140735324374144 140450916170368 140450911948182 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6625] ppid=6621 vsize=15144776 memory=1946936 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6625/stat : 6625 (java) S 6621 6621 4066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516738824 15508250624 10023 33554432000 4194304 4196468 140735324374144 140450868488464 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6626] ppid=6621 vsize=15144776 memory=3977724281270335136 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6626/stat : 6626 (java) S 6621 6621 4066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516738824 15508250624 10023 33554432000 4194304 4196468 140735324374144 140450502728080 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6627] ppid=6621 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6627/stat : 6627 (java) S 6621 6621 4066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516738824 15508250624 10023 33554432000 4194304 4196468 140735324374144 140450501675536 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6628] ppid=6621 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6628/stat : 6628 (java) S 6621 6621 4066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516738824 15508250624 10023 33554432000 4194304 4196468 140735324374144 140450500622992 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6629] ppid=6621 vsize=15144776 memory=140700956784256 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6629/stat : 6629 (java) S 6621 6621 4066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516738825 15508250624 10023 33554432000 4194304 4196468 140735324374144 140450380569072 140450911947394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6630] ppid=6621 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6630/stat : 6630 (java) S 6621 6621 4066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516738826 15508250624 10023 33554432000 4194304 4196468 140735324374144 140450379515296 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6631] ppid=6621 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6631/stat : 6631 (java) S 6621 6621 4066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516738826 15508250624 10023 33554432000 4194304 4196468 140735324374144 140450378462704 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6632] ppid=6621 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6632/stat : 6632 (java) S 6621 6621 4066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516738829 15508250624 10023 33554432000 4194304 4196468 140735324374144 140450377411280 140450911954843 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6633] ppid=6621 vsize=15144776 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6623/task/6633/stat : 6633 (java) R 6621 6621 4066 0 -1 1077944384 381 0 0 0 3 0 0 0 20 0 15 0 516738829 15508250624 10023 33554432000 4194304 4196468 140735324374144 140450376357872 140450911947394 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6634] ppid=6621 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6623/task/6634/stat : 6634 (java) S 6621 6621 4066 0 -1 1077944384 253 0 0 0 2 0 0 0 20 0 15 0 516738829 15508250624 10023 33554432000 4194304 4196468 140735324374144 140450375305328 140450911947394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6635] ppid=6621 vsize=15144776 memory=140700956784256 CPUtime=0.08 cores=0,2,4,6
/proc/6623/task/6635/stat : 6635 (java) R 6621 6621 4066 0 -1 4202560 769 0 0 0 8 0 0 0 20 0 15 0 516738829 15508250624 10023 33554432000 4194304 4196468 140735324374144 140450374252784 140450892180547 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6636] ppid=6621 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6636/stat : 6636 (java) S 6621 6621 4066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516738829 15508250624 10023 33554432000 4194304 4196468 140735324374144 140450373200480 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6637] ppid=6621 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6637/stat : 6637 (java) S 6621 6621 4066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516738829 15508250624 10023 33554432000 4194304 4196468 140735324374144 140450372148016 140450911947394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41540 KiB

[startup+0.319462 s]*
/proc/loadavg: 1.93 1.83 1.75 4/229 6637
/proc/meminfo: memFree=24434504/32770624 swapFree=66959728/67108860
[pid=6621] ppid=6618 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6621/stat : 6621 (xcsp3-exec) S 6618 6621 4066 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516738823 115843072 362 33554432000 4194304 5098028 140720496296224 140720496294328 140714215854716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31711232 140720496305018 140720496305261 140720496305261 140720496308170 0
/proc/6621/statm: 28282 362 304 221 0 87 0
[pid=6623] ppid=6621 vsize=15149032 memory=50324 CPUtime=0.54 cores=0,2,4,6
/proc/6623/stat : 6623 (java) S 6621 6621 4066 0 -1 1077944320 10886 0 0 0 51 3 0 0 20 0 15 0 516738823 15512608768 12581 33554432000 4194304 4196468 140735324374144 140735324356688 140450911936247 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
/proc/6623/statm: 3787258 12581 3380 1 0 3748377 0
[pid=6623/tid=6624] ppid=6621 vsize=15149032 memory=1398722017469774279 CPUtime=0.31 cores=0,2,4,6
/proc/6623/task/6624/stat : 6624 (java) R 6621 6621 4066 0 -1 4202560 7852 0 0 0 29 2 0 0 20 0 15 0 516738823 15512608768 12646 33554432000 4194304 4196468 140735324374144 140450916162864 140450911958173 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6625] ppid=6621 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6625/stat : 6625 (java) S 6621 6621 4066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516738824 15512608768 12646 33554432000 4194304 4196468 140735324374144 140450868488464 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6626] ppid=6621 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6626/stat : 6626 (java) S 6621 6621 4066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516738824 15512608768 12646 33554432000 4194304 4196468 140735324374144 140450502728080 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6627] ppid=6621 vsize=15149032 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6627/stat : 6627 (java) S 6621 6621 4066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516738824 15512608768 12646 33554432000 4194304 4196468 140735324374144 140450501675536 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6628] ppid=6621 vsize=15149032 memory=8562125494162282060 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6628/stat : 6628 (java) S 6621 6621 4066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516738824 15512608768 12646 33554432000 4194304 4196468 140735324374144 140450500622992 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6629] ppid=6621 vsize=15149032 memory=7223591943076881810 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6629/stat : 6629 (java) S 6621 6621 4066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516738825 15512608768 12646 33554432000 4194304 4196468 140735324374144 140450380569072 140450911947394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6630] ppid=6621 vsize=15149032 memory=6944938067432061290 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6630/stat : 6630 (java) S 6621 6621 4066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516738826 15512608768 12646 33554432000 4194304 4196468 140735324374144 140450379515296 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6631] ppid=6621 vsize=15149032 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6631/stat : 6631 (java) S 6621 6621 4066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516738826 15512608768 12646 33554432000 4194304 4196468 140735324374144 140450378462704 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6632] ppid=6621 vsize=15149032 memory=7100839852926015589 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6632/stat : 6632 (java) S 6621 6621 4066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516738829 15512608768 12646 33554432000 4194304 4196468 140735324374144 140450377411280 140450911954843 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6633] ppid=6621 vsize=15149032 memory=-8412656567168561567 CPUtime=0.06 cores=0,2,4,6
/proc/6623/task/6633/stat : 6633 (java) S 6621 6621 4066 0 -1 1077944384 528 0 0 0 6 0 0 0 20 0 15 0 516738829 15512608768 12646 33554432000 4194304 4196468 140735324374144 140450376357872 140450911947394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6634] ppid=6621 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6623/task/6634/stat : 6634 (java) S 6621 6621 4066 0 -1 1077944384 267 0 0 0 3 0 0 0 20 0 15 0 516738829 15512608768 12646 33554432000 4194304 4196468 140735324374144 140450375305328 140450911947394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6635] ppid=6621 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/6623/task/6635/stat : 6635 (java) S 6621 6621 4066 0 -1 1077944384 940 0 0 0 12 0 0 0 20 0 15 0 516738829 15512608768 12646 33554432000 4194304 4196468 140735324374144 140450374252784 140450911947394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6636] ppid=6621 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6636/stat : 6636 (java) S 6621 6621 4066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516738829 15512608768 12646 33554432000 4194304 4196468 140735324374144 140450373200480 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6637] ppid=6621 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6637/stat : 6637 (java) S 6621 6621 4066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516738829 15512608768 12646 33554432000 4194304 4196468 140735324374144 140450372148016 140450911947394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51772 KiB

[startup+0.70092 s]
/proc/loadavg: 1.93 1.83 1.75 3/229 6637
/proc/meminfo: memFree=24423428/32770624 swapFree=66959728/67108860
[pid=6621] ppid=6618 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6621/stat : 6621 (xcsp3-exec) S 6618 6621 4066 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516738823 115843072 362 33554432000 4194304 5098028 140720496296224 140720496294328 140714215854716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31711232 140720496305018 140720496305261 140720496305261 140720496308170 0
/proc/6621/statm: 28282 362 304 221 0 87 0
[pid=6623] ppid=6621 vsize=15151156 memory=132320 CPUtime=1.26 cores=0,2,4,6
/proc/6623/stat : 6623 (java) S 6621 6621 4066 0 -1 1077944320 12817 0 0 0 121 5 0 0 20 0 15 0 516738823 15514783744 33080 33554432000 4194304 4196468 140735324374144 140735324356688 140450911936247 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
/proc/6623/statm: 3787789 33080 3434 1 0 3748889 0
[pid=6623/tid=6624] ppid=6621 vsize=15151156 memory=-3704326594973231466 CPUtime=0.68 cores=0,2,4,6
/proc/6623/task/6624/stat : 6624 (java) R 6621 6621 4066 0 -1 4202560 8949 0 0 0 64 4 0 0 20 0 15 0 516738823 15514783744 33080 33554432000 4194304 4196468 140735324374144 140450916171888 140450551043937 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6625] ppid=6621 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6625/stat : 6625 (java) S 6621 6621 4066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516738824 15514783744 33080 33554432000 4194304 4196468 140735324374144 140450868488464 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6626] ppid=6621 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6626/stat : 6626 (java) S 6621 6621 4066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516738824 15514783744 33080 33554432000 4194304 4196468 140735324374144 140450502728080 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6627] ppid=6621 vsize=15151156 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6627/stat : 6627 (java) S 6621 6621 4066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516738824 15514783744 33080 33554432000 4194304 4196468 140735324374144 140450501675536 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6628] ppid=6621 vsize=15151156 memory=1188 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6628/stat : 6628 (java) S 6621 6621 4066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516738824 15514783744 33080 33554432000 4194304 4196468 140735324374144 140450500622992 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6629] ppid=6621 vsize=15151156 memory=1536 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6629/stat : 6629 (java) S 6621 6621 4066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516738825 15514783744 33080 33554432000 4194304 4196468 140735324374144 140450380569072 140450911947394 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6630] ppid=6621 vsize=15151156 memory=9592 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6630/stat : 6630 (java) S 6621 6621 4066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516738826 15514783744 33080 33554432000 4194304 4196468 140735324374144 140450379515296 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6631] ppid=6621 vsize=15151156 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6631/stat : 6631 (java) S 6621 6621 4066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516738826 15514783744 33080 33554432000 4194304 4196468 140735324374144 140450378462704 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6632] ppid=6621 vsize=15151156 memory=780 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6632/stat : 6632 (java) S 6621 6621 4066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516738829 15514783744 33080 33554432000 4194304 4196468 140735324374144 140450377411280 140450911954843 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6633] ppid=6621 vsize=15151156 memory=620 CPUtime=0.15 cores=0,2,4,6
/proc/6623/task/6633/stat : 6633 (java) S 6621 6621 4066 0 -1 1077944384 702 0 0 0 15 0 0 0 20 0 15 0 516738829 15514783744 33080 33554432000 4194304 4196468 140735324374144 140450376357872 140450911947394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6634] ppid=6621 vsize=15151156 memory=1496 CPUtime=0.14 cores=0,2,4,6
/proc/6623/task/6634/stat : 6634 (java) S 6621 6621 4066 0 -1 1077944384 532 0 0 0 14 0 0 0 20 0 15 0 516738829 15514783744 33080 33554432000 4194304 4196468 140735324374144 140450375305328 140450911947394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6635] ppid=6621 vsize=15151156 memory=1016 CPUtime=0.26 cores=0,2,4,6
/proc/6623/task/6635/stat : 6635 (java) S 6621 6621 4066 0 -1 1077944384 1328 0 0 0 26 0 0 0 20 0 15 0 516738829 15514783744 33080 33554432000 4194304 4196468 140735324374144 140450374252784 140450911947394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6636] ppid=6621 vsize=15151156 memory=6072 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6636/stat : 6636 (java) S 6621 6621 4066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516738829 15514783744 33080 33554432000 4194304 4196468 140735324374144 140450373200480 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6637] ppid=6621 vsize=15151156 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6637/stat : 6637 (java) S 6621 6621 4066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516738829 15514783744 33080 33554432000 4194304 4196468 140735324374144 140450372148016 140450911947394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 133768 KiB

[startup+1.50094 s]
/proc/loadavg: 1.93 1.83 1.75 5/229 6637
/proc/meminfo: memFree=24254504/32770624 swapFree=66959728/67108860
[pid=6621] ppid=6618 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6621/stat : 6621 (xcsp3-exec) S 6618 6621 4066 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516738823 115843072 362 33554432000 4194304 5098028 140720496296224 140720496294328 140714215854716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31711232 140720496305018 140720496305261 140720496305261 140720496308170 0
/proc/6621/statm: 28282 362 304 221 0 87 0

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

/proc/6623/task/6626/stat : 6626 (java) R 6621 6621 4066 0 -1 4202560 14885 0 0 0 6159 238 0 0 20 0 15 0 516738824 15514783744 2982706 33554432000 4194304 4196468 140735324374144 140450502727888 140450911957594 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6627] ppid=6621 vsize=15151156 memory=780 CPUtime=64.45 cores=0,2,4,6
/proc/6623/task/6627/stat : 6627 (java) R 6621 6621 4066 0 -1 4202560 19308 0 0 0 6181 264 0 0 20 0 15 0 516738824 15514783744 2982706 33554432000 4194304 4196468 140735324374144 140450501675736 140450905032640 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6628] ppid=6621 vsize=15151156 memory=620 CPUtime=64.33 cores=0,2,4,6
/proc/6623/task/6628/stat : 6628 (java) R 6621 6621 4066 0 -1 4202560 16307 0 0 0 6200 233 0 0 20 0 15 0 516738824 15514783744 2982706 33554432000 4194304 4196468 140735324374144 140450500622800 140450904564455 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6629] ppid=6621 vsize=15151156 memory=1496 CPUtime=26.59 cores=0,2,4,6
/proc/6623/task/6629/stat : 6629 (java) S 6621 6621 4066 0 -1 1077944384 28661 0 0 0 2658 1 0 0 20 0 15 0 516738825 15514783744 2982706 33554432000 4194304 4196468 140735324374144 140450380567632 140450911946453 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 19 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6630] ppid=6621 vsize=15151156 memory=1016 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6630/stat : 6630 (java) S 6621 6621 4066 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 516738826 15514783744 2982706 33554432000 4194304 4196468 140735324374144 140450379515360 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6631] ppid=6621 vsize=15151156 memory=1496 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6631/stat : 6631 (java) S 6621 6621 4066 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 516738826 15514783744 2982706 33554432000 4194304 4196468 140735324374144 140450378462720 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6632] ppid=6621 vsize=15151156 memory=1016 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6632/stat : 6632 (java) S 6621 6621 4066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516738829 15514783744 2982706 33554432000 4194304 4196468 140735324374144 140450377411280 140450911954843 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6633] ppid=6621 vsize=15151156 memory=1448 CPUtime=0.35 cores=0,2,4,6
/proc/6623/task/6633/stat : 6633 (java) S 6621 6621 4066 0 -1 1077944384 2442 0 0 0 35 0 0 0 20 0 15 0 516738829 15514783744 2982706 33554432000 4194304 4196468 140735324374144 140450376357920 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6634] ppid=6621 vsize=15151156 memory=11930824 CPUtime=0.29 cores=0,2,4,6
/proc/6623/task/6634/stat : 6634 (java) S 6621 6621 4066 0 -1 1077944384 1451 0 0 0 29 0 0 0 20 0 15 0 516738829 15514783744 2982706 33554432000 4194304 4196468 140735324374144 140450375305376 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 31 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6635] ppid=6621 vsize=15151156 memory=2116 CPUtime=0.41 cores=0,2,4,6
/proc/6623/task/6635/stat : 6635 (java) S 6621 6621 4066 0 -1 1077944384 4087 0 0 0 41 0 0 0 20 0 15 0 516738829 15514783744 2982706 33554432000 4194304 4196468 140735324374144 140450374252544 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6636] ppid=6621 vsize=15151156 memory=36652 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6636/stat : 6636 (java) S 6621 6621 4066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516738829 15514783744 2982706 33554432000 4194304 4196468 140735324374144 140450373200480 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6637] ppid=6621 vsize=15151156 memory=6072 CPUtime=0.08 cores=0,2,4,6
/proc/6623/task/6637/stat : 6637 (java) S 6621 6621 4066 0 -1 1077944384 216 0 0 0 4 4 0 0 20 0 15 0 516738829 15514783744 2982706 33554432000 4194304 4196468 140735324374144 140450372148016 140450911947394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 36 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
Current children cumulated CPU time: 320.94 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 11932272 KiB

[startup+128.801 s]
/proc/loadavg: 3.29 2.27 1.92 6/229 6647
/proc/meminfo: memFree=12475584/32770624 swapFree=66959728/67108860
[pid=6621] ppid=6618 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6621/stat : 6621 (xcsp3-exec) S 6618 6621 4066 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516738823 115843072 362 33554432000 4194304 5098028 140720496296224 140720496294328 140714215854716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31711232 140720496305018 140720496305261 140720496305261 140720496308170 0
/proc/6621/statm: 28282 362 304 221 0 87 0
[pid=6623] ppid=6621 vsize=15151156 memory=11930832 CPUtime=322.48 cores=0,2,4,6
/proc/6623/stat : 6623 (java) S 6621 6621 4066 0 -1 1077944320 117543 0 0 0 31220 1028 0 0 20 0 15 0 516738823 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140735324356688 140450911936247 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
/proc/6623/statm: 3787789 2982708 3502 1 0 3748889 0
[pid=6623/tid=6624] ppid=6621 vsize=15151156 memory=11930824 CPUtime=36.25 cores=0,2,4,6
/proc/6623/task/6624/stat : 6624 (java) S 6621 6621 4066 0 -1 1077944384 14603 0 0 0 3616 9 0 0 20 0 15 0 516738823 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450916174496 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6625] ppid=6621 vsize=15151156 memory=988 CPUtime=64.38 cores=0,2,4,6
/proc/6623/task/6625/stat : 6625 (java) S 6621 6621 4066 0 -1 1077944384 14051 0 0 0 6162 276 0 0 20 0 15 0 516738824 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450868488464 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6626] ppid=6621 vsize=15151156 memory=8112282956445269571 CPUtime=64.21 cores=0,2,4,6
/proc/6623/task/6626/stat : 6626 (java) S 6621 6621 4066 0 -1 1077944384 14885 0 0 0 6183 238 0 0 20 0 15 0 516738824 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450502728080 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6627] ppid=6621 vsize=15151156 memory=-9062862659931694204 CPUtime=64.71 cores=0,2,4,6
/proc/6623/task/6627/stat : 6627 (java) S 6621 6621 4066 0 -1 1077944384 19308 0 0 0 6207 264 0 0 20 0 15 0 516738824 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450501675536 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6628] ppid=6621 vsize=15151156 memory=4206468019014099040 CPUtime=64.58 cores=0,2,4,6
/proc/6623/task/6628/stat : 6628 (java) S 6621 6621 4066 0 -1 1077944384 16307 0 0 0 6225 233 0 0 20 0 15 0 516738824 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450500622992 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6629] ppid=6621 vsize=15151156 memory=281401693831408 CPUtime=27.12 cores=0,2,4,6
/proc/6623/task/6629/stat : 6629 (java) R 6621 6621 4066 0 -1 4202560 28895 0 0 0 2711 1 0 0 20 0 15 0 516738825 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450380567520 140450896932654 0 0 0 16800975 0 0 0 -1 0 0 0 19 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6630] ppid=6621 vsize=15151156 memory=16004 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6630/stat : 6630 (java) S 6621 6621 4066 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 516738826 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450379515360 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6631] ppid=6621 vsize=15151156 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6631/stat : 6631 (java) S 6621 6621 4066 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 516738826 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450378462720 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6632] ppid=6621 vsize=15151156 memory=1204260 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6632/stat : 6632 (java) S 6621 6621 4066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516738829 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450377411280 140450911954843 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6633] ppid=6621 vsize=15151156 memory=1412 CPUtime=0.35 cores=0,2,4,6
/proc/6623/task/6633/stat : 6633 (java) S 6621 6621 4066 0 -1 1077944384 2442 0 0 0 35 0 0 0 20 0 15 0 516738829 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450376357920 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6634] ppid=6621 vsize=15151156 memory=2944 CPUtime=0.29 cores=0,2,4,6
/proc/6623/task/6634/stat : 6634 (java) S 6621 6621 4066 0 -1 1077944384 1451 0 0 0 29 0 0 0 20 0 15 0 516738829 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450375305376 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 31 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6635] ppid=6621 vsize=15151156 memory=1448 CPUtime=0.41 cores=0,2,4,6
/proc/6623/task/6635/stat : 6635 (java) S 6621 6621 4066 0 -1 1077944384 4087 0 0 0 41 0 0 0 20 0 15 0 516738829 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450374252544 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6636] ppid=6621 vsize=15151156 memory=11930820 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6636/stat : 6636 (java) S 6621 6621 4066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516738829 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450373200480 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6637] ppid=6621 vsize=15151156 memory=1448 CPUtime=0.08 cores=0,2,4,6
/proc/6623/task/6637/stat : 6637 (java) S 6621 6621 4066 0 -1 1077944384 216 0 0 0 4 4 0 0 20 0 15 0 516738829 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450372148016 140450911947394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 36 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
Current children cumulated CPU time: 322.48 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 11932280 KiB

[startup+129.201 s]
/proc/loadavg: 3.29 2.27 1.92 3/229 6647
/proc/meminfo: memFree=12475356/32770624 swapFree=66959728/67108860
[pid=6621] ppid=6618 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6621/stat : 6621 (xcsp3-exec) S 6618 6621 4066 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516738823 115843072 362 33554432000 4194304 5098028 140720496296224 140720496294328 140714215854716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31711232 140720496305018 140720496305261 140720496305261 140720496308170 0
/proc/6621/statm: 28282 362 304 221 0 87 0
[pid=6623] ppid=6621 vsize=15151156 memory=11930832 CPUtime=322.88 cores=0,2,4,6
/proc/6623/stat : 6623 (java) S 6621 6621 4066 0 -1 1077944320 117543 0 0 0 31260 1028 0 0 20 0 15 0 516738823 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140735324356688 140450911936247 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
/proc/6623/statm: 3787789 2982708 3502 1 0 3748889 0
[pid=6623/tid=6624] ppid=6621 vsize=15151156 memory=8027498545683132003 CPUtime=36.25 cores=0,2,4,6
/proc/6623/task/6624/stat : 6624 (java) S 6621 6621 4066 0 -1 1077944384 14603 0 0 0 3616 9 0 0 20 0 15 0 516738823 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450916174496 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6625] ppid=6621 vsize=15151156 memory=46532 CPUtime=64.38 cores=0,2,4,6
/proc/6623/task/6625/stat : 6625 (java) S 6621 6621 4066 0 -1 1077944384 14051 0 0 0 6162 276 0 0 20 0 15 0 516738824 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450868488464 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6626] ppid=6621 vsize=15151156 memory=1448 CPUtime=64.21 cores=0,2,4,6
/proc/6623/task/6626/stat : 6626 (java) S 6621 6621 4066 0 -1 1077944384 14885 0 0 0 6183 238 0 0 20 0 15 0 516738824 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450502728080 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6627] ppid=6621 vsize=15151156 memory=11930764 CPUtime=64.71 cores=0,2,4,6
/proc/6623/task/6627/stat : 6627 (java) S 6621 6621 4066 0 -1 1077944384 19308 0 0 0 6207 264 0 0 20 0 15 0 516738824 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450501675536 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6628] ppid=6621 vsize=15151156 memory=1448 CPUtime=64.58 cores=0,2,4,6
/proc/6623/task/6628/stat : 6628 (java) S 6621 6621 4066 0 -1 1077944384 16307 0 0 0 6225 233 0 0 20 0 15 0 516738824 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450500622992 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6629] ppid=6621 vsize=15151156 memory=8112282956445269571 CPUtime=27.52 cores=0,2,4,6
/proc/6623/task/6629/stat : 6629 (java) R 6621 6621 4066 0 -1 4202560 28895 0 0 0 2751 1 0 0 20 0 15 0 516738825 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450380567520 140450896932651 0 0 0 16800975 0 0 0 -1 0 0 0 19 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6630] ppid=6621 vsize=15151156 memory=2880 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6630/stat : 6630 (java) S 6621 6621 4066 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 516738826 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450379515360 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6631] ppid=6621 vsize=15151156 memory=4096 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6631/stat : 6631 (java) S 6621 6621 4066 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 516738826 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450378462720 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6632] ppid=6621 vsize=15151156 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6632/stat : 6632 (java) S 6621 6621 4066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516738829 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450377411280 140450911954843 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6633] ppid=6621 vsize=15151156 memory=3252 CPUtime=0.35 cores=0,2,4,6
/proc/6623/task/6633/stat : 6633 (java) S 6621 6621 4066 0 -1 1077944384 2442 0 0 0 35 0 0 0 20 0 15 0 516738829 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450376357920 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6634] ppid=6621 vsize=15151156 memory=1448 CPUtime=0.29 cores=0,2,4,6
/proc/6623/task/6634/stat : 6634 (java) S 6621 6621 4066 0 -1 1077944384 1451 0 0 0 29 0 0 0 20 0 15 0 516738829 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450375305376 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 31 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6635] ppid=6621 vsize=15151156 memory=11930832 CPUtime=0.41 cores=0,2,4,6
/proc/6623/task/6635/stat : 6635 (java) S 6621 6621 4066 0 -1 1077944384 4087 0 0 0 41 0 0 0 20 0 15 0 516738829 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450374252544 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6636] ppid=6621 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6636/stat : 6636 (java) S 6621 6621 4066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516738829 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450373200480 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6637] ppid=6621 vsize=15151156 memory=1764 CPUtime=0.08 cores=0,2,4,6
/proc/6623/task/6637/stat : 6637 (java) S 6621 6621 4066 0 -1 1077944384 216 0 0 0 4 4 0 0 20 0 15 0 516738829 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450372148016 140450911947394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 36 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
Current children cumulated CPU time: 322.88 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 11932280 KiB

[startup+129.401 s]
/proc/loadavg: 3.29 2.27 1.92 3/229 6647
/proc/meminfo: memFree=12475356/32770624 swapFree=66959728/67108860
[pid=6621] ppid=6618 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6621/stat : 6621 (xcsp3-exec) S 6618 6621 4066 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516738823 115843072 362 33554432000 4194304 5098028 140720496296224 140720496294328 140714215854716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31711232 140720496305018 140720496305261 140720496305261 140720496308170 0
/proc/6621/statm: 28282 362 304 221 0 87 0
[pid=6623] ppid=6621 vsize=15151156 memory=11930832 CPUtime=323.08 cores=0,2,4,6
/proc/6623/stat : 6623 (java) S 6621 6621 4066 0 -1 1077944320 117543 0 0 0 31280 1028 0 0 20 0 15 0 516738823 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140735324356688 140450911936247 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
/proc/6623/statm: 3787789 2982708 3502 1 0 3748889 0
[pid=6623/tid=6624] ppid=6621 vsize=15151156 memory=11930816 CPUtime=36.25 cores=0,2,4,6
/proc/6623/task/6624/stat : 6624 (java) S 6621 6621 4066 0 -1 1077944384 14603 0 0 0 3616 9 0 0 20 0 15 0 516738823 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450916174496 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6625] ppid=6621 vsize=15151156 memory=1448 CPUtime=64.38 cores=0,2,4,6
/proc/6623/task/6625/stat : 6625 (java) S 6621 6621 4066 0 -1 1077944384 14051 0 0 0 6162 276 0 0 20 0 15 0 516738824 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450868488464 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6626] ppid=6621 vsize=15151156 memory=288230574492221466 CPUtime=64.21 cores=0,2,4,6
/proc/6623/task/6626/stat : 6626 (java) S 6621 6621 4066 0 -1 1077944384 14885 0 0 0 6183 238 0 0 20 0 15 0 516738824 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450502728080 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6627] ppid=6621 vsize=15151156 memory=288230596050944315 CPUtime=64.71 cores=0,2,4,6
/proc/6623/task/6627/stat : 6627 (java) S 6621 6621 4066 0 -1 1077944384 19308 0 0 0 6207 264 0 0 20 0 15 0 516738824 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450501675536 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6628] ppid=6621 vsize=15151156 memory=16101489617668668 CPUtime=64.58 cores=0,2,4,6
/proc/6623/task/6628/stat : 6628 (java) S 6621 6621 4066 0 -1 1077944384 16307 0 0 0 6225 233 0 0 20 0 15 0 516738824 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450500622992 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6629] ppid=6621 vsize=15151156 memory=14012 CPUtime=27.72 cores=0,2,4,6
/proc/6623/task/6629/stat : 6629 (java) R 6621 6621 4066 0 -1 4202560 28895 0 0 0 2771 1 0 0 20 0 15 0 516738825 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450380567520 140450896393880 0 0 0 16800975 0 0 0 -1 0 0 0 19 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6630] ppid=6621 vsize=15151156 memory=2116 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6630/stat : 6630 (java) S 6621 6621 4066 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 516738826 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450379515360 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6631] ppid=6621 vsize=15151156 memory=36652 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6631/stat : 6631 (java) S 6621 6621 4066 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 516738826 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450378462720 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6632] ppid=6621 vsize=15151156 memory=14068 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6632/stat : 6632 (java) S 6621 6621 4066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516738829 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450377411280 140450911954843 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6633] ppid=6621 vsize=15151156 memory=524 CPUtime=0.35 cores=0,2,4,6
/proc/6623/task/6633/stat : 6633 (java) S 6621 6621 4066 0 -1 1077944384 2442 0 0 0 35 0 0 0 20 0 15 0 516738829 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450376357920 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6634] ppid=6621 vsize=15151156 memory=1568 CPUtime=0.29 cores=0,2,4,6
/proc/6623/task/6634/stat : 6634 (java) S 6621 6621 4066 0 -1 1077944384 1451 0 0 0 29 0 0 0 20 0 15 0 516738829 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450375305376 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 31 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6635] ppid=6621 vsize=15151156 memory=928 CPUtime=0.41 cores=0,2,4,6
/proc/6623/task/6635/stat : 6635 (java) S 6621 6621 4066 0 -1 1077944384 4087 0 0 0 41 0 0 0 20 0 15 0 516738829 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450374252544 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6636] ppid=6621 vsize=15151156 memory=3656 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6636/stat : 6636 (java) S 6621 6621 4066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516738829 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450373200480 140450911946453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
[pid=6623/tid=6637] ppid=6621 vsize=15151156 memory=1976 CPUtime=0.08 cores=0,2,4,6
/proc/6623/task/6637/stat : 6637 (java) S 6621 6621 4066 0 -1 1077944384 216 0 0 0 4 4 0 0 20 0 15 0 516738829 15514783744 2982708 33554432000 4194304 4196468 140735324374144 140450372148016 140450911947394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 36 0 0 6293624 6294260 38273024 140735324378095 140735324378266 140735324378266 140735324381135 0
Current children cumulated CPU time: 323.08 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 11932280 KiB

[startup+129.501 s]
/proc/loadavg: 3.29 2.27 1.92 3/229 6647
/proc/meminfo: memFree=12475356/32770624 swapFree=66959728/67108860
[pid=6621] ppid=6618 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6621/stat : 6621 (xcsp3-exec) S 6618 6621 4066 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516738823 115843072 362 33554432000 4194304 5098028 140720496296224 140720496294328 140714215854716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31711232 140720496305018 140720496305261 140720496305261 140720496308170 0
/proc/6621/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

Child status: 1
Real time (s): 129.521
CPU time (s): 323.207
CPU user time (s): 312.874
CPU system time (s): 10.3324
CPU usage (%): 249.54
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 11932280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 312.874
system time used= 10.3324
maximum resident set size= 11931284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118363
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7349
involuntary context switches= 3682


# summary of solver processes directly reported to runsolver:
#   pid: 6621
#   total CPU time (s): 323.207
#   total CPU user time (s): 312.874
#   total CPU system time (s): 10.3324

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.859173 second user time and 1.38015 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-25 11:44:19
IDJOB=4406360
IDBENCH=139742
IDSOLVER=2870
FILE ID=node127/4406360-1569404700
RUNJOBID= node127-1569396629-4098
PBS_JOBID= 21705686
Free space on /tmp= 35896 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-05-07.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4406360-1569404700/watcher-4406360-1569404700 -o /tmp/evaluation-result-4406360-1569404700/solver-4406360-1569404700 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1569396629-4098 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 1947704155 HOME/instance-4406360-1569404700.xml

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

MD5SUM BENCH= 91a6e92a2ae9197e0e5abb82e178125f
RANDOM SEED=1947704155

node127.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.55
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.55
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.55
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.55
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:        24470920 kB
MemAvailable:   30640128 kB
Buffers:          113460 kB
Cached:          6255336 kB
SwapCached:        44656 kB
Active:          4253676 kB
Inactive:        3325592 kB
Active(anon):    1163356 kB
Inactive(anon):   104540 kB
Active(file):    3090320 kB
Inactive(file):  3221052 kB
Unevictable:      107776 kB
Mlocked:          107776 kB
SwapTotal:      67108860 kB
SwapFree:       66959728 kB
Dirty:             26328 kB
Writeback:             0 kB
AnonPages:       1287144 kB
Mapped:            71812 kB
Shmem:             49032 kB
Slab:             315720 kB
SReclaimable:     286296 kB
SUnreclaim:        29424 kB
KernelStack:        4000 kB
PageTables:         8268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3070576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1175552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 35872 MiB
End job on node127 at 2019-09-25 11:46:29