Trace number 4392928

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-06-14? 565.544 221.338

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr0700d-int.xml
MD5SUM95bc0b66e49d41fb88ec1889e7409155
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 benchmark176.644
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints978600
Number of domains1
Minimum domain size699
Maximum domain size699
Distribution of domain sizes[{"size":699,"count":700}]
Minimum variable degree2796
Maximum variable degree2796
Distribution of variable degrees[{"degree":2796,"count":700}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":978600}]
Number of extensional constraints0
Number of intensional constraints978600
Distribution of constraint types[{"type":"intension","count":978600}]
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-4392928-1568317758.xml"  -tl '2520s' -p 4
0.13/0.17	c Choco e747e1e
0.13/0.18	c [HOME/instance-4392928-1568317758.xml, -tl, 2520s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
565.40/221.28	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
565.40/221.28		at org.chocosolver.solver.constraints.extension.nary.TuplesList.<init>(TuplesList.java:48)
565.40/221.28		at org.chocosolver.solver.constraints.extension.nary.RelationFactory.makeListBasedRelation(RelationFactory.java:63)
565.40/221.28		at org.chocosolver.solver.constraints.extension.nary.PropLargeGACSTRPos.<init>(PropLargeGACSTRPos.java:112)
565.40/221.28		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2113)
565.40/221.28		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2043)
565.40/221.28		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:152)
565.40/221.28		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
565.40/221.28		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
565.40/221.28		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
565.40/221.28		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
565.40/221.28		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
565.40/221.28		at org.xcsp.parser.XCallbacks$$Lambda$95/1150284200.accept(Unknown Source)
565.40/221.28		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
565.40/221.28		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
565.40/221.28		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
565.40/221.28		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
565.40/221.28		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
565.40/221.28		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
565.40/221.28		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
565.40/221.28		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
565.40/221.28		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
565.40/221.28		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
565.40/221.28		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
565.40/221.28		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
565.40/221.28	s UNKNOWN
565.40/221.28	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 (14153 MiB free)
  memory of node 1: 16384 MiB (15644 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392928-1568317758/watcher-4392928-1568317758 -o /tmp/evaluation-result-4392928-1568317758/solver-4392928-1568317758 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568312479-6785 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1471829743 HOME/instance-4392928-1568317758.xml 

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

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


[startup+0.101508 s]*
/proc/loadavg: 8.12 8.32 8.08 6/233 15108
/proc/meminfo: memFree=30496104/32770624 swapFree=66979472/67108860
[pid=15092] ppid=15089 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15092/stat : 15092 (xcsp3-exec) S 15089 15092 6753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408038525 115843072 363 33554432000 4194304 5098028 140728815600976 140728815599080 139860895310460 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32366592 140728815608698 140728815608941 140728815608941 140728815611850 0
/proc/15092/statm: 28282 363 304 221 0 87 0
[pid=15094] ppid=15092 vsize=15144768 memory=29644 CPUtime=0.13 cores=1,3,5,7
/proc/15094/stat : 15094 (java) S 15092 15092 6753 0 -1 1077944320 5855 0 0 0 12 1 0 0 20 0 15 0 408038525 15508242432 7411 33554432000 4194304 4196468 140730340547328 140730340529872 140575297883895 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
/proc/15094/statm: 3786192 7411 3179 1 0 3748377 0
[pid=15094/tid=15095] ppid=15092 vsize=15144768 memory=7100839878644302962 CPUtime=0.09 cores=1,3,5,7
/proc/15094/task/15095/stat : 15095 (java) R 15092 15092 6753 0 -1 4202560 3732 0 0 0 9 0 0 0 20 0 15 0 408038526 15508242432 7411 33554432000 4194304 4196468 140730340547328 140575302118176 140575281927525 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15096] ppid=15092 vsize=15144768 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15096/stat : 15096 (java) S 15092 15092 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408038526 15508242432 7411 33554432000 4194304 4196468 140730340547328 140575225923984 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15097] ppid=15092 vsize=15144768 memory=140143788693120 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15097/stat : 15097 (java) S 15092 15092 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408038526 15508242432 7411 33554432000 4194304 4196468 140730340547328 140575224871184 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15098] ppid=15092 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15098/stat : 15098 (java) S 15092 15092 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408038526 15508242432 7411 33554432000 4194304 4196468 140730340547328 140575223818896 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15099] ppid=15092 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15099/stat : 15099 (java) S 15092 15092 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408038526 15508242432 7411 33554432000 4194304 4196468 140730340547328 140575222766096 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15100] ppid=15092 vsize=15144768 memory=140143788693120 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15100/stat : 15100 (java) S 15092 15092 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408038528 15508242432 7411 33554432000 4194304 4196468 140730340547328 140574766418544 140575297895042 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15101] ppid=15092 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15101/stat : 15101 (java) S 15092 15092 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408038528 15508242432 7411 33554432000 4194304 4196468 140730340547328 140574765364512 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15102] ppid=15092 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15102/stat : 15102 (java) S 15092 15092 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408038528 15508242432 7411 33554432000 4194304 4196468 140730340547328 140574764312176 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15103] ppid=15092 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15103/stat : 15103 (java) S 15092 15092 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408038531 15508242432 7411 33554432000 4194304 4196468 140730340547328 140574763260496 140575297902491 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15104] ppid=15092 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15104/stat : 15104 (java) R 15092 15092 6753 0 -1 4202560 305 0 0 0 0 0 0 0 20 0 15 0 408038531 15508242432 7411 33554432000 4194304 4196468 140730340547328 140574762198992 140575277096653 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15105] ppid=15092 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15105/stat : 15105 (java) R 15092 15092 6753 0 -1 1077944384 162 0 0 0 0 0 0 0 20 0 15 0 408038531 15508242432 7411 33554432000 4194304 4196468 140730340547328 140574761154640 140575297894101 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15106] ppid=15092 vsize=15144768 memory=140143788693120 CPUtime=0.02 cores=1,3,5,7
/proc/15094/task/15106/stat : 15106 (java) R 15092 15092 6753 0 -1 4202560 357 0 0 0 2 0 0 0 20 0 15 0 408038531 15508242432 7411 33554432000 4194304 4196468 140730340547328 140574760102256 140575276901492 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15107] ppid=15092 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15107/stat : 15107 (java) S 15092 15092 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408038531 15508242432 7411 33554432000 4194304 4196468 140730340547328 140574759049696 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15108] ppid=15092 vsize=15144768 memory=140143788693120 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15108/stat : 15108 (java) R 15092 15092 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408038531 15508242432 7411 33554432000 4194304 4196468 140730340547328 140574757997488 140575297895042 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31096 KiB

[startup+0.210695 s]*
/proc/loadavg: 8.12 8.32 8.08 6/233 15108
/proc/meminfo: memFree=30482528/32770624 swapFree=66979472/67108860
[pid=15092] ppid=15089 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15092/stat : 15092 (xcsp3-exec) S 15089 15092 6753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408038525 115843072 363 33554432000 4194304 5098028 140728815600976 140728815599080 139860895310460 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32366592 140728815608698 140728815608941 140728815608941 140728815611850 0
/proc/15092/statm: 28282 363 304 221 0 87 0
[pid=15094] ppid=15092 vsize=15144768 memory=40992 CPUtime=0.35 cores=1,3,5,7
/proc/15094/stat : 15094 (java) S 15092 15092 6753 0 -1 1077944320 9496 0 0 0 32 3 0 0 20 0 15 0 408038525 15508242432 10248 33554432000 4194304 4196468 140730340547328 140730340529872 140575297883895 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
/proc/15094/statm: 3786192 10248 3301 1 0 3748377 0
[pid=15094/tid=15095] ppid=15092 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/15094/task/15095/stat : 15095 (java) R 15092 15092 6753 0 -1 4202560 6653 0 0 0 18 2 0 0 20 0 15 0 408038526 15508242432 10310 33554432000 4194304 4196468 140730340547328 140575302118880 140575297905821 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15096] ppid=15092 vsize=15144768 memory=2995868 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15096/stat : 15096 (java) S 15092 15092 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408038526 15508242432 10310 33554432000 4194304 4196468 140730340547328 140575225923984 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15097] ppid=15092 vsize=15144768 memory=288370519940404864 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15097/stat : 15097 (java) S 15092 15092 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408038526 15508242432 10310 33554432000 4194304 4196468 140730340547328 140575224871184 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15098] ppid=15092 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15098/stat : 15098 (java) S 15092 15092 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408038526 15508242432 10310 33554432000 4194304 4196468 140730340547328 140575223818896 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15099] ppid=15092 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15099/stat : 15099 (java) S 15092 15092 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408038526 15508242432 10310 33554432000 4194304 4196468 140730340547328 140575222766096 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15100] ppid=15092 vsize=15144768 memory=140143788693120 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15100/stat : 15100 (java) S 15092 15092 6753 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408038528 15508242432 10310 33554432000 4194304 4196468 140730340547328 140574766418544 140575297895042 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15101] ppid=15092 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15101/stat : 15101 (java) S 15092 15092 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408038528 15508242432 10310 33554432000 4194304 4196468 140730340547328 140574765364512 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15102] ppid=15092 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15102/stat : 15102 (java) S 15092 15092 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408038528 15508242432 10310 33554432000 4194304 4196468 140730340547328 140574764312176 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15103] ppid=15092 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15103/stat : 15103 (java) S 15092 15092 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408038531 15508242432 10310 33554432000 4194304 4196468 140730340547328 140574763260496 140575297902491 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15104] ppid=15092 vsize=15144768 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/15094/task/15104/stat : 15104 (java) S 15092 15092 6753 0 -1 1077944384 408 0 0 0 2 0 0 0 20 0 15 0 408038531 15508242432 10310 33554432000 4194304 4196468 140730340547328 140574762207344 140575297895042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15105] ppid=15092 vsize=15144768 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/15094/task/15105/stat : 15105 (java) S 15092 15092 6753 0 -1 1077944384 447 0 0 0 2 0 0 0 20 0 15 0 408038531 15508242432 10310 33554432000 4194304 4196468 140730340547328 140574761154544 140575297895042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15106] ppid=15092 vsize=15144768 memory=140143788693120 CPUtime=0.08 cores=1,3,5,7
/proc/15094/task/15106/stat : 15106 (java) S 15092 15092 6753 0 -1 1077944384 688 0 0 0 8 0 0 0 20 0 15 0 408038531 15508242432 10310 33554432000 4194304 4196468 140730340547328 140574760102256 140575297895042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15107] ppid=15092 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15107/stat : 15107 (java) S 15092 15092 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408038531 15508242432 10310 33554432000 4194304 4196468 140730340547328 140574759049696 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15108] ppid=15092 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15108/stat : 15108 (java) S 15092 15092 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408038531 15508242432 10310 33554432000 4194304 4196468 140730340547328 140574757997488 140575297895042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42444 KiB

[startup+0.311557 s]*
/proc/loadavg: 8.12 8.32 8.08 7/233 15108
/proc/meminfo: memFree=30475680/32770624 swapFree=66979472/67108860
[pid=15092] ppid=15089 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15092/stat : 15092 (xcsp3-exec) S 15089 15092 6753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408038525 115843072 363 33554432000 4194304 5098028 140728815600976 140728815599080 139860895310460 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32366592 140728815608698 140728815608941 140728815608941 140728815611850 0
/proc/15092/statm: 28282 363 304 221 0 87 0
[pid=15094] ppid=15092 vsize=15149024 memory=50256 CPUtime=0.53 cores=1,3,5,7
/proc/15094/stat : 15094 (java) S 15092 15092 6753 0 -1 1077944320 10936 0 0 0 50 3 0 0 20 0 15 0 408038525 15512600576 12564 33554432000 4194304 4196468 140730340547328 140730340529872 140575297883895 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
/proc/15094/statm: 3787256 12564 3374 1 0 3748377 0
[pid=15094/tid=15095] ppid=15092 vsize=15149024 memory=7883960649037381690 CPUtime=0.3 cores=1,3,5,7
/proc/15094/task/15095/stat : 15095 (java) R 15092 15092 6753 0 -1 4202560 7880 0 0 0 28 2 0 0 20 0 15 0 408038526 15512600576 12564 33554432000 4194304 4196468 140730340547328 140575302115008 140575281964382 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15096] ppid=15092 vsize=15149024 memory=2996209 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15096/stat : 15096 (java) S 15092 15092 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408038526 15512600576 12564 33554432000 4194304 4196468 140730340547328 140575225923984 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15097] ppid=15092 vsize=15149024 memory=3158356 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15097/stat : 15097 (java) S 15092 15092 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408038526 15512600576 12564 33554432000 4194304 4196468 140730340547328 140575224871184 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15098] ppid=15092 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15098/stat : 15098 (java) S 15092 15092 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408038526 15512600576 12564 33554432000 4194304 4196468 140730340547328 140575223818896 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15099] ppid=15092 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15099/stat : 15099 (java) S 15092 15092 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408038526 15512600576 12564 33554432000 4194304 4196468 140730340547328 140575222766096 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15100] ppid=15092 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15100/stat : 15100 (java) S 15092 15092 6753 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408038528 15512600576 12564 33554432000 4194304 4196468 140730340547328 140574766418544 140575297895042 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15101] ppid=15092 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15101/stat : 15101 (java) S 15092 15092 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408038528 15512600576 12564 33554432000 4194304 4196468 140730340547328 140574765364512 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15102] ppid=15092 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15102/stat : 15102 (java) S 15092 15092 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408038528 15512600576 12564 33554432000 4194304 4196468 140730340547328 140574764312176 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15103] ppid=15092 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15103/stat : 15103 (java) S 15092 15092 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408038531 15512600576 12564 33554432000 4194304 4196468 140730340547328 140574763260496 140575297902491 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15104] ppid=15092 vsize=15149024 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/15094/task/15104/stat : 15104 (java) S 15092 15092 6753 0 -1 1077944384 512 0 0 0 5 0 0 0 20 0 15 0 408038531 15512600576 12564 33554432000 4194304 4196468 140730340547328 140574762207344 140575297895042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15105] ppid=15092 vsize=15149024 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/15094/task/15105/stat : 15105 (java) S 15092 15092 6753 0 -1 1077944384 466 0 0 0 4 0 0 0 20 0 15 0 408038531 15512600576 12564 33554432000 4194304 4196468 140730340547328 140574761154544 140575297895042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15106] ppid=15092 vsize=15149024 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/15094/task/15106/stat : 15106 (java) S 15092 15092 6753 0 -1 1077944384 778 0 0 0 12 0 0 0 20 0 15 0 408038531 15512600576 12564 33554432000 4194304 4196468 140730340547328 140574760102256 140575297895042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15107] ppid=15092 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15107/stat : 15107 (java) S 15092 15092 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408038531 15512600576 12564 33554432000 4194304 4196468 140730340547328 140574759049696 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15108] ppid=15092 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15108/stat : 15108 (java) S 15092 15092 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408038531 15512600576 12564 33554432000 4194304 4196468 140730340547328 140574757997488 140575297895042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51708 KiB

[startup+0.70658 s]
/proc/loadavg: 8.12 8.32 8.08 7/233 15108
/proc/meminfo: memFree=30434928/32770624 swapFree=66979472/67108860
[pid=15092] ppid=15089 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15092/stat : 15092 (xcsp3-exec) S 15089 15092 6753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408038525 115843072 363 33554432000 4194304 5098028 140728815600976 140728815599080 139860895310460 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32366592 140728815608698 140728815608941 140728815608941 140728815611850 0
/proc/15092/statm: 28282 363 304 221 0 87 0
[pid=15094] ppid=15092 vsize=15149024 memory=227256 CPUtime=1.41 cores=1,3,5,7
/proc/15094/stat : 15094 (java) S 15092 15092 6753 0 -1 1077944320 13279 0 0 0 127 14 0 0 20 0 15 0 408038525 15512600576 56814 33554432000 4194304 4196468 140730340547328 140730340529872 140575297883895 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
/proc/15094/statm: 3787256 56814 3399 1 0 3748377 0
[pid=15094/tid=15095] ppid=15092 vsize=15149024 memory=1789860513025 CPUtime=0.65 cores=1,3,5,7
/proc/15094/task/15095/stat : 15095 (java) S 15092 15092 6753 0 -1 1077944384 8017 0 0 0 61 4 0 0 20 0 15 0 408038526 15512600576 56814 33554432000 4194304 4196468 140730340547328 140575302122992 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15096] ppid=15092 vsize=15149024 memory=512 CPUtime=0.02 cores=1,3,5,7
/proc/15094/task/15096/stat : 15096 (java) R 15092 15092 6753 0 -1 4202560 33 0 0 0 1 1 0 0 20 0 15 0 408038526 15512600576 56814 33554432000 4194304 4196468 140730340547328 140575225924184 140575282911742 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15097] ppid=15092 vsize=15149024 memory=1564 CPUtime=0.02 cores=1,3,5,7
/proc/15094/task/15097/stat : 15097 (java) R 15092 15092 6753 0 -1 4202560 32 0 0 0 1 1 0 0 20 0 15 0 408038526 15512600576 56814 33554432000 4194304 4196468 140730340547328 140575224871184 140575282911778 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15098] ppid=15092 vsize=15149024 memory=928 CPUtime=0.02 cores=1,3,5,7
/proc/15094/task/15098/stat : 15098 (java) R 15092 15092 6753 0 -1 4202560 28 0 0 0 1 1 0 0 20 0 15 0 408038526 15512600576 56814 33554432000 4194304 4196468 140730340547328 140575223818896 140575282911778 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15099] ppid=15092 vsize=15149024 memory=3772 CPUtime=0.02 cores=1,3,5,7
/proc/15094/task/15099/stat : 15099 (java) R 15092 15092 6753 0 -1 4202560 36 0 0 0 1 1 0 0 20 0 15 0 408038526 15512600576 56814 33554432000 4194304 4196468 140730340547328 140575222766096 140575282911769 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15100] ppid=15092 vsize=15149024 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15100/stat : 15100 (java) S 15092 15092 6753 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 408038528 15512600576 56814 33554432000 4194304 4196468 140730340547328 140574766417056 140575297894101 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15101] ppid=15092 vsize=15149024 memory=920 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15101/stat : 15101 (java) S 15092 15092 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408038528 15512600576 56814 33554432000 4194304 4196468 140730340547328 140574765364512 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15102] ppid=15092 vsize=15149024 memory=1984 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15102/stat : 15102 (java) S 15092 15092 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408038528 15512600576 56814 33554432000 4194304 4196468 140730340547328 140574764312176 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15103] ppid=15092 vsize=15149024 memory=2404 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15103/stat : 15103 (java) S 15092 15092 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408038531 15512600576 56814 33554432000 4194304 4196468 140730340547328 140574763260496 140575297902491 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15104] ppid=15092 vsize=15149024 memory=1764 CPUtime=0.22 cores=1,3,5,7
/proc/15094/task/15104/stat : 15104 (java) S 15092 15092 6753 0 -1 1077944384 1108 0 0 0 22 0 0 0 20 0 15 0 408038531 15512600576 56814 33554432000 4194304 4196468 140730340547328 140574762207344 140575297895042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15105] ppid=15092 vsize=15149024 memory=111632 CPUtime=0.2 cores=1,3,5,7
/proc/15094/task/15105/stat : 15105 (java) S 15092 15092 6753 0 -1 1077944384 1335 0 0 0 20 0 0 0 20 0 15 0 408038531 15512600576 56814 33554432000 4194304 4196468 140730340547328 140574761154544 140575297895042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15106] ppid=15092 vsize=15149024 memory=804 CPUtime=0.18 cores=1,3,5,7
/proc/15094/task/15106/stat : 15106 (java) S 15092 15092 6753 0 -1 1077944384 1382 0 0 0 18 0 0 0 20 0 15 0 408038531 15512600576 56814 33554432000 4194304 4196468 140730340547328 140574760102256 140575297895042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15107] ppid=15092 vsize=15149024 memory=1808 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15107/stat : 15107 (java) S 15092 15092 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408038531 15512600576 56814 33554432000 4194304 4196468 140730340547328 140574759049696 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15108] ppid=15092 vsize=15149024 memory=924 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15108/stat : 15108 (java) S 15092 15092 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408038531 15512600576 56814 33554432000 4194304 4196468 140730340547328 140574757997488 140575297895042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 228708 KiB

[startup+1.50157 s]
/proc/loadavg: 7.87 8.27 8.06 6/233 15108
/proc/meminfo: memFree=30229632/32770624 swapFree=66979472/67108860
[pid=15092] ppid=15089 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15092/stat : 15092 (xcsp3-exec) S 15089 15092 6753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408038525 115843072 363 33554432000 4194304 5098028 140728815600976 140728815599080 139860895310460 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32366592 140728815608698 140728815608941 140728815608941 140728815611850 0
/proc/15092/statm: 28282 363 304 221 0 87 0

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

/proc/15094/task/15097/stat : 15097 (java) R 15092 15092 6753 0 -1 4202560 25274 0 0 0 10959 323 0 0 20 0 15 0 408038526 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140575224871304 140575290512103 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15098] ppid=15092 vsize=15151148 memory=1692 CPUtime=112.75 cores=1,3,5,7
/proc/15094/task/15098/stat : 15098 (java) R 15092 15092 6753 0 -1 4202560 26914 0 0 0 10964 311 0 0 20 0 15 0 408038526 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140575223818704 140575290512103 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15099] ppid=15092 vsize=15151148 memory=1028 CPUtime=112.85 cores=1,3,5,7
/proc/15094/task/15099/stat : 15099 (java) R 15092 15092 6753 0 -1 4202560 28115 0 0 0 10975 310 0 0 20 0 15 0 408038526 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140575222765984 140575275108704 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15100] ppid=15092 vsize=15151148 memory=1060 CPUtime=39.85 cores=1,3,5,7
/proc/15094/task/15100/stat : 15100 (java) S 15092 15092 6753 0 -1 1077944384 50305 0 0 0 3982 3 0 0 20 0 15 0 408038528 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574766417104 140575297894101 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 35 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15101] ppid=15092 vsize=15151148 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15101/stat : 15101 (java) S 15092 15092 6753 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 408038528 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574765364576 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15102] ppid=15092 vsize=15151148 memory=12805772 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15102/stat : 15102 (java) S 15092 15092 6753 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 15 0 408038528 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574764312192 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15103] ppid=15092 vsize=15151148 memory=3620 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15103/stat : 15103 (java) S 15092 15092 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408038531 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574763260496 140575297902491 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15104] ppid=15092 vsize=15151148 memory=16816 CPUtime=1.87 cores=1,3,5,7
/proc/15094/task/15104/stat : 15104 (java) S 15092 15092 6753 0 -1 1077944384 7674 0 0 0 186 1 0 0 20 0 15 0 408038531 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574762207392 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15105] ppid=15092 vsize=15151148 memory=2004 CPUtime=3.02 cores=1,3,5,7
/proc/15094/task/15105/stat : 15105 (java) S 15092 15092 6753 0 -1 1077944384 17380 0 0 0 300 2 0 0 20 0 15 0 408038531 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574761154592 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15106] ppid=15092 vsize=15151148 memory=756 CPUtime=0.64 cores=1,3,5,7
/proc/15094/task/15106/stat : 15106 (java) S 15092 15092 6753 0 -1 1077944384 7987 0 0 0 63 1 0 0 20 0 15 0 408038531 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574760102016 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15107] ppid=15092 vsize=15151148 memory=1548 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15107/stat : 15107 (java) S 15092 15092 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408038531 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574759049696 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15108] ppid=15092 vsize=15151148 memory=7968 CPUtime=0.08 cores=1,3,5,7
/proc/15094/task/15108/stat : 15108 (java) S 15092 15092 6753 0 -1 1077944384 623 0 0 0 3 5 0 0 20 0 15 0 408038531 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574757997488 140575297895042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 45 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
Current children cumulated CPU time: 562.05 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 12807224 KiB

[startup+220.002 s]*
/proc/loadavg: 7.73 7.47 7.74 6/234 15132
/proc/meminfo: memFree=17129164/32770624 swapFree=66979492/67108860
[pid=15092] ppid=15089 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15092/stat : 15092 (xcsp3-exec) S 15089 15092 6753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408038525 115843072 363 33554432000 4194304 5098028 140728815600976 140728815599080 139860895310460 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32366592 140728815608698 140728815608941 140728815608941 140728815611850 0
/proc/15092/statm: 28282 363 304 221 0 87 0
[pid=15094] ppid=15092 vsize=15151148 memory=12805772 CPUtime=564.2 cores=1,3,5,7
/proc/15094/stat : 15094 (java) S 15092 15092 6753 0 -1 1077944320 212250 0 0 0 55109 1311 0 0 20 0 15 0 408038525 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140730340529872 140575297883895 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
/proc/15094/statm: 3787787 3201443 3513 1 0 3748889 0
[pid=15094/tid=15095] ppid=15092 vsize=15151148 memory=8317482817917895235 CPUtime=65.27 cores=1,3,5,7
/proc/15094/task/15095/stat : 15095 (java) S 15092 15092 6753 0 -1 1077944384 22436 0 0 0 6515 12 0 0 20 0 15 0 408038526 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140575302120944 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15096] ppid=15092 vsize=15151148 memory=4126316290023845779 CPUtime=113.23 cores=1,3,5,7
/proc/15094/task/15096/stat : 15096 (java) S 15092 15092 6753 0 -1 1077944384 23712 0 0 0 10984 339 0 0 20 0 15 0 408038526 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140575225923984 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15097] ppid=15092 vsize=15151148 memory=984 CPUtime=113.27 cores=1,3,5,7
/proc/15094/task/15097/stat : 15097 (java) S 15092 15092 6753 0 -1 1077944384 25274 0 0 0 11004 323 0 0 20 0 15 0 408038526 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140575224871184 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15098] ppid=15092 vsize=15151148 memory=1328 CPUtime=113.21 cores=1,3,5,7
/proc/15094/task/15098/stat : 15098 (java) S 15092 15092 6753 0 -1 1077944384 26914 0 0 0 11009 312 0 0 20 0 15 0 408038526 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140575223818896 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15099] ppid=15092 vsize=15151148 memory=780 CPUtime=113.32 cores=1,3,5,7
/proc/15094/task/15099/stat : 15099 (java) S 15092 15092 6753 0 -1 1077944384 28548 0 0 0 11022 310 0 0 20 0 15 0 408038526 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140575222766096 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15100] ppid=15092 vsize=15151148 memory=3360 CPUtime=40.19 cores=1,3,5,7
/proc/15094/task/15100/stat : 15100 (java) R 15092 15092 6753 0 -1 4202560 50305 0 0 0 4016 3 0 0 20 0 15 0 408038528 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574766416992 140575282341486 0 0 0 16800975 0 0 0 -1 1 0 0 35 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15101] ppid=15092 vsize=15151148 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15101/stat : 15101 (java) S 15092 15092 6753 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 408038528 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574765364576 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15102] ppid=15092 vsize=15151148 memory=1028 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15102/stat : 15102 (java) S 15092 15092 6753 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 15 0 408038528 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574764312192 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15103] ppid=15092 vsize=15151148 memory=1060 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15103/stat : 15103 (java) S 15092 15092 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408038531 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574763260496 140575297902491 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15104] ppid=15092 vsize=15151148 memory=2828 CPUtime=1.87 cores=1,3,5,7
/proc/15094/task/15104/stat : 15104 (java) S 15092 15092 6753 0 -1 1077944384 7674 0 0 0 186 1 0 0 20 0 15 0 408038531 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574762207392 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15105] ppid=15092 vsize=15151148 memory=984 CPUtime=3.02 cores=1,3,5,7
/proc/15094/task/15105/stat : 15105 (java) S 15092 15092 6753 0 -1 1077944384 17380 0 0 0 300 2 0 0 20 0 15 0 408038531 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574761154592 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15106] ppid=15092 vsize=15151148 memory=1328 CPUtime=0.64 cores=1,3,5,7
/proc/15094/task/15106/stat : 15106 (java) S 15092 15092 6753 0 -1 1077944384 7987 0 0 0 63 1 0 0 20 0 15 0 408038531 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574760102016 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15107] ppid=15092 vsize=15151148 memory=780 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15107/stat : 15107 (java) S 15092 15092 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408038531 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574759049696 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15108] ppid=15092 vsize=15151148 memory=3360 CPUtime=0.08 cores=1,3,5,7
/proc/15094/task/15108/stat : 15108 (java) S 15092 15092 6753 0 -1 1077944384 623 0 0 0 3 5 0 0 20 0 15 0 408038531 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574757997488 140575297895042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 45 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
Current children cumulated CPU time: 564.2 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 12807224 KiB

[startup+220.801 s]
/proc/loadavg: 7.73 7.47 7.74 6/234 15132
/proc/meminfo: memFree=17129164/32770624 swapFree=66979492/67108860
[pid=15092] ppid=15089 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15092/stat : 15092 (xcsp3-exec) S 15089 15092 6753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408038525 115843072 363 33554432000 4194304 5098028 140728815600976 140728815599080 139860895310460 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32366592 140728815608698 140728815608941 140728815608941 140728815611850 0
/proc/15092/statm: 28282 363 304 221 0 87 0
[pid=15094] ppid=15092 vsize=15151148 memory=12805772 CPUtime=565 cores=1,3,5,7
/proc/15094/stat : 15094 (java) S 15092 15092 6753 0 -1 1077944320 212366 0 0 0 55188 1312 0 0 20 0 15 0 408038525 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140730340529872 140575297883895 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
/proc/15094/statm: 3787787 3201443 3513 1 0 3748889 0
[pid=15094/tid=15095] ppid=15092 vsize=15151148 memory=12805772 CPUtime=65.27 cores=1,3,5,7
/proc/15094/task/15095/stat : 15095 (java) S 15092 15092 6753 0 -1 1077944384 22436 0 0 0 6515 12 0 0 20 0 15 0 408038526 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140575302120944 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15096] ppid=15092 vsize=15151148 memory=12805772 CPUtime=113.23 cores=1,3,5,7
/proc/15094/task/15096/stat : 15096 (java) S 15092 15092 6753 0 -1 1077944384 23712 0 0 0 10984 339 0 0 20 0 15 0 408038526 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140575225923984 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15097] ppid=15092 vsize=15151148 memory=16816 CPUtime=113.27 cores=1,3,5,7
/proc/15094/task/15097/stat : 15097 (java) S 15092 15092 6753 0 -1 1077944384 25274 0 0 0 11004 323 0 0 20 0 15 0 408038526 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140575224871184 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15098] ppid=15092 vsize=15151148 memory=6791534058613427641 CPUtime=113.21 cores=1,3,5,7
/proc/15094/task/15098/stat : 15098 (java) S 15092 15092 6753 0 -1 1077944384 26914 0 0 0 11009 312 0 0 20 0 15 0 408038526 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140575223818896 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15099] ppid=15092 vsize=15151148 memory=1452 CPUtime=113.32 cores=1,3,5,7
/proc/15094/task/15099/stat : 15099 (java) S 15092 15092 6753 0 -1 1077944384 28548 0 0 0 11022 310 0 0 20 0 15 0 408038526 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140575222766096 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15100] ppid=15092 vsize=15151148 memory=12805772 CPUtime=40.98 cores=1,3,5,7
/proc/15094/task/15100/stat : 15100 (java) R 15092 15092 6753 0 -1 4202560 50421 0 0 0 4095 3 0 0 20 0 15 0 408038528 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574766416992 140575282880388 0 0 0 16800975 0 0 0 -1 1 0 0 35 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15101] ppid=15092 vsize=15151148 memory=1764 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15101/stat : 15101 (java) S 15092 15092 6753 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 408038528 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574765364576 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15102] ppid=15092 vsize=15151148 memory=111632 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15102/stat : 15102 (java) S 15092 15092 6753 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 15 0 408038528 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574764312192 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15103] ppid=15092 vsize=15151148 memory=804 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15103/stat : 15103 (java) S 15092 15092 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408038531 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574763260496 140575297902491 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15104] ppid=15092 vsize=15151148 memory=1808 CPUtime=1.87 cores=1,3,5,7
/proc/15094/task/15104/stat : 15104 (java) S 15092 15092 6753 0 -1 1077944384 7674 0 0 0 186 1 0 0 20 0 15 0 408038531 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574762207392 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15105] ppid=15092 vsize=15151148 memory=-3622645143214314312 CPUtime=3.02 cores=1,3,5,7
/proc/15094/task/15105/stat : 15105 (java) S 15092 15092 6753 0 -1 1077944384 17380 0 0 0 300 2 0 0 20 0 15 0 408038531 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574761154592 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15106] ppid=15092 vsize=15151148 memory=9580 CPUtime=0.64 cores=1,3,5,7
/proc/15094/task/15106/stat : 15106 (java) S 15092 15092 6753 0 -1 1077944384 7987 0 0 0 63 1 0 0 20 0 15 0 408038531 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574760102016 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15107] ppid=15092 vsize=15151148 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15107/stat : 15107 (java) S 15092 15092 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408038531 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574759049696 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15108] ppid=15092 vsize=15151148 memory=2120 CPUtime=0.08 cores=1,3,5,7
/proc/15094/task/15108/stat : 15108 (java) S 15092 15092 6753 0 -1 1077944384 623 0 0 0 3 5 0 0 20 0 15 0 408038531 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574757997488 140575297895042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 45 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
Current children cumulated CPU time: 565 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 12807224 KiB

[startup+221.201 s]
/proc/loadavg: 7.51 7.43 7.73 6/234 15132
/proc/meminfo: memFree=17132824/32770624 swapFree=66979492/67108860
[pid=15092] ppid=15089 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15092/stat : 15092 (xcsp3-exec) S 15089 15092 6753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408038525 115843072 363 33554432000 4194304 5098028 140728815600976 140728815599080 139860895310460 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32366592 140728815608698 140728815608941 140728815608941 140728815611850 0
/proc/15092/statm: 28282 363 304 221 0 87 0
[pid=15094] ppid=15092 vsize=15151148 memory=12805772 CPUtime=565.4 cores=1,3,5,7
/proc/15094/stat : 15094 (java) S 15092 15092 6753 0 -1 1077944320 212366 0 0 0 55228 1312 0 0 20 0 15 0 408038525 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140730340529872 140575297883895 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
/proc/15094/statm: 3787787 3201443 3513 1 0 3748889 0
[pid=15094/tid=15095] ppid=15092 vsize=15151148 memory=3096 CPUtime=65.27 cores=1,3,5,7
/proc/15094/task/15095/stat : 15095 (java) S 15092 15092 6753 0 -1 1077944384 22436 0 0 0 6515 12 0 0 20 0 15 0 408038526 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140575302120944 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15096] ppid=15092 vsize=15151148 memory=6791534058613427641 CPUtime=113.23 cores=1,3,5,7
/proc/15094/task/15096/stat : 15096 (java) S 15092 15092 6753 0 -1 1077944384 23712 0 0 0 10984 339 0 0 20 0 15 0 408038526 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140575225923984 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15097] ppid=15092 vsize=15151148 memory=288230617509003574 CPUtime=113.27 cores=1,3,5,7
/proc/15094/task/15097/stat : 15097 (java) S 15092 15092 6753 0 -1 1077944384 25274 0 0 0 11004 323 0 0 20 0 15 0 408038526 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140575224871184 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15098] ppid=15092 vsize=15151148 memory=14689690934577591 CPUtime=113.21 cores=1,3,5,7
/proc/15094/task/15098/stat : 15098 (java) S 15092 15092 6753 0 -1 1077944384 26914 0 0 0 11009 312 0 0 20 0 15 0 408038526 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140575223818896 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15099] ppid=15092 vsize=15151148 memory=1628 CPUtime=113.32 cores=1,3,5,7
/proc/15094/task/15099/stat : 15099 (java) S 15092 15092 6753 0 -1 1077944384 28548 0 0 0 11022 310 0 0 20 0 15 0 408038526 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140575222766096 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15100] ppid=15092 vsize=15151148 memory=8317482817917895235 CPUtime=41.38 cores=1,3,5,7
/proc/15094/task/15100/stat : 15100 (java) R 15092 15092 6753 0 -1 4202560 50421 0 0 0 4135 3 0 0 20 0 15 0 408038528 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574766416992 140575282880319 0 0 0 16800975 0 0 0 -1 1 0 0 35 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15101] ppid=15092 vsize=15151148 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15101/stat : 15101 (java) S 15092 15092 6753 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 408038528 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574765364576 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15102] ppid=15092 vsize=15151148 memory=2696 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15102/stat : 15102 (java) S 15092 15092 6753 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 15 0 408038528 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574764312192 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15103] ppid=15092 vsize=15151148 memory=2916 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15103/stat : 15103 (java) S 15092 15092 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408038531 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574763260496 140575297902491 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15104] ppid=15092 vsize=15151148 memory=4104 CPUtime=1.87 cores=1,3,5,7
/proc/15094/task/15104/stat : 15104 (java) S 15092 15092 6753 0 -1 1077944384 7674 0 0 0 186 1 0 0 20 0 15 0 408038531 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574762207392 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15105] ppid=15092 vsize=15151148 memory=1412 CPUtime=3.02 cores=1,3,5,7
/proc/15094/task/15105/stat : 15105 (java) S 15092 15092 6753 0 -1 1077944384 17380 0 0 0 300 2 0 0 20 0 15 0 408038531 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574761154592 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15106] ppid=15092 vsize=15151148 memory=3320 CPUtime=0.64 cores=1,3,5,7
/proc/15094/task/15106/stat : 15106 (java) S 15092 15092 6753 0 -1 1077944384 7987 0 0 0 63 1 0 0 20 0 15 0 408038531 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574760102016 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15107] ppid=15092 vsize=15151148 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/15094/task/15107/stat : 15107 (java) S 15092 15092 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408038531 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574759049696 140575297894101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
[pid=15094/tid=15108] ppid=15092 vsize=15151148 memory=1728732 CPUtime=0.08 cores=1,3,5,7
/proc/15094/task/15108/stat : 15108 (java) S 15092 15092 6753 0 -1 1077944384 623 0 0 0 3 5 0 0 20 0 15 0 408038531 15514775552 3201443 33554432000 4194304 4196468 140730340547328 140574757997488 140575297895042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 45 0 0 6293624 6294260 39120896 140730340549615 140730340549786 140730340549786 140730340552655 0
Current children cumulated CPU time: 565.4 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 12807224 KiB

[startup+221.301 s]
/proc/loadavg: 7.51 7.43 7.73 6/234 15132
/proc/meminfo: memFree=17132824/32770624 swapFree=66979492/67108860
[pid=15092] ppid=15089 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15092/stat : 15092 (xcsp3-exec) S 15089 15092 6753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408038525 115843072 363 33554432000 4194304 5098028 140728815600976 140728815599080 139860895310460 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32366592 140728815608698 140728815608941 140728815608941 140728815611850 0
/proc/15092/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): 221.338
CPU time (s): 565.544
CPU user time (s): 552.371
CPU system time (s): 13.1733
CPU usage (%): 255.512
Max. virtual memory (cumulated for all children) (KiB): 15264276
Max. memory (cumulated for all children) (KiB): 12807224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 552.371
system time used= 13.1733
maximum resident set size= 12806064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213193
page faults= 0
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9375
involuntary context switches= 9288


# summary of solver processes directly reported to runsolver:
#   pid: 15092
#   total CPU time (s): 565.544
#   total CPU user time (s): 552.371
#   total CPU system time (s): 13.1733

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.34077 second user time and 2.27499 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-12 21:48:36
IDJOB=4392928
IDBENCH=126905
IDSOLVER=2840
FILE ID=node121/4392928-1568317758
RUNJOBID= node121-1568312479-6785
PBS_JOBID= 21701130
Free space on /tmp= 60984 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr0700d-int.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-4392928-1568317758/watcher-4392928-1568317758 -o /tmp/evaluation-result-4392928-1568317758/solver-4392928-1568317758 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568312479-6785 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1471829743 HOME/instance-4392928-1568317758.xml

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

MD5SUM BENCH= 95bc0b66e49d41fb88ec1889e7409155
RANDOM SEED=1471829743

node121.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.75
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.75
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.75
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.75
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:        30513384 kB
MemAvailable:   30782096 kB
Buffers:          119056 kB
Cached:           444656 kB
SwapCached:        19224 kB
Active:          1458988 kB
Inactive:         261296 kB
Active(anon):    1143172 kB
Inactive(anon):    42440 kB
Active(file):     315816 kB
Inactive(file):   218856 kB
Unevictable:      109568 kB
Mlocked:          109568 kB
SwapTotal:      67108860 kB
SwapFree:       66979472 kB
Dirty:             53272 kB
Writeback:            72 kB
AnonPages:       1247456 kB
Mapped:            44572 kB
Shmem:             20416 kB
Slab:             128808 kB
SReclaimable:      99752 kB
SUnreclaim:        29056 kB
KernelStack:        3792 kB
PageTables:         8144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2086540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1122304 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 /tmp at the end= 60960 MiB
End job on node121 at 2019-09-12 21:52:18