Trace number 4392988

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-06-14? 1157.62 318.054

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 -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4392988-1568317081.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4392988-1568317081.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.29	c parse instance...
1078.26/297.42	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1113.79/306.65		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1113.79/306.65		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
1113.79/306.65		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1113.79/306.65		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1113.79/306.65		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1113.79/306.65		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1113.79/306.65		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
1113.79/306.65		at org.xcsp.parser.XCallbacks$$Lambda$112/1629911510.accept(Unknown Source)
1113.79/306.65		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1113.79/306.65		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1113.79/306.65		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
1113.79/306.65		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
1113.79/306.65		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
1113.79/306.65		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1113.79/306.65		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1113.79/306.65		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1113.79/306.65		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1113.79/306.65		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1113.79/306.65		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1113.79/306.65		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1157.45/317.99	s UNKNOWN
1157.45/317.99	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 (13955 MiB free)
  memory of node 1: 16384 MiB (15344 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392988-1568317081/watcher-4392988-1568317081 -o /tmp/evaluation-result-4392988-1568317081/solver-4392988-1568317081 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568309633-14094 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1372062712 HOME/instance-4392988-1568317081.xml 

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

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


[startup+0.100041 s]*
/proc/loadavg: 9.04 8.68 8.36 7/232 18167
/proc/meminfo: memFree=29977316/32770624 swapFree=66996240/67108860
[pid=18151] ppid=18148 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18151/stat : 18151 (xcsp3-exec) S 18148 18151 14062 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407962783 115843072 362 33554432000 4194304 5098028 140723562783056 140723562781160 140371981214332 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 33304576 140723562787706 140723562787949 140723562787949 140723562790858 0
/proc/18151/statm: 28282 362 304 221 0 87 0
[pid=18153] ppid=18151 vsize=15144768 memory=30140 CPUtime=0.13 cores=1,3,5,7
/proc/18153/stat : 18153 (java) S 18151 18151 14062 0 -1 1077944320 5939 0 0 0 11 2 0 0 20 0 15 0 407962783 15508242432 7535 33554432000 4194304 4196468 140727275519024 140727275501568 140302308790007 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
/proc/18153/statm: 3786192 7535 3154 1 0 3748377 0
[pid=18153/tid=18154] ppid=18151 vsize=15144768 memory=-2698087569006908830 CPUtime=0.09 cores=1,3,5,7
/proc/18153/task/18154/stat : 18154 (java) R 18151 18151 14062 0 -1 4202560 3841 0 0 0 8 1 0 0 20 0 15 0 407962783 15508242432 7535 33554432000 4194304 4196468 140727275519024 140302313015968 140302308811933 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18155] ppid=18151 vsize=15144768 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18155/stat : 18155 (java) S 18151 18151 14062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407962784 15508242432 7535 33554432000 4194304 4196468 140727275519024 140301901491216 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18156] ppid=18151 vsize=15144768 memory=139757102044800 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18156/stat : 18156 (java) S 18151 18151 14062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407962784 15508242432 7535 33554432000 4194304 4196468 140727275519024 140301900438672 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18157] ppid=18151 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18157/stat : 18157 (java) S 18151 18151 14062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407962784 15508242432 7535 33554432000 4194304 4196468 140727275519024 140301899385616 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18158] ppid=18151 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18158/stat : 18158 (java) S 18151 18151 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407962784 15508242432 7535 33554432000 4194304 4196468 140727275519024 140301898333072 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18159] ppid=18151 vsize=15144768 memory=139757102044800 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18159/stat : 18159 (java) S 18151 18151 14062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407962785 15508242432 7535 33554432000 4194304 4196468 140727275519024 140301384059120 140302308801154 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18160] ppid=18151 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18160/stat : 18160 (java) S 18151 18151 14062 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407962786 15508242432 7535 33554432000 4194304 4196468 140727275519024 140301383005344 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18161] ppid=18151 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18161/stat : 18161 (java) S 18151 18151 14062 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407962786 15508242432 7535 33554432000 4194304 4196468 140727275519024 140301381952240 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18162] ppid=18151 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18162/stat : 18162 (java) S 18151 18151 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407962789 15508242432 7535 33554432000 4194304 4196468 140727275519024 140301380900816 140302308808603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18163] ppid=18151 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18163/stat : 18163 (java) S 18151 18151 14062 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 15 0 407962789 15508242432 7535 33554432000 4194304 4196468 140727275519024 140301379848944 140302308801154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18164] ppid=18151 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18164/stat : 18164 (java) S 18151 18151 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407962789 15508242432 7535 33554432000 4194304 4196468 140727275519024 140301378796400 140302308801154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18165] ppid=18151 vsize=15144768 memory=139757102044800 CPUtime=0.02 cores=1,3,5,7
/proc/18153/task/18165/stat : 18165 (java) R 18151 18151 14062 0 -1 4202560 375 0 0 0 2 0 0 0 20 0 15 0 407962789 15508242432 7535 33554432000 4194304 4196468 140727275519024 140301377743344 140302308811354 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18166] ppid=18151 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18166/stat : 18166 (java) S 18151 18151 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407962789 15508242432 7535 33554432000 4194304 4196468 140727275519024 140301376691040 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18167] ppid=18151 vsize=15144768 memory=139757102044800 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18167/stat : 18167 (java) S 18151 18151 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407962789 15508242432 7535 33554432000 4194304 4196468 140727275519024 140301375638064 140302308801154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31588 KiB

[startup+0.211022 s]*
/proc/loadavg: 9.04 8.68 8.36 6/232 18167
/proc/meminfo: memFree=29965804/32770624 swapFree=66996240/67108860
[pid=18151] ppid=18148 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18151/stat : 18151 (xcsp3-exec) S 18148 18151 14062 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407962783 115843072 362 33554432000 4194304 5098028 140723562783056 140723562781160 140371981214332 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 33304576 140723562787706 140723562787949 140723562787949 140723562790858 0
/proc/18151/statm: 28282 362 304 221 0 87 0
[pid=18153] ppid=18151 vsize=15144768 memory=40476 CPUtime=0.34 cores=1,3,5,7
/proc/18153/stat : 18153 (java) S 18151 18151 14062 0 -1 1077944320 9324 0 0 0 31 3 0 0 20 0 15 0 407962783 15508242432 10119 33554432000 4194304 4196468 140727275519024 140727275501568 140302308790007 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
/proc/18153/statm: 3786192 10119 3308 1 0 3748377 0
[pid=18153/tid=18154] ppid=18151 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/18153/task/18154/stat : 18154 (java) R 18151 18151 14062 0 -1 4202560 6605 0 0 0 18 2 0 0 20 0 15 0 407962783 15508242432 10119 33554432000 4194304 4196468 140727275519024 140302313027072 140302308801942 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18155] ppid=18151 vsize=15144768 memory=2670165 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18155/stat : 18155 (java) S 18151 18151 14062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407962784 15508242432 10119 33554432000 4194304 4196468 140727275519024 140301901491216 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18156] ppid=18151 vsize=15144768 memory=2854506 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18156/stat : 18156 (java) S 18151 18151 14062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407962784 15508242432 10119 33554432000 4194304 4196468 140727275519024 140301900438672 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18157] ppid=18151 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18157/stat : 18157 (java) S 18151 18151 14062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407962784 15508242432 10119 33554432000 4194304 4196468 140727275519024 140301899385616 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18158] ppid=18151 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18158/stat : 18158 (java) S 18151 18151 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407962784 15508242432 10119 33554432000 4194304 4196468 140727275519024 140301898333072 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18159] ppid=18151 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18159/stat : 18159 (java) S 18151 18151 14062 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407962785 15508242432 10119 33554432000 4194304 4196468 140727275519024 140301384059120 140302308801154 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18160] ppid=18151 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18160/stat : 18160 (java) S 18151 18151 14062 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407962786 15508242432 10119 33554432000 4194304 4196468 140727275519024 140301383005344 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18161] ppid=18151 vsize=15144768 memory=139757102044800 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18161/stat : 18161 (java) S 18151 18151 14062 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407962786 15508242432 10119 33554432000 4194304 4196468 140727275519024 140301381952240 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18162] ppid=18151 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18162/stat : 18162 (java) S 18151 18151 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407962789 15508242432 10119 33554432000 4194304 4196468 140727275519024 140301380900816 140302308808603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18163] ppid=18151 vsize=15144768 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/18153/task/18163/stat : 18163 (java) S 18151 18151 14062 0 -1 1077944384 531 0 0 0 3 0 0 0 20 0 15 0 407962789 15508242432 10119 33554432000 4194304 4196468 140727275519024 140301379848944 140302308801154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18164] ppid=18151 vsize=15144768 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/18153/task/18164/stat : 18164 (java) S 18151 18151 14062 0 -1 1077944384 98 0 0 0 2 0 0 0 20 0 15 0 407962789 15508242432 10119 33554432000 4194304 4196468 140727275519024 140301378796400 140302308801154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18165] ppid=18151 vsize=15144768 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18153/task/18165/stat : 18165 (java) R 18151 18151 14062 0 -1 4202560 781 0 0 0 7 0 0 0 20 0 15 0 407962789 15508242432 10119 33554432000 4194304 4196468 140727275519024 140301377743344 140302287705707 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18166] ppid=18151 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18166/stat : 18166 (java) S 18151 18151 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407962789 15508242432 10119 33554432000 4194304 4196468 140727275519024 140301376691040 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18167] ppid=18151 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18167/stat : 18167 (java) S 18151 18151 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407962789 15508242432 10119 33554432000 4194304 4196468 140727275519024 140301375638064 140302308801154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 41924 KiB

[startup+0.313625 s]*
/proc/loadavg: 9.04 8.68 8.36 8/232 18167
/proc/meminfo: memFree=29960456/32770624 swapFree=66996240/67108860
[pid=18151] ppid=18148 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18151/stat : 18151 (xcsp3-exec) S 18148 18151 14062 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407962783 115843072 362 33554432000 4194304 5098028 140723562783056 140723562781160 140371981214332 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 33304576 140723562787706 140723562787949 140723562787949 140723562790858 0
/proc/18151/statm: 28282 362 304 221 0 87 0
[pid=18153] ppid=18151 vsize=15149024 memory=49496 CPUtime=0.53 cores=1,3,5,7
/proc/18153/stat : 18153 (java) S 18151 18151 14062 0 -1 1077944320 10738 0 0 0 49 4 0 0 20 0 15 0 407962783 15512600576 12374 33554432000 4194304 4196468 140727275519024 140727275501568 140302308790007 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
/proc/18153/statm: 3787256 12374 3358 1 0 3748377 0
[pid=18153/tid=18154] ppid=18151 vsize=15149024 memory=7883960649037381690 CPUtime=0.3 cores=1,3,5,7
/proc/18153/task/18154/stat : 18154 (java) R 18151 18151 14062 0 -1 4202560 7704 0 0 0 27 3 0 0 20 0 15 0 407962783 15512600576 12374 33554432000 4194304 4196468 140727275519024 140302313021120 140302292870494 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18155] ppid=18151 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18155/stat : 18155 (java) S 18151 18151 14062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407962784 15512600576 12374 33554432000 4194304 4196468 140727275519024 140301901491216 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18156] ppid=18151 vsize=15149024 memory=2854491 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18156/stat : 18156 (java) S 18151 18151 14062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407962784 15512600576 12374 33554432000 4194304 4196468 140727275519024 140301900438672 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18157] ppid=18151 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18157/stat : 18157 (java) S 18151 18151 14062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407962784 15512600576 12374 33554432000 4194304 4196468 140727275519024 140301899385616 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18158] ppid=18151 vsize=15149024 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18158/stat : 18158 (java) S 18151 18151 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407962784 15512600576 12374 33554432000 4194304 4196468 140727275519024 140301898333072 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18159] ppid=18151 vsize=15149024 memory=139757102044800 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18159/stat : 18159 (java) S 18151 18151 14062 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407962785 15512600576 12374 33554432000 4194304 4196468 140727275519024 140301384059120 140302308801154 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18160] ppid=18151 vsize=15149024 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18160/stat : 18160 (java) S 18151 18151 14062 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407962786 15512600576 12374 33554432000 4194304 4196468 140727275519024 140301383005344 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18161] ppid=18151 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18161/stat : 18161 (java) S 18151 18151 14062 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407962786 15512600576 12374 33554432000 4194304 4196468 140727275519024 140301381952240 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18162] ppid=18151 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18162/stat : 18162 (java) S 18151 18151 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407962789 15512600576 12374 33554432000 4194304 4196468 140727275519024 140301380900816 140302308808603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18163] ppid=18151 vsize=15149024 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/18153/task/18163/stat : 18163 (java) R 18151 18151 14062 0 -1 4202560 659 0 0 0 5 0 0 0 20 0 15 0 407962789 15512600576 12374 33554432000 4194304 4196468 140727275519024 140301379839328 140302293914768 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18164] ppid=18151 vsize=15149024 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/18153/task/18164/stat : 18164 (java) S 18151 18151 14062 0 -1 1077944384 120 0 0 0 3 0 0 0 20 0 15 0 407962789 15512600576 12374 33554432000 4194304 4196468 140727275519024 140301378796400 140302308801154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18165] ppid=18151 vsize=15149024 memory=139757102044800 CPUtime=0.12 cores=1,3,5,7
/proc/18153/task/18165/stat : 18165 (java) S 18151 18151 14062 0 -1 1077944384 949 0 0 0 12 0 0 0 20 0 15 0 407962789 15512600576 12374 33554432000 4194304 4196468 140727275519024 140301377743344 140302308801154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18166] ppid=18151 vsize=15149024 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18166/stat : 18166 (java) S 18151 18151 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407962789 15512600576 12374 33554432000 4194304 4196468 140727275519024 140301376691040 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18167] ppid=18151 vsize=15149024 memory=139757102044800 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18167/stat : 18167 (java) S 18151 18151 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407962789 15512600576 12374 33554432000 4194304 4196468 140727275519024 140301375638064 140302308801154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 50944 KiB

[startup+0.700828 s]
/proc/loadavg: 9.04 8.68 8.36 8/232 18167
/proc/meminfo: memFree=29931348/32770624 swapFree=66996240/67108860
[pid=18151] ppid=18148 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18151/stat : 18151 (xcsp3-exec) S 18148 18151 14062 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407962783 115843072 362 33554432000 4194304 5098028 140723562783056 140723562781160 140371981214332 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 33304576 140723562787706 140723562787949 140723562787949 140723562790858 0
/proc/18151/statm: 28282 362 304 221 0 87 0
[pid=18153] ppid=18151 vsize=15151148 memory=128100 CPUtime=1.74 cores=1,3,5,7
/proc/18153/stat : 18153 (java) S 18151 18151 14062 0 -1 1077944320 13989 0 0 0 167 7 0 0 20 0 15 0 407962783 15514775552 32025 33554432000 4194304 4196468 140727275519024 140727275501568 140302308790007 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
/proc/18153/statm: 3787787 32025 3445 1 0 3748889 0
[pid=18153/tid=18154] ppid=18151 vsize=15151148 memory=12024 CPUtime=0.68 cores=1,3,5,7
/proc/18153/task/18154/stat : 18154 (java) R 18151 18151 14062 0 -1 4202560 8293 0 0 0 63 5 0 0 20 0 15 0 407962783 15514775552 32025 33554432000 4194304 4196468 140727275519024 140302313026352 140301905003464 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18155] ppid=18151 vsize=15151148 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18155/stat : 18155 (java) S 18151 18151 14062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407962784 15514775552 32025 33554432000 4194304 4196468 140727275519024 140301901491216 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18156] ppid=18151 vsize=15151148 memory=500 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18156/stat : 18156 (java) S 18151 18151 14062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407962784 15514775552 32025 33554432000 4194304 4196468 140727275519024 140301900438672 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18157] ppid=18151 vsize=15151148 memory=928 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18157/stat : 18157 (java) S 18151 18151 14062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407962784 15514775552 32025 33554432000 4194304 4196468 140727275519024 140301899385616 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18158] ppid=18151 vsize=15151148 memory=1528 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18158/stat : 18158 (java) S 18151 18151 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407962784 15514775552 32025 33554432000 4194304 4196468 140727275519024 140301898333072 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18159] ppid=18151 vsize=15151148 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18159/stat : 18159 (java) S 18151 18151 14062 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407962785 15514775552 32025 33554432000 4194304 4196468 140727275519024 140301384059120 140302308801154 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18160] ppid=18151 vsize=15151148 memory=876 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18160/stat : 18160 (java) S 18151 18151 14062 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407962786 15514775552 32025 33554432000 4194304 4196468 140727275519024 140301383005344 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18161] ppid=18151 vsize=15151148 memory=1980 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18161/stat : 18161 (java) S 18151 18151 14062 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407962786 15514775552 32025 33554432000 4194304 4196468 140727275519024 140301381952240 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18162] ppid=18151 vsize=15151148 memory=2552 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18162/stat : 18162 (java) S 18151 18151 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407962789 15514775552 32025 33554432000 4194304 4196468 140727275519024 140301380900816 140302308808603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18163] ppid=18151 vsize=15151148 memory=7302135314614015840 CPUtime=0.38 cores=1,3,5,7
/proc/18153/task/18163/stat : 18163 (java) R 18151 18151 14062 0 -1 4202560 1572 0 0 0 38 0 0 0 20 0 15 0 407962789 15514775552 32025 33554432000 4194304 4196468 140727275519024 140301379834824 140302290334592 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18164] ppid=18151 vsize=15151148 memory=6152570563357207149 CPUtime=0.35 cores=1,3,5,7
/proc/18153/task/18164/stat : 18164 (java) R 18151 18151 14062 0 -1 4202560 1094 0 0 0 35 0 0 0 20 0 15 0 407962789 15514775552 32025 33554432000 4194304 4196468 140727275519024 140301378788048 140302292290607 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18165] ppid=18151 vsize=15151148 memory=7223887401239728208 CPUtime=0.29 cores=1,3,5,7
/proc/18153/task/18165/stat : 18165 (java) S 18151 18151 14062 0 -1 1077944384 1721 0 0 0 29 0 0 0 20 0 15 0 407962789 15514775552 32025 33554432000 4194304 4196468 140727275519024 140301377743344 140302308801154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18166] ppid=18151 vsize=15151148 memory=7368002589315584080 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18166/stat : 18166 (java) S 18151 18151 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407962789 15514775552 32025 33554432000 4194304 4196468 140727275519024 140301376691040 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18167] ppid=18151 vsize=15151148 memory=7379547564840675921 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18167/stat : 18167 (java) S 18151 18151 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407962789 15514775552 32025 33554432000 4194304 4196468 140727275519024 140301375638064 140302308801154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 129548 KiB

[startup+1.5009 s]
/proc/loadavg: 9.04 8.68 8.36 8/232 18167
/proc/meminfo: memFree=29808356/32770624 swapFree=66996240/67108860
[pid=18151] ppid=18148 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18151/stat : 18151 (xcsp3-exec) S 18148 18151 14062 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407962783 115843072 362 33554432000 4194304 5098028 140723562783056 140723562781160 140371981214332 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 33304576 140723562787706 140723562787949 140723562787949 140723562790858 0
/proc/18151/statm: 28282 362 304 221 0 87 0

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

/proc/18153/task/18160/stat : 18160 (java) S 18151 18151 14062 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 407962786 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301383005408 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18161] ppid=18151 vsize=15217712 memory=9404 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18161/stat : 18161 (java) S 18151 18151 14062 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 407962786 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301381952256 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18162] ppid=18151 vsize=15217712 memory=2024 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18162/stat : 18162 (java) S 18151 18151 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 407962789 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301380900816 140302308808603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18163] ppid=18151 vsize=15217712 memory=1380 CPUtime=2.94 cores=1,3,5,7
/proc/18153/task/18163/stat : 18163 (java) S 18151 18151 14062 0 -1 1077944384 13529 0 0 0 291 3 0 0 20 0 16 0 407962789 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301379848992 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18164] ppid=18151 vsize=15217712 memory=1128 CPUtime=2.84 cores=1,3,5,7
/proc/18153/task/18164/stat : 18164 (java) S 18151 18151 14062 0 -1 1077944384 10705 0 0 0 283 1 0 0 20 0 16 0 407962789 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301378796160 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18165] ppid=18151 vsize=15217712 memory=6791534058613427641 CPUtime=0.7 cores=1,3,5,7
/proc/18153/task/18165/stat : 18165 (java) S 18151 18151 14062 0 -1 1077944384 4053 0 0 0 69 1 0 0 20 0 16 0 407962789 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301377743392 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18166] ppid=18151 vsize=15217712 memory=628 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18166/stat : 18166 (java) S 18151 18151 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 407962789 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301376691040 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18167] ppid=18151 vsize=15217712 memory=1056 CPUtime=0.15 cores=1,3,5,7
/proc/18153/task/18167/stat : 18167 (java) S 18151 18151 14062 0 -1 1077944384 378 0 0 0 7 8 0 0 20 0 16 0 407962789 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301375638064 140302308801154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18358] ppid=18151 vsize=15217712 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18358/stat : 18358 (java) S 18151 18151 14062 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 16 0 407993448 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301366431168 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
Current children cumulated CPU time: 1141.02 s
Current children cumulated vsize: 15330840 KiB
Current children cumulated memory: 12483196 KiB

[startup+315.201 s]
/proc/loadavg: 7.35 7.75 8.05 8/230 18358
/proc/meminfo: memFree=5867848/32770624 swapFree=66996244/67108860
[pid=18151] ppid=18148 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18151/stat : 18151 (xcsp3-exec) S 18148 18151 14062 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407962783 115843072 362 33554432000 4194304 5098028 140723562783056 140723562781160 140371981214332 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 33304576 140723562787706 140723562787949 140723562787949 140723562790858 0
/proc/18151/statm: 28282 362 304 221 0 87 0
[pid=18153] ppid=18151 vsize=15217712 memory=12481748 CPUtime=1147.21 cores=1,3,5,7
/proc/18153/stat : 18153 (java) S 18151 18151 14062 0 -1 1077944320 544675 0 0 0 113650 1071 0 0 20 0 16 0 407962783 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140727275501568 140302308790007 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
/proc/18153/statm: 3804428 3120437 3526 1 0 3765530 0
[pid=18153/tid=18154] ppid=18151 vsize=15217712 memory=1448 CPUtime=30.17 cores=1,3,5,7
/proc/18153/task/18154/stat : 18154 (java) S 18151 18151 14062 0 -1 1077944384 14766 0 0 0 3003 14 0 0 20 0 16 0 407962783 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140302313030688 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18155] ppid=18151 vsize=15217712 memory=12481744 CPUtime=276.2 cores=1,3,5,7
/proc/18153/task/18155/stat : 18155 (java) R 18151 18151 14062 0 -1 4202560 88305 0 0 0 27372 248 0 0 20 0 16 0 407962784 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301901491336 140302301418215 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18156] ppid=18151 vsize=15217712 memory=12481748 CPUtime=275.96 cores=1,3,5,7
/proc/18153/task/18156/stat : 18156 (java) R 18151 18151 14062 0 -1 4202560 153452 0 0 0 27328 268 0 0 20 0 16 0 407962784 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301900438560 140302301893659 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18157] ppid=18151 vsize=15217712 memory=1448 CPUtime=275.87 cores=1,3,5,7
/proc/18153/task/18157/stat : 18157 (java) S 18151 18151 14062 0 -1 1077944384 94474 0 0 0 27325 262 0 0 20 0 16 0 407962784 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301899385424 140302308801154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18158] ppid=18151 vsize=15217712 memory=0 CPUtime=276.03 cores=1,3,5,7
/proc/18153/task/18158/stat : 18158 (java) R 18151 18151 14062 0 -1 4202560 94793 0 0 0 27340 263 0 0 20 0 16 0 407962784 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301898332880 140302301418215 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18159] ppid=18151 vsize=15217712 memory=6791534058613427641 CPUtime=6.26 cores=1,3,5,7
/proc/18153/task/18159/stat : 18159 (java) S 18151 18151 14062 0 -1 1077944384 68842 0 0 0 622 4 0 0 20 0 16 0 407962785 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301384057664 140302308800213 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18160] ppid=18151 vsize=15217712 memory=12481748 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18160/stat : 18160 (java) S 18151 18151 14062 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 407962786 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301383005408 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18161] ppid=18151 vsize=15217712 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18161/stat : 18161 (java) S 18151 18151 14062 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 407962786 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301381952256 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18162] ppid=18151 vsize=15217712 memory=948 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18162/stat : 18162 (java) S 18151 18151 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 407962789 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301380900816 140302308808603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18163] ppid=18151 vsize=15217712 memory=1380 CPUtime=2.94 cores=1,3,5,7
/proc/18153/task/18163/stat : 18163 (java) S 18151 18151 14062 0 -1 1077944384 13529 0 0 0 291 3 0 0 20 0 16 0 407962789 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301379848992 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18164] ppid=18151 vsize=15217712 memory=1128 CPUtime=2.84 cores=1,3,5,7
/proc/18153/task/18164/stat : 18164 (java) S 18151 18151 14062 0 -1 1077944384 10705 0 0 0 283 1 0 0 20 0 16 0 407962789 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301378796160 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18165] ppid=18151 vsize=15217712 memory=772 CPUtime=0.7 cores=1,3,5,7
/proc/18153/task/18165/stat : 18165 (java) S 18151 18151 14062 0 -1 1077944384 4053 0 0 0 69 1 0 0 20 0 16 0 407962789 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301377743392 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18166] ppid=18151 vsize=15217712 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18166/stat : 18166 (java) S 18151 18151 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 407962789 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301376691040 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18167] ppid=18151 vsize=15217712 memory=948 CPUtime=0.15 cores=1,3,5,7
/proc/18153/task/18167/stat : 18167 (java) S 18151 18151 14062 0 -1 1077944384 378 0 0 0 7 8 0 0 20 0 16 0 407962789 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301375638064 140302308801154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18358] ppid=18151 vsize=15217712 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18358/stat : 18358 (java) S 18151 18151 14062 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 16 0 407993448 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301366431168 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
Current children cumulated CPU time: 1147.21 s
Current children cumulated vsize: 15330840 KiB
Current children cumulated memory: 12483196 KiB

[startup+316.801 s]
/proc/loadavg: 7.35 7.75 8.05 9/230 18358
/proc/meminfo: memFree=5867848/32770624 swapFree=66996244/67108860
[pid=18151] ppid=18148 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18151/stat : 18151 (xcsp3-exec) S 18148 18151 14062 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407962783 115843072 362 33554432000 4194304 5098028 140723562783056 140723562781160 140371981214332 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 33304576 140723562787706 140723562787949 140723562787949 140723562790858 0
/proc/18151/statm: 28282 362 304 221 0 87 0
[pid=18153] ppid=18151 vsize=15217712 memory=12481748 CPUtime=1153.42 cores=1,3,5,7
/proc/18153/stat : 18153 (java) S 18151 18151 14062 0 -1 1077944320 544675 0 0 0 114269 1073 0 0 20 0 16 0 407962783 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140727275501568 140302308790007 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
/proc/18153/statm: 3804428 3120437 3526 1 0 3765530 0
[pid=18153/tid=18154] ppid=18151 vsize=15217712 memory=8736227068425184623 CPUtime=30.17 cores=1,3,5,7
/proc/18153/task/18154/stat : 18154 (java) S 18151 18151 14062 0 -1 1077944384 14766 0 0 0 3003 14 0 0 20 0 16 0 407962783 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140302313030688 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18155] ppid=18151 vsize=15217712 memory=12481748 CPUtime=277.72 cores=1,3,5,7
/proc/18153/task/18155/stat : 18155 (java) R 18151 18151 14062 0 -1 4202560 88305 0 0 0 27523 249 0 0 20 0 16 0 407962784 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301901491336 140302301418215 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18156] ppid=18151 vsize=15217712 memory=0 CPUtime=277.56 cores=1,3,5,7
/proc/18153/task/18156/stat : 18156 (java) R 18151 18151 14062 0 -1 4202560 153452 0 0 0 27488 268 0 0 20 0 16 0 407962784 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301900438560 140302301893644 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18157] ppid=18151 vsize=15217712 memory=-3622645143214314312 CPUtime=277.41 cores=1,3,5,7
/proc/18153/task/18157/stat : 18157 (java) R 18151 18151 14062 0 -1 4202560 94474 0 0 0 27479 262 0 0 20 0 16 0 407962784 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301899385736 140302301418215 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18158] ppid=18151 vsize=15217712 memory=1448 CPUtime=277.57 cores=1,3,5,7
/proc/18153/task/18158/stat : 18158 (java) R 18151 18151 14062 0 -1 4202560 94793 0 0 0 27494 263 0 0 20 0 16 0 407962784 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301898332880 140302301418215 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18159] ppid=18151 vsize=15217712 memory=12481684 CPUtime=6.26 cores=1,3,5,7
/proc/18153/task/18159/stat : 18159 (java) S 18151 18151 14062 0 -1 1077944384 68842 0 0 0 622 4 0 0 20 0 16 0 407962785 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301384057664 140302308800213 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18160] ppid=18151 vsize=15217712 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18160/stat : 18160 (java) S 18151 18151 14062 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 407962786 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301383005408 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18161] ppid=18151 vsize=15217712 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18161/stat : 18161 (java) S 18151 18151 14062 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 407962786 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301381952256 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18162] ppid=18151 vsize=15217712 memory=772 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18162/stat : 18162 (java) S 18151 18151 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 407962789 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301380900816 140302308808603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18163] ppid=18151 vsize=15217712 memory=4008 CPUtime=2.94 cores=1,3,5,7
/proc/18153/task/18163/stat : 18163 (java) S 18151 18151 14062 0 -1 1077944384 13529 0 0 0 291 3 0 0 20 0 16 0 407962789 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301379848992 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18164] ppid=18151 vsize=15217712 memory=948 CPUtime=2.84 cores=1,3,5,7
/proc/18153/task/18164/stat : 18164 (java) S 18151 18151 14062 0 -1 1077944384 10705 0 0 0 283 1 0 0 20 0 16 0 407962789 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301378796160 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18165] ppid=18151 vsize=15217712 memory=6791534058613427641 CPUtime=0.7 cores=1,3,5,7
/proc/18153/task/18165/stat : 18165 (java) S 18151 18151 14062 0 -1 1077944384 4053 0 0 0 69 1 0 0 20 0 16 0 407962789 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301377743392 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18166] ppid=18151 vsize=15217712 memory=8242832241811678803 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18166/stat : 18166 (java) S 18151 18151 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 407962789 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301376691040 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18167] ppid=18151 vsize=15217712 memory=7594853918973259873 CPUtime=0.15 cores=1,3,5,7
/proc/18153/task/18167/stat : 18167 (java) S 18151 18151 14062 0 -1 1077944384 378 0 0 0 7 8 0 0 20 0 16 0 407962789 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301375638064 140302308801154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18358] ppid=18151 vsize=15217712 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18358/stat : 18358 (java) S 18151 18151 14062 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 16 0 407993448 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301366431168 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
Current children cumulated CPU time: 1153.42 s
Current children cumulated vsize: 15330840 KiB
Current children cumulated memory: 12483196 KiB

[startup+317.601 s]
/proc/loadavg: 7.35 7.75 8.05 9/230 18358
/proc/meminfo: memFree=5867848/32770624 swapFree=66996244/67108860
[pid=18151] ppid=18148 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18151/stat : 18151 (xcsp3-exec) S 18148 18151 14062 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407962783 115843072 362 33554432000 4194304 5098028 140723562783056 140723562781160 140371981214332 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 33304576 140723562787706 140723562787949 140723562787949 140723562790858 0
/proc/18151/statm: 28282 362 304 221 0 87 0
[pid=18153] ppid=18151 vsize=15217712 memory=12481748 CPUtime=1156.52 cores=1,3,5,7
/proc/18153/stat : 18153 (java) S 18151 18151 14062 0 -1 1077944320 544703 0 0 0 114578 1074 0 0 20 0 16 0 407962783 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140727275501568 140302308790007 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
/proc/18153/statm: 3804428 3120437 3526 1 0 3765530 0
[pid=18153/tid=18154] ppid=18151 vsize=15217712 memory=0 CPUtime=30.17 cores=1,3,5,7
/proc/18153/task/18154/stat : 18154 (java) S 18151 18151 14062 0 -1 1077944384 14766 0 0 0 3003 14 0 0 20 0 16 0 407962783 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140302313030688 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18155] ppid=18151 vsize=15217712 memory=0 CPUtime=278.48 cores=1,3,5,7
/proc/18153/task/18155/stat : 18155 (java) R 18151 18151 14062 0 -1 4202560 88306 0 0 0 27599 249 0 0 20 0 16 0 407962784 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301901491024 140302301418215 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18156] ppid=18151 vsize=15217712 memory=0 CPUtime=278.36 cores=1,3,5,7
/proc/18153/task/18156/stat : 18156 (java) R 18151 18151 14062 0 -1 4202560 153476 0 0 0 27568 268 0 0 20 0 16 0 407962784 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301900438560 140302301893649 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18157] ppid=18151 vsize=15217712 memory=6791534058613427641 CPUtime=278.18 cores=1,3,5,7
/proc/18153/task/18157/stat : 18157 (java) R 18151 18151 14062 0 -1 4202560 94474 0 0 0 27555 263 0 0 20 0 16 0 407962784 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301899385736 140302301418215 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18158] ppid=18151 vsize=15217712 memory=22980 CPUtime=278.33 cores=1,3,5,7
/proc/18153/task/18158/stat : 18158 (java) R 18151 18151 14062 0 -1 4202560 94794 0 0 0 27570 263 0 0 20 0 16 0 407962784 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301898333192 140302301418215 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18159] ppid=18151 vsize=15217712 memory=984 CPUtime=6.26 cores=1,3,5,7
/proc/18153/task/18159/stat : 18159 (java) S 18151 18151 14062 0 -1 1077944384 68842 0 0 0 622 4 0 0 20 0 16 0 407962785 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301384057664 140302308800213 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18160] ppid=18151 vsize=15217712 memory=2024 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18160/stat : 18160 (java) S 18151 18151 14062 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 407962786 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301383005408 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18161] ppid=18151 vsize=15217712 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18161/stat : 18161 (java) S 18151 18151 14062 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 407962786 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301381952256 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18162] ppid=18151 vsize=15217712 memory=1128 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18162/stat : 18162 (java) S 18151 18151 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 407962789 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301380900816 140302308808603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18163] ppid=18151 vsize=15217712 memory=772 CPUtime=2.94 cores=1,3,5,7
/proc/18153/task/18163/stat : 18163 (java) S 18151 18151 14062 0 -1 1077944384 13529 0 0 0 291 3 0 0 20 0 16 0 407962789 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301379848992 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18164] ppid=18151 vsize=15217712 memory=4008 CPUtime=2.84 cores=1,3,5,7
/proc/18153/task/18164/stat : 18164 (java) S 18151 18151 14062 0 -1 1077944384 10705 0 0 0 283 1 0 0 20 0 16 0 407962789 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301378796160 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18165] ppid=18151 vsize=15217712 memory=1056 CPUtime=0.7 cores=1,3,5,7
/proc/18153/task/18165/stat : 18165 (java) S 18151 18151 14062 0 -1 1077944384 4053 0 0 0 69 1 0 0 20 0 16 0 407962789 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301377743392 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18166] ppid=18151 vsize=15217712 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18166/stat : 18166 (java) S 18151 18151 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 407962789 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301376691040 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18167] ppid=18151 vsize=15217712 memory=5908 CPUtime=0.15 cores=1,3,5,7
/proc/18153/task/18167/stat : 18167 (java) S 18151 18151 14062 0 -1 1077944384 380 0 0 0 7 8 0 0 20 0 16 0 407962789 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301375638064 140302308801154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
[pid=18153/tid=18358] ppid=18151 vsize=15217712 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/18153/task/18358/stat : 18358 (java) S 18151 18151 14062 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 16 0 407993448 15582937088 3120437 33554432000 4194304 4196468 140727275519024 140301366431168 140302308800213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33488896 140727275525103 140727275525274 140727275525274 140727275528143 0
Current children cumulated CPU time: 1156.52 s
Current children cumulated vsize: 15330840 KiB
Current children cumulated memory: 12483196 KiB

[startup+318.001 s]*
/proc/loadavg: 7.35 7.75 8.05 6/216 18358
/proc/meminfo: memFree=7715944/32770624 swapFree=66996244/67108860
[pid=18151] ppid=18148 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18151/stat : 18151 (xcsp3-exec) S 18148 18151 14062 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407962783 115843072 362 33554432000 4194304 5098028 140723562783056 140723562781160 140371981214332 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 33304576 140723562787706 140723562787949 140723562787949 140723562790858 0
/proc/18151/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): 318.054
CPU time (s): 1157.62
CPU user time (s): 1146.82
CPU system time (s): 10.8053
CPU usage (%): 363.97
Max. virtual memory (cumulated for all children) (KiB): 15330840
Max. memory (cumulated for all children) (KiB): 12483196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1146.82
system time used= 10.8053
maximum resident set size= 12481972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 545648
page faults= 0
swaps= 0
block input operations= 0
block output operations= 496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16726
involuntary context switches= 25019


# summary of solver processes directly reported to runsolver:
#   pid: 18151
#   total CPU time (s): 1157.62
#   total CPU user time (s): 1146.82
#   total CPU system time (s): 10.8053

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.91267 second user time and 3.48291 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-12 20:36:44
IDJOB=4392988
IDBENCH=126429
IDSOLVER=2840
FILE ID=node106/4392988-1568317081
RUNJOBID= node106-1568309633-14094
PBS_JOBID= 21701134
Free space on /tmp= 56708 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-cp-s1/SocialGolfers-9-8-4-cp.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392988-1568317081/watcher-4392988-1568317081 -o /tmp/evaluation-result-4392988-1568317081/solver-4392988-1568317081 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568309633-14094 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1372062712 HOME/instance-4392988-1568317081.xml

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

MD5SUM BENCH= bd9ca51d6afa7a7de86d4bfb05f523c8
RANDOM SEED=1372062712

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
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.79
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.79
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.79
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:        30002572 kB
MemAvailable:   31063920 kB
Buffers:          125692 kB
Cached:          1231932 kB
SwapCached:        10252 kB
Active:          1247928 kB
Inactive:         982196 kB
Active(anon):     871620 kB
Inactive(anon):    33360 kB
Active(file):     376308 kB
Inactive(file):   948836 kB
Unevictable:      107784 kB
Mlocked:          107784 kB
SwapTotal:      67108860 kB
SwapFree:       66996240 kB
Dirty:             26796 kB
Writeback:             0 kB
AnonPages:        970868 kB
Mapped:            48552 kB
Shmem:             23868 kB
Slab:             133008 kB
SReclaimable:     104080 kB
SUnreclaim:        28928 kB
KernelStack:        3776 kB
PageTables:         7396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1917144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    860160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 56676 MiB
End job on node106 at 2019-09-12 20:42:02