Trace number 4404431

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-20 parallel? 2387.06 482.933

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr1000b-int.xml
MD5SUMfdcb353b2918313db809b139313e7b9f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark492.922
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints1998000
Number of domains1
Minimum domain size999
Maximum domain size999
Distribution of domain sizes[{"size":999,"count":1000}]
Minimum variable degree3996
Maximum variable degree3996
Distribution of variable degrees[{"degree":3996,"count":1000}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1998000}]
Number of extensional constraints0
Number of intensional constraints1998000
Distribution of constraint types[{"type":"intension","count":1998000}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404431-1568999164/watcher-4404431-1568999164 -o /var/tmp/evaluation-result-4404431-1568999164/solver-4404431-1568999164 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node133-1568994386-6070 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 342416520 HOME/instance-4404431-1568999164.xml 

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

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


[startup+0.100134 s]*
/proc/loadavg: 5.23 7.12 7.87 4/217 10212
/proc/meminfo: memFree=16556804/32770624 swapFree=67001916/67108860
[pid=10191] ppid=10188 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10191/stat : 10191 (xcsp3-exec) S 10188 10191 6043 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476156086 115843072 363 33554432000 4194304 5098028 140721766524928 140721766523032 140494256243324 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20156416 140721766527826 140721766528085 140721766528085 140721766531014 0
/proc/10191/statm: 28282 363 304 221 0 87 0
[pid=10193] ppid=10191 vsize=28227396 memory=31968 CPUtime=0.12 cores=0-7
/proc/10193/stat : 10193 (java) S 10191 10191 6043 0 -1 1077944320 5383 0 0 0 11 1 0 0 20 0 20 0 476156086 28904853504 7992 33554432000 4194304 4196468 140721401895680 140721401878224 140261103996663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
/proc/10193/statm: 7056849 7992 3151 1 0 7019032 0
[pid=10193/tid=10194] ppid=10191 vsize=28227396 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/10193/task/10194/stat : 10194 (java) R 10191 10191 6043 0 -1 4202560 3294 0 0 0 8 0 0 0 20 0 20 0 476156087 28904853504 7992 33554432000 4194304 4196468 140721401895680 140261108223136 140261104008598 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10195] ppid=10191 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/10193/task/10195/stat : 10195 (java) S 10191 10191 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476156087 28904853504 7992 33554432000 4194304 4196468 140721401895680 140261023849488 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10196] ppid=10191 vsize=28227396 memory=140079282685568 CPUtime=0 cores=0-7
/proc/10193/task/10196/stat : 10196 (java) S 10191 10191 6043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476156087 28904853504 7992 33554432000 4194304 4196468 140721401895680 140261022796944 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10197] ppid=10191 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10193/task/10197/stat : 10197 (java) S 10191 10191 6043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476156087 28904853504 7992 33554432000 4194304 4196468 140721401895680 140261021743888 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10198] ppid=10191 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10193/task/10198/stat : 10198 (java) S 10191 10191 6043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476156087 28904853504 7992 33554432000 4194304 4196468 140721401895680 140261020691344 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10199] ppid=10191 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10193/task/10199/stat : 10199 (java) S 10191 10191 6043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476156087 28904853504 7992 33554432000 4194304 4196468 140721401895680 140261019638288 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10200] ppid=10191 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10193/task/10200/stat : 10200 (java) S 10191 10191 6043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476156087 28904853504 7992 33554432000 4194304 4196468 140721401895680 140261018585744 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10201] ppid=10191 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10193/task/10201/stat : 10201 (java) S 10191 10191 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476156087 28904853504 7992 33554432000 4194304 4196468 140721401895680 140261017532688 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10202] ppid=10191 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10193/task/10202/stat : 10202 (java) S 10191 10191 6043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476156087 28904853504 7992 33554432000 4194304 4196468 140721401895680 140261016480144 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10203] ppid=10191 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10193/task/10203/stat : 10203 (java) S 10191 10191 6043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476156089 28904853504 7992 33554432000 4194304 4196468 140721401895680 140259702319856 140261104007810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10204] ppid=10191 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10193/task/10204/stat : 10204 (java) S 10191 10191 6043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476156089 28904853504 7992 33554432000 4194304 4196468 140721401895680 140259701266080 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10205] ppid=10191 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10193/task/10205/stat : 10205 (java) S 10191 10191 6043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476156090 28904853504 7992 33554432000 4194304 4196468 140721401895680 140259700212976 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10206] ppid=10191 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10193/task/10206/stat : 10206 (java) S 10191 10191 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476156092 28904853504 7992 33554432000 4194304 4196468 140721401895680 140259699161552 140261104015259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10207] ppid=10191 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10193/task/10207/stat : 10207 (java) R 10191 10191 6043 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 20 0 476156092 28904853504 7992 33554432000 4194304 4196468 140721401895680 140259698108656 140261104007810 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10208] ppid=10191 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10193/task/10208/stat : 10208 (java) S 10191 10191 6043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476156092 28904853504 7992 33554432000 4194304 4196468 140721401895680 140259697056112 140261104007810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10209] ppid=10191 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10193/task/10209/stat : 10209 (java) S 10191 10191 6043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476156092 28904853504 7992 33554432000 4194304 4196468 140721401895680 140259696003056 140261104007810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10210] ppid=10191 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/10193/task/10210/stat : 10210 (java) S 10191 10191 6043 0 -1 1077944384 351 0 0 0 2 0 0 0 20 0 20 0 476156092 28904853504 7992 33554432000 4194304 4196468 140721401895680 140259694950512 140261104007810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10211] ppid=10191 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10193/task/10211/stat : 10211 (java) S 10191 10191 6043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476156092 28904853504 7992 33554432000 4194304 4196468 140721401895680 140259693898720 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10212] ppid=10191 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10193/task/10212/stat : 10212 (java) S 10191 10191 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476156092 28904853504 7992 33554432000 4194304 4196468 140721401895680 140259692846256 140261104007810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 33420 KiB

[startup+0.211023 s]*
/proc/loadavg: 5.23 7.12 7.87 4/217 10212
/proc/meminfo: memFree=16544500/32770624 swapFree=67001916/67108860
[pid=10191] ppid=10188 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10191/stat : 10191 (xcsp3-exec) S 10188 10191 6043 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476156086 115843072 363 33554432000 4194304 5098028 140721766524928 140721766523032 140494256243324 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20156416 140721766527826 140721766528085 140721766528085 140721766531014 0
/proc/10191/statm: 28282 363 304 221 0 87 0
[pid=10193] ppid=10191 vsize=28227396 memory=42804 CPUtime=0.33 cores=0-7
/proc/10193/stat : 10193 (java) S 10191 10191 6043 0 -1 1077944320 8948 0 0 0 30 3 0 0 20 0 20 0 476156086 28904853504 10701 33554432000 4194304 4196468 140721401895680 140721401878224 140261103996663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
/proc/10193/statm: 7056849 10701 3276 1 0 7019032 0
[pid=10193/tid=10194] ppid=10191 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/10193/task/10194/stat : 10194 (java) R 10191 10191 6043 0 -1 4202560 6106 0 0 0 18 2 0 0 20 0 20 0 476156087 28904853504 10701 33554432000 4194304 4196468 140721401895680 140261108234480 140261104018010 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10195] ppid=10191 vsize=28227396 memory=342 CPUtime=0 cores=0-7
/proc/10193/task/10195/stat : 10195 (java) S 10191 10191 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476156087 28904853504 10701 33554432000 4194304 4196468 140721401895680 140261023849488 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10196] ppid=10191 vsize=28227396 memory=140079286266815 CPUtime=0 cores=0-7
/proc/10193/task/10196/stat : 10196 (java) S 10191 10191 6043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476156087 28904853504 10701 33554432000 4194304 4196468 140721401895680 140261022796944 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10197] ppid=10191 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10193/task/10197/stat : 10197 (java) S 10191 10191 6043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476156087 28904853504 10701 33554432000 4194304 4196468 140721401895680 140261021743888 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10198] ppid=10191 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10193/task/10198/stat : 10198 (java) S 10191 10191 6043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476156087 28904853504 10701 33554432000 4194304 4196468 140721401895680 140261020691344 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10199] ppid=10191 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10193/task/10199/stat : 10199 (java) S 10191 10191 6043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476156087 28904853504 10701 33554432000 4194304 4196468 140721401895680 140261019638288 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10200] ppid=10191 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10193/task/10200/stat : 10200 (java) S 10191 10191 6043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476156087 28904853504 10701 33554432000 4194304 4196468 140721401895680 140261018585744 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10201] ppid=10191 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10193/task/10201/stat : 10201 (java) S 10191 10191 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476156087 28904853504 10701 33554432000 4194304 4196468 140721401895680 140261017532688 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10202] ppid=10191 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10193/task/10202/stat : 10202 (java) S 10191 10191 6043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476156087 28904853504 10701 33554432000 4194304 4196468 140721401895680 140261016480144 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10203] ppid=10191 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10193/task/10203/stat : 10203 (java) S 10191 10191 6043 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476156089 28904853504 10701 33554432000 4194304 4196468 140721401895680 140259702319856 140261104007810 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10204] ppid=10191 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10193/task/10204/stat : 10204 (java) S 10191 10191 6043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476156089 28904853504 10701 33554432000 4194304 4196468 140721401895680 140259701266080 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10205] ppid=10191 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10193/task/10205/stat : 10205 (java) S 10191 10191 6043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476156090 28904853504 10701 33554432000 4194304 4196468 140721401895680 140259700212976 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10206] ppid=10191 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10193/task/10206/stat : 10206 (java) S 10191 10191 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476156092 28904853504 10701 33554432000 4194304 4196468 140721401895680 140259699161552 140261104015259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10207] ppid=10191 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/10193/task/10207/stat : 10207 (java) S 10191 10191 6043 0 -1 1077944384 697 0 0 0 2 0 0 0 20 0 20 0 476156092 28904853504 10701 33554432000 4194304 4196468 140721401895680 140259698108656 140261104007810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10208] ppid=10191 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/10193/task/10208/stat : 10208 (java) S 10191 10191 6043 0 -1 1077944384 43 0 0 0 1 0 0 0 20 0 20 0 476156092 28904853504 10701 33554432000 4194304 4196468 140721401895680 140259697056112 140261104007810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10209] ppid=10191 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10193/task/10209/stat : 10209 (java) S 10191 10191 6043 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 476156092 28904853504 10701 33554432000 4194304 4196468 140721401895680 140259696003056 140261104007810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10210] ppid=10191 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/10193/task/10210/stat : 10210 (java) R 10191 10191 6043 0 -1 4202560 753 0 0 0 7 0 0 0 20 0 20 0 476156092 28904853504 10701 33554432000 4194304 4196468 140721401895680 140259694950512 140261104018010 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10211] ppid=10191 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10193/task/10211/stat : 10211 (java) S 10191 10191 6043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476156092 28904853504 10701 33554432000 4194304 4196468 140721401895680 140259693898720 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10212] ppid=10191 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10193/task/10212/stat : 10212 (java) S 10191 10191 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476156092 28904853504 10701 33554432000 4194304 4196468 140721401895680 140259692846256 140261104007810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 44256 KiB

[startup+0.311704 s]*
/proc/loadavg: 5.23 7.12 7.87 2/217 10212
/proc/meminfo: memFree=16538472/32770624 swapFree=67001916/67108860
[pid=10191] ppid=10188 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10191/stat : 10191 (xcsp3-exec) S 10188 10191 6043 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476156086 115843072 363 33554432000 4194304 5098028 140721766524928 140721766523032 140494256243324 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20156416 140721766527826 140721766528085 140721766528085 140721766531014 0
/proc/10191/statm: 28282 363 304 221 0 87 0
[pid=10193] ppid=10191 vsize=28231652 memory=50996 CPUtime=0.51 cores=0-7
/proc/10193/stat : 10193 (java) S 10191 10191 6043 0 -1 1077944320 10178 0 0 0 47 4 0 0 20 0 20 0 476156086 28909211648 12749 33554432000 4194304 4196468 140721401895680 140721401878224 140261103996663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
/proc/10193/statm: 7057913 12749 3311 1 0 7019032 0
[pid=10193/tid=10194] ppid=10191 vsize=28231652 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/10193/task/10194/stat : 10194 (java) R 10191 10191 6043 0 -1 4202560 7251 0 0 0 27 3 0 0 20 0 20 0 476156087 28909211648 12818 33554432000 4194304 4196468 140721401895680 140261108230448 140261088077150 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10195] ppid=10191 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10193/task/10195/stat : 10195 (java) S 10191 10191 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476156087 28909211648 12818 33554432000 4194304 4196468 140721401895680 140261023849488 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10196] ppid=10191 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10193/task/10196/stat : 10196 (java) S 10191 10191 6043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476156087 28909211648 12818 33554432000 4194304 4196468 140721401895680 140261022796944 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10197] ppid=10191 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10193/task/10197/stat : 10197 (java) S 10191 10191 6043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476156087 28909211648 12818 33554432000 4194304 4196468 140721401895680 140261021743888 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10198] ppid=10191 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10193/task/10198/stat : 10198 (java) S 10191 10191 6043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476156087 28909211648 12818 33554432000 4194304 4196468 140721401895680 140261020691344 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10199] ppid=10191 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/10193/task/10199/stat : 10199 (java) S 10191 10191 6043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476156087 28909211648 12818 33554432000 4194304 4196468 140721401895680 140261019638288 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10200] ppid=10191 vsize=28231652 memory=140079150494639 CPUtime=0 cores=0-7
/proc/10193/task/10200/stat : 10200 (java) S 10191 10191 6043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476156087 28909211648 12818 33554432000 4194304 4196468 140721401895680 140261018585744 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10201] ppid=10191 vsize=28231652 memory=140079150496944 CPUtime=0 cores=0-7
/proc/10193/task/10201/stat : 10201 (java) S 10191 10191 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476156087 28909211648 12818 33554432000 4194304 4196468 140721401895680 140261017532688 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10202] ppid=10191 vsize=28231652 memory=140079150499248 CPUtime=0 cores=0-7
/proc/10193/task/10202/stat : 10202 (java) S 10191 10191 6043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476156087 28909211648 12818 33554432000 4194304 4196468 140721401895680 140261016480144 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10203] ppid=10191 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10193/task/10203/stat : 10203 (java) S 10191 10191 6043 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476156089 28909211648 12818 33554432000 4194304 4196468 140721401895680 140259702319856 140261104007810 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10204] ppid=10191 vsize=28231652 memory=280158301005456 CPUtime=0 cores=0-7
/proc/10193/task/10204/stat : 10204 (java) S 10191 10191 6043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476156089 28909211648 12818 33554432000 4194304 4196468 140721401895680 140259701266080 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10205] ppid=10191 vsize=28231652 memory=280158301012368 CPUtime=0 cores=0-7
/proc/10193/task/10205/stat : 10205 (java) S 10191 10191 6043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476156090 28909211648 12818 33554432000 4194304 4196468 140721401895680 140259700212976 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10206] ppid=10191 vsize=28231652 memory=280158300953648 CPUtime=0 cores=0-7
/proc/10193/task/10206/stat : 10206 (java) S 10191 10191 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476156092 28909211648 12818 33554432000 4194304 4196468 140721401895680 140259699161552 140261104015259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10207] ppid=10191 vsize=28231652 memory=280158301026192 CPUtime=0.03 cores=0-7
/proc/10193/task/10207/stat : 10207 (java) S 10191 10191 6043 0 -1 1077944384 706 0 0 0 3 0 0 0 20 0 20 0 476156092 28909211648 12818 33554432000 4194304 4196468 140721401895680 140259698108656 140261104007810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10208] ppid=10191 vsize=28231652 memory=280158301033104 CPUtime=0.02 cores=0-7
/proc/10193/task/10208/stat : 10208 (java) S 10191 10191 6043 0 -1 1077944384 48 0 0 0 2 0 0 0 20 0 20 0 476156092 28909211648 12818 33554432000 4194304 4196468 140721401895680 140259697056112 140261104007810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10209] ppid=10191 vsize=28231652 memory=280158301030800 CPUtime=0.01 cores=0-7
/proc/10193/task/10209/stat : 10209 (java) S 10191 10191 6043 0 -1 1077944384 44 0 0 0 1 0 0 0 20 0 20 0 476156092 28909211648 12818 33554432000 4194304 4196468 140721401895680 140259696003056 140261104007810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10210] ppid=10191 vsize=28231652 memory=280158301046960 CPUtime=0.12 cores=0-7
/proc/10193/task/10210/stat : 10210 (java) S 10191 10191 6043 0 -1 1077944384 831 0 0 0 12 0 0 0 20 0 20 0 476156092 28909211648 12818 33554432000 4194304 4196468 140721401895680 140259694950512 140261104007810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10211] ppid=10191 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10193/task/10211/stat : 10211 (java) S 10191 10191 6043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476156092 28909211648 12818 33554432000 4194304 4196468 140721401895680 140259693898720 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10212] ppid=10191 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/10193/task/10212/stat : 10212 (java) S 10191 10191 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476156092 28909211648 12818 33554432000 4194304 4196468 140721401895680 140259692846256 140261104007810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 52448 KiB

[startup+0.707374 s]
/proc/loadavg: 5.23 7.12 7.87 3/217 10212
/proc/meminfo: memFree=16494280/32770624 swapFree=67001916/67108860
[pid=10191] ppid=10188 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10191/stat : 10191 (xcsp3-exec) S 10188 10191 6043 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476156086 115843072 363 33554432000 4194304 5098028 140721766524928 140721766523032 140494256243324 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20156416 140721766527826 140721766528085 140721766528085 140721766531014 0
/proc/10191/statm: 28282 363 304 221 0 87 0
[pid=10193] ppid=10191 vsize=28231652 memory=224936 CPUtime=1.52 cores=0-7
/proc/10193/stat : 10193 (java) S 10191 10191 6043 0 -1 1077944320 13261 0 0 0 133 19 0 0 20 0 20 0 476156086 28909211648 56234 33554432000 4194304 4196468 140721401895680 140721401878224 140261103996663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
/proc/10193/statm: 7057913 56234 3401 1 0 7019032 0
[pid=10193/tid=10194] ppid=10191 vsize=28231652 memory=280158301404848 CPUtime=0.66 cores=0-7
/proc/10193/task/10194/stat : 10194 (java) S 10191 10191 6043 0 -1 1077944384 7457 0 0 0 61 5 0 0 20 0 20 0 476156087 28909211648 56234 33554432000 4194304 4196468 140721401895680 140261108235760 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10195] ppid=10191 vsize=28231652 memory=140079150703472 CPUtime=0.01 cores=0-7
/proc/10193/task/10195/stat : 10195 (java) R 10191 10191 6043 0 -1 4202560 14 0 0 0 0 1 0 0 20 0 20 0 476156087 28909211648 56234 33554432000 4194304 4196468 140721401895680 140261023849688 140261089024082 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10196] ppid=10191 vsize=28231652 memory=0 CPUtime=0.01 cores=0-7
/proc/10193/task/10196/stat : 10196 (java) R 10191 10191 6043 0 -1 4202560 28 0 0 0 0 1 0 0 20 0 20 0 476156087 28909211648 56234 33554432000 4194304 4196468 140721401895680 140261022796944 140261097096363 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10197] ppid=10191 vsize=28231652 memory=2832 CPUtime=0.01 cores=0-7
/proc/10193/task/10197/stat : 10197 (java) R 10191 10191 6043 0 -1 4202560 29 0 0 0 0 1 0 0 20 0 20 0 476156087 28909211648 56234 33554432000 4194304 4196468 140721401895680 140261021743888 140261097093364 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0

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

[pid=10193/tid=10201] ppid=10191 vsize=28233776 memory=1452 CPUtime=269.03 cores=0-7
/proc/10193/task/10201/stat : 10201 (java) R 10191 10191 6043 0 -1 4202560 4086050 0 0 0 25933 970 0 0 20 0 20 0 476156087 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140261017532808 140261096624871 0 4 0 16800975 0 0 0 -1 7 0 0 19 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10202] ppid=10191 vsize=28233776 memory=2052 CPUtime=269.18 cores=0-7
/proc/10193/task/10202/stat : 10202 (java) R 10191 10191 6043 0 -1 4202560 3997537 0 0 0 25878 1040 0 0 20 0 20 0 476156087 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140261016479952 140261096624871 0 4 0 16800975 0 0 0 -1 2 0 0 22 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10203] ppid=10191 vsize=28233776 memory=1428 CPUtime=77.15 cores=0-7
/proc/10193/task/10203/stat : 10203 (java) S 10191 10191 6043 0 -1 1077944384 751902 0 0 0 7645 70 0 0 20 0 20 0 476156089 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140259702318416 140261104006869 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10204] ppid=10191 vsize=28233776 memory=1716 CPUtime=0 cores=0-7
/proc/10193/task/10204/stat : 10204 (java) S 10191 10191 6043 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 476156089 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140259701266144 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10205] ppid=10191 vsize=28233776 memory=784 CPUtime=0 cores=0-7
/proc/10193/task/10205/stat : 10205 (java) S 10191 10191 6043 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 20 0 476156090 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140259700212992 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10206] ppid=10191 vsize=28233776 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/10193/task/10206/stat : 10206 (java) S 10191 10191 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476156092 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140259699161552 140261104015259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10207] ppid=10191 vsize=28233776 memory=1452 CPUtime=2.38 cores=0-7
/proc/10193/task/10207/stat : 10207 (java) S 10191 10191 6043 0 -1 1077944384 14707 0 0 0 235 3 0 0 20 0 20 0 476156092 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140259698108704 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10208] ppid=10191 vsize=28233776 memory=24151740 CPUtime=1.38 cores=0-7
/proc/10193/task/10208/stat : 10208 (java) S 10191 10191 6043 0 -1 1077944384 6544 0 0 0 137 1 0 0 20 0 20 0 476156092 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140259697056160 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10209] ppid=10191 vsize=28233776 memory=1452 CPUtime=1.75 cores=0-7
/proc/10193/task/10209/stat : 10209 (java) S 10191 10191 6043 0 -1 1077944384 10512 0 0 0 172 3 0 0 20 0 20 0 476156092 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140259696003104 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10210] ppid=10191 vsize=28233776 memory=24151740 CPUtime=0.66 cores=0-7
/proc/10193/task/10210/stat : 10210 (java) S 10191 10191 6043 0 -1 1077944384 9879 0 0 0 64 2 0 0 20 0 20 0 476156092 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140259694950272 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10211] ppid=10191 vsize=28233776 memory=8560 CPUtime=0 cores=0-7
/proc/10193/task/10211/stat : 10211 (java) S 10191 10191 6043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476156092 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140259693898720 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10212] ppid=10191 vsize=28233776 memory=6100 CPUtime=0.19 cores=0-7
/proc/10193/task/10212/stat : 10212 (java) S 10191 10191 6043 0 -1 1077944384 1434 0 0 0 9 10 0 0 20 0 20 0 476156092 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140259692846256 140261104007810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
Current children cumulated CPU time: 2365.25 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 24153192 KiB

[startup+480.001 s]*
/proc/loadavg: 7.57 5.97 6.70 2/217 10254
/proc/meminfo: memFree=219556/32770624 swapFree=67001916/67108860
[pid=10191] ppid=10188 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10191/stat : 10191 (xcsp3-exec) S 10188 10191 6043 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476156086 115843072 363 33554432000 4194304 5098028 140721766524928 140721766523032 140494256243324 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20156416 140721766527826 140721766528085 140721766528085 140721766531014 0
/proc/10191/statm: 28282 363 304 221 0 87 0
[pid=10193] ppid=10191 vsize=28233776 memory=24151740 CPUtime=2384.13 cores=0-7
/proc/10193/stat : 10193 (java) S 10191 10191 6043 0 -1 1077944320 34435223 0 0 0 230333 8080 0 0 20 0 20 0 476156086 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140721401878224 140261103996663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
/proc/10193/statm: 7058444 6037935 3516 1 0 7019544 0
[pid=10193/tid=10194] ppid=10191 vsize=28233776 memory=1056 CPUtime=127.73 cores=0-7
/proc/10193/task/10194/stat : 10194 (java) S 10191 10191 6043 0 -1 1077944384 57291 0 0 0 12736 37 0 0 20 0 20 0 476156087 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140261108234320 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10195] ppid=10191 vsize=28233776 memory=4126316290023845779 CPUtime=271.33 cores=0-7
/proc/10193/task/10195/stat : 10195 (java) S 10191 10191 6043 0 -1 1077944384 3679154 0 0 0 26175 958 0 0 20 0 20 0 476156087 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140261023849488 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 18 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10196] ppid=10191 vsize=28233776 memory=4195447490462202311 CPUtime=271.6 cores=0-7
/proc/10193/task/10196/stat : 10196 (java) S 10191 10191 6043 0 -1 1077944384 3553805 0 0 0 26193 967 0 0 20 0 20 0 476156087 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140261022796944 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 17 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10197] ppid=10191 vsize=28233776 memory=496 CPUtime=272.45 cores=0-7
/proc/10193/task/10197/stat : 10197 (java) S 10191 10191 6043 0 -1 1077944384 6058151 0 0 0 26135 1110 0 0 20 0 20 0 476156087 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140261021743888 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 18 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10198] ppid=10191 vsize=28233776 memory=1564 CPUtime=271.88 cores=0-7
/proc/10193/task/10198/stat : 10198 (java) S 10191 10191 6043 0 -1 1077944384 4675928 0 0 0 26149 1039 0 0 20 0 20 0 476156087 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140261020691344 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 19 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10199] ppid=10191 vsize=28233776 memory=928 CPUtime=270.21 cores=0-7
/proc/10193/task/10199/stat : 10199 (java) S 10191 10191 6043 0 -1 1077944384 3880609 0 0 0 26042 979 0 0 20 0 20 0 476156087 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140261019638288 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 21 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10200] ppid=10191 vsize=28233776 memory=1744 CPUtime=271.72 cores=0-7
/proc/10193/task/10200/stat : 10200 (java) S 10191 10191 6043 0 -1 1077944384 3624010 0 0 0 26288 884 0 0 20 0 20 0 476156087 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140261018585744 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 20 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10201] ppid=10191 vsize=28233776 memory=4872558044660077418 CPUtime=271.22 cores=0-7
/proc/10193/task/10201/stat : 10201 (java) S 10191 10191 6043 0 -1 1077944384 4086051 0 0 0 26151 971 0 0 20 0 20 0 476156087 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140261017532688 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10202] ppid=10191 vsize=28233776 memory=4195447490462202311 CPUtime=271.43 cores=0-7
/proc/10193/task/10202/stat : 10202 (java) S 10191 10191 6043 0 -1 1077944384 3997537 0 0 0 26102 1041 0 0 20 0 20 0 476156087 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140261016480144 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 22 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10203] ppid=10191 vsize=28233776 memory=1212 CPUtime=78.03 cores=0-7
/proc/10193/task/10203/stat : 10203 (java) R 10191 10191 6043 0 -1 4202560 778470 0 0 0 7731 72 0 0 20 0 20 0 476156089 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140259702318304 140261088454294 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10204] ppid=10191 vsize=28233776 memory=1036 CPUtime=0 cores=0-7
/proc/10193/task/10204/stat : 10204 (java) S 10191 10191 6043 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 476156089 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140259701266144 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10205] ppid=10191 vsize=28233776 memory=13996 CPUtime=0 cores=0-7
/proc/10193/task/10205/stat : 10205 (java) S 10191 10191 6043 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 20 0 476156090 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140259700212992 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10206] ppid=10191 vsize=28233776 memory=12024 CPUtime=0 cores=0-7
/proc/10193/task/10206/stat : 10206 (java) S 10191 10191 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476156092 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140259699161552 140261104015259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10207] ppid=10191 vsize=28233776 memory=1452 CPUtime=2.38 cores=0-7
/proc/10193/task/10207/stat : 10207 (java) S 10191 10191 6043 0 -1 1077944384 14707 0 0 0 235 3 0 0 20 0 20 0 476156092 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140259698108704 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10208] ppid=10191 vsize=28233776 memory=24151740 CPUtime=1.38 cores=0-7
/proc/10193/task/10208/stat : 10208 (java) S 10191 10191 6043 0 -1 1077944384 6544 0 0 0 137 1 0 0 20 0 20 0 476156092 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140259697056160 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10209] ppid=10191 vsize=28233776 memory=1984 CPUtime=1.75 cores=0-7
/proc/10193/task/10209/stat : 10209 (java) S 10191 10191 6043 0 -1 1077944384 10512 0 0 0 172 3 0 0 20 0 20 0 476156092 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140259696003104 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10210] ppid=10191 vsize=28233776 memory=2376 CPUtime=0.66 cores=0-7
/proc/10193/task/10210/stat : 10210 (java) S 10191 10191 6043 0 -1 1077944384 9879 0 0 0 64 2 0 0 20 0 20 0 476156092 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140259694950272 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10211] ppid=10191 vsize=28233776 memory=1768 CPUtime=0 cores=0-7
/proc/10193/task/10211/stat : 10211 (java) S 10191 10191 6043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476156092 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140259693898720 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10212] ppid=10191 vsize=28233776 memory=111628 CPUtime=0.19 cores=0-7
/proc/10193/task/10212/stat : 10212 (java) S 10191 10191 6043 0 -1 1077944384 1434 0 0 0 9 10 0 0 20 0 20 0 476156092 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140259692846256 140261104007810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
Current children cumulated CPU time: 2384.13 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 24153192 KiB

[startup+481.601 s]
/proc/loadavg: 7.57 5.97 6.70 2/217 10254
/proc/meminfo: memFree=219556/32770624 swapFree=67001916/67108860
[pid=10191] ppid=10188 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10191/stat : 10191 (xcsp3-exec) S 10188 10191 6043 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476156086 115843072 363 33554432000 4194304 5098028 140721766524928 140721766523032 140494256243324 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20156416 140721766527826 140721766528085 140721766528085 140721766531014 0
/proc/10191/statm: 28282 363 304 221 0 87 0
[pid=10193] ppid=10191 vsize=28233776 memory=24151740 CPUtime=2385.72 cores=0-7
/proc/10193/stat : 10193 (java) S 10191 10191 6043 0 -1 1077944320 34441773 0 0 0 230491 8081 0 0 20 0 20 0 476156086 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140721401878224 140261103996663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
/proc/10193/statm: 7058444 6037935 3516 1 0 7019544 0
[pid=10193/tid=10194] ppid=10191 vsize=28233776 memory=24151740 CPUtime=127.73 cores=0-7
/proc/10193/task/10194/stat : 10194 (java) S 10191 10191 6043 0 -1 1077944384 57291 0 0 0 12736 37 0 0 20 0 20 0 476156087 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140261108234320 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10195] ppid=10191 vsize=28233776 memory=928 CPUtime=271.33 cores=0-7
/proc/10193/task/10195/stat : 10195 (java) S 10191 10191 6043 0 -1 1077944384 3679154 0 0 0 26175 958 0 0 20 0 20 0 476156087 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140261023849488 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 18 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10196] ppid=10191 vsize=28233776 memory=1744 CPUtime=271.6 cores=0-7
/proc/10193/task/10196/stat : 10196 (java) S 10191 10191 6043 0 -1 1077944384 3553805 0 0 0 26193 967 0 0 20 0 20 0 476156087 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140261022796944 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 17 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10197] ppid=10191 vsize=28233776 memory=6791534058613427641 CPUtime=272.45 cores=0-7
/proc/10193/task/10197/stat : 10197 (java) S 10191 10191 6043 0 -1 1077944384 6058151 0 0 0 26135 1110 0 0 20 0 20 0 476156087 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140261021743888 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 18 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10198] ppid=10191 vsize=28233776 memory=24151740 CPUtime=271.88 cores=0-7
/proc/10193/task/10198/stat : 10198 (java) S 10191 10191 6043 0 -1 1077944384 4675928 0 0 0 26149 1039 0 0 20 0 20 0 476156087 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140261020691344 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 19 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10199] ppid=10191 vsize=28233776 memory=3612 CPUtime=270.21 cores=0-7
/proc/10193/task/10199/stat : 10199 (java) S 10191 10191 6043 0 -1 1077944384 3880609 0 0 0 26042 979 0 0 20 0 20 0 476156087 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140261019638288 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 21 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10200] ppid=10191 vsize=28233776 memory=2832 CPUtime=271.72 cores=0-7
/proc/10193/task/10200/stat : 10200 (java) S 10191 10191 6043 0 -1 1077944384 3624010 0 0 0 26288 884 0 0 20 0 20 0 476156087 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140261018585744 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 20 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10201] ppid=10191 vsize=28233776 memory=1212 CPUtime=271.22 cores=0-7
/proc/10193/task/10201/stat : 10201 (java) S 10191 10191 6043 0 -1 1077944384 4086051 0 0 0 26151 971 0 0 20 0 20 0 476156087 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140261017532688 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10202] ppid=10191 vsize=28233776 memory=3276 CPUtime=271.43 cores=0-7
/proc/10193/task/10202/stat : 10202 (java) S 10191 10191 6043 0 -1 1077944384 3997537 0 0 0 26102 1041 0 0 20 0 20 0 476156087 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140261016480144 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 22 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10203] ppid=10191 vsize=28233776 memory=54756 CPUtime=79.62 cores=0-7
/proc/10193/task/10203/stat : 10203 (java) R 10191 10191 6043 0 -1 4202560 784803 0 0 0 7890 72 0 0 20 0 20 0 476156089 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140259702318304 140261088993070 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10204] ppid=10191 vsize=28233776 memory=988 CPUtime=0 cores=0-7
/proc/10193/task/10204/stat : 10204 (java) S 10191 10191 6043 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 476156089 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140259701266144 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10205] ppid=10191 vsize=28233776 memory=2052 CPUtime=0 cores=0-7
/proc/10193/task/10205/stat : 10205 (java) S 10191 10191 6043 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 20 0 476156090 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140259700212992 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10206] ppid=10191 vsize=28233776 memory=1428 CPUtime=0 cores=0-7
/proc/10193/task/10206/stat : 10206 (java) S 10191 10191 6043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476156092 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140259699161552 140261104015259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10207] ppid=10191 vsize=28233776 memory=1716 CPUtime=2.38 cores=0-7
/proc/10193/task/10207/stat : 10207 (java) S 10191 10191 6043 0 -1 1077944384 14707 0 0 0 235 3 0 0 20 0 20 0 476156092 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140259698108704 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10208] ppid=10191 vsize=28233776 memory=1452 CPUtime=1.38 cores=0-7
/proc/10193/task/10208/stat : 10208 (java) S 10191 10191 6043 0 -1 1077944384 6544 0 0 0 137 1 0 0 20 0 20 0 476156092 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140259697056160 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10209] ppid=10191 vsize=28233776 memory=1452 CPUtime=1.75 cores=0-7
/proc/10193/task/10209/stat : 10209 (java) S 10191 10191 6043 0 -1 1077944384 10512 0 0 0 172 3 0 0 20 0 20 0 476156092 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140259696003104 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10210] ppid=10191 vsize=28233776 memory=24151740 CPUtime=0.66 cores=0-7
/proc/10193/task/10210/stat : 10210 (java) S 10191 10191 6043 0 -1 1077944384 9879 0 0 0 64 2 0 0 20 0 20 0 476156092 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140259694950272 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10211] ppid=10191 vsize=28233776 memory=1660 CPUtime=0 cores=0-7
/proc/10193/task/10211/stat : 10211 (java) S 10191 10191 6043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476156092 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140259693898720 140261104006869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
[pid=10193/tid=10212] ppid=10191 vsize=28233776 memory=1804 CPUtime=0.19 cores=0-7
/proc/10193/task/10212/stat : 10212 (java) S 10191 10191 6043 0 -1 1077944384 1434 0 0 0 9 10 0 0 20 0 20 0 476156092 28911386624 6037935 33554432000 4194304 4196468 140721401895680 140259692846256 140261104007810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140721401897942 140721401898118 140721401898118 140721401901007 0
Current children cumulated CPU time: 2385.72 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 24153192 KiB

[startup+482.402 s]
/proc/loadavg: 7.04 5.88 6.67 2/217 10254
/proc/meminfo: memFree=219464/32770624 swapFree=67001916/67108860
[pid=10191] ppid=10188 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10191/stat : 10191 (xcsp3-exec) S 10188 10191 6043 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476156086 115843072 363 33554432000 4194304 5098028 140721766524928 140721766523032 140494256243324 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20156416 140721766527826 140721766528085 140721766528085 140721766531014 0
/proc/10191/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

[startup+482.8 s]
/proc/loadavg: 7.04 5.88 6.67 2/217 10254
/proc/meminfo: memFree=219464/32770624 swapFree=67001916/67108860
[pid=10191] ppid=10188 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10191/stat : 10191 (xcsp3-exec) S 10188 10191 6043 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476156086 115843072 363 33554432000 4194304 5098028 140721766524928 140721766523032 140494256243324 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20156416 140721766527826 140721766528085 140721766528085 140721766531014 0
/proc/10191/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

[startup+482.9 s]
/proc/loadavg: 7.04 5.88 6.67 2/217 10254
/proc/meminfo: memFree=219464/32770624 swapFree=67001916/67108860
[pid=10191] ppid=10188 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10191/stat : 10191 (xcsp3-exec) S 10188 10191 6043 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476156086 115843072 363 33554432000 4194304 5098028 140721766524928 140721766523032 140494256243324 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20156416 140721766527826 140721766528085 140721766528085 140721766531014 0
/proc/10191/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 1
Real time (s): 482.933
CPU time (s): 2387.06
CPU user time (s): 2305.53
CPU system time (s): 81.5355
CPU usage (%): 494.285
Max. virtual memory (cumulated for all children) (KiB): 28346904
Max. memory (cumulated for all children) (KiB): 24153192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2305.53
system time used= 81.5355
maximum resident set size= 24151960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34482686
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34759
involuntary context switches= 35172


# summary of solver processes directly reported to runsolver:
#   pid: 10191
#   total CPU time (s): 2387.06
#   total CPU user time (s): 2305.53
#   total CPU system time (s): 81.5355

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.49082 second user time and 5.26681 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-20 19:05:25
IDJOB=4404431
IDBENCH=126900
IDSOLVER=2865
FILE ID=node133/4404431-1568999164
RUNJOBID= node133-1568994386-6070
PBS_JOBID= 21704723
Free space on /var/tmp= 13408 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr1000b-int.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404431-1568999164/watcher-4404431-1568999164 -o /var/tmp/evaluation-result-4404431-1568999164/solver-4404431-1568999164 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node133-1568994386-6070 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 342416520 HOME/instance-4404431-1568999164.xml

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

MD5SUM BENCH= fdcb353b2918313db809b139313e7b9f
RANDOM SEED=342416520

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.18
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:        16576300 kB
MemAvailable:   31849688 kB
Buffers:          120148 kB
Cached:         15066728 kB
SwapCached:         5368 kB
Active:          7608104 kB
Inactive:        7583228 kB
Active(anon):        780 kB
Inactive(anon):    50296 kB
Active(file):    7607324 kB
Inactive(file):  7532932 kB
Unevictable:      111416 kB
Mlocked:          111416 kB
SwapTotal:      67108860 kB
SwapFree:       67001916 kB
Dirty:            109276 kB
Writeback:             0 kB
AnonPages:        112376 kB
Mapped:            51784 kB
Shmem:             37752 kB
Slab:             590680 kB
SReclaimable:     561592 kB
SUnreclaim:        29088 kB
KernelStack:        3440 kB
PageTables:         5288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /var/tmp at the end= 13384 MiB
End job on node133 at 2019-09-20 19:13:28