Trace number 4405932

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-24? 1257.17 421.454

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr1000-int.xml
MD5SUM281fe5e81d871c4f2ceaf1755ecf4117
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.618
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 -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4405932-1569405296.xml"  -tl '2520s' -p 1
0.12/0.20	c Choco e747e1e
0.12/0.20	c [HOME/instance-4405932-1569405296.xml, -tl, 2520s, -p, 1]
0.33/0.25	c simple solver
0.33/0.31	c parse instance...
1223.35/410.72	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1257.00/421.39		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1257.00/421.39		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
1257.00/421.39		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1257.00/421.39		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1257.00/421.39		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1257.00/421.39		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1257.00/421.39		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
1257.00/421.39		at org.xcsp.parser.XCallbacks$$Lambda$95/517052730.accept(Unknown Source)
1257.00/421.39		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1257.00/421.39		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1257.00/421.39		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
1257.00/421.39		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
1257.00/421.39		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
1257.00/421.39		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1257.00/421.39		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1257.00/421.39		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1257.00/421.39		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1257.00/421.39		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1257.00/421.39		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1257.00/421.39		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1257.00/421.39	s UNKNOWN
1257.00/421.39	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16375 MiB (12606 MiB free)
  memory of node 1: 16384 MiB (12287 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4405932-1569405296/watcher-4405932-1569405296 -o /tmp/evaluation-result-4405932-1569405296/solver-4405932-1569405296 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324911091-15159 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1988558389 HOME/instance-4405932-1569405296.xml 

running on 4 cores: 0-3

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

solver pid=17452, runsolver pid=17449

[startup+0.100812 s]*
/proc/loadavg: 1.54 1.60 1.64 3/230 17468
/proc/meminfo: memFree=25480536/32770688 swapFree=66927668/67108860
[pid=17452] ppid=17449 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/17452/stat : 17452 (xcsp3-exec) S 17449 17452 15128 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516535928 115843072 362 33554432000 4194304 5098028 140730291799104 140730291797208 140217489711740 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29986816 140730291807098 140730291807341 140730291807341 140730291810250 0
/proc/17452/statm: 28282 362 304 221 0 87 0
[pid=17454] ppid=17452 vsize=15144776 memory=29392 CPUtime=0.12 cores=0-3
/proc/17454/stat : 17454 (java) S 17452 17452 15128 0 -1 1077944320 5798 0 0 0 10 2 0 0 20 0 15 0 516535928 15508250624 7348 33554432000 4194304 4196468 140729578437968 140729578420512 140487960063735 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
/proc/17454/statm: 3786194 7348 3120 1 0 3748377 0
[pid=17454/tid=17455] ppid=17452 vsize=15144776 memory=8108032331684915787 CPUtime=0.09 cores=0-3
/proc/17454/task/17455/stat : 17455 (java) R 17452 17452 15128 0 -1 4202560 3710 0 0 0 8 1 0 0 20 0 15 0 516535928 15508250624 7348 33554432000 4194304 4196468 140729578437968 140487964293152 140487591819855 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17456] ppid=17452 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0-3
/proc/17454/task/17456/stat : 17456 (java) S 17452 17452 15128 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516535929 15508250624 7348 33554432000 4194304 4196468 140729578437968 140487912683920 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17457] ppid=17452 vsize=15144776 memory=140097981843072 CPUtime=0 cores=0-3
/proc/17454/task/17457/stat : 17457 (java) S 17452 17452 15128 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516535929 15508250624 7348 33554432000 4194304 4196468 140729578437968 140487911631120 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17458] ppid=17452 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/17454/task/17458/stat : 17458 (java) S 17452 17452 15128 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516535929 15508250624 7348 33554432000 4194304 4196468 140729578437968 140487550753424 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17459] ppid=17452 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/17454/task/17459/stat : 17459 (java) S 17452 17452 15128 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516535929 15508250624 7348 33554432000 4194304 4196468 140729578437968 140487549700624 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17460] ppid=17452 vsize=15144776 memory=140097981843072 CPUtime=0 cores=0-3
/proc/17454/task/17460/stat : 17460 (java) S 17452 17452 15128 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516535931 15508250624 7348 33554432000 4194304 4196468 140729578437968 140487428602480 140487960074882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17461] ppid=17452 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/17454/task/17461/stat : 17461 (java) S 17452 17452 15128 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516535931 15508250624 7348 33554432000 4194304 4196468 140729578437968 140487427548448 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17462] ppid=17452 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/17454/task/17462/stat : 17462 (java) S 17452 17452 15128 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516535931 15508250624 7348 33554432000 4194304 4196468 140729578437968 140487426496112 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17463] ppid=17452 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/17454/task/17463/stat : 17463 (java) S 17452 17452 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516535934 15508250624 7348 33554432000 4194304 4196468 140729578437968 140487425444432 140487960082331 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17464] ppid=17452 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/17454/task/17464/stat : 17464 (java) S 17452 17452 15128 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 516535934 15508250624 7348 33554432000 4194304 4196468 140729578437968 140487424391280 140487960074882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17465] ppid=17452 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/17454/task/17465/stat : 17465 (java) S 17452 17452 15128 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 15 0 516535934 15508250624 7348 33554432000 4194304 4196468 140729578437968 140487423338480 140487960074882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17466] ppid=17452 vsize=15144776 memory=140097981843072 CPUtime=0.01 cores=0-3
/proc/17454/task/17466/stat : 17466 (java) S 17452 17452 15128 0 -1 1077944384 369 0 0 0 1 0 0 0 20 0 15 0 516535934 15508250624 7348 33554432000 4194304 4196468 140729578437968 140487422286192 140487960074882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17467] ppid=17452 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/17454/task/17467/stat : 17467 (java) S 17452 17452 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516535934 15508250624 7348 33554432000 4194304 4196468 140729578437968 140487421233632 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17468] ppid=17452 vsize=15144776 memory=140097981843072 CPUtime=0 cores=0-3
/proc/17454/task/17468/stat : 17468 (java) S 17452 17452 15128 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516535935 15508250624 7348 33554432000 4194304 4196468 140729578437968 140487420181424 140487960074882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30840 KiB

[startup+0.211511 s]*
/proc/loadavg: 1.54 1.60 1.64 3/230 17468
/proc/meminfo: memFree=25469744/32770688 swapFree=66927668/67108860
[pid=17452] ppid=17449 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/17452/stat : 17452 (xcsp3-exec) S 17449 17452 15128 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516535928 115843072 362 33554432000 4194304 5098028 140730291799104 140730291797208 140217489711740 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29986816 140730291807098 140730291807341 140730291807341 140730291810250 0
/proc/17452/statm: 28282 362 304 221 0 87 0
[pid=17454] ppid=17452 vsize=15144776 memory=40284 CPUtime=0.33 cores=0-3
/proc/17454/stat : 17454 (java) S 17452 17452 15128 0 -1 1077944320 9350 0 0 0 29 4 0 0 20 0 15 0 516535928 15508250624 10071 33554432000 4194304 4196468 140729578437968 140729578420512 140487960063735 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
/proc/17454/statm: 3786194 10071 3273 1 0 3748377 0
[pid=17454/tid=17455] ppid=17452 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=0-3
/proc/17454/task/17455/stat : 17455 (java) R 17452 17452 15128 0 -1 4202560 6534 0 0 0 16 3 0 0 20 0 15 0 516535928 15508250624 10071 33554432000 4194304 4196468 140729578437968 140487964299216 140487944144222 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17456] ppid=17452 vsize=15144776 memory=1915598 CPUtime=0 cores=0-3
/proc/17454/task/17456/stat : 17456 (java) S 17452 17452 15128 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516535929 15508250624 10071 33554432000 4194304 4196468 140729578437968 140487912683920 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17457] ppid=17452 vsize=15144776 memory=3905940987934213792 CPUtime=0 cores=0-3
/proc/17454/task/17457/stat : 17457 (java) S 17452 17452 15128 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516535929 15508250624 10071 33554432000 4194304 4196468 140729578437968 140487911631120 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17458] ppid=17452 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/17454/task/17458/stat : 17458 (java) S 17452 17452 15128 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516535929 15508250624 10071 33554432000 4194304 4196468 140729578437968 140487550753424 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17459] ppid=17452 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/17454/task/17459/stat : 17459 (java) S 17452 17452 15128 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516535929 15508250624 10071 33554432000 4194304 4196468 140729578437968 140487549700624 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17460] ppid=17452 vsize=15144776 memory=140097981843072 CPUtime=0 cores=0-3
/proc/17454/task/17460/stat : 17460 (java) S 17452 17452 15128 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516535931 15508250624 10071 33554432000 4194304 4196468 140729578437968 140487428602480 140487960074882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17461] ppid=17452 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/17454/task/17461/stat : 17461 (java) S 17452 17452 15128 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516535931 15508250624 10071 33554432000 4194304 4196468 140729578437968 140487427548448 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17462] ppid=17452 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/17454/task/17462/stat : 17462 (java) S 17452 17452 15128 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516535931 15508250624 10071 33554432000 4194304 4196468 140729578437968 140487426496112 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17463] ppid=17452 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/17454/task/17463/stat : 17463 (java) S 17452 17452 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516535934 15508250624 10071 33554432000 4194304 4196468 140729578437968 140487425444432 140487960082331 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17464] ppid=17452 vsize=15144776 memory=0 CPUtime=0.03 cores=0-3
/proc/17454/task/17464/stat : 17464 (java) R 17452 17452 15128 0 -1 1077944384 443 0 0 0 3 0 0 0 20 0 15 0 516535934 15508250624 10071 33554432000 4194304 4196468 140729578437968 140487424391280 140487960074882 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17465] ppid=17452 vsize=15144776 memory=-1 CPUtime=0.02 cores=0-3
/proc/17454/task/17465/stat : 17465 (java) S 17452 17452 15128 0 -1 1077944384 315 0 0 0 2 0 0 0 20 0 15 0 516535934 15508250624 10071 33554432000 4194304 4196468 140729578437968 140487423338480 140487960074882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17466] ppid=17452 vsize=15144776 memory=140097981843072 CPUtime=0.07 cores=0-3
/proc/17454/task/17466/stat : 17466 (java) R 17452 17452 15128 0 -1 4202560 761 0 0 0 7 0 0 0 20 0 15 0 516535934 15508250624 10071 33554432000 4194304 4196468 140729578437968 140487422286192 140487960085082 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17467] ppid=17452 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/17454/task/17467/stat : 17467 (java) S 17452 17452 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516535934 15508250624 10071 33554432000 4194304 4196468 140729578437968 140487421233632 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17468] ppid=17452 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/17454/task/17468/stat : 17468 (java) S 17452 17452 15128 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516535935 15508250624 10071 33554432000 4194304 4196468 140729578437968 140487420181424 140487960074882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41732 KiB

[startup+0.312508 s]*
/proc/loadavg: 1.54 1.60 1.64 3/230 17468
/proc/meminfo: memFree=25464160/32770688 swapFree=66927668/67108860
[pid=17452] ppid=17449 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/17452/stat : 17452 (xcsp3-exec) S 17449 17452 15128 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516535928 115843072 362 33554432000 4194304 5098028 140730291799104 140730291797208 140217489711740 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29986816 140730291807098 140730291807341 140730291807341 140730291810250 0
/proc/17452/statm: 28282 362 304 221 0 87 0
[pid=17454] ppid=17452 vsize=15149032 memory=46460 CPUtime=0.52 cores=0-3
/proc/17454/stat : 17454 (java) S 17452 17452 15128 0 -1 1077944320 10460 0 0 0 47 5 0 0 20 0 15 0 516535928 15512608768 11615 33554432000 4194304 4196468 140729578437968 140729578420512 140487960063735 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
/proc/17454/statm: 3787258 11615 3306 1 0 3748377 0
[pid=17454/tid=17455] ppid=17452 vsize=15149032 memory=1398722017469774279 CPUtime=0.3 cores=0-3
/proc/17454/task/17455/stat : 17455 (java) R 17452 17452 15128 0 -1 4202560 7537 0 0 0 26 4 0 0 20 0 15 0 516535928 15512608768 11615 33554432000 4194304 4196468 140729578437968 140487964276144 140487944144222 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17456] ppid=17452 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0-3
/proc/17454/task/17456/stat : 17456 (java) S 17452 17452 15128 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516535929 15512608768 11615 33554432000 4194304 4196468 140729578437968 140487912683920 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17457] ppid=17452 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0-3
/proc/17454/task/17457/stat : 17457 (java) S 17452 17452 15128 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516535929 15512608768 11615 33554432000 4194304 4196468 140729578437968 140487911631120 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17458] ppid=17452 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0-3
/proc/17454/task/17458/stat : 17458 (java) S 17452 17452 15128 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516535929 15512608768 11615 33554432000 4194304 4196468 140729578437968 140487550753424 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17459] ppid=17452 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=0-3
/proc/17454/task/17459/stat : 17459 (java) S 17452 17452 15128 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516535929 15512608768 11615 33554432000 4194304 4196468 140729578437968 140487549700624 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17460] ppid=17452 vsize=15149032 memory=-7161737567032426655 CPUtime=0 cores=0-3
/proc/17454/task/17460/stat : 17460 (java) S 17452 17452 15128 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516535931 15512608768 11615 33554432000 4194304 4196468 140729578437968 140487428602480 140487960074882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17461] ppid=17452 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=0-3
/proc/17454/task/17461/stat : 17461 (java) S 17452 17452 15128 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516535931 15512608768 11615 33554432000 4194304 4196468 140729578437968 140487427548448 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17462] ppid=17452 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0-3
/proc/17454/task/17462/stat : 17462 (java) S 17452 17452 15128 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516535931 15512608768 11615 33554432000 4194304 4196468 140729578437968 140487426496112 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17463] ppid=17452 vsize=15149032 memory=4627853888499060086 CPUtime=0 cores=0-3
/proc/17454/task/17463/stat : 17463 (java) S 17452 17452 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516535934 15512608768 11615 33554432000 4194304 4196468 140729578437968 140487425444432 140487960082331 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17464] ppid=17452 vsize=15149032 memory=7827413994055111515 CPUtime=0.04 cores=0-3
/proc/17454/task/17464/stat : 17464 (java) S 17452 17452 15128 0 -1 1077944384 451 0 0 0 4 0 0 0 20 0 15 0 516535934 15512608768 11615 33554432000 4194304 4196468 140729578437968 140487424391280 140487960074882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17465] ppid=17452 vsize=15149032 memory=0 CPUtime=0.03 cores=0-3
/proc/17454/task/17465/stat : 17465 (java) S 17452 17452 15128 0 -1 1077944384 328 0 0 0 3 0 0 0 20 0 15 0 516535934 15512608768 11615 33554432000 4194304 4196468 140729578437968 140487423338480 140487960074882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17466] ppid=17452 vsize=15149032 memory=0 CPUtime=0.12 cores=0-3
/proc/17454/task/17466/stat : 17466 (java) S 17452 17452 15128 0 -1 1077944384 843 0 0 0 12 0 0 0 20 0 15 0 516535934 15512608768 11615 33554432000 4194304 4196468 140729578437968 140487422286192 140487960074882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17467] ppid=17452 vsize=15149032 memory=0 CPUtime=0 cores=0-3
/proc/17454/task/17467/stat : 17467 (java) S 17452 17452 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516535934 15512608768 11615 33554432000 4194304 4196468 140729578437968 140487421233632 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17468] ppid=17452 vsize=15149032 memory=0 CPUtime=0 cores=0-3
/proc/17454/task/17468/stat : 17468 (java) S 17452 17452 15128 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516535935 15512608768 11615 33554432000 4194304 4196468 140729578437968 140487420181424 140487960074882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 47908 KiB

[startup+0.700925 s]
/proc/loadavg: 1.54 1.60 1.64 5/230 17468
/proc/meminfo: memFree=25441536/32770688 swapFree=66927668/67108860
[pid=17452] ppid=17449 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/17452/stat : 17452 (xcsp3-exec) S 17449 17452 15128 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516535928 115843072 362 33554432000 4194304 5098028 140730291799104 140730291797208 140217489711740 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29986816 140730291807098 140730291807341 140730291807341 140730291810250 0
/proc/17452/statm: 28282 362 304 221 0 87 0
[pid=17454] ppid=17452 vsize=15149032 memory=140692 CPUtime=1.44 cores=0-3
/proc/17454/stat : 17454 (java) S 17452 17452 15128 0 -1 1077944320 13001 0 0 0 137 7 0 0 20 0 15 0 516535928 15512608768 35173 33554432000 4194304 4196468 140729578437968 140729578420512 140487960063735 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
/proc/17454/statm: 3787258 35173 3401 1 0 3748377 0
[pid=17454/tid=17455] ppid=17452 vsize=15149032 memory=0 CPUtime=0.67 cores=0-3
/proc/17454/task/17455/stat : 17455 (java) R 17452 17452 15128 0 -1 4202560 7973 0 0 0 62 5 0 0 20 0 15 0 516535928 15512608768 35173 33554432000 4194304 4196468 140729578437968 140487964299584 140487960085661 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17456] ppid=17452 vsize=15149032 memory=33 CPUtime=0 cores=0-3
/proc/17454/task/17456/stat : 17456 (java) S 17452 17452 15128 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516535929 15512608768 35173 33554432000 4194304 4196468 140729578437968 140487912683920 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17457] ppid=17452 vsize=15149032 memory=-7604262568725289114 CPUtime=0 cores=0-3
/proc/17454/task/17457/stat : 17457 (java) S 17452 17452 15128 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516535929 15512608768 35173 33554432000 4194304 4196468 140729578437968 140487911631120 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17458] ppid=17452 vsize=15149032 memory=0 CPUtime=0 cores=0-3
/proc/17454/task/17458/stat : 17458 (java) S 17452 17452 15128 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516535929 15512608768 35173 33554432000 4194304 4196468 140729578437968 140487550753424 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17459] ppid=17452 vsize=15149032 memory=0 CPUtime=0 cores=0-3
/proc/17454/task/17459/stat : 17459 (java) S 17452 17452 15128 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516535929 15512608768 35173 33554432000 4194304 4196468 140729578437968 140487549700624 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17460] ppid=17452 vsize=15149032 memory=77060 CPUtime=0 cores=0-3
/proc/17454/task/17460/stat : 17460 (java) S 17452 17452 15128 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516535931 15512608768 35173 33554432000 4194304 4196468 140729578437968 140487428602480 140487960074882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17461] ppid=17452 vsize=15149032 memory=984 CPUtime=0 cores=0-3
/proc/17454/task/17461/stat : 17461 (java) S 17452 17452 15128 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516535931 15512608768 35173 33554432000 4194304 4196468 140729578437968 140487427548448 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17462] ppid=17452 vsize=15149032 memory=2020 CPUtime=0 cores=0-3
/proc/17454/task/17462/stat : 17462 (java) S 17452 17452 15128 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516535931 15512608768 35173 33554432000 4194304 4196468 140729578437968 140487426496112 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17463] ppid=17452 vsize=15149032 memory=1420 CPUtime=0 cores=0-3
/proc/17454/task/17463/stat : 17463 (java) S 17452 17452 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516535934 15512608768 35173 33554432000 4194304 4196468 140729578437968 140487425444432 140487960082331 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17464] ppid=17452 vsize=15149032 memory=776 CPUtime=0.26 cores=0-3
/proc/17454/task/17464/stat : 17464 (java) S 17452 17452 15128 0 -1 1077944384 1015 0 0 0 26 0 0 0 20 0 15 0 516535934 15512608768 35173 33554432000 4194304 4196468 140729578437968 140487424391280 140487960074882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17465] ppid=17452 vsize=15149032 memory=660 CPUtime=0.27 cores=0-3
/proc/17454/task/17465/stat : 17465 (java) S 17452 17452 15128 0 -1 1077944384 1358 0 0 0 27 0 0 0 20 0 15 0 516535934 15512608768 35173 33554432000 4194304 4196468 140729578437968 140487423338480 140487960074882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17466] ppid=17452 vsize=15149032 memory=1556 CPUtime=0.2 cores=0-3
/proc/17454/task/17466/stat : 17466 (java) S 17452 17452 15128 0 -1 1077944384 1347 0 0 0 20 0 0 0 20 0 15 0 516535934 15512608768 35173 33554432000 4194304 4196468 140729578437968 140487422286192 140487960074882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17467] ppid=17452 vsize=15149032 memory=9588 CPUtime=0 cores=0-3
/proc/17454/task/17467/stat : 17467 (java) S 17452 17452 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516535934 15512608768 35173 33554432000 4194304 4196468 140729578437968 140487421233632 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17468] ppid=17452 vsize=15149032 memory=1712 CPUtime=0 cores=0-3
/proc/17454/task/17468/stat : 17468 (java) S 17452 17452 15128 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516535935 15512608768 35173 33554432000 4194304 4196468 140729578437968 140487420181424 140487960074882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 142140 KiB

[startup+1.50148 s]
/proc/loadavg: 1.54 1.60 1.64 3/230 17468
/proc/meminfo: memFree=25215140/32770688 swapFree=66927668/67108860
[pid=17452] ppid=17449 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/17452/stat : 17452 (xcsp3-exec) S 17449 17452 15128 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516535928 115843072 362 33554432000 4194304 5098028 140730291799104 140730291797208 140217489711740 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29986816 140730291807098 140730291807341 140730291807341 140730291810250 0
/proc/17452/statm: 28282 362 304 221 0 87 0

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

/proc/17454/task/17457/stat : 17457 (java) R 17452 17452 15128 0 -1 4202560 28884 0 0 0 27159 323 0 0 20 0 15 0 516535929 15514783744 3203970 33554432000 4194304 4196468 140729578437968 140487911631320 140487944761374 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17458] ppid=17452 vsize=15151156 memory=2776 CPUtime=274.87 cores=0-3
/proc/17454/task/17458/stat : 17458 (java) R 17452 17452 15128 0 -1 4202560 27400 0 0 0 27180 307 0 0 20 0 15 0 516535929 15514783744 3203970 33554432000 4194304 4196468 140729578437968 140487550753008 140487952691943 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17459] ppid=17452 vsize=15151156 memory=924 CPUtime=274.87 cores=0-3
/proc/17454/task/17459/stat : 17459 (java) R 17452 17452 15128 0 -1 4202560 29655 0 0 0 27163 324 0 0 20 0 15 0 516535929 15514783744 3203970 33554432000 4194304 4196468 140729578437968 140487549700208 140487952691943 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17460] ppid=17452 vsize=15151156 memory=1444 CPUtime=57.79 cores=0-3
/proc/17454/task/17460/stat : 17460 (java) S 17452 17452 15128 0 -1 1077944384 80546 0 0 0 5775 4 0 0 20 0 15 0 516535931 15514783744 3203970 33554432000 4194304 4196468 140729578437968 140487428600800 140487960073941 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17461] ppid=17452 vsize=15151156 memory=1804 CPUtime=0 cores=0-3
/proc/17454/task/17461/stat : 17461 (java) S 17452 17452 15128 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 516535931 15514783744 3203970 33554432000 4194304 4196468 140729578437968 140487427548512 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17462] ppid=17452 vsize=15151156 memory=920 CPUtime=0 cores=0-3
/proc/17454/task/17462/stat : 17462 (java) S 17452 17452 15128 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 516535931 15514783744 3203970 33554432000 4194304 4196468 140729578437968 140487426496128 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17463] ppid=17452 vsize=15151156 memory=3844 CPUtime=0 cores=0-3
/proc/17454/task/17463/stat : 17463 (java) S 17452 17452 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516535934 15514783744 3203970 33554432000 4194304 4196468 140729578437968 140487425444432 140487960082331 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17464] ppid=17452 vsize=15151156 memory=2664 CPUtime=2.07 cores=0-3
/proc/17454/task/17464/stat : 17464 (java) S 17452 17452 15128 0 -1 1077944384 6967 0 0 0 206 1 0 0 20 0 15 0 516535934 15514783744 3203970 33554432000 4194304 4196468 140729578437968 140487424391040 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 25 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17465] ppid=17452 vsize=15151156 memory=2596 CPUtime=2.33 cores=0-3
/proc/17454/task/17465/stat : 17465 (java) S 17452 17452 15128 0 -1 1077944384 7472 0 0 0 233 0 0 0 20 0 15 0 516535934 15514783744 3203970 33554432000 4194304 4196468 140729578437968 140487423338528 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17466] ppid=17452 vsize=15151156 memory=4096 CPUtime=0.65 cores=0-3
/proc/17454/task/17466/stat : 17466 (java) S 17452 17452 15128 0 -1 1077944384 5985 0 0 0 64 1 0 0 20 0 15 0 516535934 15514783744 3203970 33554432000 4194304 4196468 140729578437968 140487422286240 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17467] ppid=17452 vsize=15151156 memory=1408 CPUtime=0 cores=0-3
/proc/17454/task/17467/stat : 17467 (java) S 17452 17452 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516535934 15514783744 3203970 33554432000 4194304 4196468 140729578437968 140487421233632 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17468] ppid=17452 vsize=15151156 memory=3136 CPUtime=0.33 cores=0-3
/proc/17454/task/17468/stat : 17468 (java) S 17452 17452 15128 0 -1 1077944384 402 0 0 0 17 16 0 0 20 0 15 0 516535935 15514783744 3203970 33554432000 4194304 4196468 140729578437968 140487420181424 140487960074882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
Current children cumulated CPU time: 1244.06 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12817328 KiB

[startup+419.201 s]
/proc/loadavg: 4.50 3.39 2.41 3/230 17585
/proc/meminfo: memFree=12678592/32770688 swapFree=66927668/67108860
[pid=17452] ppid=17449 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/17452/stat : 17452 (xcsp3-exec) S 17449 17452 15128 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516535928 115843072 362 33554432000 4194304 5098028 140730291799104 140730291797208 140217489711740 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29986816 140730291807098 140730291807341 140730291807341 140730291810250 0
/proc/17452/statm: 28282 362 304 221 0 87 0
[pid=17454] ppid=17452 vsize=15151156 memory=12815880 CPUtime=1254.9 cores=0-3
/proc/17454/stat : 17454 (java) S 17452 17452 15128 0 -1 1077944320 243531 0 0 0 124202 1288 0 0 20 0 15 0 516535928 15514783744 3203970 33554432000 4194304 4196468 140729578437968 140729578420512 140487960063735 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
/proc/17454/statm: 3787789 3203970 3513 1 0 3748889 0
[pid=17454/tid=17455] ppid=17452 vsize=15151156 memory=77072 CPUtime=80.96 cores=0-3
/proc/17454/task/17455/stat : 17455 (java) S 17452 17452 15128 0 -1 1077944384 23003 0 0 0 8080 16 0 0 20 0 15 0 516535928 15514783744 3203970 33554432000 4194304 4196468 140729578437968 140487964303008 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17456] ppid=17452 vsize=15151156 memory=1448 CPUtime=277.86 cores=0-3
/proc/17454/task/17456/stat : 17456 (java) S 17452 17452 15128 0 -1 1077944384 31116 0 0 0 27482 304 0 0 20 0 15 0 516535929 15514783744 3203970 33554432000 4194304 4196468 140729578437968 140487912683920 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17457] ppid=17452 vsize=15151156 memory=12815880 CPUtime=277.4 cores=0-3
/proc/17454/task/17457/stat : 17457 (java) S 17452 17452 15128 0 -1 1077944384 28989 0 0 0 27417 323 0 0 20 0 15 0 516535929 15514783744 3203970 33554432000 4194304 4196468 140729578437968 140487911631120 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17458] ppid=17452 vsize=15151156 memory=1448 CPUtime=277.39 cores=0-3
/proc/17454/task/17458/stat : 17458 (java) S 17452 17452 15128 0 -1 1077944384 27512 0 0 0 27432 307 0 0 20 0 15 0 516535929 15514783744 3203970 33554432000 4194304 4196468 140729578437968 140487550753424 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17459] ppid=17452 vsize=15151156 memory=12815880 CPUtime=277.42 cores=0-3
/proc/17454/task/17459/stat : 17459 (java) S 17452 17452 15128 0 -1 1077944384 30186 0 0 0 27418 324 0 0 20 0 15 0 516535929 15514783744 3203970 33554432000 4194304 4196468 140729578437968 140487549700624 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17460] ppid=17452 vsize=15151156 memory=1656 CPUtime=58.39 cores=0-3
/proc/17454/task/17460/stat : 17460 (java) R 17452 17452 15128 0 -1 4202560 80548 0 0 0 5835 4 0 0 20 0 15 0 516535931 15514783744 3203970 33554432000 4194304 4196468 140729578437968 140487428600912 140487944764736 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17461] ppid=17452 vsize=15151156 memory=12815880 CPUtime=0 cores=0-3
/proc/17454/task/17461/stat : 17461 (java) S 17452 17452 15128 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 516535931 15514783744 3203970 33554432000 4194304 4196468 140729578437968 140487427548512 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17462] ppid=17452 vsize=15151156 memory=2120 CPUtime=0 cores=0-3
/proc/17454/task/17462/stat : 17462 (java) S 17452 17452 15128 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 516535931 15514783744 3203970 33554432000 4194304 4196468 140729578437968 140487426496128 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17463] ppid=17452 vsize=15151156 memory=496 CPUtime=0 cores=0-3
/proc/17454/task/17463/stat : 17463 (java) S 17452 17452 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516535934 15514783744 3203970 33554432000 4194304 4196468 140729578437968 140487425444432 140487960082331 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17464] ppid=17452 vsize=15151156 memory=-3622645143214314312 CPUtime=2.07 cores=0-3
/proc/17454/task/17464/stat : 17464 (java) S 17452 17452 15128 0 -1 1077944384 6967 0 0 0 206 1 0 0 20 0 15 0 516535934 15514783744 3203970 33554432000 4194304 4196468 140729578437968 140487424391040 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 25 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17465] ppid=17452 vsize=15151156 memory=1056 CPUtime=2.33 cores=0-3
/proc/17454/task/17465/stat : 17465 (java) S 17452 17452 15128 0 -1 1077944384 7472 0 0 0 233 0 0 0 20 0 15 0 516535934 15514783744 3203970 33554432000 4194304 4196468 140729578437968 140487423338528 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17466] ppid=17452 vsize=15151156 memory=2828 CPUtime=0.65 cores=0-3
/proc/17454/task/17466/stat : 17466 (java) S 17452 17452 15128 0 -1 1077944384 5985 0 0 0 64 1 0 0 20 0 15 0 516535934 15514783744 3203970 33554432000 4194304 4196468 140729578437968 140487422286240 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17467] ppid=17452 vsize=15151156 memory=1176 CPUtime=0 cores=0-3
/proc/17454/task/17467/stat : 17467 (java) S 17452 17452 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516535934 15514783744 3203970 33554432000 4194304 4196468 140729578437968 140487421233632 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17468] ppid=17452 vsize=15151156 memory=6791534058613427641 CPUtime=0.33 cores=0-3
/proc/17454/task/17468/stat : 17468 (java) S 17452 17452 15128 0 -1 1077944384 402 0 0 0 17 16 0 0 20 0 15 0 516535935 15514783744 3203970 33554432000 4194304 4196468 140729578437968 140487420181424 140487960074882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
Current children cumulated CPU time: 1254.9 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12817328 KiB

[startup+420.801 s]
/proc/loadavg: 4.50 3.39 2.41 3/230 17585
/proc/meminfo: memFree=12678592/32770688 swapFree=66927668/67108860
[pid=17452] ppid=17449 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/17452/stat : 17452 (xcsp3-exec) S 17449 17452 15128 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516535928 115843072 362 33554432000 4194304 5098028 140730291799104 140730291797208 140217489711740 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29986816 140730291807098 140730291807341 140730291807341 140730291810250 0
/proc/17452/statm: 28282 362 304 221 0 87 0
[pid=17454] ppid=17452 vsize=15151156 memory=12815888 CPUtime=1256.5 cores=0-3
/proc/17454/stat : 17454 (java) S 17452 17452 15128 0 -1 1077944320 243896 0 0 0 124362 1288 0 0 20 0 15 0 516535928 15514783744 3203972 33554432000 4194304 4196468 140729578437968 140729578420512 140487960063735 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
/proc/17454/statm: 3787789 3203972 3513 1 0 3748889 0
[pid=17454/tid=17455] ppid=17452 vsize=15151156 memory=1448 CPUtime=80.96 cores=0-3
/proc/17454/task/17455/stat : 17455 (java) S 17452 17452 15128 0 -1 1077944384 23003 0 0 0 8080 16 0 0 20 0 15 0 516535928 15514783744 3203972 33554432000 4194304 4196468 140729578437968 140487964303008 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17456] ppid=17452 vsize=15151156 memory=12815880 CPUtime=277.86 cores=0-3
/proc/17454/task/17456/stat : 17456 (java) S 17452 17452 15128 0 -1 1077944384 31116 0 0 0 27482 304 0 0 20 0 15 0 516535929 15514783744 3203972 33554432000 4194304 4196468 140729578437968 140487912683920 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17457] ppid=17452 vsize=15151156 memory=1764 CPUtime=277.4 cores=0-3
/proc/17454/task/17457/stat : 17457 (java) S 17452 17452 15128 0 -1 1077944384 28989 0 0 0 27417 323 0 0 20 0 15 0 516535929 15514783744 3203972 33554432000 4194304 4196468 140729578437968 140487911631120 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17458] ppid=17452 vsize=15151156 memory=111632 CPUtime=277.39 cores=0-3
/proc/17454/task/17458/stat : 17458 (java) S 17452 17452 15128 0 -1 1077944384 27512 0 0 0 27432 307 0 0 20 0 15 0 516535929 15514783744 3203972 33554432000 4194304 4196468 140729578437968 140487550753424 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17459] ppid=17452 vsize=15151156 memory=1056 CPUtime=277.42 cores=0-3
/proc/17454/task/17459/stat : 17459 (java) S 17452 17452 15128 0 -1 1077944384 30186 0 0 0 27418 324 0 0 20 0 15 0 516535929 15514783744 3203972 33554432000 4194304 4196468 140729578437968 140487549700624 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17460] ppid=17452 vsize=15151156 memory=2828 CPUtime=59.99 cores=0-3
/proc/17454/task/17460/stat : 17460 (java) R 17452 17452 15128 0 -1 4202560 80913 0 0 0 5995 4 0 0 20 0 15 0 516535931 15514783744 3203972 33554432000 4194304 4196468 140729578437968 140487428600912 140487945060244 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17461] ppid=17452 vsize=15151156 memory=1448 CPUtime=0 cores=0-3
/proc/17454/task/17461/stat : 17461 (java) S 17452 17452 15128 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 516535931 15514783744 3203972 33554432000 4194304 4196468 140729578437968 140487427548512 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17462] ppid=17452 vsize=15151156 memory=12815880 CPUtime=0 cores=0-3
/proc/17454/task/17462/stat : 17462 (java) S 17452 17452 15128 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 516535931 15514783744 3203972 33554432000 4194304 4196468 140729578437968 140487426496128 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17463] ppid=17452 vsize=15151156 memory=14008 CPUtime=0 cores=0-3
/proc/17454/task/17463/stat : 17463 (java) S 17452 17452 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516535934 15514783744 3203972 33554432000 4194304 4196468 140729578437968 140487425444432 140487960082331 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17464] ppid=17452 vsize=15151156 memory=12028 CPUtime=2.07 cores=0-3
/proc/17454/task/17464/stat : 17464 (java) S 17452 17452 15128 0 -1 1077944384 6967 0 0 0 206 1 0 0 20 0 15 0 516535934 15514783744 3203972 33554432000 4194304 4196468 140729578437968 140487424391040 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 25 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17465] ppid=17452 vsize=15151156 memory=38968 CPUtime=2.33 cores=0-3
/proc/17454/task/17465/stat : 17465 (java) S 17452 17452 15128 0 -1 1077944384 7472 0 0 0 233 0 0 0 20 0 15 0 516535934 15514783744 3203972 33554432000 4194304 4196468 140729578437968 140487423338528 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17466] ppid=17452 vsize=15151156 memory=2120 CPUtime=0.65 cores=0-3
/proc/17454/task/17466/stat : 17466 (java) S 17452 17452 15128 0 -1 1077944384 5985 0 0 0 64 1 0 0 20 0 15 0 516535934 15514783744 3203972 33554432000 4194304 4196468 140729578437968 140487422286240 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17467] ppid=17452 vsize=15151156 memory=496 CPUtime=0 cores=0-3
/proc/17454/task/17467/stat : 17467 (java) S 17452 17452 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516535934 15514783744 3203972 33554432000 4194304 4196468 140729578437968 140487421233632 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17468] ppid=17452 vsize=15151156 memory=1560 CPUtime=0.33 cores=0-3
/proc/17454/task/17468/stat : 17468 (java) S 17452 17452 15128 0 -1 1077944384 402 0 0 0 17 16 0 0 20 0 15 0 516535935 15514783744 3203972 33554432000 4194304 4196468 140729578437968 140487420181424 140487960074882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
Current children cumulated CPU time: 1256.5 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12817336 KiB

[startup+421.201 s]
/proc/loadavg: 4.50 3.39 2.41 3/230 17585
/proc/meminfo: memFree=12678716/32770688 swapFree=66927668/67108860
[pid=17452] ppid=17449 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/17452/stat : 17452 (xcsp3-exec) S 17449 17452 15128 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516535928 115843072 362 33554432000 4194304 5098028 140730291799104 140730291797208 140217489711740 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29986816 140730291807098 140730291807341 140730291807341 140730291810250 0
/proc/17452/statm: 28282 362 304 221 0 87 0
[pid=17454] ppid=17452 vsize=15151156 memory=12815888 CPUtime=1256.9 cores=0-3
/proc/17454/stat : 17454 (java) S 17452 17452 15128 0 -1 1077944320 243896 0 0 0 124402 1288 0 0 20 0 15 0 516535928 15514783744 3203972 33554432000 4194304 4196468 140729578437968 140729578420512 140487960063735 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
/proc/17454/statm: 3787789 3203972 3513 1 0 3748889 0
[pid=17454/tid=17455] ppid=17452 vsize=15151156 memory=120654556825089 CPUtime=80.96 cores=0-3
/proc/17454/task/17455/stat : 17455 (java) S 17452 17452 15128 0 -1 1077944384 23003 0 0 0 8080 16 0 0 20 0 15 0 516535928 15514783744 3203972 33554432000 4194304 4196468 140729578437968 140487964303008 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17456] ppid=17452 vsize=15151156 memory=280195749649504 CPUtime=277.86 cores=0-3
/proc/17454/task/17456/stat : 17456 (java) S 17452 17452 15128 0 -1 1077944384 31116 0 0 0 27482 304 0 0 20 0 15 0 516535929 15514783744 3203972 33554432000 4194304 4196468 140729578437968 140487912683920 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17457] ppid=17452 vsize=15151156 memory=288230574492221466 CPUtime=277.4 cores=0-3
/proc/17454/task/17457/stat : 17457 (java) S 17452 17452 15128 0 -1 1077944384 28989 0 0 0 27417 323 0 0 20 0 15 0 516535929 15514783744 3203972 33554432000 4194304 4196468 140729578437968 140487911631120 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17458] ppid=17452 vsize=15151156 memory=288230596050944315 CPUtime=277.39 cores=0-3
/proc/17454/task/17458/stat : 17458 (java) S 17452 17452 15128 0 -1 1077944384 27512 0 0 0 27432 307 0 0 20 0 15 0 516535929 15514783744 3203972 33554432000 4194304 4196468 140729578437968 140487550753424 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17459] ppid=17452 vsize=15151156 memory=14126749571091087 CPUtime=277.42 cores=0-3
/proc/17454/task/17459/stat : 17459 (java) S 17452 17452 15128 0 -1 1077944384 30186 0 0 0 27418 324 0 0 20 0 15 0 516535929 15514783744 3203972 33554432000 4194304 4196468 140729578437968 140487549700624 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17460] ppid=17452 vsize=15151156 memory=303430223234596890 CPUtime=60.39 cores=0-3
/proc/17454/task/17460/stat : 17460 (java) R 17452 17452 15128 0 -1 4202560 80913 0 0 0 6035 4 0 0 20 0 15 0 516535931 15514783744 3203972 33554432000 4194304 4196468 140729578437968 140487428600912 140487945060139 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17461] ppid=17452 vsize=15151156 memory=288230596050944315 CPUtime=0 cores=0-3
/proc/17454/task/17461/stat : 17461 (java) S 17452 17452 15128 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 516535931 15514783744 3203972 33554432000 4194304 4196468 140729578437968 140487427548512 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17462] ppid=17452 vsize=15151156 memory=14126749571091087 CPUtime=0 cores=0-3
/proc/17454/task/17462/stat : 17462 (java) S 17452 17452 15128 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 516535931 15514783744 3203972 33554432000 4194304 4196468 140729578437968 140487426496128 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17463] ppid=17452 vsize=15151156 memory=3000 CPUtime=0 cores=0-3
/proc/17454/task/17463/stat : 17463 (java) S 17452 17452 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516535934 15514783744 3203972 33554432000 4194304 4196468 140729578437968 140487425444432 140487960082331 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17464] ppid=17452 vsize=15151156 memory=1452 CPUtime=2.07 cores=0-3
/proc/17454/task/17464/stat : 17464 (java) S 17452 17452 15128 0 -1 1077944384 6967 0 0 0 206 1 0 0 20 0 15 0 516535934 15514783744 3203972 33554432000 4194304 4196468 140729578437968 140487424391040 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 25 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17465] ppid=17452 vsize=15151156 memory=208164 CPUtime=2.33 cores=0-3
/proc/17454/task/17465/stat : 17465 (java) S 17452 17452 15128 0 -1 1077944384 7472 0 0 0 233 0 0 0 20 0 15 0 516535934 15514783744 3203972 33554432000 4194304 4196468 140729578437968 140487423338528 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17466] ppid=17452 vsize=15151156 memory=1656 CPUtime=0.65 cores=0-3
/proc/17454/task/17466/stat : 17466 (java) S 17452 17452 15128 0 -1 1077944384 5985 0 0 0 64 1 0 0 20 0 15 0 516535934 15514783744 3203972 33554432000 4194304 4196468 140729578437968 140487422286240 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17467] ppid=17452 vsize=15151156 memory=1398722017469774279 CPUtime=0 cores=0-3
/proc/17454/task/17467/stat : 17467 (java) S 17452 17452 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516535934 15514783744 3203972 33554432000 4194304 4196468 140729578437968 140487421233632 140487960073941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
[pid=17454/tid=17468] ppid=17452 vsize=15151156 memory=4126316290023845779 CPUtime=0.33 cores=0-3
/proc/17454/task/17468/stat : 17468 (java) S 17452 17452 15128 0 -1 1077944384 402 0 0 0 17 16 0 0 20 0 15 0 516535935 15514783744 3203972 33554432000 4194304 4196468 140729578437968 140487420181424 140487960074882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140729578439663 140729578439834 140729578439834 140729578442703 0
Current children cumulated CPU time: 1256.9 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12817336 KiB

[startup+421.401 s]
/proc/loadavg: 4.50 3.39 2.41 3/230 17585
/proc/meminfo: memFree=12678716/32770688 swapFree=66927668/67108860
[pid=17452] ppid=17449 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/17452/stat : 17452 (xcsp3-exec) S 17449 17452 15128 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516535928 115843072 362 33554432000 4194304 5098028 140730291799104 140730291797208 140217489711740 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29986816 140730291807098 140730291807341 140730291807341 140730291810250 0
/proc/17452/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

Child status: 1
Real time (s): 421.454
CPU time (s): 1257.17
CPU user time (s): 1244.22
CPU system time (s): 12.944
CPU usage (%): 298.293
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12817336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1244.22
system time used= 12.944
maximum resident set size= 12816156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 244671
page faults= 0
swaps= 0
block input operations= 0
block output operations= 584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15250
involuntary context switches= 12558


# summary of solver processes directly reported to runsolver:
#   pid: 17452
#   total CPU time (s): 1257.17
#   total CPU user time (s): 1244.22
#   total CPU system time (s): 12.944

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.88083 second user time and 4.71524 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-26 18:15:18
IDJOB=4405932
IDBENCH=126919
IDSOLVER=2869
FILE ID=node120/4405932-1569405296
RUNJOBID= node120-1324911091-15159
PBS_JOBID= 21705692
Free space on /tmp= 23304 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr1000-int.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4405932-1569405296/watcher-4405932-1569405296 -o /tmp/evaluation-result-4405932-1569405296/solver-4405932-1569405296 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324911091-15159 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1988558389 HOME/instance-4405932-1569405296.xml

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

MD5SUM BENCH= 281fe5e81d871c4f2ceaf1755ecf4117
RANDOM SEED=1988558389

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        25492348 kB
MemAvailable:   31568688 kB
Buffers:          133888 kB
Cached:          6220388 kB
SwapCached:        68840 kB
Active:          3389708 kB
Inactive:        3241528 kB
Active(anon):     208516 kB
Inactive(anon):   133896 kB
Active(file):    3181192 kB
Inactive(file):  3107632 kB
Unevictable:      107752 kB
Mlocked:          107752 kB
SwapTotal:      67108860 kB
SwapFree:       66927668 kB
Dirty:             44076 kB
Writeback:         12652 kB
AnonPages:        317972 kB
Mapped:            77552 kB
Shmem:             55972 kB
Slab:             242924 kB
SReclaimable:     206704 kB
SUnreclaim:        36220 kB
KernelStack:        3744 kB
PageTables:         6432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    1441484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 23276 MiB
End job on node120 at 2011-12-26 18:22:20