Trace number 4404458

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-20 parallel? 2303.43 484.348

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr1000e-int.xml
MD5SUM080ba949cb23e1dea8bc7836215d1d0d
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 benchmark490.68
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints1998000
Number of domains1
Minimum domain size999
Maximum domain size999
Distribution of domain sizes[{"size":999,"count":1000}]
Minimum variable degree3996
Maximum variable degree3996
Distribution of variable degrees[{"degree":3996,"count":1000}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1998000}]
Number of extensional constraints0
Number of intensional constraints1998000
Distribution of constraint types[{"type":"intension","count":1998000}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404458-1568999103/watcher-4404458-1568999103 -o /tmp/evaluation-result-4404458-1568999103/solver-4404458-1568999103 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node123-1568996144-14311 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 875584504 HOME/instance-4404458-1568999103.xml 

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

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


[startup+0.100151 s]*
/proc/loadavg: 8.01 8.22 7.85 3/213 16345
/proc/meminfo: memFree=10619300/32770624 swapFree=66999084/67108860
[pid=16324] ppid=16321 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16324/stat : 16324 (xcsp3-exec) S 16321 16324 14284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476175253 115843072 363 33554432000 4194304 5098028 140722786615920 140722786614024 140669456736892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28143616 140722786620278 140722786620521 140722786620521 140722786623434 0
/proc/16324/statm: 28282 363 304 221 0 87 0
[pid=16326] ppid=16324 vsize=28227396 memory=29708 CPUtime=0.12 cores=0-7
/proc/16326/stat : 16326 (java) S 16324 16324 14284 0 -1 1077944320 5898 0 0 0 11 1 0 0 20 0 20 0 476175253 28904853504 7427 33554432000 4194304 4196468 140725748195136 140725748177680 139753687621367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
/proc/16326/statm: 7056849 7427 3122 1 0 7019032 0
[pid=16326/tid=16327] ppid=16324 vsize=28227396 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/16326/task/16327/stat : 16327 (java) R 16324 16324 14284 0 -1 4202560 3823 0 0 0 8 1 0 0 20 0 20 0 476175253 28904853504 7427 33554432000 4194304 4196468 140725748195136 139753691856384 139753687633302 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16328] ppid=16324 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16326/task/16328/stat : 16328 (java) S 16324 16324 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476175254 28904853504 7427 33554432000 4194304 4196468 140725748195136 139753607473552 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16329] ppid=16324 vsize=28227396 memory=139712640235136 CPUtime=0 cores=0-7
/proc/16326/task/16329/stat : 16329 (java) S 16324 16324 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476175254 28904853504 7427 33554432000 4194304 4196468 140725748195136 139753606420752 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16330] ppid=16324 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16326/task/16330/stat : 16330 (java) S 16324 16324 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476175254 28904853504 7427 33554432000 4194304 4196468 140725748195136 139753237371536 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16331] ppid=16324 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16326/task/16331/stat : 16331 (java) S 16324 16324 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476175254 28904853504 7427 33554432000 4194304 4196468 140725748195136 139753236318736 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16332] ppid=16324 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16326/task/16332/stat : 16332 (java) S 16324 16324 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476175254 28904853504 7427 33554432000 4194304 4196468 140725748195136 139753235266448 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16333] ppid=16324 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16326/task/16333/stat : 16333 (java) S 16324 16324 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476175254 28904853504 7427 33554432000 4194304 4196468 140725748195136 139753234213648 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16334] ppid=16324 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16326/task/16334/stat : 16334 (java) S 16324 16324 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476175254 28904853504 7427 33554432000 4194304 4196468 140725748195136 139753233161360 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16335] ppid=16324 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16326/task/16335/stat : 16335 (java) S 16324 16324 14284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476175254 28904853504 7427 33554432000 4194304 4196468 140725748195136 139753232108560 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16336] ppid=16324 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16326/task/16336/stat : 16336 (java) S 16324 16324 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476175255 28904853504 7427 33554432000 4194304 4196468 140725748195136 139752353101936 139753687632514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16337] ppid=16324 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16326/task/16337/stat : 16337 (java) S 16324 16324 14284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476175256 28904853504 7427 33554432000 4194304 4196468 140725748195136 139752352047904 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16338] ppid=16324 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16326/task/16338/stat : 16338 (java) S 16324 16324 14284 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 476175256 28904853504 7427 33554432000 4194304 4196468 140725748195136 139752350995568 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16339] ppid=16324 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16326/task/16339/stat : 16339 (java) S 16324 16324 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476175259 28904853504 7427 33554432000 4194304 4196468 140725748195136 139752349943888 139753687639963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16340] ppid=16324 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16326/task/16340/stat : 16340 (java) S 16324 16324 14284 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 20 0 476175259 28904853504 7427 33554432000 4194304 4196468 140725748195136 139752348891760 139753687632514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16341] ppid=16324 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16326/task/16341/stat : 16341 (java) S 16324 16324 14284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476175259 28904853504 7427 33554432000 4194304 4196468 140725748195136 139752347838960 139753687632514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16342] ppid=16324 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16326/task/16342/stat : 16342 (java) S 16324 16324 14284 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 476175259 28904853504 7427 33554432000 4194304 4196468 140725748195136 139752346786672 139753687632514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16343] ppid=16324 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/16326/task/16343/stat : 16343 (java) S 16324 16324 14284 0 -1 1077944384 330 0 0 0 1 0 0 0 20 0 20 0 476175259 28904853504 7427 33554432000 4194304 4196468 140725748195136 139752345733872 139753687632514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16344] ppid=16324 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16326/task/16344/stat : 16344 (java) S 16324 16324 14284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476175259 28904853504 7427 33554432000 4194304 4196468 140725748195136 139752344680800 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16345] ppid=16324 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16326/task/16345/stat : 16345 (java) S 16324 16324 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476175259 28904853504 7427 33554432000 4194304 4196468 140725748195136 139752343628080 139753687632514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31160 KiB

[startup+0.210755 s]*
/proc/loadavg: 8.01 8.22 7.85 3/213 16345
/proc/meminfo: memFree=10606884/32770624 swapFree=66999084/67108860
[pid=16324] ppid=16321 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16324/stat : 16324 (xcsp3-exec) S 16321 16324 14284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476175253 115843072 363 33554432000 4194304 5098028 140722786615920 140722786614024 140669456736892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28143616 140722786620278 140722786620521 140722786620521 140722786623434 0
/proc/16324/statm: 28282 363 304 221 0 87 0
[pid=16326] ppid=16324 vsize=28227396 memory=40940 CPUtime=0.34 cores=0-7
/proc/16326/stat : 16326 (java) S 16324 16324 14284 0 -1 1077944320 9519 0 0 0 31 3 0 0 20 0 20 0 476175253 28904853504 10235 33554432000 4194304 4196468 140725748195136 140725748177680 139753687621367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
/proc/16326/statm: 7056849 10235 3294 1 0 7019032 0
[pid=16326/tid=16327] ppid=16324 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/16326/task/16327/stat : 16327 (java) R 16324 16324 14284 0 -1 4202560 6675 0 0 0 18 2 0 0 20 0 20 0 476175253 28904853504 10235 33554432000 4194304 4196468 140725748195136 139753691855312 139753687633302 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16328] ppid=16324 vsize=28227396 memory=342 CPUtime=0 cores=0-7
/proc/16326/task/16328/stat : 16328 (java) S 16324 16324 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476175254 28904853504 10235 33554432000 4194304 4196468 140725748195136 139753607473552 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16329] ppid=16324 vsize=28227396 memory=139712643748254 CPUtime=0 cores=0-7
/proc/16326/task/16329/stat : 16329 (java) S 16324 16324 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476175254 28904853504 10235 33554432000 4194304 4196468 140725748195136 139753606420752 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16330] ppid=16324 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16326/task/16330/stat : 16330 (java) S 16324 16324 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476175254 28904853504 10235 33554432000 4194304 4196468 140725748195136 139753237371536 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16331] ppid=16324 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16326/task/16331/stat : 16331 (java) S 16324 16324 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476175254 28904853504 10235 33554432000 4194304 4196468 140725748195136 139753236318736 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16332] ppid=16324 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16326/task/16332/stat : 16332 (java) S 16324 16324 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476175254 28904853504 10235 33554432000 4194304 4196468 140725748195136 139753235266448 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16333] ppid=16324 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16326/task/16333/stat : 16333 (java) S 16324 16324 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476175254 28904853504 10235 33554432000 4194304 4196468 140725748195136 139753234213648 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16334] ppid=16324 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16326/task/16334/stat : 16334 (java) S 16324 16324 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476175254 28904853504 10235 33554432000 4194304 4196468 140725748195136 139753233161360 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16335] ppid=16324 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16326/task/16335/stat : 16335 (java) S 16324 16324 14284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476175254 28904853504 10235 33554432000 4194304 4196468 140725748195136 139753232108560 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16336] ppid=16324 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16326/task/16336/stat : 16336 (java) S 16324 16324 14284 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476175255 28904853504 10235 33554432000 4194304 4196468 140725748195136 139752353101936 139753687632514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16337] ppid=16324 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16326/task/16337/stat : 16337 (java) S 16324 16324 14284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476175256 28904853504 10235 33554432000 4194304 4196468 140725748195136 139752352047904 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16338] ppid=16324 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16326/task/16338/stat : 16338 (java) S 16324 16324 14284 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 476175256 28904853504 10235 33554432000 4194304 4196468 140725748195136 139752350995568 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16339] ppid=16324 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16326/task/16339/stat : 16339 (java) S 16324 16324 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476175259 28904853504 10235 33554432000 4194304 4196468 140725748195136 139752349943888 139753687639963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16340] ppid=16324 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/16326/task/16340/stat : 16340 (java) S 16324 16324 14284 0 -1 1077944384 611 0 0 0 2 0 0 0 20 0 20 0 476175259 28904853504 10235 33554432000 4194304 4196468 140725748195136 139752348891760 139753687632514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16341] ppid=16324 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/16326/task/16341/stat : 16341 (java) S 16324 16324 14284 0 -1 1077944384 50 0 0 0 1 0 0 0 20 0 20 0 476175259 28904853504 10235 33554432000 4194304 4196468 140725748195136 139752347838960 139753687632514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16342] ppid=16324 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/16326/task/16342/stat : 16342 (java) S 16324 16324 14284 0 -1 1077944384 148 0 0 0 1 0 0 0 20 0 20 0 476175259 28904853504 10235 33554432000 4194304 4196468 140725748195136 139752346786672 139753687632514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16343] ppid=16324 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/16326/task/16343/stat : 16343 (java) S 16324 16324 14284 0 -1 1077944384 719 0 0 0 8 0 0 0 20 0 20 0 476175259 28904853504 10235 33554432000 4194304 4196468 140725748195136 139752345733872 139753687632514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16344] ppid=16324 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16326/task/16344/stat : 16344 (java) S 16324 16324 14284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476175259 28904853504 10235 33554432000 4194304 4196468 140725748195136 139752344680800 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16345] ppid=16324 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16326/task/16345/stat : 16345 (java) S 16324 16324 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476175259 28904853504 10235 33554432000 4194304 4196468 140725748195136 139752343628080 139753687632514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42392 KiB

[startup+0.310622 s]*
/proc/loadavg: 8.01 8.22 7.85 3/213 16345
/proc/meminfo: memFree=10599748/32770624 swapFree=66999084/67108860
[pid=16324] ppid=16321 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16324/stat : 16324 (xcsp3-exec) S 16321 16324 14284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476175253 115843072 363 33554432000 4194304 5098028 140722786615920 140722786614024 140669456736892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28143616 140722786620278 140722786620521 140722786620521 140722786623434 0
/proc/16324/statm: 28282 363 304 221 0 87 0
[pid=16326] ppid=16324 vsize=28231652 memory=49888 CPUtime=0.51 cores=0-7
/proc/16326/stat : 16326 (java) S 16324 16324 14284 0 -1 1077944320 10859 0 0 0 47 4 0 0 20 0 20 0 476175253 28909211648 12472 33554432000 4194304 4196468 140725748195136 140725748177680 139753687621367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
/proc/16326/statm: 7057913 12472 3338 1 0 7019032 0
[pid=16326/tid=16327] ppid=16324 vsize=28231652 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/16326/task/16327/stat : 16327 (java) R 16324 16324 14284 0 -1 4202560 7855 0 0 0 27 3 0 0 20 0 20 0 476175253 28909211648 12472 33554432000 4194304 4196468 140725748195136 139753691855152 139753671701854 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16328] ppid=16324 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16326/task/16328/stat : 16328 (java) S 16324 16324 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476175254 28909211648 12472 33554432000 4194304 4196468 140725748195136 139753607473552 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16329] ppid=16324 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16326/task/16329/stat : 16329 (java) S 16324 16324 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476175254 28909211648 12472 33554432000 4194304 4196468 140725748195136 139753606420752 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16330] ppid=16324 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16326/task/16330/stat : 16330 (java) S 16324 16324 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476175254 28909211648 12472 33554432000 4194304 4196468 140725748195136 139753237371536 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16331] ppid=16324 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16326/task/16331/stat : 16331 (java) S 16324 16324 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476175254 28909211648 12472 33554432000 4194304 4196468 140725748195136 139753236318736 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16332] ppid=16324 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16326/task/16332/stat : 16332 (java) S 16324 16324 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476175254 28909211648 12472 33554432000 4194304 4196468 140725748195136 139753235266448 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16333] ppid=16324 vsize=28231652 memory=139712534768303 CPUtime=0 cores=0-7
/proc/16326/task/16333/stat : 16333 (java) S 16324 16324 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476175254 28909211648 12472 33554432000 4194304 4196468 140725748195136 139753234213648 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16334] ppid=16324 vsize=28231652 memory=139712534770608 CPUtime=0 cores=0-7
/proc/16326/task/16334/stat : 16334 (java) S 16324 16324 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476175254 28909211648 12472 33554432000 4194304 4196468 140725748195136 139753233161360 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16335] ppid=16324 vsize=28231652 memory=139712534772912 CPUtime=0 cores=0-7
/proc/16326/task/16335/stat : 16335 (java) S 16324 16324 14284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476175254 28909211648 12472 33554432000 4194304 4196468 140725748195136 139753232108560 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16336] ppid=16324 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16326/task/16336/stat : 16336 (java) S 16324 16324 14284 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476175255 28909211648 12472 33554432000 4194304 4196468 140725748195136 139752353101936 139753687632514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16337] ppid=16324 vsize=28231652 memory=279425069559696 CPUtime=0 cores=0-7
/proc/16326/task/16337/stat : 16337 (java) S 16324 16324 14284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476175256 28909211648 12472 33554432000 4194304 4196468 140725748195136 139752352047904 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16338] ppid=16324 vsize=28231652 memory=279425069557392 CPUtime=0 cores=0-7
/proc/16326/task/16338/stat : 16338 (java) S 16324 16324 14284 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 476175256 28909211648 12472 33554432000 4194304 4196468 140725748195136 139752350995568 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16339] ppid=16324 vsize=28231652 memory=279425069564304 CPUtime=0 cores=0-7
/proc/16326/task/16339/stat : 16339 (java) S 16324 16324 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476175259 28909211648 12472 33554432000 4194304 4196468 140725748195136 139752349943888 139753687639963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16340] ppid=16324 vsize=28231652 memory=279425069505584 CPUtime=0.02 cores=0-7
/proc/16326/task/16340/stat : 16340 (java) S 16324 16324 14284 0 -1 1077944384 626 0 0 0 2 0 0 0 20 0 20 0 476175259 28909211648 12472 33554432000 4194304 4196468 140725748195136 139752348891760 139753687632514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16341] ppid=16324 vsize=28231652 memory=279425069578128 CPUtime=0.02 cores=0-7
/proc/16326/task/16341/stat : 16341 (java) S 16324 16324 14284 0 -1 1077944384 86 0 0 0 2 0 0 0 20 0 20 0 476175259 28909211648 12537 33554432000 4194304 4196468 140725748195136 139752347838960 139753687632514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16342] ppid=16324 vsize=28231652 memory=279425069585040 CPUtime=0.01 cores=0-7
/proc/16326/task/16342/stat : 16342 (java) S 16324 16324 14284 0 -1 1077944384 168 0 0 0 1 0 0 0 20 0 20 0 476175259 28909211648 12537 33554432000 4194304 4196468 140725748195136 139752346786672 139753687632514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16343] ppid=16324 vsize=28231652 memory=279425069582736 CPUtime=0.12 cores=0-7
/proc/16326/task/16343/stat : 16343 (java) S 16324 16324 14284 0 -1 1077944384 815 0 0 0 12 0 0 0 20 0 20 0 476175259 28909211648 12537 33554432000 4194304 4196468 140725748195136 139752345733872 139753687632514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16344] ppid=16324 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16326/task/16344/stat : 16344 (java) S 16324 16324 14284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476175259 28909211648 12537 33554432000 4194304 4196468 140725748195136 139752344680800 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16345] ppid=16324 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/16326/task/16345/stat : 16345 (java) S 16324 16324 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476175259 28909211648 12537 33554432000 4194304 4196468 140725748195136 139752343628080 139753687632514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51340 KiB

[startup+0.704688 s]
/proc/loadavg: 8.01 8.22 7.85 3/213 16345
/proc/meminfo: memFree=10552840/32770624 swapFree=66999084/67108860
[pid=16324] ppid=16321 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16324/stat : 16324 (xcsp3-exec) S 16321 16324 14284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476175253 115843072 363 33554432000 4194304 5098028 140722786615920 140722786614024 140669456736892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28143616 140722786620278 140722786620521 140722786620521 140722786623434 0
/proc/16324/statm: 28282 363 304 221 0 87 0
[pid=16326] ppid=16324 vsize=28231652 memory=243552 CPUtime=1.55 cores=0-7
/proc/16326/stat : 16326 (java) S 16324 16324 14284 0 -1 1077944320 13900 0 0 0 134 21 0 0 20 0 20 0 476175253 28909211648 60888 33554432000 4194304 4196468 140725748195136 140725748177680 139753687621367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
/proc/16326/statm: 7057913 60888 3397 1 0 7019032 0
[pid=16326/tid=16327] ppid=16324 vsize=28231652 memory=0 CPUtime=0.65 cores=0-7
/proc/16326/task/16327/stat : 16327 (java) S 16324 16324 14284 0 -1 1077944384 8071 0 0 0 60 5 0 0 20 0 20 0 476175253 28909211648 60888 33554432000 4194304 4196468 140725748195136 139753691860368 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16328] ppid=16324 vsize=28231652 memory=139712534979440 CPUtime=0.02 cores=0-7
/proc/16326/task/16328/stat : 16328 (java) R 16324 16324 14284 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 20 0 476175254 28909211648 60888 33554432000 4194304 4196468 140725748195136 139753607473552 139753672649250 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16329] ppid=16324 vsize=28231652 memory=0 CPUtime=0.03 cores=0-7
/proc/16326/task/16329/stat : 16329 (java) R 16324 16324 14284 0 -1 4202560 36 0 0 0 1 2 0 0 20 0 20 0 476175254 28909211648 60888 33554432000 4194304 4196468 140725748195136 139753606420952 139753672649241 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16330] ppid=16324 vsize=28231652 memory=776 CPUtime=0.02 cores=0-7
/proc/16326/task/16330/stat : 16330 (java) R 16324 16324 14284 0 -1 4202560 33 0 0 0 1 1 0 0 20 0 20 0 476175254 28909211648 60888 33554432000 4194304 4196468 140725748195136 139753237371736 139753672649241 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0

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

[pid=16326/tid=16339] ppid=16324 vsize=28233776 memory=1980 CPUtime=0 cores=0-7
/proc/16326/task/16339/stat : 16339 (java) S 16324 16324 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476175259 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139752349943888 139753687639963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16340] ppid=16324 vsize=28233776 memory=24427672 CPUtime=2.07 cores=0-7
/proc/16326/task/16340/stat : 16340 (java) S 16324 16324 14284 0 -1 1077944384 15945 0 0 0 203 4 0 0 20 0 20 0 476175259 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139752348891808 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16341] ppid=16324 vsize=28233776 memory=-3622645143214314312 CPUtime=1.58 cores=0-7
/proc/16326/task/16341/stat : 16341 (java) S 16324 16324 14284 0 -1 1077944384 7292 0 0 0 156 2 0 0 20 0 20 0 476175259 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139752347839008 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16342] ppid=16324 vsize=28233776 memory=288230596050944315 CPUtime=1.66 cores=0-7
/proc/16326/task/16342/stat : 16342 (java) S 16324 16324 14284 0 -1 1077944384 12323 0 0 0 164 2 0 0 20 0 20 0 476175259 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139752346786720 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16343] ppid=16324 vsize=28233776 memory=14409324059431450 CPUtime=0.66 cores=0-7
/proc/16326/task/16343/stat : 16343 (java) S 16324 16324 14284 0 -1 1077944384 12326 0 0 0 64 2 0 0 20 0 20 0 476175259 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139752345733632 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16344] ppid=16324 vsize=28233776 memory=1408 CPUtime=0 cores=0-7
/proc/16326/task/16344/stat : 16344 (java) S 16324 16324 14284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476175259 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139752344680800 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16345] ppid=16324 vsize=28233776 memory=6791534058613427641 CPUtime=0.23 cores=0-7
/proc/16326/task/16345/stat : 16345 (java) S 16324 16324 14284 0 -1 1077944384 1631 0 0 0 9 14 0 0 20 0 20 0 476175259 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139752343628080 139753687632514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
Current children cumulated CPU time: 2250.81 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 24429124 KiB

[startup+480.001 s]*
/proc/loadavg: 7.00 5.98 6.67 2/213 16383
/proc/meminfo: memFree=202304/32770624 swapFree=66999080/67108860
[pid=16324] ppid=16321 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16324/stat : 16324 (xcsp3-exec) S 16321 16324 14284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476175253 115843072 363 33554432000 4194304 5098028 140722786615920 140722786614024 140669456736892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28143616 140722786620278 140722786620521 140722786620521 140722786623434 0
/proc/16324/statm: 28282 363 304 221 0 87 0
[pid=16326] ppid=16324 vsize=28233776 memory=24427672 CPUtime=2299.08 cores=0-7
/proc/16326/stat : 16326 (java) S 16324 16324 14284 0 -1 1077944320 39679430 0 0 0 219621 10287 0 0 20 0 20 0 476175253 28911386624 6106918 33554432000 4194304 4196468 140725748195136 140725748177680 139753687621367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
/proc/16326/statm: 7058444 6106918 3523 1 0 7019544 0
[pid=16326/tid=16327] ppid=16324 vsize=28233776 memory=1398722017469774279 CPUtime=131.37 cores=0-7
/proc/16326/task/16327/stat : 16327 (java) S 16324 16324 14284 0 -1 1077944384 56106 0 0 0 13102 35 0 0 20 0 20 0 476175253 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139753691858816 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16328] ppid=16324 vsize=28233776 memory=656 CPUtime=259.77 cores=0-7
/proc/16326/task/16328/stat : 16328 (java) S 16324 16324 14284 0 -1 1077944384 4824694 0 0 0 24694 1283 0 0 20 0 20 0 476175254 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139753607473552 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 23 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16329] ppid=16324 vsize=28233776 memory=3612 CPUtime=259.89 cores=0-7
/proc/16326/task/16329/stat : 16329 (java) S 16324 16324 14284 0 -1 1077944384 6724531 0 0 0 24667 1322 0 0 20 0 20 0 476175254 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139753606420752 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 16 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16330] ppid=16324 vsize=28233776 memory=2832 CPUtime=259 cores=0-7
/proc/16326/task/16330/stat : 16330 (java) S 16324 16324 14284 0 -1 1077944384 5969761 0 0 0 24620 1280 0 0 20 0 20 0 476175254 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139753237371536 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16331] ppid=16324 vsize=28233776 memory=4872558044660077418 CPUtime=259.93 cores=0-7
/proc/16326/task/16331/stat : 16331 (java) S 16324 16324 14284 0 -1 1077944384 5262077 0 0 0 24672 1321 0 0 20 0 20 0 476175254 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139753236318736 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16332] ppid=16324 vsize=28233776 memory=24427672 CPUtime=259.42 cores=0-7
/proc/16326/task/16332/stat : 16332 (java) S 16324 16324 14284 0 -1 1077944384 3522833 0 0 0 24672 1270 0 0 20 0 20 0 476175254 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139753235266448 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 14 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16333] ppid=16324 vsize=28233776 memory=1428 CPUtime=259.36 cores=0-7
/proc/16326/task/16333/stat : 16333 (java) S 16324 16324 14284 0 -1 1077944384 4385799 0 0 0 24656 1280 0 0 20 0 20 0 476175254 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139753234213648 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 16 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16334] ppid=16324 vsize=28233776 memory=9396 CPUtime=258.52 cores=0-7
/proc/16326/task/16334/stat : 16334 (java) S 16324 16324 14284 0 -1 1077944384 4793916 0 0 0 24619 1233 0 0 20 0 20 0 476175254 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139753233161360 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 18 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16335] ppid=16324 vsize=28233776 memory=656 CPUtime=259.08 cores=0-7
/proc/16326/task/16335/stat : 16335 (java) S 16324 16324 14284 0 -1 1077944384 3433550 0 0 0 24735 1173 0 0 20 0 20 0 476175254 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139753232108560 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 15 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16336] ppid=16324 vsize=28233776 memory=1452 CPUtime=86.39 cores=0-7
/proc/16326/task/16336/stat : 16336 (java) R 16324 16324 14284 0 -1 4202560 655214 0 0 0 8573 66 0 0 20 0 20 0 476175255 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139752353100496 139753672078998 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16337] ppid=16324 vsize=28233776 memory=3580 CPUtime=0 cores=0-7
/proc/16326/task/16337/stat : 16337 (java) S 16324 16324 14284 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 20 0 476175256 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139752352047968 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16338] ppid=16324 vsize=28233776 memory=53196 CPUtime=0 cores=0-7
/proc/16326/task/16338/stat : 16338 (java) S 16324 16324 14284 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 20 0 476175256 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139752350995584 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16339] ppid=16324 vsize=28233776 memory=988 CPUtime=0 cores=0-7
/proc/16326/task/16339/stat : 16339 (java) S 16324 16324 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476175259 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139752349943888 139753687639963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16340] ppid=16324 vsize=28233776 memory=2020 CPUtime=2.07 cores=0-7
/proc/16326/task/16340/stat : 16340 (java) S 16324 16324 14284 0 -1 1077944384 15945 0 0 0 203 4 0 0 20 0 20 0 476175259 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139752348891808 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16341] ppid=16324 vsize=28233776 memory=1056 CPUtime=1.58 cores=0-7
/proc/16326/task/16341/stat : 16341 (java) S 16324 16324 14284 0 -1 1077944384 7292 0 0 0 156 2 0 0 20 0 20 0 476175259 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139752347839008 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16342] ppid=16324 vsize=28233776 memory=14004 CPUtime=1.66 cores=0-7
/proc/16326/task/16342/stat : 16342 (java) S 16324 16324 14284 0 -1 1077944384 12323 0 0 0 164 2 0 0 20 0 20 0 476175259 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139752346786720 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16343] ppid=16324 vsize=28233776 memory=28704 CPUtime=0.66 cores=0-7
/proc/16326/task/16343/stat : 16343 (java) S 16324 16324 14284 0 -1 1077944384 12326 0 0 0 64 2 0 0 20 0 20 0 476175259 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139752345733632 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16344] ppid=16324 vsize=28233776 memory=12024 CPUtime=0 cores=0-7
/proc/16326/task/16344/stat : 16344 (java) S 16324 16324 14284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476175259 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139752344680800 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16345] ppid=16324 vsize=28233776 memory=2120 CPUtime=0.23 cores=0-7
/proc/16326/task/16345/stat : 16345 (java) S 16324 16324 14284 0 -1 1077944384 1650 0 0 0 9 14 0 0 20 0 20 0 476175259 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139752343628080 139753687632514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
Current children cumulated CPU time: 2299.08 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 24429124 KiB

[startup+481.601 s]
/proc/loadavg: 7.00 5.98 6.67 2/213 16383
/proc/meminfo: memFree=202304/32770624 swapFree=66999080/67108860
[pid=16324] ppid=16321 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16324/stat : 16324 (xcsp3-exec) S 16321 16324 14284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476175253 115843072 363 33554432000 4194304 5098028 140722786615920 140722786614024 140669456736892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28143616 140722786620278 140722786620521 140722786620521 140722786623434 0
/proc/16324/statm: 28282 363 304 221 0 87 0
[pid=16326] ppid=16324 vsize=28233776 memory=24427672 CPUtime=2300.68 cores=0-7
/proc/16326/stat : 16326 (java) S 16324 16324 14284 0 -1 1077944320 39734202 0 0 0 219777 10291 0 0 20 0 20 0 476175253 28911386624 6106918 33554432000 4194304 4196468 140725748195136 140725748177680 139753687621367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
/proc/16326/statm: 7058444 6106918 3523 1 0 7019544 0
[pid=16326/tid=16327] ppid=16324 vsize=28233776 memory=2428 CPUtime=131.37 cores=0-7
/proc/16326/task/16327/stat : 16327 (java) S 16324 16324 14284 0 -1 1077944384 56106 0 0 0 13102 35 0 0 20 0 20 0 476175253 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139753691858816 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16328] ppid=16324 vsize=28233776 memory=1580 CPUtime=259.77 cores=0-7
/proc/16326/task/16328/stat : 16328 (java) S 16324 16324 14284 0 -1 1077944384 4824694 0 0 0 24694 1283 0 0 20 0 20 0 476175254 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139753607473552 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 23 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16329] ppid=16324 vsize=28233776 memory=6791534058613427641 CPUtime=259.89 cores=0-7
/proc/16326/task/16329/stat : 16329 (java) S 16324 16324 14284 0 -1 1077944384 6724531 0 0 0 24667 1322 0 0 20 0 20 0 476175254 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139753606420752 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 16 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16330] ppid=16324 vsize=28233776 memory=24427672 CPUtime=259 cores=0-7
/proc/16326/task/16330/stat : 16330 (java) S 16324 16324 14284 0 -1 1077944384 5969761 0 0 0 24620 1280 0 0 20 0 20 0 476175254 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139753237371536 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16331] ppid=16324 vsize=28233776 memory=988 CPUtime=259.93 cores=0-7
/proc/16326/task/16331/stat : 16331 (java) S 16324 16324 14284 0 -1 1077944384 5262077 0 0 0 24672 1321 0 0 20 0 20 0 476175254 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139753236318736 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16332] ppid=16324 vsize=28233776 memory=2020 CPUtime=259.42 cores=0-7
/proc/16326/task/16332/stat : 16332 (java) S 16324 16324 14284 0 -1 1077944384 3522833 0 0 0 24672 1270 0 0 20 0 20 0 476175254 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139753235266448 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 14 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16333] ppid=16324 vsize=28233776 memory=24427672 CPUtime=259.36 cores=0-7
/proc/16326/task/16333/stat : 16333 (java) S 16324 16324 14284 0 -1 1077944384 4385799 0 0 0 24656 1280 0 0 20 0 20 0 476175254 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139753234213648 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 16 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16334] ppid=16324 vsize=28233776 memory=3580 CPUtime=258.52 cores=0-7
/proc/16326/task/16334/stat : 16334 (java) S 16324 16324 14284 0 -1 1077944384 4793916 0 0 0 24619 1233 0 0 20 0 20 0 476175254 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139753233161360 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 18 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16335] ppid=16324 vsize=28233776 memory=53196 CPUtime=259.08 cores=0-7
/proc/16326/task/16335/stat : 16335 (java) S 16324 16324 14284 0 -1 1077944384 3433550 0 0 0 24735 1173 0 0 20 0 20 0 476175254 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139753232108560 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 15 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16336] ppid=16324 vsize=28233776 memory=988 CPUtime=87.98 cores=0-7
/proc/16326/task/16336/stat : 16336 (java) R 16324 16324 14284 0 -1 4202560 709985 0 0 0 8729 69 0 0 20 0 20 0 476175255 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139752353100384 139753672079000 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16337] ppid=16324 vsize=28233776 memory=2020 CPUtime=0 cores=0-7
/proc/16326/task/16337/stat : 16337 (java) S 16324 16324 14284 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 20 0 476175256 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139752352047968 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16338] ppid=16324 vsize=28233776 memory=1428 CPUtime=0 cores=0-7
/proc/16326/task/16338/stat : 16338 (java) S 16324 16324 14284 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 20 0 476175256 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139752350995584 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16339] ppid=16324 vsize=28233776 memory=24427672 CPUtime=0 cores=0-7
/proc/16326/task/16339/stat : 16339 (java) S 16324 16324 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476175259 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139752349943888 139753687639963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16340] ppid=16324 vsize=28233776 memory=1204 CPUtime=2.07 cores=0-7
/proc/16326/task/16340/stat : 16340 (java) S 16324 16324 14284 0 -1 1077944384 15945 0 0 0 203 4 0 0 20 0 20 0 476175259 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139752348891808 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16341] ppid=16324 vsize=28233776 memory=1072 CPUtime=1.58 cores=0-7
/proc/16326/task/16341/stat : 16341 (java) S 16324 16324 14284 0 -1 1077944384 7292 0 0 0 156 2 0 0 20 0 20 0 476175259 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139752347839008 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16342] ppid=16324 vsize=28233776 memory=6004 CPUtime=1.66 cores=0-7
/proc/16326/task/16342/stat : 16342 (java) S 16324 16324 14284 0 -1 1077944384 12323 0 0 0 164 2 0 0 20 0 20 0 476175259 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139752346786720 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16343] ppid=16324 vsize=28233776 memory=1544 CPUtime=0.66 cores=0-7
/proc/16326/task/16343/stat : 16343 (java) S 16324 16324 14284 0 -1 1077944384 12326 0 0 0 64 2 0 0 20 0 20 0 476175259 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139752345733632 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16344] ppid=16324 vsize=28233776 memory=776 CPUtime=0 cores=0-7
/proc/16326/task/16344/stat : 16344 (java) S 16324 16324 14284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476175259 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139752344680800 139753687631573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
[pid=16326/tid=16345] ppid=16324 vsize=28233776 memory=1056 CPUtime=0.23 cores=0-7
/proc/16326/task/16345/stat : 16345 (java) S 16324 16324 14284 0 -1 1077944384 1650 0 0 0 9 14 0 0 20 0 20 0 476175259 28911386624 6106918 33554432000 4194304 4196468 140725748195136 139752343628080 139753687632514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33009664 140725748200426 140725748200598 140725748200598 140725748203471 0
Current children cumulated CPU time: 2300.68 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 24429124 KiB

[startup+483.2 s]
/proc/loadavg: 7.00 5.98 6.67 2/213 16383
/proc/meminfo: memFree=202236/32770624 swapFree=66999080/67108860
[pid=16324] ppid=16321 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16324/stat : 16324 (xcsp3-exec) S 16321 16324 14284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476175253 115843072 363 33554432000 4194304 5098028 140722786615920 140722786614024 140669456736892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28143616 140722786620278 140722786620521 140722786620521 140722786623434 0
/proc/16324/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

[startup+484 s]*
/proc/loadavg: 7.00 5.98 6.67 2/196 16387
/proc/meminfo: memFree=14855456/32770624 swapFree=66999080/67108860
[pid=16324] ppid=16321 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16324/stat : 16324 (xcsp3-exec) S 16321 16324 14284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476175253 115843072 363 33554432000 4194304 5098028 140722786615920 140722786614024 140669456736892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28143616 140722786620278 140722786620521 140722786620521 140722786623434 0
/proc/16324/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

[startup+484.2 s]
/proc/loadavg: 7.00 5.98 6.67 2/196 16387
/proc/meminfo: memFree=14855456/32770624 swapFree=66999080/67108860
[pid=16324] ppid=16321 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16324/stat : 16324 (xcsp3-exec) S 16321 16324 14284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476175253 115843072 363 33554432000 4194304 5098028 140722786615920 140722786614024 140669456736892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28143616 140722786620278 140722786620521 140722786620521 140722786623434 0
/proc/16324/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

[startup+484.3 s]
/proc/loadavg: 7.00 5.98 6.67 2/196 16387
/proc/meminfo: memFree=14855456/32770624 swapFree=66999080/67108860
[pid=16324] ppid=16321 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16324/stat : 16324 (xcsp3-exec) S 16321 16324 14284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476175253 115843072 363 33554432000 4194304 5098028 140722786615920 140722786614024 140669456736892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28143616 140722786620278 140722786620521 140722786620521 140722786623434 0
/proc/16324/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 1
Real time (s): 484.348
CPU time (s): 2303.43
CPU user time (s): 2199.14
CPU system time (s): 104.297
CPU usage (%): 475.574
Max. virtual memory (cumulated for all children) (KiB): 28346904
Max. memory (cumulated for all children) (KiB): 24429124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2199.14
system time used= 104.297
maximum resident set size= 24427792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39823401
page faults= 0
swaps= 0
block input operations= 0
block output operations= 816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37108
involuntary context switches= 32332


# summary of solver processes directly reported to runsolver:
#   pid: 16324
#   total CPU time (s): 2303.43
#   total CPU user time (s): 2199.14
#   total CPU system time (s): 104.297

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.50632 second user time and 5.08701 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-20 19:04:25
IDJOB=4404458
IDBENCH=126895
IDSOLVER=2865
FILE ID=node123/4404458-1568999103
RUNJOBID= node123-1568996144-14311
PBS_JOBID= 21704738
Free space on /tmp= 25840 MiB

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

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

MD5SUM BENCH= 080ba949cb23e1dea8bc7836215d1d0d
RANDOM SEED=875584504

node123.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.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		: 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.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		: 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.49
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.49
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:        10636324 kB
MemAvailable:   31844712 kB
Buffers:          119884 kB
Cached:         21045564 kB
SwapCached:         7076 kB
Active:         10549808 kB
Inactive:       10627492 kB
Active(anon):       2356 kB
Inactive(anon):    57152 kB
Active(file):   10547452 kB
Inactive(file): 10570340 kB
Unevictable:      107156 kB
Mlocked:          107156 kB
SwapTotal:      67108860 kB
SwapFree:       66999084 kB
Dirty:            109096 kB
Writeback:             0 kB
AnonPages:        112892 kB
Mapped:            51236 kB
Shmem:             39060 kB
Slab:             549864 kB
SReclaimable:     519056 kB
SUnreclaim:        30808 kB
KernelStack:        3376 kB
PageTables:         5328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 25812 MiB
End job on node123 at 2019-09-20 19:12:29