Trace number 4403411

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-20? 1386.08 380.027

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-4403411-1568990167.xml"  -tl '2520s' -p 4
0.11/0.19	c Choco 3fb4b153
0.11/0.20	c [HOME/instance-4403411-1568990167.xml, -tl, 2520s, -p, 4]
0.33/0.24	c 4 solvers in parallel
0.33/0.31	c parse instance...
1342.73/368.70	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1342.73/368.70		at java.util.Spliterators.spliterator(Spliterators.java:178)
1342.73/368.70		at java.util.Arrays.spliterator(Arrays.java:4872)
1342.73/368.70		at java.util.Arrays.stream(Arrays.java:5023)
1342.73/368.70		at java.util.Arrays.stream(Arrays.java:5004)
1342.73/368.70		at java.util.stream.Stream.of(Stream.java:1000)
1342.73/368.70		at org.xcsp.common.predicates.XNodeParent$Canonizer.lambda$new$4(XNodeParent.java:133)
1342.73/368.70		at org.xcsp.common.predicates.XNodeParent$Canonizer$$Lambda$121/2050835901.test(Unknown Source)
1342.73/368.70		at org.xcsp.common.predicates.MatcherInterface$Matcher.validForSpecialTargetNode(MatcherInterface.java:175)
1342.73/368.70		at org.xcsp.common.predicates.MatcherInterface.matching(MatcherInterface.java:89)
1342.73/368.70		at org.xcsp.common.predicates.MatcherInterface.matches(MatcherInterface.java:134)
1342.73/368.70		at org.xcsp.common.predicates.XNodeParent.lambda$canonization$6(XNodeParent.java:214)
1342.73/368.70		at org.xcsp.common.predicates.XNodeParent$$Lambda$140/422392391.test(Unknown Source)
1342.73/368.70		at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174)
1342.73/368.70		at java.util.Spliterators$IteratorSpliterator.tryAdvance(Spliterators.java:1812)
1342.73/368.70		at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126)
1342.73/368.70		at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:498)
1342.73/368.70		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:485)
1342.73/368.70		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
1342.73/368.70		at java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:152)
1342.73/368.70		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
1342.73/368.70		at java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:464)
1342.73/368.70		at org.xcsp.common.predicates.XNodeParent.canonization(XNodeParent.java:214)
1342.73/368.70		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:264)
1342.73/368.70		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1342.73/368.70		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1342.73/368.70		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
1342.73/368.70		at org.xcsp.parser.XCallbacks$$Lambda$111/213193302.accept(Unknown Source)
1342.73/368.70		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1342.73/368.70		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1342.73/368.70		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
1342.73/368.70		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
1342.73/368.70		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
1385.94/379.92	s UNKNOWN
1385.94/379.92	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: 16375 MiB (10157 MiB free)
  memory of node 1: 16384 MiB (5516 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403411-1568990167/watcher-4403411-1568990167 -o /tmp/evaluation-result-4403411-1568990167/solver-4403411-1568990167 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568988007-29941 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2068896412 HOME/instance-4403411-1568990167.xml 

running on 4 cores: 4-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
Current StackSize limit: 8192 KiB

solver pid=1145, runsolver pid=1142

[startup+0.100093 s]*
/proc/loadavg: 8.11 8.18 7.42 7/234 1162
/proc/meminfo: memFree=16032396/32770688 swapFree=66971760/67108860
[pid=1145] ppid=1142 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/1145/stat : 1145 (xcsp3-exec) S 1142 1145 29909 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 474958342 115843072 362 33554432000 4194304 5098028 140722690833984 140722690832088 140186335449724 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19484672 140722690835322 140722690835565 140722690835565 140722690838474 0
/proc/1145/statm: 28282 362 304 221 0 87 0
[pid=1147] ppid=1145 vsize=15144776 memory=30028 CPUtime=0.11 cores=4-7
/proc/1147/stat : 1147 (java) S 1145 1145 29909 0 -1 1077944320 5600 0 0 0 11 0 0 0 20 0 15 0 474958342 15508250624 7507 33554432000 4194304 4196468 140733490785552 140733490768096 140666753470199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
/proc/1147/statm: 3786194 7507 3160 1 0 3748377 0
[pid=1147/tid=1148] ppid=1145 vsize=15144776 memory=7031125463459224206 CPUtime=0.09 cores=4-7
/proc/1147/task/1148/stat : 1148 (java) R 1145 1145 29909 0 -1 4202560 3538 0 0 0 9 0 0 0 20 0 15 0 474958343 15508250624 7507 33554432000 4194304 4196468 140733490785552 140666757703680 140666737513829 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1149] ppid=1145 vsize=15144776 memory=7378697629483820645 CPUtime=0 cores=4-7
/proc/1147/task/1149/stat : 1149 (java) S 1145 1145 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474958344 15508250624 7507 33554432000 4194304 4196468 140733490785552 140666689706768 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1150] ppid=1145 vsize=15144776 memory=140583610594944 CPUtime=0 cores=4-7
/proc/1147/task/1150/stat : 1150 (java) S 1145 1145 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474958344 15508250624 7507 33554432000 4194304 4196468 140733490785552 140666345151376 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1151] ppid=1145 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/1147/task/1151/stat : 1151 (java) S 1145 1145 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474958344 15508250624 7507 33554432000 4194304 4196468 140733490785552 140666344098832 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1152] ppid=1145 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/1147/task/1152/stat : 1152 (java) S 1145 1145 29909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474958344 15508250624 7507 33554432000 4194304 4196468 140733490785552 140666343046288 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1153] ppid=1145 vsize=15144776 memory=140583610594944 CPUtime=0 cores=4-7
/proc/1147/task/1153/stat : 1153 (java) S 1145 1145 29909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474958345 15508250624 7507 33554432000 4194304 4196468 140733490785552 140666289313776 140666753481346 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1154] ppid=1145 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/1147/task/1154/stat : 1154 (java) S 1145 1145 29909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 474958346 15508250624 7507 33554432000 4194304 4196468 140733490785552 140666288260000 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1155] ppid=1145 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/1147/task/1155/stat : 1155 (java) S 1145 1145 29909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 474958346 15508250624 7507 33554432000 4194304 4196468 140733490785552 140666287207408 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1156] ppid=1145 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/1147/task/1156/stat : 1156 (java) S 1145 1145 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474958349 15508250624 7507 33554432000 4194304 4196468 140733490785552 140665691302096 140666753488795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1158] ppid=1145 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/1147/task/1158/stat : 1158 (java) S 1145 1145 29909 0 -1 1077944384 409 0 0 0 0 0 0 0 20 0 15 0 474958349 15508250624 7507 33554432000 4194304 4196468 140733490785552 140665690249712 140666753481346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1159] ppid=1145 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/1147/task/1159/stat : 1159 (java) S 1145 1145 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474958349 15508250624 7507 33554432000 4194304 4196468 140733490785552 140665689197168 140666753481346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1160] ppid=1145 vsize=15144776 memory=140583610594944 CPUtime=0.01 cores=4-7
/proc/1147/task/1160/stat : 1160 (java) R 1145 1145 29909 0 -1 4202560 355 0 0 0 1 0 0 0 20 0 15 0 474958349 15508250624 7507 33554432000 4194304 4196468 140733490785552 140665688144624 140666753482134 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1161] ppid=1145 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/1147/task/1161/stat : 1161 (java) S 1145 1145 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474958349 15508250624 7507 33554432000 4194304 4196468 140733490785552 140665687092320 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1162] ppid=1145 vsize=15144776 memory=140583610594944 CPUtime=0 cores=4-7
/proc/1147/task/1162/stat : 1162 (java) S 1145 1145 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474958349 15508250624 7507 33554432000 4194304 4196468 140733490785552 140665686038832 140666753481346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31476 KiB

[startup+0.211823 s]*
/proc/loadavg: 8.11 8.18 7.42 6/234 1162
/proc/meminfo: memFree=16019640/32770688 swapFree=66971760/67108860
[pid=1145] ppid=1142 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/1145/stat : 1145 (xcsp3-exec) S 1142 1145 29909 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 474958342 115843072 362 33554432000 4194304 5098028 140722690833984 140722690832088 140186335449724 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19484672 140722690835322 140722690835565 140722690835565 140722690838474 0
/proc/1145/statm: 28282 362 304 221 0 87 0
[pid=1147] ppid=1145 vsize=15144776 memory=41476 CPUtime=0.33 cores=4-7
/proc/1147/stat : 1147 (java) S 1145 1145 29909 0 -1 1077944320 9367 0 0 0 31 2 0 0 20 0 15 0 474958342 15508250624 10369 33554432000 4194304 4196468 140733490785552 140733490768096 140666753470199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
/proc/1147/statm: 3786194 10369 3295 1 0 3748377 0
[pid=1147/tid=1148] ppid=1145 vsize=15144776 memory=7022364632946311227 CPUtime=0.2 cores=4-7
/proc/1147/task/1148/stat : 1148 (java) R 1145 1145 29909 0 -1 4202560 6528 0 0 0 19 1 0 0 20 0 15 0 474958343 15508250624 10434 33554432000 4194304 4196468 140733490785552 140666757704592 140666371226436 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1149] ppid=1145 vsize=15144776 memory=4294976394 CPUtime=0 cores=4-7
/proc/1147/task/1149/stat : 1149 (java) S 1145 1145 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474958344 15508250624 10434 33554432000 4194304 4196468 140733490785552 140666689706768 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1150] ppid=1145 vsize=15144776 memory=288370959762306688 CPUtime=0 cores=4-7
/proc/1147/task/1150/stat : 1150 (java) S 1145 1145 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474958344 15508250624 10434 33554432000 4194304 4196468 140733490785552 140666345151376 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1151] ppid=1145 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/1147/task/1151/stat : 1151 (java) S 1145 1145 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474958344 15508250624 10434 33554432000 4194304 4196468 140733490785552 140666344098832 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1152] ppid=1145 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/1147/task/1152/stat : 1152 (java) S 1145 1145 29909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474958344 15508250624 10434 33554432000 4194304 4196468 140733490785552 140666343046288 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1153] ppid=1145 vsize=15144776 memory=140583610594944 CPUtime=0 cores=4-7
/proc/1147/task/1153/stat : 1153 (java) S 1145 1145 29909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474958345 15508250624 10434 33554432000 4194304 4196468 140733490785552 140666289313776 140666753481346 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1154] ppid=1145 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/1147/task/1154/stat : 1154 (java) S 1145 1145 29909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 474958346 15508250624 10434 33554432000 4194304 4196468 140733490785552 140666288260000 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1155] ppid=1145 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/1147/task/1155/stat : 1155 (java) S 1145 1145 29909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 474958346 15508250624 10434 33554432000 4194304 4196468 140733490785552 140666287207408 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1156] ppid=1145 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/1147/task/1156/stat : 1156 (java) S 1145 1145 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474958349 15508250624 10434 33554432000 4194304 4196468 140733490785552 140665691302096 140666753488795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1158] ppid=1145 vsize=15144776 memory=0 CPUtime=0.02 cores=4-7
/proc/1147/task/1158/stat : 1158 (java) S 1145 1145 29909 0 -1 1077944384 501 0 0 0 2 0 0 0 20 0 15 0 474958349 15508250624 10434 33554432000 4194304 4196468 140733490785552 140665690249712 140666753481346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1159] ppid=1145 vsize=15144776 memory=-1 CPUtime=0.03 cores=4-7
/proc/1147/task/1159/stat : 1159 (java) S 1145 1145 29909 0 -1 1077944384 259 0 0 0 3 0 0 0 20 0 15 0 474958349 15508250624 10434 33554432000 4194304 4196468 140733490785552 140665689197168 140666753481346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1160] ppid=1145 vsize=15144776 memory=140583610594944 CPUtime=0.07 cores=4-7
/proc/1147/task/1160/stat : 1160 (java) R 1145 1145 29909 0 -1 4202560 780 0 0 0 7 0 0 0 20 0 15 0 474958349 15508250624 10434 33554432000 4194304 4196468 140733490785552 140665688144624 140666732438283 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1161] ppid=1145 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/1147/task/1161/stat : 1161 (java) S 1145 1145 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474958349 15508250624 10434 33554432000 4194304 4196468 140733490785552 140665687092320 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1162] ppid=1145 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/1147/task/1162/stat : 1162 (java) S 1145 1145 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474958349 15508250624 10434 33554432000 4194304 4196468 140733490785552 140665686038832 140666753481346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42924 KiB

[startup+0.31167 s]*
/proc/loadavg: 8.11 8.18 7.42 6/234 1162
/proc/meminfo: memFree=16014832/32770688 swapFree=66971760/67108860
[pid=1145] ppid=1142 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/1145/stat : 1145 (xcsp3-exec) S 1142 1145 29909 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 474958342 115843072 362 33554432000 4194304 5098028 140722690833984 140722690832088 140186335449724 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19484672 140722690835322 140722690835565 140722690835565 140722690838474 0
/proc/1145/statm: 28282 362 304 221 0 87 0
[pid=1147] ppid=1145 vsize=15149032 memory=47708 CPUtime=0.51 cores=4-7
/proc/1147/stat : 1147 (java) S 1145 1145 29909 0 -1 1077944320 10466 0 0 0 48 3 0 0 20 0 15 0 474958342 15512608768 11927 33554432000 4194304 4196468 140733490785552 140733490768096 140666753470199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
/proc/1147/statm: 3787258 11927 3319 1 0 3748377 0
[pid=1147/tid=1148] ppid=1145 vsize=15149032 memory=6935054825532540783 CPUtime=0.3 cores=4-7
/proc/1147/task/1148/stat : 1148 (java) R 1145 1145 29909 0 -1 4202560 7541 0 0 0 28 2 0 0 20 0 15 0 474958343 15512608768 11944 33554432000 4194304 4196468 140733490785552 140666757708976 140666737550686 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1149] ppid=1145 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=4-7
/proc/1147/task/1149/stat : 1149 (java) S 1145 1145 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474958344 15512608768 11944 33554432000 4194304 4196468 140733490785552 140666689706768 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1150] ppid=1145 vsize=15149032 memory=14068 CPUtime=0 cores=4-7
/proc/1147/task/1150/stat : 1150 (java) S 1145 1145 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474958344 15512608768 11944 33554432000 4194304 4196468 140733490785552 140666345151376 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1151] ppid=1145 vsize=15149032 memory=2120 CPUtime=0 cores=4-7
/proc/1147/task/1151/stat : 1151 (java) S 1145 1145 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474958344 15512608768 11944 33554432000 4194304 4196468 140733490785552 140666344098832 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1152] ppid=1145 vsize=15149032 memory=496 CPUtime=0 cores=4-7
/proc/1147/task/1152/stat : 1152 (java) S 1145 1145 29909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474958344 15512608768 11944 33554432000 4194304 4196468 140733490785552 140666343046288 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1153] ppid=1145 vsize=15149032 memory=1556 CPUtime=0 cores=4-7
/proc/1147/task/1153/stat : 1153 (java) S 1145 1145 29909 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 474958345 15512608768 11944 33554432000 4194304 4196468 140733490785552 140666289313776 140666753481346 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1154] ppid=1145 vsize=15149032 memory=1412 CPUtime=0 cores=4-7
/proc/1147/task/1154/stat : 1154 (java) S 1145 1145 29909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 474958346 15512608768 11944 33554432000 4194304 4196468 140733490785552 140666288260000 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1155] ppid=1145 vsize=15149032 memory=2209 CPUtime=0 cores=4-7
/proc/1147/task/1155/stat : 1155 (java) S 1145 1145 29909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 474958346 15512608768 11944 33554432000 4194304 4196468 140733490785552 140666287207408 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1156] ppid=1145 vsize=15149032 memory=46532 CPUtime=0 cores=4-7
/proc/1147/task/1156/stat : 1156 (java) S 1145 1145 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474958349 15512608768 11944 33554432000 4194304 4196468 140733490785552 140665691302096 140666753488795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1158] ppid=1145 vsize=15149032 memory=6656426216303648864 CPUtime=0.03 cores=4-7
/proc/1147/task/1158/stat : 1158 (java) S 1145 1145 29909 0 -1 1077944384 517 0 0 0 3 0 0 0 20 0 15 0 474958349 15512608768 11944 33554432000 4194304 4196468 140733490785552 140665690249712 140666753481346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1159] ppid=1145 vsize=15149032 memory=0 CPUtime=0.03 cores=4-7
/proc/1147/task/1159/stat : 1159 (java) S 1145 1145 29909 0 -1 1077944384 259 0 0 0 3 0 0 0 20 0 15 0 474958349 15512608768 11944 33554432000 4194304 4196468 140733490785552 140665689197168 140666753481346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1160] ppid=1145 vsize=15149032 memory=0 CPUtime=0.12 cores=4-7
/proc/1147/task/1160/stat : 1160 (java) S 1145 1145 29909 0 -1 1077944384 859 0 0 0 12 0 0 0 20 0 15 0 474958349 15512608768 11944 33554432000 4194304 4196468 140733490785552 140665688144624 140666753481346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1161] ppid=1145 vsize=15149032 memory=35809 CPUtime=0 cores=4-7
/proc/1147/task/1161/stat : 1161 (java) S 1145 1145 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474958349 15512608768 11944 33554432000 4194304 4196468 140733490785552 140665687092320 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1162] ppid=1145 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/1147/task/1162/stat : 1162 (java) S 1145 1145 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474958349 15512608768 11944 33554432000 4194304 4196468 140733490785552 140665686038832 140666753481346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 49156 KiB

[startup+0.700883 s]
/proc/loadavg: 8.11 8.18 7.42 8/234 1162
/proc/meminfo: memFree=15992500/32770688 swapFree=66971760/67108860
[pid=1145] ppid=1142 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/1145/stat : 1145 (xcsp3-exec) S 1142 1145 29909 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 474958342 115843072 362 33554432000 4194304 5098028 140722690833984 140722690832088 140186335449724 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19484672 140722690835322 140722690835565 140722690835565 140722690838474 0
/proc/1145/statm: 28282 362 304 221 0 87 0
[pid=1147] ppid=1145 vsize=15151156 memory=109120 CPUtime=1.69 cores=4-7
/proc/1147/stat : 1147 (java) S 1145 1145 29909 0 -1 1077944320 14062 0 0 0 165 4 0 0 20 0 15 0 474958342 15514783744 27280 33554432000 4194304 4196468 140733490785552 140733490768096 140666753470199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
/proc/1147/statm: 3787789 27280 3444 1 0 3748889 0
[pid=1147/tid=1148] ppid=1145 vsize=15151156 memory=288230596034175850 CPUtime=0.68 cores=4-7
/proc/1147/task/1148/stat : 1148 (java) R 1145 1145 29909 0 -1 4202560 8313 0 0 0 65 3 0 0 20 0 15 0 474958343 15514783744 27280 33554432000 4194304 4196468 140733490785552 140666757704728 140666373391337 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1149] ppid=1145 vsize=15151156 memory=14690790429444105 CPUtime=0 cores=4-7
/proc/1147/task/1149/stat : 1149 (java) S 1145 1145 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474958344 15514783744 27280 33554432000 4194304 4196468 140733490785552 140666689706768 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1150] ppid=1145 vsize=15151156 memory=0 CPUtime=0 cores=4-7
/proc/1147/task/1150/stat : 1150 (java) S 1145 1145 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474958344 15514783744 27280 33554432000 4194304 4196468 140733490785552 140666345151376 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1151] ppid=1145 vsize=15151156 memory=0 CPUtime=0 cores=4-7
/proc/1147/task/1151/stat : 1151 (java) S 1145 1145 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474958344 15514783744 27280 33554432000 4194304 4196468 140733490785552 140666344098832 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1152] ppid=1145 vsize=15151156 memory=0 CPUtime=0 cores=4-7
/proc/1147/task/1152/stat : 1152 (java) S 1145 1145 29909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474958344 15514783744 27280 33554432000 4194304 4196468 140733490785552 140666343046288 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1153] ppid=1145 vsize=15151156 memory=0 CPUtime=0 cores=4-7
/proc/1147/task/1153/stat : 1153 (java) S 1145 1145 29909 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 474958345 15514783744 27280 33554432000 4194304 4196468 140733490785552 140666289313776 140666753481346 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1154] ppid=1145 vsize=15151156 memory=0 CPUtime=0 cores=4-7
/proc/1147/task/1154/stat : 1154 (java) S 1145 1145 29909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 474958346 15514783744 27280 33554432000 4194304 4196468 140733490785552 140666288260000 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1155] ppid=1145 vsize=15151156 memory=0 CPUtime=0 cores=4-7
/proc/1147/task/1155/stat : 1155 (java) S 1145 1145 29909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 474958346 15514783744 27280 33554432000 4194304 4196468 140733490785552 140666287207408 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1156] ppid=1145 vsize=15151156 memory=0 CPUtime=0 cores=4-7
/proc/1147/task/1156/stat : 1156 (java) S 1145 1145 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474958349 15514783744 27280 33554432000 4194304 4196468 140733490785552 140665691302096 140666753488795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1158] ppid=1145 vsize=15151156 memory=0 CPUtime=0.34 cores=4-7
/proc/1147/task/1158/stat : 1158 (java) R 1145 1145 29909 0 -1 4202560 1461 0 0 0 34 0 0 0 20 0 15 0 474958349 15514783744 27280 33554432000 4194304 4196468 140733490785552 140665690235592 140666734990234 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1159] ppid=1145 vsize=15151156 memory=0 CPUtime=0.34 cores=4-7
/proc/1147/task/1159/stat : 1159 (java) R 1145 1145 29909 0 -1 4202560 1297 0 0 0 34 0 0 0 20 0 15 0 474958349 15514783744 27280 33554432000 4194304 4196468 140733490785552 140665689183712 140666745759648 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1160] ppid=1145 vsize=15151156 memory=140583610600081 CPUtime=0.31 cores=4-7
/proc/1147/task/1160/stat : 1160 (java) S 1145 1145 29909 0 -1 1077944384 1688 0 0 0 31 0 0 0 20 0 15 0 474958349 15514783744 27280 33554432000 4194304 4196468 140733490785552 140665688144624 140666753481346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1161] ppid=1145 vsize=15151156 memory=6443636648900585572 CPUtime=0 cores=4-7
/proc/1147/task/1161/stat : 1161 (java) S 1145 1145 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474958349 15514783744 27280 33554432000 4194304 4196468 140733490785552 140665687092320 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1162] ppid=1145 vsize=15151156 memory=0 CPUtime=0 cores=4-7
/proc/1147/task/1162/stat : 1162 (java) S 1145 1145 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474958349 15514783744 27280 33554432000 4194304 4196468 140733490785552 140665686038832 140666753481346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 110568 KiB

[startup+1.50089 s]
/proc/loadavg: 8.11 8.18 7.42 8/234 1162
/proc/meminfo: memFree=15867896/32770688 swapFree=66971760/67108860
[pid=1145] ppid=1142 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/1145/stat : 1145 (xcsp3-exec) S 1142 1145 29909 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 474958342 115843072 362 33554432000 4194304 5098028 140722690833984 140722690832088 140186335449724 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19484672 140722690835322 140722690835565 140722690835565 140722690838474 0
/proc/1145/statm: 28282 362 304 221 0 87 0

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

/proc/1147/task/1154/stat : 1154 (java) S 1145 1145 29909 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 474958346 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140666288260064 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1155] ppid=1145 vsize=15217720 memory=1556 CPUtime=0 cores=4-7
/proc/1147/task/1155/stat : 1155 (java) S 1145 1145 29909 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 474958346 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140666287207424 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1156] ppid=1145 vsize=15217720 memory=1412 CPUtime=0 cores=4-7
/proc/1147/task/1156/stat : 1156 (java) S 1145 1145 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 474958349 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140665691302096 140666753488795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1158] ppid=1145 vsize=15217720 memory=3312 CPUtime=3.1 cores=4-7
/proc/1147/task/1158/stat : 1158 (java) S 1145 1145 29909 0 -1 1077944384 11706 0 0 0 308 2 0 0 20 0 16 0 474958349 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140665690249760 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1159] ppid=1145 vsize=15217720 memory=8560 CPUtime=3.14 cores=4-7
/proc/1147/task/1159/stat : 1159 (java) S 1145 1145 29909 0 -1 1077944384 12103 0 0 0 312 2 0 0 20 0 16 0 474958349 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140665689196928 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1160] ppid=1145 vsize=15217720 memory=14004 CPUtime=0.72 cores=4-7
/proc/1147/task/1160/stat : 1160 (java) S 1145 1145 29909 0 -1 1077944384 4275 0 0 0 71 1 0 0 20 0 16 0 474958349 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140665688144192 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1161] ppid=1145 vsize=15217720 memory=27124 CPUtime=0 cores=4-7
/proc/1147/task/1161/stat : 1161 (java) S 1145 1145 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 474958349 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140665687092320 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1162] ppid=1145 vsize=15217720 memory=14068 CPUtime=0.17 cores=4-7
/proc/1147/task/1162/stat : 1162 (java) S 1145 1145 29909 0 -1 1077944384 533 0 0 0 9 8 0 0 20 0 16 0 474958349 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140665686038832 140666753481346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1208] ppid=1145 vsize=15217720 memory=2120 CPUtime=0 cores=4-7
/proc/1147/task/1208/stat : 1208 (java) S 1145 1145 29909 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 474995213 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140665683516608 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
Current children cumulated CPU time: 1365.12 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12744864 KiB

[startup+377.601 s]
/proc/loadavg: 8.23 8.08 7.59 9/235 1208
/proc/meminfo: memFree=2424804/32770688 swapFree=66971760/67108860
[pid=1145] ppid=1142 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/1145/stat : 1145 (xcsp3-exec) S 1142 1145 29909 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 474958342 115843072 362 33554432000 4194304 5098028 140722690833984 140722690832088 140186335449724 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19484672 140722690835322 140722690835565 140722690835565 140722690838474 0
/proc/1145/statm: 28282 362 304 221 0 87 0
[pid=1147] ppid=1145 vsize=15217720 memory=12743416 CPUtime=1377.56 cores=4-7
/proc/1147/stat : 1147 (java) S 1145 1145 29909 0 -1 1077944320 1216604 0 0 0 135737 2019 0 0 20 0 16 0 474958342 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140733490768096 140666753470199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
/proc/1147/statm: 3804430 3185854 3516 1 0 3765530 0
[pid=1147/tid=1148] ppid=1145 vsize=15217720 memory=1564 CPUtime=33.62 cores=4-7
/proc/1147/task/1148/stat : 1148 (java) S 1145 1145 29909 0 -1 1077944384 20991 0 0 0 3349 13 0 0 20 0 16 0 474958343 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140666757710880 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1149] ppid=1145 vsize=15217720 memory=8560 CPUtime=332.98 cores=4-7
/proc/1147/task/1149/stat : 1149 (java) R 1145 1145 29909 0 -1 4202560 224732 0 0 0 32757 541 0 0 20 0 16 0 474958344 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140666689706576 140666746098407 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1150] ppid=1145 vsize=15217720 memory=14004 CPUtime=331.34 cores=4-7
/proc/1147/task/1150/stat : 1150 (java) R 1145 1145 29909 0 -1 4202560 236403 0 0 0 32672 462 0 0 20 0 16 0 474958344 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140666345151496 140666746098407 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1151] ppid=1145 vsize=15217720 memory=4486604260213485459 CPUtime=331.92 cores=4-7
/proc/1147/task/1151/stat : 1151 (java) R 1145 1145 29909 0 -1 4202560 279839 0 0 0 32686 506 0 0 20 0 16 0 474958344 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140666344099032 140666738169960 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1152] ppid=1145 vsize=15217720 memory=12743416 CPUtime=332.59 cores=4-7
/proc/1147/task/1152/stat : 1152 (java) R 1145 1145 29909 0 -1 4202560 309071 0 0 0 32782 477 0 0 20 0 16 0 474958344 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140666343046096 140666746098407 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1153] ppid=1145 vsize=15217720 memory=3232 CPUtime=7.87 cores=4-7
/proc/1147/task/1153/stat : 1153 (java) S 1145 1145 29909 0 -1 1077944384 115574 0 0 0 780 7 0 0 20 0 16 0 474958345 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140666289312320 140666753480405 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1154] ppid=1145 vsize=15217720 memory=1452 CPUtime=0 cores=4-7
/proc/1147/task/1154/stat : 1154 (java) S 1145 1145 29909 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 474958346 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140666288260064 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1155] ppid=1145 vsize=15217720 memory=8112282956445269571 CPUtime=0 cores=4-7
/proc/1147/task/1155/stat : 1155 (java) S 1145 1145 29909 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 474958346 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140666287207424 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1156] ppid=1145 vsize=15217720 memory=788 CPUtime=0 cores=4-7
/proc/1147/task/1156/stat : 1156 (java) S 1145 1145 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 474958349 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140665691302096 140666753488795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1158] ppid=1145 vsize=15217720 memory=1704 CPUtime=3.1 cores=4-7
/proc/1147/task/1158/stat : 1158 (java) S 1145 1145 29909 0 -1 1077944384 11706 0 0 0 308 2 0 0 20 0 16 0 474958349 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140665690249760 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1159] ppid=1145 vsize=15217720 memory=1280 CPUtime=3.14 cores=4-7
/proc/1147/task/1159/stat : 1159 (java) S 1145 1145 29909 0 -1 1077944384 12103 0 0 0 312 2 0 0 20 0 16 0 474958349 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140665689196928 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1160] ppid=1145 vsize=15217720 memory=8112282956445269571 CPUtime=0.72 cores=4-7
/proc/1147/task/1160/stat : 1160 (java) S 1145 1145 29909 0 -1 1077944384 4275 0 0 0 71 1 0 0 20 0 16 0 474958349 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140665688144192 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1161] ppid=1145 vsize=15217720 memory=2596 CPUtime=0 cores=4-7
/proc/1147/task/1161/stat : 1161 (java) S 1145 1145 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 474958349 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140665687092320 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1162] ppid=1145 vsize=15217720 memory=6935054825532540783 CPUtime=0.17 cores=4-7
/proc/1147/task/1162/stat : 1162 (java) S 1145 1145 29909 0 -1 1077944384 533 0 0 0 9 8 0 0 20 0 16 0 474958349 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140665686038832 140666753481346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1208] ppid=1145 vsize=15217720 memory=4126316290023845779 CPUtime=0 cores=4-7
/proc/1147/task/1208/stat : 1208 (java) S 1145 1145 29909 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 474995213 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140665683516608 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
Current children cumulated CPU time: 1377.56 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12744864 KiB

[startup+379.201 s]
/proc/loadavg: 8.23 8.08 7.59 8/235 1208
/proc/meminfo: memFree=2424928/32770688 swapFree=66971760/67108860
[pid=1145] ppid=1142 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/1145/stat : 1145 (xcsp3-exec) S 1142 1145 29909 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 474958342 115843072 362 33554432000 4194304 5098028 140722690833984 140722690832088 140186335449724 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19484672 140722690835322 140722690835565 140722690835565 140722690838474 0
/proc/1145/statm: 28282 362 304 221 0 87 0
[pid=1147] ppid=1145 vsize=15217720 memory=12743416 CPUtime=1383.75 cores=4-7
/proc/1147/stat : 1147 (java) S 1145 1145 29909 0 -1 1077944320 1218894 0 0 0 136354 2021 0 0 20 0 16 0 474958342 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140733490768096 140666753470199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
/proc/1147/statm: 3804430 3185854 3516 1 0 3765530 0
[pid=1147/tid=1148] ppid=1145 vsize=15217720 memory=12743416 CPUtime=33.62 cores=4-7
/proc/1147/task/1148/stat : 1148 (java) S 1145 1145 29909 0 -1 1077944384 20991 0 0 0 3349 13 0 0 20 0 16 0 474958343 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140666757710880 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1149] ppid=1145 vsize=15217720 memory=3612 CPUtime=334.51 cores=4-7
/proc/1147/task/1149/stat : 1149 (java) R 1145 1145 29909 0 -1 4202560 224732 0 0 0 32909 542 0 0 20 0 16 0 474958344 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140666689706576 140666746098407 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1150] ppid=1145 vsize=15217720 memory=53772 CPUtime=332.86 cores=4-7
/proc/1147/task/1150/stat : 1150 (java) R 1145 1145 29909 0 -1 4202560 236403 0 0 0 32823 463 0 0 20 0 16 0 474958344 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140666345151496 140666746098407 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1151] ppid=1145 vsize=15217720 memory=984 CPUtime=333.53 cores=4-7
/proc/1147/task/1151/stat : 1151 (java) R 1145 1145 29909 0 -1 4202560 282129 0 0 0 32846 507 0 0 20 0 16 0 474958344 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140666344099032 140666738169960 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1152] ppid=1145 vsize=15217720 memory=1448 CPUtime=334.14 cores=4-7
/proc/1147/task/1152/stat : 1152 (java) R 1145 1145 29909 0 -1 4202560 309071 0 0 0 32936 478 0 0 20 0 16 0 474958344 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140666343046096 140666746098407 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1153] ppid=1145 vsize=15217720 memory=12743416 CPUtime=7.87 cores=4-7
/proc/1147/task/1153/stat : 1153 (java) S 1145 1145 29909 0 -1 1077944384 115574 0 0 0 780 7 0 0 20 0 16 0 474958345 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140666289312320 140666753480405 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1154] ppid=1145 vsize=15217720 memory=4108 CPUtime=0 cores=4-7
/proc/1147/task/1154/stat : 1154 (java) S 1145 1145 29909 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 474958346 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140666288260064 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1155] ppid=1145 vsize=15217720 memory=8112282956445269571 CPUtime=0 cores=4-7
/proc/1147/task/1155/stat : 1155 (java) S 1145 1145 29909 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 474958346 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140666287207424 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1156] ppid=1145 vsize=15217720 memory=12743416 CPUtime=0 cores=4-7
/proc/1147/task/1156/stat : 1156 (java) S 1145 1145 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 474958349 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140665691302096 140666753488795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1158] ppid=1145 vsize=15217720 memory=7680491646476186387 CPUtime=3.1 cores=4-7
/proc/1147/task/1158/stat : 1158 (java) S 1145 1145 29909 0 -1 1077944384 11706 0 0 0 308 2 0 0 20 0 16 0 474958349 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140665690249760 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1159] ppid=1145 vsize=15217720 memory=6944656592387989600 CPUtime=3.14 cores=4-7
/proc/1147/task/1159/stat : 1159 (java) S 1145 1145 29909 0 -1 1077944384 12103 0 0 0 312 2 0 0 20 0 16 0 474958349 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140665689196928 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1160] ppid=1145 vsize=15217720 memory=33 CPUtime=0.72 cores=4-7
/proc/1147/task/1160/stat : 1160 (java) S 1145 1145 29909 0 -1 1077944384 4275 0 0 0 71 1 0 0 20 0 16 0 474958349 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140665688144192 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1161] ppid=1145 vsize=15217720 memory=6044 CPUtime=0 cores=4-7
/proc/1147/task/1161/stat : 1161 (java) S 1145 1145 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 474958349 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140665687092320 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1162] ppid=1145 vsize=15217720 memory=780 CPUtime=0.17 cores=4-7
/proc/1147/task/1162/stat : 1162 (java) S 1145 1145 29909 0 -1 1077944384 533 0 0 0 9 8 0 0 20 0 16 0 474958349 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140665686038832 140666753481346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1208] ppid=1145 vsize=15217720 memory=3604 CPUtime=0 cores=4-7
/proc/1147/task/1208/stat : 1208 (java) S 1145 1145 29909 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 474995213 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140665683516608 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
Current children cumulated CPU time: 1383.75 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12744864 KiB

[startup+379.601 s]
/proc/loadavg: 8.23 8.08 7.59 8/235 1208
/proc/meminfo: memFree=2424928/32770688 swapFree=66971760/67108860
[pid=1145] ppid=1142 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/1145/stat : 1145 (xcsp3-exec) S 1142 1145 29909 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 474958342 115843072 362 33554432000 4194304 5098028 140722690833984 140722690832088 140186335449724 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19484672 140722690835322 140722690835565 140722690835565 140722690838474 0
/proc/1145/statm: 28282 362 304 221 0 87 0
[pid=1147] ppid=1145 vsize=15217720 memory=12743416 CPUtime=1385.31 cores=4-7
/proc/1147/stat : 1147 (java) S 1145 1145 29909 0 -1 1077944320 1218894 0 0 0 136509 2022 0 0 20 0 16 0 474958342 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140733490768096 140666753470199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
/proc/1147/statm: 3804430 3185854 3516 1 0 3765530 0
[pid=1147/tid=1148] ppid=1145 vsize=15217720 memory=1448 CPUtime=33.62 cores=4-7
/proc/1147/task/1148/stat : 1148 (java) S 1145 1145 29909 0 -1 1077944384 20991 0 0 0 3349 13 0 0 20 0 16 0 474958343 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140666757710880 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1149] ppid=1145 vsize=15217720 memory=8112282956445269571 CPUtime=334.9 cores=4-7
/proc/1147/task/1149/stat : 1149 (java) R 1145 1145 29909 0 -1 4202560 224732 0 0 0 32948 542 0 0 20 0 16 0 474958344 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140666689706576 140666746098407 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1150] ppid=1145 vsize=15217720 memory=4108 CPUtime=333.24 cores=4-7
/proc/1147/task/1150/stat : 1150 (java) R 1145 1145 29909 0 -1 4202560 236403 0 0 0 32861 463 0 0 20 0 16 0 474958344 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140666345151496 140666746098407 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1151] ppid=1145 vsize=15217720 memory=1628 CPUtime=333.93 cores=4-7
/proc/1147/task/1151/stat : 1151 (java) R 1145 1145 29909 0 -1 4202560 282129 0 0 0 32886 507 0 0 20 0 16 0 474958344 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140666344099032 140666746569875 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1152] ppid=1145 vsize=15217720 memory=780 CPUtime=334.53 cores=4-7
/proc/1147/task/1152/stat : 1152 (java) R 1145 1145 29909 0 -1 4202560 309071 0 0 0 32975 478 0 0 20 0 16 0 474958344 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140666343046096 140666746098407 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1153] ppid=1145 vsize=15217720 memory=1444 CPUtime=7.87 cores=4-7
/proc/1147/task/1153/stat : 1153 (java) S 1145 1145 29909 0 -1 1077944384 115574 0 0 0 780 7 0 0 20 0 16 0 474958345 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140666289312320 140666753480405 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1154] ppid=1145 vsize=15217720 memory=1984 CPUtime=0 cores=4-7
/proc/1147/task/1154/stat : 1154 (java) S 1145 1145 29909 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 474958346 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140666288260064 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1155] ppid=1145 vsize=15217720 memory=2424 CPUtime=0 cores=4-7
/proc/1147/task/1155/stat : 1155 (java) S 1145 1145 29909 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 474958346 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140666287207424 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1156] ppid=1145 vsize=15217720 memory=1760 CPUtime=0 cores=4-7
/proc/1147/task/1156/stat : 1156 (java) S 1145 1145 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 474958349 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140665691302096 140666753488795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1158] ppid=1145 vsize=15217720 memory=111636 CPUtime=3.1 cores=4-7
/proc/1147/task/1158/stat : 1158 (java) S 1145 1145 29909 0 -1 1077944384 11706 0 0 0 308 2 0 0 20 0 16 0 474958349 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140665690249760 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1159] ppid=1145 vsize=15217720 memory=800 CPUtime=3.14 cores=4-7
/proc/1147/task/1159/stat : 1159 (java) S 1145 1145 29909 0 -1 1077944384 12103 0 0 0 312 2 0 0 20 0 16 0 474958349 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140665689196928 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1160] ppid=1145 vsize=15217720 memory=1732 CPUtime=0.72 cores=4-7
/proc/1147/task/1160/stat : 1160 (java) S 1145 1145 29909 0 -1 1077944384 4275 0 0 0 71 1 0 0 20 0 16 0 474958349 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140665688144192 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1161] ppid=1145 vsize=15217720 memory=281166949177920 CPUtime=0 cores=4-7
/proc/1147/task/1161/stat : 1161 (java) S 1145 1145 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 474958349 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140665687092320 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1162] ppid=1145 vsize=15217720 memory=6944652177228980320 CPUtime=0.17 cores=4-7
/proc/1147/task/1162/stat : 1162 (java) S 1145 1145 29909 0 -1 1077944384 533 0 0 0 9 8 0 0 20 0 16 0 474958349 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140665686038832 140666753481346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
[pid=1147/tid=1208] ppid=1145 vsize=15217720 memory=6656426216303648864 CPUtime=0 cores=4-7
/proc/1147/task/1208/stat : 1208 (java) S 1145 1145 29909 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 474995213 15582945280 3185854 33554432000 4194304 4196468 140733490785552 140665683516608 140666753480405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13488128 140733490787311 140733490787482 140733490787482 140733490790351 0
Current children cumulated CPU time: 1385.31 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12744864 KiB

[startup+380.001 s]*
/proc/loadavg: 8.23 8.08 7.59 6/221 1209
/proc/meminfo: memFree=11522208/32770688 swapFree=66971760/67108860
[pid=1145] ppid=1142 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/1145/stat : 1145 (xcsp3-exec) S 1142 1145 29909 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 474958342 115843072 362 33554432000 4194304 5098028 140722690833984 140722690832088 140186335449724 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19484672 140722690835322 140722690835565 140722690835565 140722690838474 0
/proc/1145/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): 380.027
CPU time (s): 1386.08
CPU user time (s): 1365.76
CPU system time (s): 20.3246
CPU usage (%): 364.732
Max. virtual memory (cumulated for all children) (KiB): 15330848
Max. memory (cumulated for all children) (KiB): 12744872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1365.76
system time used= 20.3246
maximum resident set size= 12743652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1219702
page faults= 0
swaps= 0
block input operations= 0
block output operations= 512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20403
involuntary context switches= 41137


# summary of solver processes directly reported to runsolver:
#   pid: 1145
#   total CPU time (s): 1386.08
#   total CPU user time (s): 1365.76
#   total CPU system time (s): 20.3246

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.59691 second user time and 4.4118 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-20 16:35:26
IDJOB=4403411
IDBENCH=126480
IDSOLVER=2863
FILE ID=node116/4403411-1568990167
RUNJOBID= node116-1568988007-29941
PBS_JOBID= 21704641
Free space on /tmp= 6256 MiB

SOLVER NAME= choco-solver 2019-09-20
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-4403411-1568990167/watcher-4403411-1568990167 -o /tmp/evaluation-result-4403411-1568990167/solver-4403411-1568990167 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568988007-29941 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2068896412 HOME/instance-4403411-1568990167.xml

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

MD5SUM BENCH= 6c7c8fee2fac051830782d16440ff60b
RANDOM SEED=2068896412

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        16050436 kB
MemAvailable:   30547304 kB
Buffers:           95836 kB
Cached:         14418172 kB
SwapCached:        35348 kB
Active:          8487480 kB
Inactive:        7336752 kB
Active(anon):    1270468 kB
Inactive(anon):    88312 kB
Active(file):    7217012 kB
Inactive(file):  7248440 kB
Unevictable:      108548 kB
Mlocked:          108548 kB
SwapTotal:      67108860 kB
SwapFree:       66971760 kB
Dirty:             26836 kB
Writeback:             0 kB
AnonPages:       1384844 kB
Mapped:            64708 kB
Shmem:             39676 kB
Slab:             489368 kB
SReclaimable:     459876 kB
SUnreclaim:        29492 kB
KernelStack:        3840 kB
PageTables:         8104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    3573240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1267712 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 6228 MiB
End job on node116 at 2019-09-20 16:41:46