Trace number 4392951

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? 1306.54 365.446

General information on the benchmark

NameSocialGolfers/SocialGolfers-cp-s1/
SocialGolfers-9-7-4-cp.xml
MD5SUM6c7c8fee2fac051830782d16440ff60b
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 benchmark16.8668
Satisfiable
(Un)Satisfiability was proved
Number of variables252
Number of constraints11724
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":252}]
Minimum variable degree188
Maximum variable degree189
Distribution of variable degrees[{"degree":188,"count":189},{"degree":189,"count":63}]
Minimum constraint arity4
Maximum constraint arity252
Distribution of constraint arities[{"arity":4,"count":11718},{"arity":63,"count":5},{"arity":252,"count":1}]
Number of extensional constraints0
Number of intensional constraints11718
Distribution of constraint types[{"type":"intension","count":11718},{"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-4392951-1568317178.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4392951-1568317178.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
1233.16/346.21	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1269.75/355.71		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:159)
1269.75/355.71		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1269.75/355.71		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
1269.75/355.71		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1269.75/355.71		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1269.75/355.71		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1269.75/355.71		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1269.75/355.71		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
1269.75/355.71		at org.xcsp.parser.XCallbacks$$Lambda$112/213193302.accept(Unknown Source)
1269.75/355.71		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1269.75/355.71		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1269.75/355.71		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
1269.75/355.71		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
1269.75/355.71		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
1269.75/355.71		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1269.75/355.71		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1269.75/355.71		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1269.75/355.71		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1269.75/355.71		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1269.75/355.71		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1269.75/355.71		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1306.28/365.20	s UNKNOWN
1306.28/365.20	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 (3574 MiB free)
  memory of node 1: 16384 MiB (7399 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392951-1568317178/watcher-4392951-1568317178 -o /tmp/evaluation-result-4392951-1568317178/solver-4392951-1568317178 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568309054-15624 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1157254519 HOME/instance-4392951-1568317178.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=20213, runsolver pid=20210
Current StackSize limit: 8192 KiB


[startup+0.103169 s]*
/proc/loadavg: 7.95 8.35 7.76 6/232 20229
/proc/meminfo: memFree=11219544/32770624 swapFree=66977612/67108860
[pid=20213] ppid=20210 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/20213/stat : 20213 (xcsp3-exec) S 20210 20213 15592 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407975086 115843072 362 33554432000 4194304 5098028 140729065692016 140729065690120 140072132883068 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11808768 140729065698170 140729065698413 140729065698413 140729065701322 0
/proc/20213/statm: 28282 362 304 221 0 87 0
[pid=20215] ppid=20213 vsize=15144768 memory=30280 CPUtime=0.13 cores=1,3,5,7
/proc/20215/stat : 20215 (java) S 20213 20213 15592 0 -1 1077944320 5508 0 0 0 12 1 0 0 20 0 15 0 407975087 15508242432 7570 33554432000 4194304 4196468 140730534104464 140730534087008 140346823606007 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
/proc/20215/statm: 3786192 7570 3143 1 0 3748377 0
[pid=20215/tid=20216] ppid=20213 vsize=15144768 memory=576460756329955459 CPUtime=0.09 cores=1,3,5,7
/proc/20215/task/20216/stat : 20216 (java) R 20213 20213 15592 0 -1 4202560 3394 0 0 0 8 1 0 0 20 0 15 0 407975087 15508242432 7570 33554432000 4194304 4196468 140730534104464 140346827835600 140346459607777 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20217] ppid=20213 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20217/stat : 20217 (java) S 20213 20213 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407975088 15508242432 7570 33554432000 4194304 4196468 140730534104464 140346782365968 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20218] ppid=20213 vsize=15144768 memory=4123246400049165984 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20218/stat : 20218 (java) S 20213 20213 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407975088 15508242432 7570 33554432000 4194304 4196468 140730534104464 140346414672272 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20219] ppid=20213 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20219/stat : 20219 (java) S 20213 20213 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407975088 15508242432 7570 33554432000 4194304 4196468 140730534104464 140346413619728 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20220] ppid=20213 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20220/stat : 20220 (java) S 20213 20213 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407975088 15508242432 7570 33554432000 4194304 4196468 140730534104464 140346412567184 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20221] ppid=20213 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20221/stat : 20221 (java) S 20213 20213 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407975089 15508242432 7570 33554432000 4194304 4196468 140730534104464 140346291866096 140346823617154 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20222] ppid=20213 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20222/stat : 20222 (java) S 20213 20213 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407975090 15508242432 7570 33554432000 4194304 4196468 140730534104464 140346290812320 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20223] ppid=20213 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20223/stat : 20223 (java) S 20213 20213 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407975090 15508242432 7570 33554432000 4194304 4196468 140730534104464 140346289759728 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20224] ppid=20213 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20224/stat : 20224 (java) S 20213 20213 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407975092 15508242432 7570 33554432000 4194304 4196468 140730534104464 140346288708304 140346823624603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20225] ppid=20213 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20225/stat : 20225 (java) R 20213 20213 15592 0 -1 4202560 460 0 0 0 0 0 0 0 20 0 15 0 407975092 15508242432 7570 33554432000 4194304 4196468 140730534104464 140346287646400 140346802783464 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20226] ppid=20213 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20226/stat : 20226 (java) R 20213 20213 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407975092 15508242432 7570 33554432000 4194304 4196468 140730534104464 140346286602352 140346823617154 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20227] ppid=20213 vsize=15144768 memory=140239596336768 CPUtime=0.02 cores=1,3,5,7
/proc/20215/task/20227/stat : 20227 (java) S 20213 20213 15592 0 -1 1077944384 347 0 0 0 2 0 0 0 20 0 15 0 407975092 15508242432 7570 33554432000 4194304 4196468 140730534104464 140346285549808 140346823617154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20228] ppid=20213 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20228/stat : 20228 (java) S 20213 20213 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407975092 15508242432 7570 33554432000 4194304 4196468 140730534104464 140346284497504 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20229] ppid=20213 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20229/stat : 20229 (java) S 20213 20213 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407975093 15508242432 7570 33554432000 4194304 4196468 140730534104464 140346283445040 140346823617154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31728 KiB

[startup+0.210976 s]*
/proc/loadavg: 7.95 8.35 7.76 6/232 20229
/proc/meminfo: memFree=11207172/32770624 swapFree=66977612/67108860
[pid=20213] ppid=20210 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/20213/stat : 20213 (xcsp3-exec) S 20210 20213 15592 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407975086 115843072 362 33554432000 4194304 5098028 140729065692016 140729065690120 140072132883068 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11808768 140729065698170 140729065698413 140729065698413 140729065701322 0
/proc/20213/statm: 28282 362 304 221 0 87 0
[pid=20215] ppid=20213 vsize=15144768 memory=41156 CPUtime=0.35 cores=1,3,5,7
/proc/20215/stat : 20215 (java) S 20213 20213 15592 0 -1 1077944320 9032 0 0 0 31 4 0 0 20 0 15 0 407975087 15508242432 10289 33554432000 4194304 4196468 140730534104464 140730534087008 140346823606007 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
/proc/20215/statm: 3786192 10289 3299 1 0 3748377 0
[pid=20215/tid=20216] ppid=20213 vsize=15144768 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/20215/task/20216/stat : 20216 (java) R 20213 20213 15592 0 -1 4202560 6192 0 0 0 17 2 0 0 20 0 15 0 407975087 15508242432 10289 33554432000 4194304 4196468 140730534104464 140346827839456 140346823617942 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20217] ppid=20213 vsize=15144768 memory=1898157 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20217/stat : 20217 (java) S 20213 20213 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407975088 15508242432 10289 33554432000 4194304 4196468 140730534104464 140346782365968 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20218] ppid=20213 vsize=15144768 memory=140239599184803 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20218/stat : 20218 (java) S 20213 20213 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407975088 15508242432 10289 33554432000 4194304 4196468 140730534104464 140346414672272 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20219] ppid=20213 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20219/stat : 20219 (java) S 20213 20213 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407975088 15508242432 10289 33554432000 4194304 4196468 140730534104464 140346413619728 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20220] ppid=20213 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20220/stat : 20220 (java) S 20213 20213 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407975088 15508242432 10289 33554432000 4194304 4196468 140730534104464 140346412567184 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20221] ppid=20213 vsize=15144768 memory=140239596336768 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20221/stat : 20221 (java) S 20213 20213 15592 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407975089 15508242432 10355 33554432000 4194304 4196468 140730534104464 140346291866096 140346823617154 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20222] ppid=20213 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20222/stat : 20222 (java) S 20213 20213 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407975090 15508242432 10355 33554432000 4194304 4196468 140730534104464 140346290812320 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20223] ppid=20213 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20223/stat : 20223 (java) S 20213 20213 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407975090 15508242432 10355 33554432000 4194304 4196468 140730534104464 140346289759728 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20224] ppid=20213 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20224/stat : 20224 (java) S 20213 20213 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407975092 15508242432 10355 33554432000 4194304 4196468 140730534104464 140346288708304 140346823624603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20225] ppid=20213 vsize=15144768 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/20215/task/20225/stat : 20225 (java) S 20213 20213 15592 0 -1 1077944384 560 0 0 0 3 0 0 0 20 0 15 0 407975092 15508242432 10355 33554432000 4194304 4196468 140730534104464 140346287654896 140346823617154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20226] ppid=20213 vsize=15144768 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/20215/task/20226/stat : 20226 (java) S 20213 20213 15592 0 -1 1077944384 247 0 0 0 1 0 0 0 20 0 15 0 407975092 15508242432 10355 33554432000 4194304 4196468 140730534104464 140346286602352 140346823617154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20227] ppid=20213 vsize=15144768 memory=140239596336768 CPUtime=0.08 cores=1,3,5,7
/proc/20215/task/20227/stat : 20227 (java) R 20213 20213 15592 0 -1 4202560 727 0 0 0 8 0 0 0 20 0 15 0 407975092 15508242432 10355 33554432000 4194304 4196468 140730534104464 140346285549616 140346809584853 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20228] ppid=20213 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20228/stat : 20228 (java) S 20213 20213 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407975092 15508242432 10355 33554432000 4194304 4196468 140730534104464 140346284497504 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20229] ppid=20213 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20229/stat : 20229 (java) S 20213 20213 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407975093 15508242432 10355 33554432000 4194304 4196468 140730534104464 140346283445040 140346823617154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42604 KiB

[startup+0.312192 s]*
/proc/loadavg: 7.95 8.35 7.76 10/232 20229
/proc/meminfo: memFree=11200028/32770624 swapFree=66977612/67108860
[pid=20213] ppid=20210 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/20213/stat : 20213 (xcsp3-exec) S 20210 20213 15592 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407975086 115843072 362 33554432000 4194304 5098028 140729065692016 140729065690120 140072132883068 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11808768 140729065698170 140729065698413 140729065698413 140729065701322 0
/proc/20213/statm: 28282 362 304 221 0 87 0
[pid=20215] ppid=20213 vsize=15149024 memory=50168 CPUtime=0.54 cores=1,3,5,7
/proc/20215/stat : 20215 (java) S 20213 20213 15592 0 -1 1077944320 10381 0 0 0 49 5 0 0 20 0 15 0 407975087 15512600576 12542 33554432000 4194304 4196468 140730534104464 140730534087008 140346823606007 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
/proc/20215/statm: 3787256 12542 3362 1 0 3748377 0
[pid=20215/tid=20216] ppid=20213 vsize=15149024 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/20215/task/20216/stat : 20216 (java) R 20213 20213 15592 0 -1 4202560 7334 0 0 0 26 3 0 0 20 0 15 0 407975087 15512600576 12607 33554432000 4194304 4196468 140730534104464 140346827831008 140346807686494 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20217] ppid=20213 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20217/stat : 20217 (java) S 20213 20213 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407975088 15512600576 12607 33554432000 4194304 4196468 140730534104464 140346782365968 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20218] ppid=20213 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20218/stat : 20218 (java) S 20213 20213 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407975088 15512600576 12607 33554432000 4194304 4196468 140730534104464 140346414672272 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20219] ppid=20213 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20219/stat : 20219 (java) S 20213 20213 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407975088 15512600576 12607 33554432000 4194304 4196468 140730534104464 140346413619728 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20220] ppid=20213 vsize=15149024 memory=-4190076264842474805 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20220/stat : 20220 (java) S 20213 20213 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407975088 15512600576 12607 33554432000 4194304 4196468 140730534104464 140346412567184 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20221] ppid=20213 vsize=15149024 memory=-6945283279944138911 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20221/stat : 20221 (java) S 20213 20213 15592 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407975089 15512600576 12607 33554432000 4194304 4196468 140730534104464 140346291866096 140346823617154 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20222] ppid=20213 vsize=15149024 memory=6944656425123485561 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20222/stat : 20222 (java) S 20213 20213 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407975090 15512600576 12607 33554432000 4194304 4196468 140730534104464 140346290812320 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20223] ppid=20213 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20223/stat : 20223 (java) S 20213 20213 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407975090 15512600576 12607 33554432000 4194304 4196468 140730534104464 140346289759728 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20224] ppid=20213 vsize=15149024 memory=4627853888499060086 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20224/stat : 20224 (java) S 20213 20213 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407975092 15512600576 12607 33554432000 4194304 4196468 140730534104464 140346288708304 140346823624603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20225] ppid=20213 vsize=15149024 memory=7827413994055111515 CPUtime=0.04 cores=1,3,5,7
/proc/20215/task/20225/stat : 20225 (java) S 20213 20213 15592 0 -1 1077944384 563 0 0 0 4 0 0 0 20 0 15 0 407975092 15512600576 12613 33554432000 4194304 4196468 140730534104464 140346287654896 140346823617154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20226] ppid=20213 vsize=15149024 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/20215/task/20226/stat : 20226 (java) R 20213 20213 15592 0 -1 4202560 383 0 0 0 4 0 0 0 20 0 15 0 407975092 15512600576 12613 33554432000 4194304 4196468 140730534104464 140346286583368 140346800867264 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20227] ppid=20213 vsize=15149024 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/20215/task/20227/stat : 20227 (java) S 20213 20213 15592 0 -1 1077944384 803 0 0 0 12 0 0 0 20 0 15 0 407975092 15512600576 12613 33554432000 4194304 4196468 140730534104464 140346285549808 140346823617154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20228] ppid=20213 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20228/stat : 20228 (java) S 20213 20213 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407975092 15512600576 12613 33554432000 4194304 4196468 140730534104464 140346284497504 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20229] ppid=20213 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20229/stat : 20229 (java) S 20213 20213 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407975093 15512600576 12613 33554432000 4194304 4196468 140730534104464 140346283445040 140346823617154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51616 KiB

[startup+0.701343 s]
/proc/loadavg: 7.95 8.35 7.76 9/232 20229
/proc/meminfo: memFree=11177796/32770624 swapFree=66977612/67108860
[pid=20213] ppid=20210 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/20213/stat : 20213 (xcsp3-exec) S 20210 20213 15592 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407975086 115843072 362 33554432000 4194304 5098028 140729065692016 140729065690120 140072132883068 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11808768 140729065698170 140729065698413 140729065698413 140729065701322 0
/proc/20213/statm: 28282 362 304 221 0 87 0
[pid=20215] ppid=20213 vsize=15151148 memory=132564 CPUtime=1.73 cores=1,3,5,7
/proc/20215/stat : 20215 (java) S 20213 20213 15592 0 -1 1077944320 13542 0 0 0 166 7 0 0 20 0 15 0 407975087 15514775552 33141 33554432000 4194304 4196468 140730534104464 140730534087008 140346823606007 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
/proc/20215/statm: 3787787 33141 3437 1 0 3748889 0
[pid=20215/tid=20216] ppid=20213 vsize=15151148 memory=-3704326594973231466 CPUtime=0.67 cores=1,3,5,7
/proc/20215/task/20216/stat : 20216 (java) R 20213 20213 15592 0 -1 4202560 7822 0 0 0 62 5 0 0 20 0 15 0 407975087 15514775552 33141 33554432000 4194304 4196468 140730534104464 140346827840472 140346460605823 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20217] ppid=20213 vsize=15151148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20217/stat : 20217 (java) S 20213 20213 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407975088 15514775552 33141 33554432000 4194304 4196468 140730534104464 140346782365968 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20218] ppid=20213 vsize=15151148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20218/stat : 20218 (java) S 20213 20213 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407975088 15514775552 33141 33554432000 4194304 4196468 140730534104464 140346414672272 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20219] ppid=20213 vsize=15151148 memory=704 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20219/stat : 20219 (java) S 20213 20213 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407975088 15514775552 33141 33554432000 4194304 4196468 140730534104464 140346413619728 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20220] ppid=20213 vsize=15151148 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20220/stat : 20220 (java) S 20213 20213 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407975088 15514775552 33141 33554432000 4194304 4196468 140730534104464 140346412567184 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20221] ppid=20213 vsize=15151148 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20221/stat : 20221 (java) S 20213 20213 15592 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407975089 15514775552 33141 33554432000 4194304 4196468 140730534104464 140346291866096 140346823617154 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20222] ppid=20213 vsize=15151148 memory=780 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20222/stat : 20222 (java) S 20213 20213 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407975090 15514775552 33141 33554432000 4194304 4196468 140730534104464 140346290812320 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20223] ppid=20213 vsize=15151148 memory=3252 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20223/stat : 20223 (java) S 20213 20213 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407975090 15514775552 33141 33554432000 4194304 4196468 140730534104464 140346289759728 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20224] ppid=20213 vsize=15151148 memory=1112 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20224/stat : 20224 (java) S 20213 20213 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407975092 15514775552 33141 33554432000 4194304 4196468 140730534104464 140346288708304 140346823624603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20225] ppid=20213 vsize=15151148 memory=5964 CPUtime=0.38 cores=1,3,5,7
/proc/20215/task/20225/stat : 20225 (java) R 20213 20213 15592 0 -1 4202560 1730 0 0 0 38 0 0 0 20 0 15 0 407975092 15514775552 33141 33554432000 4194304 4196468 140730534104464 140346287654080 140346805150195 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20226] ppid=20213 vsize=15151148 memory=7552 CPUtime=0.35 cores=1,3,5,7
/proc/20215/task/20226/stat : 20226 (java) R 20213 20213 15592 0 -1 4202560 1204 0 0 0 35 0 0 0 20 0 15 0 407975092 15514775552 33141 33554432000 4194304 4196468 140730534104464 140346286583552 140346823619871 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20227] ppid=20213 vsize=15151148 memory=2832 CPUtime=0.28 cores=1,3,5,7
/proc/20215/task/20227/stat : 20227 (java) S 20213 20213 15592 0 -1 1077944384 1479 0 0 0 28 0 0 0 20 0 15 0 407975092 15514775552 33141 33554432000 4194304 4196468 140730534104464 140346285549808 140346823617154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20228] ppid=20213 vsize=15151148 memory=1084 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20228/stat : 20228 (java) S 20213 20213 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407975092 15514775552 33141 33554432000 4194304 4196468 140730534104464 140346284497504 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20229] ppid=20213 vsize=15151148 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20229/stat : 20229 (java) S 20213 20213 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407975093 15514775552 33141 33554432000 4194304 4196468 140730534104464 140346283445040 140346823617154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 134012 KiB

[startup+1.50231 s]
/proc/loadavg: 7.95 8.35 7.76 10/232 20229
/proc/meminfo: memFree=11051272/32770624 swapFree=66977612/67108860
[pid=20213] ppid=20210 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/20213/stat : 20213 (xcsp3-exec) S 20210 20213 15592 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407975086 115843072 362 33554432000 4194304 5098028 140729065692016 140729065690120 140072132883068 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11808768 140729065698170 140729065698413 140729065698413 140729065701322 0
/proc/20213/statm: 28282 362 304 221 0 87 0

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

/proc/20215/task/20222/stat : 20222 (java) S 20213 20213 15592 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 407975090 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346290812384 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20223] ppid=20213 vsize=15217712 memory=12670764 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20223/stat : 20223 (java) S 20213 20213 15592 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 16 0 407975090 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346289759744 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20224] ppid=20213 vsize=15217712 memory=3616 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20224/stat : 20224 (java) S 20213 20213 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 407975092 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346288708304 140346823624603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20225] ppid=20213 vsize=15217712 memory=1448 CPUtime=3.18 cores=1,3,5,7
/proc/20215/task/20225/stat : 20225 (java) S 20213 20213 15592 0 -1 1077944384 12729 0 0 0 316 2 0 0 20 0 16 0 407975092 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346287654944 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20226] ppid=20213 vsize=15217712 memory=739 CPUtime=3.06 cores=1,3,5,7
/proc/20215/task/20226/stat : 20226 (java) S 20213 20213 15592 0 -1 1077944384 11333 0 0 0 304 2 0 0 20 0 16 0 407975092 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346286602112 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20227] ppid=20213 vsize=15217712 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/20215/task/20227/stat : 20227 (java) S 20213 20213 15592 0 -1 1077944384 4100 0 0 0 67 1 0 0 20 0 16 0 407975092 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346285545312 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20228] ppid=20213 vsize=15217712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20228/stat : 20228 (java) S 20213 20213 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 407975092 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346284497504 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20229] ppid=20213 vsize=15217712 memory=3252 CPUtime=0.35 cores=1,3,5,7
/proc/20215/task/20229/stat : 20229 (java) S 20213 20213 15592 0 -1 1077944384 260 0 0 0 21 14 0 0 20 0 16 0 407975093 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346283445040 140346823617154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20264] ppid=20213 vsize=15217712 memory=1112 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20264/stat : 20264 (java) S 20213 20213 15592 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 16 0 408010658 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346274475712 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
Current children cumulated CPU time: 1292.89 s
Current children cumulated vsize: 15330840 KiB
Current children cumulated memory: 12672212 KiB

[startup+363.201 s]
/proc/loadavg: 8.09 8.07 7.79 9/233 20265
/proc/meminfo: memFree=219124/32770624 swapFree=66977612/67108860
[pid=20213] ppid=20210 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/20213/stat : 20213 (xcsp3-exec) S 20210 20213 15592 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407975086 115843072 362 33554432000 4194304 5098028 140729065692016 140729065690120 140072132883068 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11808768 140729065698170 140729065698413 140729065698413 140729065701322 0
/proc/20213/statm: 28282 362 304 221 0 87 0
[pid=20215] ppid=20213 vsize=15217712 memory=12670764 CPUtime=1299.08 cores=1,3,5,7
/proc/20215/stat : 20215 (java) S 20213 20213 15592 0 -1 1077944320 4957515 0 0 0 123740 6168 0 0 20 0 16 0 407975087 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140730534087008 140346823606007 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
/proc/20215/statm: 3804428 3167691 3513 1 0 3765530 0
[pid=20215/tid=20216] ppid=20213 vsize=15217712 memory=6791534058613427641 CPUtime=40.8 cores=1,3,5,7
/proc/20215/task/20216/stat : 20216 (java) S 20213 20213 15592 0 -1 1077944384 16499 0 0 0 4064 16 0 0 20 0 16 0 407975087 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346827846688 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20217] ppid=20213 vsize=15217712 memory=12670764 CPUtime=311.01 cores=1,3,5,7
/proc/20215/task/20217/stat : 20217 (java) R 20213 20213 15592 0 -1 4202560 1304072 0 0 0 29413 1688 0 0 20 0 16 0 407975088 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346782365776 140346816234215 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20218] ppid=20213 vsize=15217712 memory=1112 CPUtime=309.78 cores=1,3,5,7
/proc/20215/task/20218/stat : 20218 (java) R 20213 20213 15592 0 -1 4202560 902095 0 0 0 29799 1179 0 0 20 0 16 0 407975088 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346414672392 140346816234215 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20219] ppid=20213 vsize=15217712 memory=5952 CPUtime=310.4 cores=1,3,5,7
/proc/20215/task/20219/stat : 20219 (java) R 20213 20213 15592 0 -1 4202560 1397391 0 0 0 29281 1759 0 0 20 0 16 0 407975088 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346413619928 140346816709041 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20220] ppid=20213 vsize=15217712 memory=12670764 CPUtime=312.33 cores=1,3,5,7
/proc/20215/task/20220/stat : 20220 (java) R 20213 20213 15592 0 -1 4202560 1217887 0 0 0 29732 1501 0 0 20 0 16 0 407975088 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346412566992 140346816234215 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20221] ppid=20213 vsize=15217712 memory=988 CPUtime=7.39 cores=1,3,5,7
/proc/20215/task/20221/stat : 20221 (java) S 20213 20213 15592 0 -1 1077944384 89748 0 0 0 727 12 0 0 20 0 16 0 407975089 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346291864640 140346823616213 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20222] ppid=20213 vsize=15217712 memory=2004 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20222/stat : 20222 (java) S 20213 20213 15592 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 407975090 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346290812384 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20223] ppid=20213 vsize=15217712 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20223/stat : 20223 (java) S 20213 20213 15592 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 16 0 407975090 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346289759744 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20224] ppid=20213 vsize=15217712 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20224/stat : 20224 (java) S 20213 20213 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 407975092 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346288708304 140346823624603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20225] ppid=20213 vsize=15217712 memory=704 CPUtime=3.18 cores=1,3,5,7
/proc/20215/task/20225/stat : 20225 (java) S 20213 20213 15592 0 -1 1077944384 12729 0 0 0 316 2 0 0 20 0 16 0 407975092 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346287654944 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20226] ppid=20213 vsize=15217712 memory=1056 CPUtime=3.06 cores=1,3,5,7
/proc/20215/task/20226/stat : 20226 (java) S 20213 20213 15592 0 -1 1077944384 11333 0 0 0 304 2 0 0 20 0 16 0 407975092 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346286602112 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20227] ppid=20213 vsize=15217712 memory=1556 CPUtime=0.68 cores=1,3,5,7
/proc/20215/task/20227/stat : 20227 (java) S 20213 20213 15592 0 -1 1077944384 4100 0 0 0 67 1 0 0 20 0 16 0 407975092 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346285545312 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20228] ppid=20213 vsize=15217712 memory=7552 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20228/stat : 20228 (java) S 20213 20213 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 407975092 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346284497504 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20229] ppid=20213 vsize=15217712 memory=2832 CPUtime=0.36 cores=1,3,5,7
/proc/20215/task/20229/stat : 20229 (java) S 20213 20213 15592 0 -1 1077944384 260 0 0 0 22 14 0 0 20 0 16 0 407975093 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346283445040 140346823617154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20264] ppid=20213 vsize=15217712 memory=1084 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20264/stat : 20264 (java) S 20213 20213 15592 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 16 0 408010658 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346274475712 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
Current children cumulated CPU time: 1299.08 s
Current children cumulated vsize: 15330840 KiB
Current children cumulated memory: 12672212 KiB

[startup+364.801 s]
/proc/loadavg: 8.09 8.07 7.79 9/233 20265
/proc/meminfo: memFree=219124/32770624 swapFree=66977612/67108860
[pid=20213] ppid=20210 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/20213/stat : 20213 (xcsp3-exec) S 20210 20213 15592 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407975086 115843072 362 33554432000 4194304 5098028 140729065692016 140729065690120 140072132883068 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11808768 140729065698170 140729065698413 140729065698413 140729065701322 0
/proc/20213/statm: 28282 362 304 221 0 87 0
[pid=20215] ppid=20213 vsize=15217712 memory=12670764 CPUtime=1305.27 cores=1,3,5,7
/proc/20215/stat : 20215 (java) S 20213 20213 15592 0 -1 1077944320 4957515 0 0 0 124358 6169 0 0 20 0 16 0 407975087 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140730534087008 140346823606007 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
/proc/20215/statm: 3804428 3167691 3513 1 0 3765530 0
[pid=20215/tid=20216] ppid=20213 vsize=15217712 memory=1724 CPUtime=40.8 cores=1,3,5,7
/proc/20215/task/20216/stat : 20216 (java) S 20213 20213 15592 0 -1 1077944384 16499 0 0 0 4064 16 0 0 20 0 16 0 407975087 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346827846688 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20217] ppid=20213 vsize=15217712 memory=704 CPUtime=312.55 cores=1,3,5,7
/proc/20215/task/20217/stat : 20217 (java) R 20213 20213 15592 0 -1 4202560 1304072 0 0 0 29566 1689 0 0 20 0 16 0 407975088 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346782365776 140346816234215 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20218] ppid=20213 vsize=15217712 memory=1448 CPUtime=311.31 cores=1,3,5,7
/proc/20215/task/20218/stat : 20218 (java) R 20213 20213 15592 0 -1 4202560 902095 0 0 0 29951 1180 0 0 20 0 16 0 407975088 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346414672392 140346816234215 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20219] ppid=20213 vsize=15217712 memory=12670764 CPUtime=312 cores=1,3,5,7
/proc/20215/task/20219/stat : 20219 (java) R 20213 20213 15592 0 -1 4202560 1397391 0 0 0 29440 1760 0 0 20 0 16 0 407975088 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346413619928 140346808595660 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20220] ppid=20213 vsize=15217712 memory=14012 CPUtime=313.86 cores=1,3,5,7
/proc/20215/task/20220/stat : 20220 (java) R 20213 20213 15592 0 -1 4202560 1217887 0 0 0 29885 1501 0 0 20 0 16 0 407975088 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346412566992 140346816234215 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20221] ppid=20213 vsize=15217712 memory=6791534058613427641 CPUtime=7.39 cores=1,3,5,7
/proc/20215/task/20221/stat : 20221 (java) S 20213 20213 15592 0 -1 1077944384 89748 0 0 0 727 12 0 0 20 0 16 0 407975089 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346291864640 140346823616213 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20222] ppid=20213 vsize=15217712 memory=12670736 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20222/stat : 20222 (java) S 20213 20213 15592 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 407975090 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346290812384 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20223] ppid=20213 vsize=15217712 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20223/stat : 20223 (java) S 20213 20213 15592 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 16 0 407975090 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346289759744 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20224] ppid=20213 vsize=15217712 memory=1084 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20224/stat : 20224 (java) S 20213 20213 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 407975092 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346288708304 140346823624603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20225] ppid=20213 vsize=15217712 memory=-3622645143214314312 CPUtime=3.18 cores=1,3,5,7
/proc/20215/task/20225/stat : 20225 (java) S 20213 20213 15592 0 -1 1077944384 12729 0 0 0 316 2 0 0 20 0 16 0 407975092 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346287654944 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20226] ppid=20213 vsize=15217712 memory=12670764 CPUtime=3.06 cores=1,3,5,7
/proc/20215/task/20226/stat : 20226 (java) S 20213 20213 15592 0 -1 1077944384 11333 0 0 0 304 2 0 0 20 0 16 0 407975092 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346286602112 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20227] ppid=20213 vsize=15217712 memory=780 CPUtime=0.68 cores=1,3,5,7
/proc/20215/task/20227/stat : 20227 (java) S 20213 20213 15592 0 -1 1077944384 4100 0 0 0 67 1 0 0 20 0 16 0 407975092 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346285545312 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20228] ppid=20213 vsize=15217712 memory=3252 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20228/stat : 20228 (java) S 20213 20213 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 407975092 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346284497504 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20229] ppid=20213 vsize=15217712 memory=6791534058613427641 CPUtime=0.36 cores=1,3,5,7
/proc/20215/task/20229/stat : 20229 (java) S 20213 20213 15592 0 -1 1077944384 260 0 0 0 22 14 0 0 20 0 16 0 407975093 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346283445040 140346823617154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20264] ppid=20213 vsize=15217712 memory=1084 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20264/stat : 20264 (java) S 20213 20213 15592 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 16 0 408010658 15582937088 3167691 33554432000 4194304 4196468 140730534104464 140346274475712 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
Current children cumulated CPU time: 1305.27 s
Current children cumulated vsize: 15330840 KiB
Current children cumulated memory: 12672212 KiB

[startup+365.201 s]
/proc/loadavg: 8.08 8.07 7.79 9/233 20265
/proc/meminfo: memFree=219116/32770624 swapFree=66977612/67108860
[pid=20213] ppid=20210 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/20213/stat : 20213 (xcsp3-exec) S 20210 20213 15592 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407975086 115843072 362 33554432000 4194304 5098028 140729065692016 140729065690120 140072132883068 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11808768 140729065698170 140729065698413 140729065698413 140729065701322 0
/proc/20213/statm: 28282 362 304 221 0 87 0
[pid=20215] ppid=20213 vsize=15217712 memory=12670780 CPUtime=1306.28 cores=1,3,5,7
/proc/20215/stat : 20215 (java) S 20213 20213 15592 0 -1 1077944320 4958392 0 0 0 124458 6170 0 0 20 0 16 0 407975087 15582937088 3167695 33554432000 4194304 4196468 140730534104464 140730534087008 140346823606007 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
/proc/20215/statm: 3804428 3167695 3513 1 0 3765530 0
[pid=20215/tid=20216] ppid=20213 vsize=15217712 memory=6791534058613427641 CPUtime=40.8 cores=1,3,5,7
/proc/20215/task/20216/stat : 20216 (java) S 20213 20213 15592 0 -1 1077944384 16499 0 0 0 4064 16 0 0 20 0 16 0 407975087 15582937088 3167695 33554432000 4194304 4196468 140730534104464 140346827846688 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20217] ppid=20213 vsize=15217712 memory=12670764 CPUtime=312.76 cores=1,3,5,7
/proc/20215/task/20217/stat : 20217 (java) S 20213 20213 15592 0 -1 1077944384 1304072 0 0 0 29587 1689 0 0 20 0 16 0 407975088 15582937088 3167695 33554432000 4194304 4196468 140730534104464 140346782365968 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20218] ppid=20213 vsize=15217712 memory=111632 CPUtime=311.5 cores=1,3,5,7
/proc/20215/task/20218/stat : 20218 (java) S 20213 20213 15592 0 -1 1077944384 902095 0 0 0 29970 1180 0 0 20 0 16 0 407975088 15582937088 3167695 33554432000 4194304 4196468 140730534104464 140346414672272 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20219] ppid=20213 vsize=15217712 memory=796 CPUtime=312.22 cores=1,3,5,7
/proc/20215/task/20219/stat : 20219 (java) S 20213 20213 15592 0 -1 1077944384 1397391 0 0 0 29462 1760 0 0 20 0 16 0 407975088 15582937088 3167695 33554432000 4194304 4196468 140730534104464 140346413619728 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20220] ppid=20213 vsize=15217712 memory=1804 CPUtime=314.06 cores=1,3,5,7
/proc/20215/task/20220/stat : 20220 (java) S 20213 20213 15592 0 -1 1077944384 1217887 0 0 0 29905 1501 0 0 20 0 16 0 407975088 15582937088 3167695 33554432000 4194304 4196468 140730534104464 140346412567184 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20221] ppid=20213 vsize=15217712 memory=916 CPUtime=7.58 cores=1,3,5,7
/proc/20215/task/20221/stat : 20221 (java) R 20213 20213 15592 0 -1 4202560 90625 0 0 0 746 12 0 0 20 0 16 0 407975089 15582937088 3167695 33554432000 4194304 4196468 140730534104464 140346291864528 140346802807059 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20222] ppid=20213 vsize=15217712 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20222/stat : 20222 (java) S 20213 20213 15592 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 407975090 15582937088 3167695 33554432000 4194304 4196468 140730534104464 140346290812384 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20223] ppid=20213 vsize=15217712 memory=3176 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20223/stat : 20223 (java) S 20213 20213 15592 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 16 0 407975090 15582937088 3167695 33554432000 4194304 4196468 140730534104464 140346289759744 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20224] ppid=20213 vsize=15217712 memory=8317482817917895235 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20224/stat : 20224 (java) S 20213 20213 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 407975092 15582937088 3167695 33554432000 4194304 4196468 140730534104464 140346288708304 140346823624603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20225] ppid=20213 vsize=15217712 memory=3176 CPUtime=3.18 cores=1,3,5,7
/proc/20215/task/20225/stat : 20225 (java) S 20213 20213 15592 0 -1 1077944384 12729 0 0 0 316 2 0 0 20 0 16 0 407975092 15582937088 3167695 33554432000 4194304 4196468 140730534104464 140346287654944 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20226] ppid=20213 vsize=15217712 memory=1448 CPUtime=3.06 cores=1,3,5,7
/proc/20215/task/20226/stat : 20226 (java) S 20213 20213 15592 0 -1 1077944384 11333 0 0 0 304 2 0 0 20 0 16 0 407975092 15582937088 3167695 33554432000 4194304 4196468 140730534104464 140346286602112 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20227] ppid=20213 vsize=15217712 memory=12670764 CPUtime=0.68 cores=1,3,5,7
/proc/20215/task/20227/stat : 20227 (java) S 20213 20213 15592 0 -1 1077944384 4100 0 0 0 67 1 0 0 20 0 16 0 407975092 15582937088 3167695 33554432000 4194304 4196468 140730534104464 140346285545312 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20228] ppid=20213 vsize=15217712 memory=1164 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20228/stat : 20228 (java) S 20213 20213 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 407975092 15582937088 3167695 33554432000 4194304 4196468 140730534104464 140346284497504 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20229] ppid=20213 vsize=15217712 memory=8317482817917895235 CPUtime=0.36 cores=1,3,5,7
/proc/20215/task/20229/stat : 20229 (java) S 20213 20213 15592 0 -1 1077944384 260 0 0 0 22 14 0 0 20 0 16 0 407975093 15582937088 3167695 33554432000 4194304 4196468 140730534104464 140346283445040 140346823617154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
[pid=20215/tid=20264] ppid=20213 vsize=15217712 memory=3176 CPUtime=0 cores=1,3,5,7
/proc/20215/task/20264/stat : 20264 (java) S 20213 20213 15592 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 16 0 408010658 15582937088 3167695 33554432000 4194304 4196468 140730534104464 140346274475712 140346823616213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28016640 140730534106095 140730534106266 140730534106266 140730534109135 0
Current children cumulated CPU time: 1306.28 s
Current children cumulated vsize: 15330840 KiB
Current children cumulated memory: 12672228 KiB

[startup+365.411 s]
/proc/loadavg: 8.08 8.07 7.79 9/233 20265
/proc/meminfo: memFree=219116/32770624 swapFree=66977612/67108860
[pid=20213] ppid=20210 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/20213/stat : 20213 (xcsp3-exec) S 20210 20213 15592 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407975086 115843072 362 33554432000 4194304 5098028 140729065692016 140729065690120 140072132883068 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11808768 140729065698170 140729065698413 140729065698413 140729065701322 0
/proc/20213/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): 365.446
CPU time (s): 1306.54
CPU user time (s): 1244.59
CPU system time (s): 61.9445
CPU usage (%): 357.518
Max. virtual memory (cumulated for all children) (KiB): 15330840
Max. memory (cumulated for all children) (KiB): 12672228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1244.59
system time used= 61.9445
maximum resident set size= 12670980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4959030
page faults= 0
swaps= 0
block input operations= 0
block output operations= 544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19776
involuntary context switches= 39075


# summary of solver processes directly reported to runsolver:
#   pid: 20213
#   total CPU time (s): 1306.54
#   total CPU user time (s): 1244.59
#   total CPU system time (s): 61.9445

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.54695 second user time and 4.24313 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-12 20:29:21
IDJOB=4392951
IDBENCH=126480
IDSOLVER=2840
FILE ID=node104/4392951-1568317178
RUNJOBID= node104-1568309054-15624
PBS_JOBID= 21701133
Free space on /tmp= 56548 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-cp-s1/SocialGolfers-9-7-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-4392951-1568317178/watcher-4392951-1568317178 -o /tmp/evaluation-result-4392951-1568317178/solver-4392951-1568317178 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568309054-15624 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1157254519 HOME/instance-4392951-1568317178.xml

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

MD5SUM BENCH= 6c7c8fee2fac051830782d16440ff60b
RANDOM SEED=1157254519

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        11238064 kB
MemAvailable:   20011336 kB
Buffers:          141556 kB
Cached:          8822116 kB
SwapCached:        31864 kB
Active:         13977612 kB
Inactive:        6819016 kB
Active(anon):   11801292 kB
Inactive(anon):    73188 kB
Active(file):    2176320 kB
Inactive(file):  6745828 kB
Unevictable:      107804 kB
Mlocked:          107804 kB
SwapTotal:      67108860 kB
SwapFree:       66977612 kB
Dirty:             26844 kB
Writeback:             0 kB
AnonPages:      11910872 kB
Mapped:            55924 kB
Shmem:             32780 kB
Slab:             310136 kB
SReclaimable:     279584 kB
SUnreclaim:        30552 kB
KernelStack:        3840 kB
PageTables:        28436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13317172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11735040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56524 MiB
End job on node104 at 2019-09-12 20:35:27