Trace number 4404348

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-20 parallel? 15863.9 2100.37

General information on the benchmark

NameSocialGolfers/SocialGolfers-cp-s1/
SocialGolfers-9-8-4-cp.xml
MD5SUMbd9ca51d6afa7a7de86d4bfb05f523c8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark138.482
Satisfiable
(Un)Satisfiability was proved
Number of variables288
Number of constraints15342
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":288}]
Minimum variable degree215
Maximum variable degree216
Distribution of variable degrees[{"degree":215,"count":216},{"degree":216,"count":72}]
Minimum constraint arity4
Maximum constraint arity288
Distribution of constraint arities[{"arity":4,"count":15336},{"arity":72,"count":5},{"arity":288,"count":1}]
Number of extensional constraints0
Number of intensional constraints15336
Distribution of constraint types[{"type":"intension","count":15336},{"type":"lex","count":1},{"type":"cardinality","count":4},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404348-1568997579/watcher-4404348-1568997579 -o /var/tmp/evaluation-result-4404348-1568997579/solver-4404348-1568997579 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node147-1568994352-14801 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 140978950 HOME/instance-4404348-1568997579.xml 

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

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


[startup+0.100162 s]*
/proc/loadavg: 6.45 6.41 7.21 2/212 16385
/proc/meminfo: memFree=18858080/32770624 swapFree=66935844/67108860
[pid=16364] ppid=16361 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/16364/stat : 16364 (xcsp3-exec) S 16361 16364 14774 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475671678 115843072 362 33554432000 4194304 5098028 140724257662032 140724257660136 140404967998076 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26697728 140724257669970 140724257670229 140724257670229 140724257673158 0
/proc/16364/statm: 28282 362 304 221 0 87 0
[pid=16366] ppid=16364 vsize=28227396 memory=29100 CPUtime=0.12 cores=0-7
/proc/16366/stat : 16366 (java) S 16364 16364 14774 0 -1 1077944320 5751 0 0 0 11 1 0 0 20 0 20 0 475671678 28904853504 7275 33554432000 4194304 4196468 140722486827888 140722486810432 139813470613239 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
/proc/16366/statm: 7056849 7275 3123 1 0 7019032 0
[pid=16366/tid=16367] ppid=16364 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/16366/task/16367/stat : 16367 (java) R 16364 16364 14774 0 -1 4202560 3669 0 0 0 8 1 0 0 20 0 20 0 475671678 28904853504 7275 33554432000 4194304 4196468 140722486827888 139813474840944 139813470625174 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16368] ppid=16364 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16366/task/16368/stat : 16368 (java) S 16364 16364 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475671679 28904853504 7275 33554432000 4194304 4196468 140722486827888 139813423233424 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16369] ppid=16364 vsize=28227396 memory=139965168453248 CPUtime=0 cores=0-7
/proc/16366/task/16369/stat : 16369 (java) S 16364 16364 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475671679 28904853504 7275 33554432000 4194304 4196468 140722486827888 139813422180624 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16370] ppid=16364 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16366/task/16370/stat : 16370 (java) S 16364 16364 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475671679 28904853504 7275 33554432000 4194304 4196468 140722486827888 139813421128336 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16371] ppid=16364 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16366/task/16371/stat : 16371 (java) S 16364 16364 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475671679 28904853504 7275 33554432000 4194304 4196468 140722486827888 139813420075536 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16372] ppid=16364 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16366/task/16372/stat : 16372 (java) S 16364 16364 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475671679 28904853504 7275 33554432000 4194304 4196468 140722486827888 139813419023248 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16373] ppid=16364 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16366/task/16373/stat : 16373 (java) S 16364 16364 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475671679 28904853504 7275 33554432000 4194304 4196468 140722486827888 139813417970448 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16374] ppid=16364 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16366/task/16374/stat : 16374 (java) S 16364 16364 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475671679 28904853504 7275 33554432000 4194304 4196468 140722486827888 139813416918160 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16375] ppid=16364 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16366/task/16375/stat : 16375 (java) S 16364 16364 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475671679 28904853504 7275 33554432000 4194304 4196468 140722486827888 139813415865360 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16376] ppid=16364 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16366/task/16376/stat : 16376 (java) S 16364 16364 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475671681 28904853504 7275 33554432000 4194304 4196468 140722486827888 139812136159344 139813470624386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16377] ppid=16364 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16366/task/16377/stat : 16377 (java) S 16364 16364 14774 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475671681 28904853504 7275 33554432000 4194304 4196468 140722486827888 139812135105312 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16378] ppid=16364 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16366/task/16378/stat : 16378 (java) S 16364 16364 14774 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475671681 28904853504 7275 33554432000 4194304 4196468 140722486827888 139812134052976 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16379] ppid=16364 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16366/task/16379/stat : 16379 (java) S 16364 16364 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475671684 28904853504 7275 33554432000 4194304 4196468 140722486827888 139812133001296 139813470631835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16380] ppid=16364 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16366/task/16380/stat : 16380 (java) S 16364 16364 14774 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 475671684 28904853504 7275 33554432000 4194304 4196468 140722486827888 139812131949168 139813470624386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16381] ppid=16364 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16366/task/16381/stat : 16381 (java) S 16364 16364 14774 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 475671684 28904853504 7275 33554432000 4194304 4196468 140722486827888 139812130896368 139813470624386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16382] ppid=16364 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16366/task/16382/stat : 16382 (java) S 16364 16364 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475671684 28904853504 7275 33554432000 4194304 4196468 140722486827888 139812129844080 139813470624386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16383] ppid=16364 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/16366/task/16383/stat : 16383 (java) R 16364 16364 14774 0 -1 4202560 342 0 0 0 2 0 0 0 20 0 20 0 475671684 28904853504 7275 33554432000 4194304 4196468 140722486827888 139812128791280 139813470634586 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16384] ppid=16364 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16366/task/16384/stat : 16384 (java) S 16364 16364 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475671684 28904853504 7275 33554432000 4194304 4196468 140722486827888 139812127738208 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16385] ppid=16364 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16366/task/16385/stat : 16385 (java) S 16364 16364 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475671684 28904853504 7275 33554432000 4194304 4196468 140722486827888 139812126685488 139813470624386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30548 KiB

[startup+0.210371 s]*
/proc/loadavg: 6.45 6.41 7.21 2/212 16385
/proc/meminfo: memFree=18831624/32770624 swapFree=66935844/67108860
[pid=16364] ppid=16361 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/16364/stat : 16364 (xcsp3-exec) S 16361 16364 14774 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475671678 115843072 362 33554432000 4194304 5098028 140724257662032 140724257660136 140404967998076 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26697728 140724257669970 140724257670229 140724257670229 140724257673158 0
/proc/16364/statm: 28282 362 304 221 0 87 0
[pid=16366] ppid=16364 vsize=28227396 memory=40908 CPUtime=0.33 cores=0-7
/proc/16366/stat : 16366 (java) S 16364 16364 14774 0 -1 1077944320 9499 0 0 0 29 4 0 0 20 0 20 0 475671678 28904853504 10227 33554432000 4194304 4196468 140722486827888 140722486810432 139813470613239 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
/proc/16366/statm: 7056849 10227 3258 1 0 7019032 0
[pid=16366/tid=16367] ppid=16364 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/16366/task/16367/stat : 16367 (java) R 16364 16364 14774 0 -1 4202560 6662 0 0 0 17 3 0 0 20 0 20 0 475671678 28904853504 10227 33554432000 4194304 4196468 140722486827888 139813474847360 139813470625174 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16368] ppid=16364 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/16366/task/16368/stat : 16368 (java) S 16364 16364 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475671679 28904853504 10227 33554432000 4194304 4196468 140722486827888 139813423233424 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16369] ppid=16364 vsize=28227396 memory=288370341320164992 CPUtime=0 cores=0-7
/proc/16366/task/16369/stat : 16369 (java) S 16364 16364 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475671679 28904853504 10227 33554432000 4194304 4196468 140722486827888 139813422180624 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16370] ppid=16364 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16366/task/16370/stat : 16370 (java) S 16364 16364 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475671679 28904853504 10227 33554432000 4194304 4196468 140722486827888 139813421128336 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16371] ppid=16364 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16366/task/16371/stat : 16371 (java) S 16364 16364 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475671679 28904853504 10227 33554432000 4194304 4196468 140722486827888 139813420075536 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16372] ppid=16364 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16366/task/16372/stat : 16372 (java) S 16364 16364 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475671679 28904853504 10227 33554432000 4194304 4196468 140722486827888 139813419023248 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16373] ppid=16364 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16366/task/16373/stat : 16373 (java) S 16364 16364 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475671679 28904853504 10227 33554432000 4194304 4196468 140722486827888 139813417970448 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16374] ppid=16364 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16366/task/16374/stat : 16374 (java) S 16364 16364 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475671679 28904853504 10227 33554432000 4194304 4196468 140722486827888 139813416918160 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16375] ppid=16364 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16366/task/16375/stat : 16375 (java) S 16364 16364 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475671679 28904853504 10227 33554432000 4194304 4196468 140722486827888 139813415865360 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16376] ppid=16364 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16366/task/16376/stat : 16376 (java) S 16364 16364 14774 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 475671681 28904853504 10227 33554432000 4194304 4196468 140722486827888 139812136159344 139813470624386 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16377] ppid=16364 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16366/task/16377/stat : 16377 (java) S 16364 16364 14774 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475671681 28904853504 10227 33554432000 4194304 4196468 140722486827888 139812135105312 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16378] ppid=16364 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16366/task/16378/stat : 16378 (java) S 16364 16364 14774 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475671681 28904853504 10227 33554432000 4194304 4196468 140722486827888 139812134052976 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16379] ppid=16364 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16366/task/16379/stat : 16379 (java) S 16364 16364 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475671684 28904853504 10227 33554432000 4194304 4196468 140722486827888 139812133001296 139813470631835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16380] ppid=16364 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/16366/task/16380/stat : 16380 (java) S 16364 16364 14774 0 -1 1077944384 353 0 0 0 1 0 0 0 20 0 20 0 475671684 28904853504 10227 33554432000 4194304 4196468 140722486827888 139812131949168 139813470624386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16381] ppid=16364 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16366/task/16381/stat : 16381 (java) S 16364 16364 14774 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 20 0 475671684 28904853504 10227 33554432000 4194304 4196468 140722486827888 139812130896368 139813470624386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16382] ppid=16364 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/16366/task/16382/stat : 16382 (java) S 16364 16364 14774 0 -1 1077944384 284 0 0 0 1 0 0 0 20 0 20 0 475671684 28904853504 10227 33554432000 4194304 4196468 140722486827888 139812129844080 139813470624386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16383] ppid=16364 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/16366/task/16383/stat : 16383 (java) R 16364 16364 14774 0 -1 4202560 757 0 0 0 7 0 0 0 20 0 20 0 475671684 28904853504 10227 33554432000 4194304 4196468 140722486827888 139812128791280 139813470625174 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16384] ppid=16364 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16366/task/16384/stat : 16384 (java) S 16364 16364 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475671684 28904853504 10227 33554432000 4194304 4196468 140722486827888 139812127738208 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16385] ppid=16364 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16366/task/16385/stat : 16385 (java) S 16364 16364 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475671684 28904853504 10227 33554432000 4194304 4196468 140722486827888 139812126685488 139813470624386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42356 KiB

[startup+0.518648 s]*
/proc/loadavg: 6.45 6.41 7.21 3/212 16385
/proc/meminfo: memFree=18811028/32770624 swapFree=66935844/67108860
[pid=16364] ppid=16361 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/16364/stat : 16364 (xcsp3-exec) S 16361 16364 14774 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475671678 115843072 362 33554432000 4194304 5098028 140724257662032 140724257660136 140404967998076 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26697728 140724257669970 140724257670229 140724257670229 140724257673158 0
/proc/16364/statm: 28282 362 304 221 0 87 0
[pid=16366] ppid=16364 vsize=28233776 memory=79056 CPUtime=1.28 cores=0-7
/proc/16366/stat : 16366 (java) S 16364 16364 14774 0 -1 1077944320 13995 0 0 0 123 5 0 0 20 0 20 0 475671678 28911386624 19764 33554432000 4194304 4196468 140722486827888 140722486810432 139813470613239 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
/proc/16366/statm: 7058444 19764 3430 1 0 7019544 0
[pid=16366/tid=16367] ppid=16364 vsize=28233776 memory=6791534058613427641 CPUtime=0.5 cores=0-7
/proc/16366/task/16367/stat : 16367 (java) R 16364 16364 14774 0 -1 4202560 8327 0 0 0 46 4 0 0 20 0 20 0 475671678 28911386624 19764 33554432000 4194304 4196468 140722486827888 139813474850288 139813083811667 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16368] ppid=16364 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/16366/task/16368/stat : 16368 (java) S 16364 16364 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475671679 28911386624 19764 33554432000 4194304 4196468 140722486827888 139813423233424 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16369] ppid=16364 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/16366/task/16369/stat : 16369 (java) S 16364 16364 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475671679 28911386624 19764 33554432000 4194304 4196468 140722486827888 139813422180624 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16370] ppid=16364 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/16366/task/16370/stat : 16370 (java) S 16364 16364 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475671679 28911386624 19764 33554432000 4194304 4196468 140722486827888 139813421128336 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16371] ppid=16364 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/16366/task/16371/stat : 16371 (java) S 16364 16364 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475671679 28911386624 19764 33554432000 4194304 4196468 140722486827888 139813420075536 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16372] ppid=16364 vsize=28233776 memory=2244 CPUtime=0 cores=0-7
/proc/16366/task/16372/stat : 16372 (java) S 16364 16364 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475671679 28911386624 19764 33554432000 4194304 4196468 140722486827888 139813419023248 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16373] ppid=16364 vsize=28233776 memory=139965065425839 CPUtime=0 cores=0-7
/proc/16366/task/16373/stat : 16373 (java) S 16364 16364 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475671679 28911386624 19764 33554432000 4194304 4196468 140722486827888 139813417970448 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16374] ppid=16364 vsize=28233776 memory=139965065428144 CPUtime=0 cores=0-7
/proc/16366/task/16374/stat : 16374 (java) S 16364 16364 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475671679 28911386624 19764 33554432000 4194304 4196468 140722486827888 139813416918160 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16375] ppid=16364 vsize=28233776 memory=139965065430448 CPUtime=0 cores=0-7
/proc/16366/task/16375/stat : 16375 (java) S 16364 16364 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475671679 28911386624 19764 33554432000 4194304 4196468 140722486827888 139813415865360 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16376] ppid=16364 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/16366/task/16376/stat : 16376 (java) S 16364 16364 14774 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 475671681 28911386624 19764 33554432000 4194304 4196468 140722486827888 139812136159344 139813470624386 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16377] ppid=16364 vsize=28233776 memory=279930130867856 CPUtime=0 cores=0-7
/proc/16366/task/16377/stat : 16377 (java) S 16364 16364 14774 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475671681 28911386624 19764 33554432000 4194304 4196468 140722486827888 139812135105312 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16378] ppid=16364 vsize=28233776 memory=279930130874768 CPUtime=0 cores=0-7
/proc/16366/task/16378/stat : 16378 (java) S 16364 16364 14774 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475671681 28911386624 19764 33554432000 4194304 4196468 140722486827888 139812134052976 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16379] ppid=16364 vsize=28233776 memory=279930130816048 CPUtime=0 cores=0-7
/proc/16366/task/16379/stat : 16379 (java) S 16364 16364 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475671684 28911386624 19764 33554432000 4194304 4196468 140722486827888 139812133001296 139813470631835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16380] ppid=16364 vsize=28233776 memory=279930130888592 CPUtime=0.18 cores=0-7
/proc/16366/task/16380/stat : 16380 (java) R 16364 16364 14774 0 -1 1077944384 1051 0 0 0 18 0 0 0 20 0 20 0 475671684 28911386624 19764 33554432000 4194304 4196468 140722486827888 139812131949168 139813470624386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16381] ppid=16364 vsize=28233776 memory=279930130895504 CPUtime=0.16 cores=0-7
/proc/16366/task/16381/stat : 16381 (java) R 16364 16364 14774 0 -1 4202560 812 0 0 0 16 0 0 0 20 0 20 0 475671684 28911386624 19764 33554432000 4194304 4196468 140722486827888 139812130886288 139813451128826 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16382] ppid=16364 vsize=28233776 memory=279930130893200 CPUtime=0.17 cores=0-7
/proc/16366/task/16382/stat : 16382 (java) R 16364 16364 14774 0 -1 4202560 1071 0 0 0 17 0 0 0 20 0 20 0 475671684 28911386624 19764 33554432000 4194304 4196468 140722486827888 139812129834912 139813455002096 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16383] ppid=16364 vsize=28233776 memory=279930130909360 CPUtime=0.24 cores=0-7
/proc/16366/task/16383/stat : 16383 (java) R 16364 16364 14774 0 -1 4202560 1421 0 0 0 24 0 0 0 20 0 20 0 475671684 28911386624 19764 33554432000 4194304 4196468 140722486827888 139812128791408 139813452512968 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16384] ppid=16364 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/16366/task/16384/stat : 16384 (java) S 16364 16364 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475671684 28911386624 19764 33554432000 4194304 4196468 140722486827888 139812127738208 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16385] ppid=16364 vsize=28233776 memory=-1 CPUtime=0 cores=0-7
/proc/16366/task/16385/stat : 16385 (java) S 16364 16364 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475671684 28911386624 19764 33554432000 4194304 4196468 140722486827888 139812126685488 139813470624386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 80504 KiB

[startup+0.710389 s]*
/proc/loadavg: 6.45 6.41 7.21 5/212 16385
/proc/meminfo: memFree=18732416/32770624 swapFree=66935844/67108860
[pid=16364] ppid=16361 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/16364/stat : 16364 (xcsp3-exec) S 16361 16364 14774 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475671678 115843072 362 33554432000 4194304 5098028 140724257662032 140724257660136 140404967998076 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26697728 140724257669970 140724257670229 140724257670229 140724257673158 0
/proc/16364/statm: 28282 362 304 221 0 87 0
[pid=16366] ppid=16364 vsize=28233776 memory=159816 CPUtime=2.07 cores=0-7
/proc/16366/stat : 16366 (java) S 16364 16364 14774 0 -1 1077944320 15247 0 0 0 200 7 0 0 20 0 20 0 475671678 28911386624 39954 33554432000 4194304 4196468 140722486827888 140722486810432 139813470613239 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
/proc/16366/statm: 7058444 39954 3448 1 0 7019544 0
[pid=16366/tid=16367] ppid=16364 vsize=28233776 memory=6791534058613427641 CPUtime=0.69 cores=0-7
/proc/16366/task/16367/stat : 16367 (java) R 16364 16364 14774 0 -1 4202560 8375 0 0 0 64 5 0 0 20 0 20 0 475671678 28911386624 40466 33554432000 4194304 4196468 140722486827888 139813474846976 139813084487520 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16368] ppid=16364 vsize=28233776 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16366/task/16368/stat : 16368 (java) S 16364 16364 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475671679 28911386624 40466 33554432000 4194304 4196468 140722486827888 139813423233424 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16369] ppid=16364 vsize=28233776 memory=1804 CPUtime=0 cores=0-7
/proc/16366/task/16369/stat : 16369 (java) S 16364 16364 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475671679 28911386624 40466 33554432000 4194304 4196468 140722486827888 139813422180624 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16370] ppid=16364 vsize=28233776 memory=916 CPUtime=0 cores=0-7
/proc/16366/task/16370/stat : 16370 (java) S 16364 16364 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475671679 28911386624 40466 33554432000 4194304 4196468 140722486827888 139813421128336 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0

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

[pid=16366/tid=16377] ppid=16364 vsize=28300340 memory=776 CPUtime=0 cores=0-7
/proc/16366/task/16377/stat : 16377 (java) S 16364 16364 14774 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 21 0 475671681 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812135105376 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16378] ppid=16364 vsize=28300340 memory=1560 CPUtime=0 cores=0-7
/proc/16366/task/16378/stat : 16378 (java) S 16364 16364 14774 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 21 0 475671681 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812134052992 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16379] ppid=16364 vsize=28300340 memory=1448 CPUtime=0 cores=0-7
/proc/16366/task/16379/stat : 16379 (java) S 16364 16364 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 475671684 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812133001296 139813470631835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16380] ppid=16364 vsize=28300340 memory=24741588 CPUtime=2.32 cores=0-7
/proc/16366/task/16380/stat : 16380 (java) S 16364 16364 14774 0 -1 1077944384 14690 0 0 0 230 2 0 0 20 0 21 0 475671684 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812131949216 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16381] ppid=16364 vsize=28300340 memory=11416 CPUtime=2.34 cores=0-7
/proc/16366/task/16381/stat : 16381 (java) S 16364 16364 14774 0 -1 1077944384 15882 0 0 0 232 2 0 0 20 0 21 0 475671684 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812130896416 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16382] ppid=16364 vsize=28300340 memory=780 CPUtime=2.03 cores=0-7
/proc/16366/task/16382/stat : 16382 (java) S 16364 16364 14774 0 -1 1077944384 11905 0 0 0 201 2 0 0 20 0 21 0 475671684 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812129843840 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16383] ppid=16364 vsize=28300340 memory=1448 CPUtime=0.68 cores=0-7
/proc/16366/task/16383/stat : 16383 (java) S 16364 16364 14774 0 -1 1077944384 5784 0 0 0 67 1 0 0 20 0 21 0 475671684 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812128791328 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16384] ppid=16364 vsize=28300340 memory=3592 CPUtime=0 cores=0-7
/proc/16366/task/16384/stat : 16384 (java) S 16364 16364 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 475671684 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812127738208 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16385] ppid=16364 vsize=28300340 memory=1128 CPUtime=0.8 cores=0-7
/proc/16366/task/16385/stat : 16385 (java) S 16364 16364 14774 0 -1 1077944384 3824 0 0 0 48 32 0 0 20 0 21 0 475671684 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812126685488 139813470624386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16570] ppid=16364 vsize=28300340 memory=1448 CPUtime=0 cores=0-7
/proc/16366/task/16570/stat : 16570 (java) S 16364 16364 14774 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 21 0 475879988 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812125392320 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
Current children cumulated CPU time: 15838.9 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 24743036 KiB

[startup+2097.8 s]
/proc/loadavg: 7.64 7.76 7.70 9/213 16571
/proc/meminfo: memFree=205340/32770624 swapFree=66935844/67108860
[pid=16364] ppid=16361 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/16364/stat : 16364 (xcsp3-exec) S 16361 16364 14774 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475671678 115843072 362 33554432000 4194304 5098028 140724257662032 140724257660136 140404967998076 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26697728 140724257669970 140724257670229 140724257670229 140724257673158 0
/proc/16364/statm: 28282 362 304 221 0 87 0
[pid=16366] ppid=16364 vsize=28300340 memory=24741588 CPUtime=15851 cores=0-7
/proc/16366/stat : 16366 (java) S 16364 16364 14774 0 -1 1077944320 149824366 0 0 0 1567611 17484 0 0 20 0 21 0 475671678 28979548160 6185397 33554432000 4194304 4196468 140722486827888 140722486810432 139813470613239 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
/proc/16366/statm: 7075085 6185397 3533 1 0 7036185 0
[pid=16366/tid=16367] ppid=16364 vsize=28300340 memory=24741588 CPUtime=56.98 cores=0-7
/proc/16366/task/16367/stat : 16367 (java) S 16364 16364 14774 0 -1 1077944384 31177 0 0 0 5672 26 0 0 20 0 21 0 475671678 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139813474853920 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16368] ppid=16364 vsize=28300340 memory=24741588 CPUtime=1968.33 cores=0-7
/proc/16366/task/16368/stat : 16368 (java) R 16364 16364 14774 0 -1 4202560 18365244 0 0 0 194668 2165 0 0 20 0 21 0 475671679 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139813423233232 139813463241447 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16369] ppid=16364 vsize=28300340 memory=3512 CPUtime=1967.89 cores=0-7
/proc/16366/task/16369/stat : 16369 (java) R 16364 16364 14774 0 -1 4202560 18750368 0 0 0 194664 2125 0 0 20 0 21 0 475671679 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139813422180432 139813453996274 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16370] ppid=16364 vsize=28300340 memory=1448 CPUtime=1970.22 cores=0-7
/proc/16366/task/16370/stat : 16370 (java) R 16364 16364 14774 0 -1 4202560 17302095 0 0 0 194910 2112 0 0 20 0 21 0 475671679 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139813421128144 139813453996274 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16371] ppid=16364 vsize=28300340 memory=6791534058613427641 CPUtime=1966.47 cores=0-7
/proc/16366/task/16371/stat : 16371 (java) R 16364 16364 14774 0 -1 4202560 20630939 0 0 0 194294 2353 0 0 20 0 21 0 475671679 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139813420075344 139813453996274 0 4 0 16800975 0 0 0 -1 5 0 0 18 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16372] ppid=16364 vsize=28300340 memory=4520 CPUtime=1967.48 cores=0-7
/proc/16366/task/16372/stat : 16372 (java) R 16364 16364 14774 0 -1 4202560 18307110 0 0 0 194548 2200 0 0 20 0 21 0 475671679 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139813419023448 139813463716876 0 4 0 16800975 0 0 0 -1 6 0 0 14 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16373] ppid=16364 vsize=28300340 memory=988 CPUtime=1967.27 cores=0-7
/proc/16366/task/16373/stat : 16373 (java) R 16364 16364 14774 0 -1 4202560 19000087 0 0 0 194527 2200 0 0 20 0 21 0 475671679 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139813417970568 139813463241447 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16374] ppid=16364 vsize=28300340 memory=1368 CPUtime=1968.1 cores=0-7
/proc/16366/task/16374/stat : 16374 (java) R 16364 16364 14774 0 -1 4202560 16652007 0 0 0 194781 2029 0 0 20 0 21 0 475671679 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139813416917968 139813463241447 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16375] ppid=16364 vsize=28300340 memory=1056 CPUtime=1968.7 cores=0-7
/proc/16366/task/16375/stat : 16375 (java) R 16364 16364 14774 0 -1 4202560 18303222 0 0 0 194748 2122 0 0 20 0 21 0 475671679 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139813415865480 139813463241447 0 4 0 16800975 0 0 0 -1 7 0 0 14 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16376] ppid=16364 vsize=28300340 memory=1716 CPUtime=41.22 cores=0-7
/proc/16366/task/16376/stat : 16376 (java) S 16364 16364 14774 0 -1 1077944384 2428605 0 0 0 3989 133 0 0 20 0 21 0 475671681 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812136157888 139813470623445 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16377] ppid=16364 vsize=28300340 memory=6028 CPUtime=0 cores=0-7
/proc/16366/task/16377/stat : 16377 (java) S 16364 16364 14774 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 21 0 475671681 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812135105376 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16378] ppid=16364 vsize=28300340 memory=1448 CPUtime=0 cores=0-7
/proc/16366/task/16378/stat : 16378 (java) S 16364 16364 14774 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 21 0 475671681 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812134052992 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16379] ppid=16364 vsize=28300340 memory=24741588 CPUtime=0 cores=0-7
/proc/16366/task/16379/stat : 16379 (java) S 16364 16364 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 475671684 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812133001296 139813470631835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16380] ppid=16364 vsize=28300340 memory=111632 CPUtime=2.32 cores=0-7
/proc/16366/task/16380/stat : 16380 (java) S 16364 16364 14774 0 -1 1077944384 14690 0 0 0 230 2 0 0 20 0 21 0 475671684 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812131949216 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16381] ppid=16364 vsize=28300340 memory=796 CPUtime=2.34 cores=0-7
/proc/16366/task/16381/stat : 16381 (java) S 16364 16364 14774 0 -1 1077944384 15882 0 0 0 232 2 0 0 20 0 21 0 475671684 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812130896416 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16382] ppid=16364 vsize=28300340 memory=1804 CPUtime=2.03 cores=0-7
/proc/16366/task/16382/stat : 16382 (java) S 16364 16364 14774 0 -1 1077944384 11905 0 0 0 201 2 0 0 20 0 21 0 475671684 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812129843840 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16383] ppid=16364 vsize=28300340 memory=1560 CPUtime=0.68 cores=0-7
/proc/16366/task/16383/stat : 16383 (java) S 16364 16364 14774 0 -1 1077944384 5784 0 0 0 67 1 0 0 20 0 21 0 475671684 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812128791328 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16384] ppid=16364 vsize=28300340 memory=932 CPUtime=0 cores=0-7
/proc/16366/task/16384/stat : 16384 (java) S 16364 16364 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 475671684 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812127738208 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16385] ppid=16364 vsize=28300340 memory=11416 CPUtime=0.8 cores=0-7
/proc/16366/task/16385/stat : 16385 (java) S 16364 16364 14774 0 -1 1077944384 3824 0 0 0 48 32 0 0 20 0 21 0 475671684 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812126685488 139813470624386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16570] ppid=16364 vsize=28300340 memory=780 CPUtime=0 cores=0-7
/proc/16366/task/16570/stat : 16570 (java) S 16364 16364 14774 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 21 0 475879988 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812125392320 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
Current children cumulated CPU time: 15851 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 24743036 KiB

[startup+2099.4 s]
/proc/loadavg: 7.64 7.76 7.70 9/213 16571
/proc/meminfo: memFree=205340/32770624 swapFree=66935844/67108860
[pid=16364] ppid=16361 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/16364/stat : 16364 (xcsp3-exec) S 16361 16364 14774 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475671678 115843072 362 33554432000 4194304 5098028 140724257662032 140724257660136 140404967998076 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26697728 140724257669970 140724257670229 140724257670229 140724257673158 0
/proc/16364/statm: 28282 362 304 221 0 87 0
[pid=16366] ppid=16364 vsize=28300340 memory=24741588 CPUtime=15862.9 cores=0-7
/proc/16366/stat : 16366 (java) S 16364 16364 14774 0 -1 1077944320 150246737 0 0 0 1568782 17511 0 0 20 0 21 0 475671678 28979548160 6185397 33554432000 4194304 4196468 140722486827888 140722486810432 139813470613239 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
/proc/16366/statm: 7075085 6185397 3533 1 0 7036185 0
[pid=16366/tid=16367] ppid=16364 vsize=28300340 memory=6028 CPUtime=56.98 cores=0-7
/proc/16366/task/16367/stat : 16367 (java) S 16364 16364 14774 0 -1 1077944384 31177 0 0 0 5672 26 0 0 20 0 21 0 475671678 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139813474853920 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16368] ppid=16364 vsize=28300340 memory=1560 CPUtime=1969.85 cores=0-7
/proc/16366/task/16368/stat : 16368 (java) S 16364 16364 14774 0 -1 1077944384 18365244 0 0 0 194819 2166 0 0 20 0 21 0 475671679 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139813423233424 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 11 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16369] ppid=16364 vsize=28300340 memory=3592 CPUtime=1969.41 cores=0-7
/proc/16366/task/16369/stat : 16369 (java) S 16364 16364 14774 0 -1 1077944384 18750368 0 0 0 194815 2126 0 0 20 0 21 0 475671679 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139813422180624 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 14 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16370] ppid=16364 vsize=28300340 memory=1128 CPUtime=1971.7 cores=0-7
/proc/16366/task/16370/stat : 16370 (java) S 16364 16364 14774 0 -1 1077944384 17302095 0 0 0 195057 2113 0 0 20 0 21 0 475671679 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139813421128336 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16371] ppid=16364 vsize=28300340 memory=492 CPUtime=1967.99 cores=0-7
/proc/16366/task/16371/stat : 16371 (java) S 16364 16364 14774 0 -1 1077944384 20630940 0 0 0 194445 2354 0 0 20 0 21 0 475671679 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139813420075536 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16372] ppid=16364 vsize=28300340 memory=1560 CPUtime=1969.05 cores=0-7
/proc/16366/task/16372/stat : 16372 (java) S 16364 16364 14774 0 -1 1077944384 18727201 0 0 0 194683 2222 0 0 20 0 21 0 475671679 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139813419023248 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 14 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16373] ppid=16364 vsize=28300340 memory=932 CPUtime=1968.73 cores=0-7
/proc/16366/task/16373/stat : 16373 (java) S 16364 16364 14774 0 -1 1077944384 19000087 0 0 0 194673 2200 0 0 20 0 21 0 475671679 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139813417970448 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16374] ppid=16364 vsize=28300340 memory=6791534058613427641 CPUtime=1969.55 cores=0-7
/proc/16366/task/16374/stat : 16374 (java) S 16364 16364 14774 0 -1 1077944384 16652007 0 0 0 194925 2030 0 0 20 0 21 0 475671679 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139813416918160 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16375] ppid=16364 vsize=28300340 memory=1448 CPUtime=1970.14 cores=0-7
/proc/16366/task/16375/stat : 16375 (java) S 16364 16364 14774 0 -1 1077944384 18303222 0 0 0 194892 2122 0 0 20 0 21 0 475671679 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139813415865360 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16376] ppid=16364 vsize=28300340 memory=1448 CPUtime=41.24 cores=0-7
/proc/16366/task/16376/stat : 16376 (java) R 16364 16364 14774 0 -1 4202560 2430857 0 0 0 3991 133 0 0 20 0 21 0 475671681 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812136157888 139813455616247 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16377] ppid=16364 vsize=28300340 memory=2020 CPUtime=0 cores=0-7
/proc/16366/task/16377/stat : 16377 (java) S 16364 16364 14774 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 21 0 475671681 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812135105376 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16378] ppid=16364 vsize=28300340 memory=988 CPUtime=0 cores=0-7
/proc/16366/task/16378/stat : 16378 (java) S 16364 16364 14774 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 21 0 475671681 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812134052992 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16379] ppid=16364 vsize=28300340 memory=1368 CPUtime=0 cores=0-7
/proc/16366/task/16379/stat : 16379 (java) S 16364 16364 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 475671684 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812133001296 139813470631835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16380] ppid=16364 vsize=28300340 memory=1448 CPUtime=2.32 cores=0-7
/proc/16366/task/16380/stat : 16380 (java) S 16364 16364 14774 0 -1 1077944384 14690 0 0 0 230 2 0 0 20 0 21 0 475671684 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812131949216 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16381] ppid=16364 vsize=28300340 memory=24741588 CPUtime=2.34 cores=0-7
/proc/16366/task/16381/stat : 16381 (java) S 16364 16364 14774 0 -1 1077944384 15882 0 0 0 232 2 0 0 20 0 21 0 475671684 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812130896416 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16382] ppid=16364 vsize=28300340 memory=1448 CPUtime=2.03 cores=0-7
/proc/16366/task/16382/stat : 16382 (java) S 16364 16364 14774 0 -1 1077944384 11905 0 0 0 201 2 0 0 20 0 21 0 475671684 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812129843840 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16383] ppid=16364 vsize=28300340 memory=24741588 CPUtime=0.68 cores=0-7
/proc/16366/task/16383/stat : 16383 (java) S 16364 16364 14774 0 -1 1077944384 5784 0 0 0 67 1 0 0 20 0 21 0 475671684 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812128791328 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16384] ppid=16364 vsize=28300340 memory=1448 CPUtime=0 cores=0-7
/proc/16366/task/16384/stat : 16384 (java) S 16364 16364 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 475671684 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812127738208 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16385] ppid=16364 vsize=28300340 memory=24741588 CPUtime=0.8 cores=0-7
/proc/16366/task/16385/stat : 16385 (java) S 16364 16364 14774 0 -1 1077944384 3824 0 0 0 48 32 0 0 20 0 21 0 475671684 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812126685488 139813470624386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
[pid=16366/tid=16570] ppid=16364 vsize=28300340 memory=-3622645143214314312 CPUtime=0 cores=0-7
/proc/16366/task/16570/stat : 16570 (java) S 16364 16364 14774 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 21 0 475879988 28979548160 6185397 33554432000 4194304 4196468 140722486827888 139812125392320 139813470623445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15953920 140722486834134 140722486834310 140722486834310 140722486837199 0
Current children cumulated CPU time: 15862.9 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 24743036 KiB

[startup+2099.8 s]
/proc/loadavg: 7.64 7.76 7.70 9/213 16571
/proc/meminfo: memFree=205340/32770624 swapFree=66935844/67108860
[pid=16364] ppid=16361 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/16364/stat : 16364 (xcsp3-exec) S 16361 16364 14774 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475671678 115843072 362 33554432000 4194304 5098028 140724257662032 140724257660136 140404967998076 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26697728 140724257669970 140724257670229 140724257670229 140724257673158 0
/proc/16364/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

[startup+2100.2 s]*
/proc/loadavg: 7.10 7.65 7.67 2/194 16571
/proc/meminfo: memFree=16382872/32770624 swapFree=66935844/67108860
[pid=16364] ppid=16361 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/16364/stat : 16364 (xcsp3-exec) S 16361 16364 14774 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475671678 115843072 362 33554432000 4194304 5098028 140724257662032 140724257660136 140404967998076 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26697728 140724257669970 140724257670229 140724257670229 140724257673158 0
/proc/16364/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

[startup+2100.31 s]
/proc/loadavg: 7.10 7.65 7.67 2/194 16571
/proc/meminfo: memFree=16382872/32770624 swapFree=66935844/67108860
[pid=16364] ppid=16361 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/16364/stat : 16364 (xcsp3-exec) S 16361 16364 14774 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475671678 115843072 362 33554432000 4194304 5098028 140724257662032 140724257660136 140404967998076 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26697728 140724257669970 140724257670229 140724257670229 140724257673158 0
/proc/16364/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): 2100.37
CPU time (s): 15863.9
CPU user time (s): 15688.1
CPU system time (s): 175.78
CPU usage (%): 755.291
Max. virtual memory (cumulated for all children) (KiB): 28413468
Max. memory (cumulated for all children) (KiB): 24743036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15688.1
system time used= 175.78
maximum resident set size= 24741720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150270847
page faults= 0
swaps= 0
block input operations= 8
block output operations= 2632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 215294
involuntary context switches= 868265


# summary of solver processes directly reported to runsolver:
#   pid: 16364
#   total CPU time (s): 15863.9
#   total CPU user time (s): 15688.1
#   total CPU system time (s): 175.78

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6819 second user time and 23.6255 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-20 18:38:55
IDJOB=4404348
IDBENCH=126429
IDSOLVER=2865
FILE ID=node147/4404348-1568997579
RUNJOBID= node147-1568994352-14801
PBS_JOBID= 21704722
Free space on /var/tmp= 13508 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-cp-s1/SocialGolfers-9-8-4-cp.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404348-1568997579/watcher-4404348-1568997579 -o /var/tmp/evaluation-result-4404348-1568997579/solver-4404348-1568997579 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node147-1568994352-14801 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 140978950 HOME/instance-4404348-1568997579.xml

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

MD5SUM BENCH= bd9ca51d6afa7a7de86d4bfb05f523c8
RANDOM SEED=140978950

node147.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.52
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.52
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.52
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.52
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:        18875988 kB
MemAvailable:   31787476 kB
Buffers:          140372 kB
Cached:         12742212 kB
SwapCached:        68676 kB
Active:          5286560 kB
Inactive:        7666536 kB
Active(anon):       3480 kB
Inactive(anon):   116484 kB
Active(file):    5283080 kB
Inactive(file):  7550052 kB
Unevictable:      109112 kB
Mlocked:          109112 kB
SwapTotal:      67108860 kB
SwapFree:       66935844 kB
Dirty:             27040 kB
Writeback:             0 kB
AnonPages:        104452 kB
Mapped:            52540 kB
Shmem:             40796 kB
Slab:             535020 kB
SReclaimable:     506816 kB
SUnreclaim:        28204 kB
KernelStack:        3424 kB
PageTables:         5260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13484 MiB
End job on node147 at 2019-09-20 19:13:56