Trace number 4399032

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-16? 1172.42 387.819

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-4399032-1568696564.xml"  -tl '2520s' -p 4
0.12/0.19	c Choco e747e1e
0.12/0.19	c [HOME/instance-4399032-1568696564.xml, -tl, 2520s, -p, 4]
0.33/0.23	c 4 solvers in parallel
0.33/0.29	c parse instance...
1139.46/377.38	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1172.19/387.69		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1172.19/387.69		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
1172.19/387.69		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1172.19/387.69		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1172.19/387.69		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1172.19/387.69		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1172.19/387.69		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
1172.19/387.69		at org.xcsp.parser.XCallbacks$$Lambda$95/517052730.accept(Unknown Source)
1172.19/387.69		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1172.19/387.69		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1172.19/387.69		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
1172.19/387.69		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
1172.19/387.69		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
1172.19/387.69		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1172.19/387.69		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1172.19/387.69		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1172.19/387.69		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1172.19/387.69		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1172.19/387.69		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1172.19/387.69		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1172.19/387.69	s UNKNOWN
1172.19/387.69	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 (14435 MiB free)
  memory of node 1: 16384 MiB (7092 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399032-1568696564/watcher-4399032-1568696564 -o /tmp/evaluation-result-4399032-1568696564/solver-4399032-1568696564 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568694401-32468 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 96364597 HOME/instance-4399032-1568696564.xml 

running on 4 cores: 0,2,4,6

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=5254, runsolver pid=5251

[startup+0.103892 s]*
/proc/loadavg: 6.60 7.75 7.31 4/231 5270
/proc/meminfo: memFree=22026948/32770624 swapFree=66939908/67108860
[pid=5254] ppid=5251 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/5254/stat : 5254 (xcsp3-exec) S 5251 5254 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445571375 115843072 362 33554432000 4194304 5098028 140735652483456 140735652481560 140354089194108 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 9338880 140735652492156 140735652492397 140735652492397 140735652495306 0
/proc/5254/statm: 28282 362 304 221 0 87 0
[pid=5256] ppid=5254 vsize=15144776 memory=29816 CPUtime=0.12 cores=0,2,4,6
/proc/5256/stat : 5256 (java) S 5254 5254 32437 0 -1 1077944320 5352 0 0 0 11 1 0 0 20 0 15 0 445571375 15508250624 7454 33554432000 4194304 4196468 140729344979024 140729344961568 140469359873783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
/proc/5256/statm: 3786194 7454 3128 1 0 3748377 0
[pid=5256/tid=5257] ppid=5254 vsize=15144776 memory=7031125463459224206 CPUtime=0.09 cores=0,2,4,6
/proc/5256/task/5257/stat : 5257 (java) R 5254 5254 32437 0 -1 4202560 3368 0 0 0 8 1 0 0 20 0 15 0 445571375 15508250624 7518 33554432000 4194304 4196468 140729344979024 140469364108320 140469352110910 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5258] ppid=5254 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5258/stat : 5258 (java) S 5254 5254 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445571376 15508250624 7518 33554432000 4194304 4196468 140729344979024 140469322980496 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5259] ppid=5254 vsize=15144776 memory=140113302701696 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5259/stat : 5259 (java) S 5254 5254 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445571376 15508250624 7518 33554432000 4194304 4196468 140729344979024 140468951112720 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5260] ppid=5254 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5260/stat : 5260 (java) S 5254 5254 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445571376 15508250624 7518 33554432000 4194304 4196468 140729344979024 140468950059920 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5261] ppid=5254 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5261/stat : 5261 (java) S 5254 5254 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445571376 15508250624 7518 33554432000 4194304 4196468 140729344979024 140468949007120 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5262] ppid=5254 vsize=15144776 memory=140113302701696 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5262/stat : 5262 (java) S 5254 5254 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445571378 15508250624 7518 33554432000 4194304 4196468 140729344979024 140468828440944 140469359884930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5263] ppid=5254 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5263/stat : 5263 (java) S 5254 5254 32437 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445571378 15508250624 7518 33554432000 4194304 4196468 140729344979024 140468827386912 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5264] ppid=5254 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5264/stat : 5264 (java) S 5254 5254 32437 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445571378 15508250624 7518 33554432000 4194304 4196468 140729344979024 140468826334064 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5265] ppid=5254 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5265/stat : 5265 (java) S 5254 5254 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445571381 15508250624 7518 33554432000 4194304 4196468 140729344979024 140468825282384 140469359892379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5266] ppid=5254 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5266/stat : 5266 (java) S 5254 5254 32437 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 445571381 15508250624 7518 33554432000 4194304 4196468 140729344979024 140468824230768 140469359884930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5267] ppid=5254 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5267/stat : 5267 (java) S 5254 5254 32437 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 445571381 15508250624 7518 33554432000 4194304 4196468 140729344979024 140468823177968 140469359884930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5268] ppid=5254 vsize=15144776 memory=140113302701696 CPUtime=0.01 cores=0,2,4,6
/proc/5256/task/5268/stat : 5268 (java) R 5254 5254 32437 0 -1 4202560 315 0 0 0 1 0 0 0 20 0 15 0 445571381 15508250624 7518 33554432000 4194304 4196468 140729344979024 140468822125168 140469338830121 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5269] ppid=5254 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5269/stat : 5269 (java) S 5254 5254 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445571381 15508250624 7518 33554432000 4194304 4196468 140729344979024 140468821072608 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5270] ppid=5254 vsize=15144776 memory=140113302701696 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5270/stat : 5270 (java) S 5254 5254 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445571382 15508250624 7518 33554432000 4194304 4196468 140729344979024 140468820019888 140469359884930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31264 KiB

[startup+0.212038 s]*
/proc/loadavg: 6.60 7.75 7.31 3/231 5270
/proc/meminfo: memFree=22013692/32770624 swapFree=66939908/67108860
[pid=5254] ppid=5251 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/5254/stat : 5254 (xcsp3-exec) S 5251 5254 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445571375 115843072 362 33554432000 4194304 5098028 140735652483456 140735652481560 140354089194108 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 9338880 140735652492156 140735652492397 140735652492397 140735652495306 0
/proc/5254/statm: 28282 362 304 221 0 87 0
[pid=5256] ppid=5254 vsize=15144776 memory=41448 CPUtime=0.33 cores=0,2,4,6
/proc/5256/stat : 5256 (java) S 5254 5254 32437 0 -1 1077944320 9002 0 0 0 31 2 0 0 20 0 15 0 445571375 15508250624 10362 33554432000 4194304 4196468 140729344979024 140729344961568 140469359873783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
/proc/5256/statm: 3786194 10362 3316 1 0 3748377 0
[pid=5256/tid=5257] ppid=5254 vsize=15144776 memory=7022364632946311227 CPUtime=0.19 cores=0,2,4,6
/proc/5256/task/5257/stat : 5257 (java) R 5254 5254 32437 0 -1 4202560 6162 0 0 0 17 2 0 0 20 0 15 0 445571375 15508250624 10362 33554432000 4194304 4196468 140729344979024 140469364103504 140468996155088 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5258] ppid=5254 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5258/stat : 5258 (java) S 5254 5254 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445571376 15508250624 10362 33554432000 4194304 4196468 140729344979024 140469322980496 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5259] ppid=5254 vsize=15144776 memory=288370489454413440 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5259/stat : 5259 (java) S 5254 5254 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445571376 15508250624 10362 33554432000 4194304 4196468 140729344979024 140468951112720 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5260] ppid=5254 vsize=15144776 memory=140113302701696 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5260/stat : 5260 (java) S 5254 5254 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445571376 15508250624 10362 33554432000 4194304 4196468 140729344979024 140468950059920 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5261] ppid=5254 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5261/stat : 5261 (java) S 5254 5254 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445571376 15508250624 10362 33554432000 4194304 4196468 140729344979024 140468949007120 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5262] ppid=5254 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5262/stat : 5262 (java) S 5254 5254 32437 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445571378 15508250624 10362 33554432000 4194304 4196468 140729344979024 140468828440944 140469359884930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5263] ppid=5254 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5263/stat : 5263 (java) S 5254 5254 32437 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445571378 15508250624 10362 33554432000 4194304 4196468 140729344979024 140468827386912 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5264] ppid=5254 vsize=15144776 memory=140113302701696 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5264/stat : 5264 (java) S 5254 5254 32437 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445571378 15508250624 10362 33554432000 4194304 4196468 140729344979024 140468826334064 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5265] ppid=5254 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5265/stat : 5265 (java) S 5254 5254 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445571381 15508250624 10362 33554432000 4194304 4196468 140729344979024 140468825282384 140469359892379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5266] ppid=5254 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5256/task/5266/stat : 5266 (java) S 5254 5254 32437 0 -1 1077944384 518 0 0 0 2 0 0 0 20 0 15 0 445571381 15508250624 10362 33554432000 4194304 4196468 140729344979024 140468824230768 140469359884930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5267] ppid=5254 vsize=15144776 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/5256/task/5267/stat : 5267 (java) S 5254 5254 32437 0 -1 1077944384 280 0 0 0 3 0 0 0 20 0 15 0 445571381 15508250624 10362 33554432000 4194304 4196468 140729344979024 140468823177968 140469359884930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5268] ppid=5254 vsize=15144776 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5256/task/5268/stat : 5268 (java) S 5254 5254 32437 0 -1 1077944384 739 0 0 0 7 0 0 0 20 0 15 0 445571381 15508250624 10362 33554432000 4194304 4196468 140729344979024 140468822125168 140469359884930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5269] ppid=5254 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5269/stat : 5269 (java) S 5254 5254 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445571381 15508250624 10362 33554432000 4194304 4196468 140729344979024 140468821072608 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5270] ppid=5254 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5270/stat : 5270 (java) S 5254 5254 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445571382 15508250624 10362 33554432000 4194304 4196468 140729344979024 140468820019888 140469359884930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42896 KiB

[startup+0.310811 s]*
/proc/loadavg: 6.60 7.75 7.31 3/231 5270
/proc/meminfo: memFree=22008620/32770624 swapFree=66939908/67108860
[pid=5254] ppid=5251 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/5254/stat : 5254 (xcsp3-exec) S 5251 5254 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445571375 115843072 362 33554432000 4194304 5098028 140735652483456 140735652481560 140354089194108 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 9338880 140735652492156 140735652492397 140735652492397 140735652495306 0
/proc/5254/statm: 28282 362 304 221 0 87 0
[pid=5256] ppid=5254 vsize=15149032 memory=49700 CPUtime=0.51 cores=0,2,4,6
/proc/5256/stat : 5256 (java) S 5254 5254 32437 0 -1 1077944320 10204 0 0 0 48 3 0 0 20 0 15 0 445571375 15512608768 12425 33554432000 4194304 4196468 140729344979024 140729344961568 140469359873783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
/proc/5256/statm: 3787258 12425 3362 1 0 3748377 0
[pid=5256/tid=5257] ppid=5254 vsize=15149032 memory=7100839887217527144 CPUtime=0.29 cores=0,2,4,6
/proc/5256/task/5257/stat : 5257 (java) R 5254 5254 32437 0 -1 4202560 7194 0 0 0 26 3 0 0 20 0 15 0 445571375 15512608768 12490 33554432000 4194304 4196468 140729344979024 140469364104432 140469343954270 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5258] ppid=5254 vsize=15149032 memory=4294967331 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5258/stat : 5258 (java) S 5254 5254 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445571376 15512608768 12490 33554432000 4194304 4196468 140729344979024 140469322980496 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5259] ppid=5254 vsize=15149032 memory=140113302755104 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5259/stat : 5259 (java) S 5254 5254 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445571376 15512608768 12490 33554432000 4194304 4196468 140729344979024 140468951112720 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5260] ppid=5254 vsize=15149032 memory=55780 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5260/stat : 5260 (java) S 5254 5254 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445571376 15512608768 12490 33554432000 4194304 4196468 140729344979024 140468950059920 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5261] ppid=5254 vsize=15149032 memory=35 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5261/stat : 5261 (java) S 5254 5254 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445571376 15512608768 12490 33554432000 4194304 4196468 140729344979024 140468949007120 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5262] ppid=5254 vsize=15149032 memory=140113302762016 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5262/stat : 5262 (java) S 5254 5254 32437 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445571378 15512608768 12490 33554432000 4194304 4196468 140729344979024 140468828440944 140469359884930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5263] ppid=5254 vsize=15149032 memory=35 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5263/stat : 5263 (java) S 5254 5254 32437 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445571378 15512608768 12490 33554432000 4194304 4196468 140729344979024 140468827386912 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5264] ppid=5254 vsize=15149032 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5264/stat : 5264 (java) S 5254 5254 32437 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445571378 15512608768 12490 33554432000 4194304 4196468 140729344979024 140468826334064 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5265] ppid=5254 vsize=15149032 memory=67268 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5265/stat : 5265 (java) S 5254 5254 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445571381 15512608768 12490 33554432000 4194304 4196468 140729344979024 140468825282384 140469359892379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5266] ppid=5254 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/5256/task/5266/stat : 5266 (java) R 5254 5254 32437 0 -1 4202560 610 0 0 0 4 0 0 0 20 0 15 0 445571381 15512608768 12490 33554432000 4194304 4196468 140729344979024 140468824230768 140469343360646 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5267] ppid=5254 vsize=15149032 memory=140113174707151 CPUtime=0.04 cores=0,2,4,6
/proc/5256/task/5267/stat : 5267 (java) R 5254 5254 32437 0 -1 4202560 331 0 0 0 4 0 0 0 20 0 15 0 445571381 15512608768 12490 33554432000 4194304 4196468 140729344979024 140468823178064 140469337700928 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5268] ppid=5254 vsize=15149032 memory=140113302706888 CPUtime=0.12 cores=0,2,4,6
/proc/5256/task/5268/stat : 5268 (java) R 5254 5254 32437 0 -1 1077944384 855 0 0 0 12 0 0 0 20 0 15 0 445571381 15512608768 12490 33554432000 4194304 4196468 140729344979024 140468822125168 140469359884930 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5269] ppid=5254 vsize=15149032 memory=140113174716335 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5269/stat : 5269 (java) S 5254 5254 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445571381 15512608768 12490 33554432000 4194304 4196468 140729344979024 140468821072608 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5270] ppid=5254 vsize=15149032 memory=280226477420416 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5270/stat : 5270 (java) S 5254 5254 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445571382 15512608768 12490 33554432000 4194304 4196468 140729344979024 140468820019888 140469359884930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51148 KiB

[startup+0.700893 s]
/proc/loadavg: 6.60 7.75 7.31 5/231 5270
/proc/meminfo: memFree=21975780/32770624 swapFree=66939908/67108860
[pid=5254] ppid=5251 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/5254/stat : 5254 (xcsp3-exec) S 5251 5254 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445571375 115843072 362 33554432000 4194304 5098028 140735652483456 140735652481560 140354089194108 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 9338880 140735652492156 140735652492397 140735652492397 140735652495306 0
/proc/5254/statm: 28282 362 304 221 0 87 0
[pid=5256] ppid=5254 vsize=15149032 memory=171784 CPUtime=1.4 cores=0,2,4,6
/proc/5256/stat : 5256 (java) S 5254 5254 32437 0 -1 1077944320 12609 0 0 0 135 5 0 0 20 0 15 0 445571375 15512608768 42946 33554432000 4194304 4196468 140729344979024 140729344961568 140469359873783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
/proc/5256/statm: 3787258 42946 3403 1 0 3748377 0
[pid=5256/tid=5257] ppid=5254 vsize=15149032 memory=148 CPUtime=0.67 cores=0,2,4,6
/proc/5256/task/5257/stat : 5257 (java) R 5254 5254 32437 0 -1 4202560 7519 0 0 0 63 4 0 0 20 0 15 0 445571375 15512608768 42946 33554432000 4194304 4196468 140729344979024 140469364109488 140469359895709 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5258] ppid=5254 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5258/stat : 5258 (java) S 5254 5254 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445571376 15512608768 42946 33554432000 4194304 4196468 140729344979024 140469322980496 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5259] ppid=5254 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5259/stat : 5259 (java) S 5254 5254 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445571376 15512608768 42946 33554432000 4194304 4196468 140729344979024 140468951112720 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5260] ppid=5254 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5260/stat : 5260 (java) S 5254 5254 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445571376 15512608768 42946 33554432000 4194304 4196468 140729344979024 140468950059920 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5261] ppid=5254 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5261/stat : 5261 (java) S 5254 5254 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445571376 15512608768 42946 33554432000 4194304 4196468 140729344979024 140468949007120 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5262] ppid=5254 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5262/stat : 5262 (java) S 5254 5254 32437 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445571378 15512608768 42946 33554432000 4194304 4196468 140729344979024 140468828440944 140469359884930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5263] ppid=5254 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5263/stat : 5263 (java) S 5254 5254 32437 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445571378 15512608768 42946 33554432000 4194304 4196468 140729344979024 140468827386912 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5264] ppid=5254 vsize=15149032 memory=288230596050944315 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5264/stat : 5264 (java) S 5254 5254 32437 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445571378 15512608768 42946 33554432000 4194304 4196468 140729344979024 140468826334064 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5265] ppid=5254 vsize=15149032 memory=14698517092372542 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5265/stat : 5265 (java) S 5254 5254 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445571381 15512608768 42946 33554432000 4194304 4196468 140729344979024 140468825282384 140469359892379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5266] ppid=5254 vsize=15149032 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/5256/task/5266/stat : 5266 (java) S 5254 5254 32437 0 -1 1077944384 1196 0 0 0 25 0 0 0 20 0 15 0 445571381 15512608768 42946 33554432000 4194304 4196468 140729344979024 140468824230768 140469359884930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5267] ppid=5254 vsize=15149032 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/5256/task/5267/stat : 5267 (java) S 5254 5254 32437 0 -1 1077944384 1282 0 0 0 26 0 0 0 20 0 15 0 445571381 15512608768 42946 33554432000 4194304 4196468 140729344979024 140468823177968 140469359884930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5268] ppid=5254 vsize=15149032 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/5256/task/5268/stat : 5268 (java) S 5254 5254 32437 0 -1 1077944384 1304 0 0 0 18 0 0 0 20 0 15 0 445571381 15512608768 42946 33554432000 4194304 4196468 140729344979024 140468822125168 140469359884930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5269] ppid=5254 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5269/stat : 5269 (java) S 5254 5254 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445571381 15512608768 42946 33554432000 4194304 4196468 140729344979024 140468821072608 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5270] ppid=5254 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5270/stat : 5270 (java) S 5254 5254 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445571382 15512608768 42946 33554432000 4194304 4196468 140729344979024 140468820019888 140469359884930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 173232 KiB

[startup+1.50789 s]
/proc/loadavg: 6.60 7.75 7.31 3/231 5270
/proc/meminfo: memFree=21761176/32770624 swapFree=66939908/67108860
[pid=5254] ppid=5251 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/5254/stat : 5254 (xcsp3-exec) S 5251 5254 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445571375 115843072 362 33554432000 4194304 5098028 140735652483456 140735652481560 140354089194108 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 9338880 140735652492156 140735652492397 140735652492397 140735652495306 0
/proc/5254/statm: 28282 362 304 221 0 87 0

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

/proc/5256/task/5259/stat : 5259 (java) R 5254 5254 32437 0 -1 4202560 299691 0 0 0 25485 383 0 0 20 0 15 0 445571376 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468951112920 140469352970176 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5260] ppid=5254 vsize=15151156 memory=6656426216303648864 CPUtime=259.38 cores=0,2,4,6
/proc/5256/task/5260/stat : 5260 (java) R 5254 5254 32437 0 -1 4202560 333271 0 0 0 25577 361 0 0 20 0 15 0 445571376 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468950060120 140469344863261 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5261] ppid=5254 vsize=15151156 memory=6655300316396806240 CPUtime=259.85 cores=0,2,4,6
/proc/5256/task/5261/stat : 5261 (java) R 5254 5254 32437 0 -1 4202560 291881 0 0 0 25606 379 0 0 20 0 15 0 445571376 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468949007320 140469352977435 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5262] ppid=5254 vsize=15151156 memory=6944656575208382560 CPUtime=51.24 cores=0,2,4,6
/proc/5256/task/5262/stat : 5262 (java) S 5254 5254 32437 0 -1 1077944384 77652 0 0 0 5119 5 0 0 20 0 15 0 445571378 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468828439488 140469359883989 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5263] ppid=5254 vsize=15151156 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5263/stat : 5263 (java) S 5254 5254 32437 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 445571378 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468827386976 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5264] ppid=5254 vsize=15151156 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5264/stat : 5264 (java) S 5254 5254 32437 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 445571378 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468826334080 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5265] ppid=5254 vsize=15151156 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5265/stat : 5265 (java) S 5254 5254 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445571381 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468825282384 140469359892379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5266] ppid=5254 vsize=15151156 memory=520 CPUtime=2.15 cores=0,2,4,6
/proc/5256/task/5266/stat : 5266 (java) S 5254 5254 32437 0 -1 1077944384 8172 0 0 0 212 3 0 0 20 0 15 0 445571381 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468824230816 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5267] ppid=5254 vsize=15151156 memory=1560 CPUtime=2.1 cores=0,2,4,6
/proc/5256/task/5267/stat : 5267 (java) S 5254 5254 32437 0 -1 1077944384 6785 0 0 0 209 1 0 0 20 0 15 0 445571381 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468823178016 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5268] ppid=5254 vsize=15151156 memory=924 CPUtime=0.62 cores=0,2,4,6
/proc/5256/task/5268/stat : 5268 (java) S 5254 5254 32437 0 -1 1077944384 5628 0 0 0 61 1 0 0 20 0 15 0 445571381 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468822124928 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5269] ppid=5254 vsize=15151156 memory=3688 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5269/stat : 5269 (java) S 5254 5254 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445571381 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468821072608 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5270] ppid=5254 vsize=15151156 memory=1984 CPUtime=0.16 cores=0,2,4,6
/proc/5256/task/5270/stat : 5270 (java) S 5254 5254 32437 0 -1 1077944384 521 0 0 0 9 7 0 0 20 0 15 0 445571382 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468820019888 140469359884930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
Current children cumulated CPU time: 1165.5 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12815740 KiB

[startup+385.601 s]
/proc/loadavg: 7.37 6.96 6.96 10/233 5381
/proc/meminfo: memFree=16228488/32770624 swapFree=66939908/67108860
[pid=5254] ppid=5251 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/5254/stat : 5254 (xcsp3-exec) S 5251 5254 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445571375 115843072 362 33554432000 4194304 5098028 140735652483456 140735652481560 140354089194108 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 9338880 140735652492156 140735652492397 140735652492397 140735652495306 0
/proc/5254/statm: 28282 362 304 221 0 87 0
[pid=5256] ppid=5254 vsize=15151156 memory=12814292 CPUtime=1170.19 cores=0,2,4,6
/proc/5256/stat : 5256 (java) S 5254 5254 32437 0 -1 1077944320 1535069 0 0 0 115517 1502 0 0 20 0 15 0 445571375 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140729344961568 140469359873783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
/proc/5256/statm: 3787789 3203573 3513 1 0 3748889 0
[pid=5256/tid=5257] ppid=5254 vsize=15151156 memory=12814284 CPUtime=71.26 cores=0,2,4,6
/proc/5256/task/5257/stat : 5257 (java) S 5254 5254 32437 0 -1 1077944384 26137 0 0 0 7112 14 0 0 20 0 15 0 445571375 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140469364113280 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5258] ppid=5254 vsize=15151156 memory=776 CPUtime=260.99 cores=0,2,4,6
/proc/5256/task/5258/stat : 5258 (java) S 5254 5254 32437 0 -1 1077944384 479063 0 0 0 25752 347 0 0 20 0 15 0 445571376 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140469322980496 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5259] ppid=5254 vsize=15151156 memory=2832 CPUtime=259.69 cores=0,2,4,6
/proc/5256/task/5259/stat : 5259 (java) S 5254 5254 32437 0 -1 1077944384 300107 0 0 0 25586 383 0 0 20 0 15 0 445571376 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468951112720 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5260] ppid=5254 vsize=15151156 memory=12814292 CPUtime=260.42 cores=0,2,4,6
/proc/5256/task/5260/stat : 5260 (java) S 5254 5254 32437 0 -1 1077944384 337186 0 0 0 25681 361 0 0 20 0 15 0 445571376 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468950059920 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5261] ppid=5254 vsize=15151156 memory=1448 CPUtime=260.89 cores=0,2,4,6
/proc/5256/task/5261/stat : 5261 (java) S 5254 5254 32437 0 -1 1077944384 292456 0 0 0 25710 379 0 0 20 0 15 0 445571376 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468949007120 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5262] ppid=5254 vsize=15151156 memory=12814268 CPUtime=51.8 cores=0,2,4,6
/proc/5256/task/5262/stat : 5262 (java) R 5254 5254 32437 0 -1 4202560 77652 0 0 0 5175 5 0 0 20 0 15 0 445571378 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468828439488 140469344574471 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5263] ppid=5254 vsize=15151156 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5263/stat : 5263 (java) S 5254 5254 32437 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 445571378 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468827386976 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5264] ppid=5254 vsize=15151156 memory=924 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5264/stat : 5264 (java) S 5254 5254 32437 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 445571378 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468826334080 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5265] ppid=5254 vsize=15151156 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5265/stat : 5265 (java) S 5254 5254 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445571381 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468825282384 140469359892379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5266] ppid=5254 vsize=15151156 memory=1448 CPUtime=2.15 cores=0,2,4,6
/proc/5256/task/5266/stat : 5266 (java) S 5254 5254 32437 0 -1 1077944384 8172 0 0 0 212 3 0 0 20 0 15 0 445571381 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468824230816 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5267] ppid=5254 vsize=15151156 memory=8112282956445269571 CPUtime=2.1 cores=0,2,4,6
/proc/5256/task/5267/stat : 5267 (java) S 5254 5254 32437 0 -1 1077944384 6785 0 0 0 209 1 0 0 20 0 15 0 445571381 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468823178016 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5268] ppid=5254 vsize=15151156 memory=988 CPUtime=0.62 cores=0,2,4,6
/proc/5256/task/5268/stat : 5268 (java) S 5254 5254 32437 0 -1 1077944384 5628 0 0 0 61 1 0 0 20 0 15 0 445571381 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468822124928 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5269] ppid=5254 vsize=15151156 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5269/stat : 5269 (java) S 5254 5254 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445571381 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468821072608 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5270] ppid=5254 vsize=15151156 memory=1436 CPUtime=0.16 cores=0,2,4,6
/proc/5256/task/5270/stat : 5270 (java) S 5254 5254 32437 0 -1 1077944384 521 0 0 0 9 7 0 0 20 0 15 0 445571382 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468820019888 140469359884930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
Current children cumulated CPU time: 1170.19 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12815740 KiB

[startup+387.201 s]
/proc/loadavg: 7.37 6.96 6.96 6/233 5381
/proc/meminfo: memFree=16231404/32770624 swapFree=66939908/67108860
[pid=5254] ppid=5251 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/5254/stat : 5254 (xcsp3-exec) S 5251 5254 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445571375 115843072 362 33554432000 4194304 5098028 140735652483456 140735652481560 140354089194108 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 9338880 140735652492156 140735652492397 140735652492397 140735652495306 0
/proc/5254/statm: 28282 362 304 221 0 87 0
[pid=5256] ppid=5254 vsize=15151156 memory=12814292 CPUtime=1171.79 cores=0,2,4,6
/proc/5256/stat : 5256 (java) S 5254 5254 32437 0 -1 1077944320 1535069 0 0 0 115677 1502 0 0 20 0 15 0 445571375 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140729344961568 140469359873783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
/proc/5256/statm: 3787789 3203573 3513 1 0 3748889 0
[pid=5256/tid=5257] ppid=5254 vsize=15151156 memory=48060 CPUtime=71.26 cores=0,2,4,6
/proc/5256/task/5257/stat : 5257 (java) S 5254 5254 32437 0 -1 1077944384 26137 0 0 0 7112 14 0 0 20 0 15 0 445571375 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140469364113280 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5258] ppid=5254 vsize=15151156 memory=988 CPUtime=260.99 cores=0,2,4,6
/proc/5256/task/5258/stat : 5258 (java) S 5254 5254 32437 0 -1 1077944384 479063 0 0 0 25752 347 0 0 20 0 15 0 445571376 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140469322980496 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5259] ppid=5254 vsize=15151156 memory=2008 CPUtime=259.69 cores=0,2,4,6
/proc/5256/task/5259/stat : 5259 (java) S 5254 5254 32437 0 -1 1077944384 300107 0 0 0 25586 383 0 0 20 0 15 0 445571376 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468951112720 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5260] ppid=5254 vsize=15151156 memory=2008 CPUtime=260.42 cores=0,2,4,6
/proc/5256/task/5260/stat : 5260 (java) S 5254 5254 32437 0 -1 1077944384 337186 0 0 0 25681 361 0 0 20 0 15 0 445571376 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468950059920 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5261] ppid=5254 vsize=15151156 memory=1436 CPUtime=260.89 cores=0,2,4,6
/proc/5256/task/5261/stat : 5261 (java) S 5254 5254 32437 0 -1 1077944384 292456 0 0 0 25710 379 0 0 20 0 15 0 445571376 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468949007120 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5262] ppid=5254 vsize=15151156 memory=4152 CPUtime=53.4 cores=0,2,4,6
/proc/5256/task/5262/stat : 5262 (java) R 5254 5254 32437 0 -1 4202560 77652 0 0 0 5335 5 0 0 20 0 15 0 445571378 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468828439376 140469344870276 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5263] ppid=5254 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5263/stat : 5263 (java) S 5254 5254 32437 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 445571378 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468827386976 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5264] ppid=5254 vsize=15151156 memory=12814284 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5264/stat : 5264 (java) S 5254 5254 32437 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 445571378 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468826334080 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5265] ppid=5254 vsize=15151156 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5265/stat : 5265 (java) S 5254 5254 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445571381 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468825282384 140469359892379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5266] ppid=5254 vsize=15151156 memory=1448 CPUtime=2.15 cores=0,2,4,6
/proc/5256/task/5266/stat : 5266 (java) S 5254 5254 32437 0 -1 1077944384 8172 0 0 0 212 3 0 0 20 0 15 0 445571381 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468824230816 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5267] ppid=5254 vsize=15151156 memory=8112282956445269571 CPUtime=2.1 cores=0,2,4,6
/proc/5256/task/5267/stat : 5267 (java) S 5254 5254 32437 0 -1 1077944384 6785 0 0 0 209 1 0 0 20 0 15 0 445571381 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468823178016 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5268] ppid=5254 vsize=15151156 memory=1448 CPUtime=0.62 cores=0,2,4,6
/proc/5256/task/5268/stat : 5268 (java) S 5254 5254 32437 0 -1 1077944384 5628 0 0 0 61 1 0 0 20 0 15 0 445571381 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468822124928 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5269] ppid=5254 vsize=15151156 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5269/stat : 5269 (java) S 5254 5254 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445571381 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468821072608 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5270] ppid=5254 vsize=15151156 memory=12814292 CPUtime=0.17 cores=0,2,4,6
/proc/5256/task/5270/stat : 5270 (java) S 5254 5254 32437 0 -1 1077944384 521 0 0 0 10 7 0 0 20 0 15 0 445571382 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468820019888 140469359884930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
Current children cumulated CPU time: 1171.79 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12815740 KiB

[startup+387.601 s]
/proc/loadavg: 7.37 6.96 6.96 6/233 5381
/proc/meminfo: memFree=16231404/32770624 swapFree=66939908/67108860
[pid=5254] ppid=5251 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/5254/stat : 5254 (xcsp3-exec) S 5251 5254 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445571375 115843072 362 33554432000 4194304 5098028 140735652483456 140735652481560 140354089194108 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 9338880 140735652492156 140735652492397 140735652492397 140735652495306 0
/proc/5254/statm: 28282 362 304 221 0 87 0
[pid=5256] ppid=5254 vsize=15151156 memory=12814292 CPUtime=1172.19 cores=0,2,4,6
/proc/5256/stat : 5256 (java) S 5254 5254 32437 0 -1 1077944320 1535069 0 0 0 115717 1502 0 0 20 0 15 0 445571375 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140729344961568 140469359873783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
/proc/5256/statm: 3787789 3203573 3513 1 0 3748889 0
[pid=5256/tid=5257] ppid=5254 vsize=15151156 memory=808 CPUtime=71.26 cores=0,2,4,6
/proc/5256/task/5257/stat : 5257 (java) S 5254 5254 32437 0 -1 1077944384 26137 0 0 0 7112 14 0 0 20 0 15 0 445571375 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140469364113280 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5258] ppid=5254 vsize=15151156 memory=4104 CPUtime=260.99 cores=0,2,4,6
/proc/5256/task/5258/stat : 5258 (java) S 5254 5254 32437 0 -1 1077944384 479063 0 0 0 25752 347 0 0 20 0 15 0 445571376 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140469322980496 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5259] ppid=5254 vsize=15151156 memory=1412 CPUtime=259.69 cores=0,2,4,6
/proc/5256/task/5259/stat : 5259 (java) S 5254 5254 32437 0 -1 1077944384 300107 0 0 0 25586 383 0 0 20 0 15 0 445571376 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468951112720 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5260] ppid=5254 vsize=15151156 memory=3212 CPUtime=260.42 cores=0,2,4,6
/proc/5256/task/5260/stat : 5260 (java) S 5254 5254 32437 0 -1 1077944384 337186 0 0 0 25681 361 0 0 20 0 15 0 445571376 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468950059920 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5261] ppid=5254 vsize=15151156 memory=1436 CPUtime=260.89 cores=0,2,4,6
/proc/5256/task/5261/stat : 5261 (java) S 5254 5254 32437 0 -1 1077944384 292456 0 0 0 25710 379 0 0 20 0 15 0 445571376 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468949007120 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5262] ppid=5254 vsize=15151156 memory=4152 CPUtime=53.8 cores=0,2,4,6
/proc/5256/task/5262/stat : 5262 (java) R 5254 5254 32437 0 -1 4202560 77652 0 0 0 5375 5 0 0 20 0 15 0 445571378 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468828439376 140469344870187 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5263] ppid=5254 vsize=15151156 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5263/stat : 5263 (java) S 5254 5254 32437 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 445571378 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468827386976 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5264] ppid=5254 vsize=15151156 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5264/stat : 5264 (java) S 5254 5254 32437 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 445571378 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468826334080 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5265] ppid=5254 vsize=15151156 memory=8072 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5265/stat : 5265 (java) S 5254 5254 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445571381 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468825282384 140469359892379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5266] ppid=5254 vsize=15151156 memory=9580 CPUtime=2.15 cores=0,2,4,6
/proc/5256/task/5266/stat : 5266 (java) S 5254 5254 32437 0 -1 1077944384 8172 0 0 0 212 3 0 0 20 0 15 0 445571381 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468824230816 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5267] ppid=5254 vsize=15151156 memory=1052 CPUtime=2.1 cores=0,2,4,6
/proc/5256/task/5267/stat : 5267 (java) S 5254 5254 32437 0 -1 1077944384 6785 0 0 0 209 1 0 0 20 0 15 0 445571381 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468823178016 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5268] ppid=5254 vsize=15151156 memory=776 CPUtime=0.62 cores=0,2,4,6
/proc/5256/task/5268/stat : 5268 (java) S 5254 5254 32437 0 -1 1077944384 5628 0 0 0 61 1 0 0 20 0 15 0 445571381 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468822124928 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5269] ppid=5254 vsize=15151156 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/5256/task/5269/stat : 5269 (java) S 5254 5254 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445571381 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468821072608 140469359883989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
[pid=5256/tid=5270] ppid=5254 vsize=15151156 memory=668 CPUtime=0.17 cores=0,2,4,6
/proc/5256/task/5270/stat : 5270 (java) S 5254 5254 32437 0 -1 1077944384 521 0 0 0 10 7 0 0 20 0 15 0 445571382 15514783744 3203573 33554432000 4194304 4196468 140729344979024 140468820019888 140469359884930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8081408 140729344988143 140729344988314 140729344988314 140729344991183 0
Current children cumulated CPU time: 1172.19 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12815740 KiB

[startup+387.8 s]
/proc/loadavg: 7.37 6.96 6.96 6/233 5381
/proc/meminfo: memFree=16231404/32770624 swapFree=66939908/67108860
[pid=5254] ppid=5251 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/5254/stat : 5254 (xcsp3-exec) S 5251 5254 32437 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445571375 115843072 362 33554432000 4194304 5098028 140735652483456 140735652481560 140354089194108 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 9338880 140735652492156 140735652492397 140735652492397 140735652495306 0
/proc/5254/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): 387.819
CPU time (s): 1172.42
CPU user time (s): 1157.27
CPU system time (s): 15.1454
CPU usage (%): 302.31
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12815740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1157.27
system time used= 15.1454
maximum resident set size= 12814512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1535753
page faults= 0
swaps= 0
block input operations= 0
block output operations= 544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15604
involuntary context switches= 20522


# summary of solver processes directly reported to runsolver:
#   pid: 5254
#   total CPU time (s): 1172.42
#   total CPU user time (s): 1157.27
#   total CPU system time (s): 15.1454

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.69728 second user time and 3.73265 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-17 07:02:05
IDJOB=4399032
IDBENCH=126919
IDSOLVER=2853
FILE ID=node119/4399032-1568696564
RUNJOBID= node119-1568694401-32468
PBS_JOBID= 21703805
Free space on /tmp= 61156 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr1000-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-4399032-1568696564/watcher-4399032-1568696564 -o /tmp/evaluation-result-4399032-1568696564/solver-4399032-1568696564 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568694401-32468 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 96364597 HOME/instance-4399032-1568696564.xml

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

MD5SUM BENCH= 281fe5e81d871c4f2ceaf1755ecf4117
RANDOM SEED=96364597

node119.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.47
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.47
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.47
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.47
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:        22044604 kB
MemAvailable:   24711276 kB
Buffers:          122796 kB
Cached:          2826728 kB
SwapCached:        61072 kB
Active:          8691076 kB
Inactive:        1423072 kB
Active(anon):    7103572 kB
Inactive(anon):   110640 kB
Active(file):    1587504 kB
Inactive(file):  1312432 kB
Unevictable:      107752 kB
Mlocked:          107752 kB
SwapTotal:      67108860 kB
SwapFree:       66939908 kB
Dirty:            101080 kB
Writeback:             0 kB
AnonPages:       7219184 kB
Mapped:            61960 kB
Shmem:             41008 kB
Slab:             194912 kB
SReclaimable:     165144 kB
SUnreclaim:        29768 kB
KernelStack:        3760 kB
PageTables:        19752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7867424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7069696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61212 MiB
End job on node119 at 2019-09-17 07:08:33