Trace number 4404351

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? 1594.19 386.745

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr0600-int.xml
MD5SUM944fe5e858b8dc1e5468427caea6b95a
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 benchmark118.465
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints718800
Number of domains1
Minimum domain size599
Maximum domain size599
Distribution of domain sizes[{"size":599,"count":600}]
Minimum variable degree2396
Maximum variable degree2396
Distribution of variable degrees[{"degree":2396,"count":600}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":718800}]
Number of extensional constraints0
Number of intensional constraints718800
Distribution of constraint types[{"type":"intension","count":718800}]
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-4404351-1568999214.xml"  -tl '20160s' -p 8
0.11/0.18	c Choco 3fb4b153
0.11/0.18	c [HOME/instance-4404351-1568999214.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
1593.17/385.79	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1593.26/385.82		at java.util.Arrays.copyOf(Arrays.java:3181)
1593.26/385.82		at java.util.ArrayList.grow(ArrayList.java:261)
1593.26/385.82		at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
1593.26/385.82		at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
1593.26/385.82		at java.util.ArrayList.add(ArrayList.java:458)
1593.26/385.82		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:159)
1593.26/385.82		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1593.26/385.82		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
1593.26/385.82		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1593.26/385.82		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1593.26/385.82		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1593.26/385.82		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1593.26/385.82		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
1593.26/385.82		at org.xcsp.parser.XCallbacks$$Lambda$94/306206744.accept(Unknown Source)
1593.26/385.82		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1593.26/385.82		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1593.26/385.82		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
1593.26/385.82		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
1593.26/385.82		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
1593.26/385.82		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1593.26/385.82		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1593.26/385.82		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1593.26/385.82		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1593.26/385.82		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1593.26/385.82		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1593.26/385.82		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1593.26/385.83	s UNKNOWN
1593.26/385.83	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 (7712 MiB free)
  memory of node 1: 16384 MiB (7462 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404351-1568999214/watcher-4404351-1568999214 -o /tmp/evaluation-result-4404351-1568999214/solver-4404351-1568999214 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1568994968-4744 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 754751400 HOME/instance-4404351-1568999214.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
Current StackSize limit: 8192 KiB

solver pid=6820, runsolver pid=6817

[startup+0.100112 s]*
/proc/loadavg: 7.90 8.20 8.19 2/211 6841
/proc/meminfo: memFree=15521872/32770624 swapFree=66955436/67108860
[pid=6820] ppid=6817 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/6820/stat : 6820 (xcsp3-exec) S 6817 6820 4717 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476192815 115843072 363 33554432000 4194304 5098028 140723859501600 140723859499704 139862728860284 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24641536 140723859510134 140723859510377 140723859510377 140723859513290 0
/proc/6820/statm: 28282 363 304 221 0 87 0
[pid=6822] ppid=6820 vsize=28227396 memory=29872 CPUtime=0.11 cores=0-7
/proc/6822/stat : 6822 (java) S 6820 6820 4717 0 -1 1077944320 5947 0 0 0 10 1 0 0 20 0 20 0 476192815 28904853504 7468 33554432000 4194304 4196468 140723110326096 140723110308640 140125163106039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
/proc/6822/statm: 7056849 7468 3120 1 0 7019032 0
[pid=6822/tid=6823] ppid=6820 vsize=28227396 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/6822/task/6823/stat : 6823 (java) R 6820 6820 4717 0 -1 4202560 3854 0 0 0 8 1 0 0 20 0 20 0 476192816 28904853504 7468 33554432000 4194304 4196468 140723110326096 140125167338832 140125163117974 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6824] ppid=6820 vsize=28227396 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/6822/task/6824/stat : 6824 (java) S 6820 6820 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476192816 28904853504 7468 33554432000 4194304 4196468 140723110326096 140125121866128 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6825] ppid=6820 vsize=28227396 memory=139833126020736 CPUtime=0 cores=0-7
/proc/6822/task/6825/stat : 6825 (java) S 6820 6820 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476192816 28904853504 7468 33554432000 4194304 4196468 140723110326096 140124713134352 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6826] ppid=6820 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6822/task/6826/stat : 6826 (java) S 6820 6820 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476192816 28904853504 7468 33554432000 4194304 4196468 140723110326096 140124712082064 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6827] ppid=6820 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6822/task/6827/stat : 6827 (java) S 6820 6820 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476192816 28904853504 7468 33554432000 4194304 4196468 140723110326096 140124711029264 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6828] ppid=6820 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6822/task/6828/stat : 6828 (java) S 6820 6820 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476192816 28904853504 7468 33554432000 4194304 4196468 140723110326096 140124709976976 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6829] ppid=6820 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/6822/task/6829/stat : 6829 (java) S 6820 6820 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476192816 28904853504 7468 33554432000 4194304 4196468 140723110326096 140124708924176 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6830] ppid=6820 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6822/task/6830/stat : 6830 (java) S 6820 6820 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476192816 28904853504 7468 33554432000 4194304 4196468 140723110326096 140124707871888 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6831] ppid=6820 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6822/task/6831/stat : 6831 (java) S 6820 6820 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476192816 28904853504 7468 33554432000 4194304 4196468 140723110326096 140124706819088 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6832] ppid=6820 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6822/task/6832/stat : 6832 (java) S 6820 6820 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476192818 28904853504 7468 33554432000 4194304 4196468 140723110326096 140123761457264 140125163117186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6833] ppid=6820 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6822/task/6833/stat : 6833 (java) S 6820 6820 4717 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476192818 28904853504 7468 33554432000 4194304 4196468 140723110326096 140123760403232 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6834] ppid=6820 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6822/task/6834/stat : 6834 (java) S 6820 6820 4717 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476192818 28904853504 7468 33554432000 4194304 4196468 140723110326096 140123759350896 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6835] ppid=6820 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6822/task/6835/stat : 6835 (java) S 6820 6820 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476192821 28904853504 7468 33554432000 4194304 4196468 140723110326096 140123758299216 140125163124635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6836] ppid=6820 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6822/task/6836/stat : 6836 (java) S 6820 6820 4717 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 476192821 28904853504 7468 33554432000 4194304 4196468 140723110326096 140123757247088 140125163117186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6837] ppid=6820 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6822/task/6837/stat : 6837 (java) S 6820 6820 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476192821 28904853504 7468 33554432000 4194304 4196468 140723110326096 140123756194288 140125163117186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6838] ppid=6820 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6822/task/6838/stat : 6838 (java) R 6820 6820 4717 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 476192821 28904853504 7468 33554432000 4194304 4196468 140723110326096 140123755142000 140125163117186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6839] ppid=6820 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/6822/task/6839/stat : 6839 (java) R 6820 6820 4717 0 -1 1077944384 354 0 0 0 1 0 0 0 20 0 20 0 476192821 28904853504 7468 33554432000 4194304 4196468 140723110326096 140123754089200 140125163117186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6840] ppid=6820 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6822/task/6840/stat : 6840 (java) S 6820 6820 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476192821 28904853504 7468 33554432000 4194304 4196468 140723110326096 140123753036128 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6841] ppid=6820 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/6822/task/6841/stat : 6841 (java) S 6820 6820 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476192822 28904853504 7468 33554432000 4194304 4196468 140723110326096 140123751983408 140125163117186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31324 KiB

[startup+0.210338 s]*
/proc/loadavg: 7.90 8.20 8.19 2/211 6841
/proc/meminfo: memFree=15508488/32770624 swapFree=66955436/67108860
[pid=6820] ppid=6817 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/6820/stat : 6820 (xcsp3-exec) S 6817 6820 4717 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476192815 115843072 363 33554432000 4194304 5098028 140723859501600 140723859499704 139862728860284 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24641536 140723859510134 140723859510377 140723859510377 140723859513290 0
/proc/6820/statm: 28282 363 304 221 0 87 0
[pid=6822] ppid=6820 vsize=28227396 memory=41140 CPUtime=0.33 cores=0-7
/proc/6822/stat : 6822 (java) S 6820 6820 4717 0 -1 1077944320 9508 0 0 0 30 3 0 0 20 0 20 0 476192815 28904853504 10285 33554432000 4194304 4196468 140723110326096 140723110308640 140125163106039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
/proc/6822/statm: 7056849 10285 3289 1 0 7019032 0
[pid=6822/tid=6823] ppid=6820 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/6822/task/6823/stat : 6823 (java) R 6820 6820 4717 0 -1 4202560 6688 0 0 0 17 2 0 0 20 0 20 0 476192816 28904853504 10285 33554432000 4194304 4196468 140723110326096 140125167335760 140125147186526 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6824] ppid=6820 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/6822/task/6824/stat : 6824 (java) S 6820 6820 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476192816 28904853504 10285 33554432000 4194304 4196468 140723110326096 140125121866128 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6825] ppid=6820 vsize=28227396 memory=139833126029787 CPUtime=0 cores=0-7
/proc/6822/task/6825/stat : 6825 (java) S 6820 6820 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476192816 28904853504 10285 33554432000 4194304 4196468 140723110326096 140124713134352 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6826] ppid=6820 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/6822/task/6826/stat : 6826 (java) S 6820 6820 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476192816 28904853504 10285 33554432000 4194304 4196468 140723110326096 140124712082064 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6827] ppid=6820 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6822/task/6827/stat : 6827 (java) S 6820 6820 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476192816 28904853504 10285 33554432000 4194304 4196468 140723110326096 140124711029264 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6828] ppid=6820 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6822/task/6828/stat : 6828 (java) S 6820 6820 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476192816 28904853504 10285 33554432000 4194304 4196468 140723110326096 140124709976976 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6829] ppid=6820 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/6822/task/6829/stat : 6829 (java) S 6820 6820 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476192816 28904853504 10285 33554432000 4194304 4196468 140723110326096 140124708924176 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6830] ppid=6820 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6822/task/6830/stat : 6830 (java) S 6820 6820 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476192816 28904853504 10285 33554432000 4194304 4196468 140723110326096 140124707871888 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6831] ppid=6820 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6822/task/6831/stat : 6831 (java) S 6820 6820 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476192816 28904853504 10285 33554432000 4194304 4196468 140723110326096 140124706819088 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6832] ppid=6820 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6822/task/6832/stat : 6832 (java) S 6820 6820 4717 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476192818 28904853504 10285 33554432000 4194304 4196468 140723110326096 140123761457264 140125163117186 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6833] ppid=6820 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6822/task/6833/stat : 6833 (java) S 6820 6820 4717 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476192818 28904853504 10285 33554432000 4194304 4196468 140723110326096 140123760403232 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6834] ppid=6820 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6822/task/6834/stat : 6834 (java) S 6820 6820 4717 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476192818 28904853504 10285 33554432000 4194304 4196468 140723110326096 140123759350896 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6835] ppid=6820 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6822/task/6835/stat : 6835 (java) S 6820 6820 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476192821 28904853504 10285 33554432000 4194304 4196468 140723110326096 140123758299216 140125163124635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6836] ppid=6820 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/6822/task/6836/stat : 6836 (java) S 6820 6820 4717 0 -1 1077944384 372 0 0 0 1 0 0 0 20 0 20 0 476192821 28904853504 10285 33554432000 4194304 4196468 140723110326096 140123757247088 140125163117186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6837] ppid=6820 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6822/task/6837/stat : 6837 (java) R 6820 6820 4717 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 20 0 476192821 28904853504 10285 33554432000 4194304 4196468 140723110326096 140123756194288 140125163117186 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6838] ppid=6820 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/6822/task/6838/stat : 6838 (java) R 6820 6820 4717 0 -1 1077944384 380 0 0 0 2 0 0 0 20 0 20 0 476192821 28904853504 10285 33554432000 4194304 4196468 140723110326096 140123755142000 140125163117186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6839] ppid=6820 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/6822/task/6839/stat : 6839 (java) R 6820 6820 4717 0 -1 4202560 744 0 0 0 7 0 0 0 20 0 20 0 476192821 28904853504 10285 33554432000 4194304 4196468 140723110326096 140123754089200 140125142575282 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6840] ppid=6820 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/6822/task/6840/stat : 6840 (java) S 6820 6820 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476192821 28904853504 10285 33554432000 4194304 4196468 140723110326096 140123753036128 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6841] ppid=6820 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/6822/task/6841/stat : 6841 (java) S 6820 6820 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476192822 28904853504 10285 33554432000 4194304 4196468 140723110326096 140123751983408 140125163117186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42592 KiB

[startup+0.309862 s]*
/proc/loadavg: 7.90 8.20 8.19 2/211 6841
/proc/meminfo: memFree=15500856/32770624 swapFree=66955436/67108860
[pid=6820] ppid=6817 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/6820/stat : 6820 (xcsp3-exec) S 6817 6820 4717 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476192815 115843072 363 33554432000 4194304 5098028 140723859501600 140723859499704 139862728860284 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24641536 140723859510134 140723859510377 140723859510377 140723859513290 0
/proc/6820/statm: 28282 363 304 221 0 87 0
[pid=6822] ppid=6820 vsize=28231652 memory=49560 CPUtime=0.5 cores=0-7
/proc/6822/stat : 6822 (java) S 6820 6820 4717 0 -1 1077944320 10745 0 0 0 45 5 0 0 20 0 20 0 476192815 28909211648 12390 33554432000 4194304 4196468 140723110326096 140723110308640 140125163106039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
/proc/6822/statm: 7057913 12390 3324 1 0 7019032 0
[pid=6822/tid=6823] ppid=6820 vsize=28231652 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/6822/task/6823/stat : 6823 (java) R 6820 6820 4717 0 -1 4202560 7795 0 0 0 26 3 0 0 20 0 20 0 476192816 28909211648 12390 33554432000 4194304 4196468 140723110326096 140125167337152 140125147186526 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6824] ppid=6820 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/6822/task/6824/stat : 6824 (java) S 6820 6820 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476192816 28909211648 12390 33554432000 4194304 4196468 140723110326096 140125121866128 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6825] ppid=6820 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/6822/task/6825/stat : 6825 (java) S 6820 6820 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476192816 28909211648 12390 33554432000 4194304 4196468 140723110326096 140124713134352 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6826] ppid=6820 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/6822/task/6826/stat : 6826 (java) S 6820 6820 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476192816 28909211648 12390 33554432000 4194304 4196468 140723110326096 140124712082064 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6827] ppid=6820 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/6822/task/6827/stat : 6827 (java) S 6820 6820 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476192816 28909211648 12390 33554432000 4194304 4196468 140723110326096 140124711029264 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6828] ppid=6820 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/6822/task/6828/stat : 6828 (java) S 6820 6820 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476192816 28909211648 12390 33554432000 4194304 4196468 140723110326096 140124709976976 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6829] ppid=6820 vsize=28231652 memory=139832995181487 CPUtime=0 cores=0-7
/proc/6822/task/6829/stat : 6829 (java) S 6820 6820 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476192816 28909211648 12390 33554432000 4194304 4196468 140723110326096 140124708924176 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6830] ppid=6820 vsize=28231652 memory=139832995183792 CPUtime=0 cores=0-7
/proc/6822/task/6830/stat : 6830 (java) S 6820 6820 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476192816 28909211648 12390 33554432000 4194304 4196468 140723110326096 140124707871888 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6831] ppid=6820 vsize=28231652 memory=139832995186096 CPUtime=0 cores=0-7
/proc/6822/task/6831/stat : 6831 (java) S 6820 6820 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476192816 28909211648 12390 33554432000 4194304 4196468 140723110326096 140124706819088 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6832] ppid=6820 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/6822/task/6832/stat : 6832 (java) S 6820 6820 4717 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476192818 28909211648 12390 33554432000 4194304 4196468 140723110326096 140123761457264 140125163117186 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6833] ppid=6820 vsize=28231652 memory=279665990379152 CPUtime=0 cores=0-7
/proc/6822/task/6833/stat : 6833 (java) S 6820 6820 4717 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476192818 28909211648 12390 33554432000 4194304 4196468 140723110326096 140123760403232 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6834] ppid=6820 vsize=28231652 memory=279665990386064 CPUtime=0 cores=0-7
/proc/6822/task/6834/stat : 6834 (java) S 6820 6820 4717 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476192818 28909211648 12390 33554432000 4194304 4196468 140723110326096 140123759350896 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6835] ppid=6820 vsize=28231652 memory=279665990327344 CPUtime=0 cores=0-7
/proc/6822/task/6835/stat : 6835 (java) S 6820 6820 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476192821 28909211648 12390 33554432000 4194304 4196468 140723110326096 140123758299216 140125163124635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6836] ppid=6820 vsize=28231652 memory=279665990399888 CPUtime=0.02 cores=0-7
/proc/6822/task/6836/stat : 6836 (java) S 6820 6820 4717 0 -1 1077944384 394 0 0 0 2 0 0 0 20 0 20 0 476192821 28909211648 12390 33554432000 4194304 4196468 140723110326096 140123757247088 140125163117186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6837] ppid=6820 vsize=28231652 memory=279665990406800 CPUtime=0.01 cores=0-7
/proc/6822/task/6837/stat : 6837 (java) S 6820 6820 4717 0 -1 1077944384 40 0 0 0 1 0 0 0 20 0 20 0 476192821 28909211648 12390 33554432000 4194304 4196468 140723110326096 140123756194288 140125163117186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6838] ppid=6820 vsize=28231652 memory=279665990404496 CPUtime=0.02 cores=0-7
/proc/6822/task/6838/stat : 6838 (java) S 6820 6820 4717 0 -1 1077944384 381 0 0 0 2 0 0 0 20 0 20 0 476192821 28909211648 12390 33554432000 4194304 4196468 140723110326096 140123755142000 140125163117186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6839] ppid=6820 vsize=28231652 memory=279665990420656 CPUtime=0.12 cores=0-7
/proc/6822/task/6839/stat : 6839 (java) S 6820 6820 4717 0 -1 1077944384 830 0 0 0 12 0 0 0 20 0 20 0 476192821 28909211648 12390 33554432000 4194304 4196468 140723110326096 140123754089200 140125163117186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6840] ppid=6820 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/6822/task/6840/stat : 6840 (java) S 6820 6820 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476192821 28909211648 12390 33554432000 4194304 4196468 140723110326096 140123753036128 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6841] ppid=6820 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/6822/task/6841/stat : 6841 (java) S 6820 6820 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476192822 28909211648 12390 33554432000 4194304 4196468 140723110326096 140123751983408 140125163117186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51012 KiB

[startup+0.707728 s]
/proc/loadavg: 7.90 8.20 8.19 3/211 6841
/proc/meminfo: memFree=15453824/32770624 swapFree=66955436/67108860
[pid=6820] ppid=6817 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/6820/stat : 6820 (xcsp3-exec) S 6817 6820 4717 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476192815 115843072 363 33554432000 4194304 5098028 140723859501600 140723859499704 139862728860284 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24641536 140723859510134 140723859510377 140723859510377 140723859513290 0
/proc/6820/statm: 28282 363 304 221 0 87 0
[pid=6822] ppid=6820 vsize=28231652 memory=234492 CPUtime=1.49 cores=0-7
/proc/6822/stat : 6822 (java) S 6820 6820 4717 0 -1 1077944320 13613 0 0 0 136 13 0 0 20 0 20 0 476192815 28909211648 58623 33554432000 4194304 4196468 140723110326096 140723110308640 140125163106039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
/proc/6822/statm: 7057913 58623 3399 1 0 7019032 0
[pid=6822/tid=6823] ppid=6820 vsize=28231652 memory=279665990778544 CPUtime=0.64 cores=0-7
/proc/6822/task/6823/stat : 6823 (java) S 6820 6820 4717 0 -1 1077944384 8085 0 0 0 59 5 0 0 20 0 20 0 476192816 28909211648 58623 33554432000 4194304 4196468 140723110326096 140125167345216 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6824] ppid=6820 vsize=28231652 memory=139832995390320 CPUtime=0.01 cores=0-7
/proc/6822/task/6824/stat : 6824 (java) R 6820 6820 4717 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 20 0 476192816 28909211648 58623 33554432000 4194304 4196468 140723110326096 140125121866128 140125148133458 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6825] ppid=6820 vsize=28231652 memory=0 CPUtime=0.03 cores=0-7
/proc/6822/task/6825/stat : 6825 (java) R 6820 6820 4717 0 -1 4202560 32 0 0 0 2 1 0 0 20 0 20 0 476192816 28909211648 58623 33554432000 4194304 4196468 140723110326096 140124713134552 140125148129717 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6826] ppid=6820 vsize=28231652 memory=8444 CPUtime=0.01 cores=0-7
/proc/6822/task/6826/stat : 6826 (java) R 6820 6820 4717 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 20 0 476192816 28909211648 58623 33554432000 4194304 4196468 140723110326096 140124712082064 140125148133458 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0

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

[pid=6822/tid=6830] ppid=6820 vsize=28233776 memory=1056 CPUtime=170.7 cores=0-7
/proc/6822/task/6830/stat : 6830 (java) R 6820 6820 4717 0 -1 4202560 2317252 0 0 0 16112 958 0 0 20 0 20 0 476192816 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140124707872008 140125155734247 0 4 0 16800975 0 0 0 -1 4 0 0 11 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6831] ppid=6820 vsize=28233776 memory=744 CPUtime=169.83 cores=0-7
/proc/6822/task/6831/stat : 6831 (java) R 6820 6820 4717 0 -1 4202560 2323767 0 0 0 16119 864 0 0 20 0 20 0 476192816 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140124706818896 140125155734247 0 4 0 16800975 0 0 0 -1 2 0 0 14 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6832] ppid=6820 vsize=28233776 memory=8112282956445269571 CPUtime=76.35 cores=0-7
/proc/6822/task/6832/stat : 6832 (java) S 6820 6820 4717 0 -1 1077944384 365229 0 0 0 7580 55 0 0 20 0 20 0 476192818 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140123761455824 140125163116245 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6833] ppid=6820 vsize=28233776 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/6822/task/6833/stat : 6833 (java) S 6820 6820 4717 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 476192818 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140123760403296 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6834] ppid=6820 vsize=28233776 memory=1772 CPUtime=0 cores=0-7
/proc/6822/task/6834/stat : 6834 (java) S 6820 6820 4717 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 476192818 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140123759350912 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6835] ppid=6820 vsize=28233776 memory=111632 CPUtime=0 cores=0-7
/proc/6822/task/6835/stat : 6835 (java) S 6820 6820 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476192821 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140123758299216 140125163124635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6836] ppid=6820 vsize=28233776 memory=804 CPUtime=1.64 cores=0-7
/proc/6822/task/6836/stat : 6836 (java) S 6820 6820 4717 0 -1 1077944384 9545 0 0 0 162 2 0 0 20 0 20 0 476192821 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140123757247136 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6837] ppid=6820 vsize=28233776 memory=24659608 CPUtime=2.02 cores=0-7
/proc/6822/task/6837/stat : 6837 (java) S 6820 6820 4717 0 -1 1077944384 15206 0 0 0 199 3 0 0 20 0 20 0 476192821 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140123756194048 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6838] ppid=6820 vsize=28233776 memory=16548 CPUtime=1.99 cores=0-7
/proc/6822/task/6838/stat : 6838 (java) S 6820 6820 4717 0 -1 1077944384 13663 0 0 0 196 3 0 0 20 0 20 0 476192821 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140123755142048 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6839] ppid=6820 vsize=28233776 memory=504 CPUtime=0.62 cores=0-7
/proc/6822/task/6839/stat : 6839 (java) S 6820 6820 4717 0 -1 1077944384 8575 0 0 0 60 2 0 0 20 0 20 0 476192821 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140123754089248 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6840] ppid=6820 vsize=28233776 memory=1564 CPUtime=0 cores=0-7
/proc/6822/task/6840/stat : 6840 (java) S 6820 6820 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476192821 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140123753036128 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6841] ppid=6820 vsize=28233776 memory=1452 CPUtime=0.19 cores=0-7
/proc/6822/task/6841/stat : 6841 (java) S 6820 6820 4717 0 -1 1077944384 1249 0 0 0 8 11 0 0 20 0 20 0 476192822 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140123751983408 140125163117186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
Current children cumulated CPU time: 1577.24 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 24661060 KiB

[startup+384.001 s]*
/proc/loadavg: 7.25 5.82 6.89 2/212 6875
/proc/meminfo: memFree=209480/32770624 swapFree=66955436/67108860
[pid=6820] ppid=6817 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/6820/stat : 6820 (xcsp3-exec) S 6817 6820 4717 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476192815 115843072 363 33554432000 4194304 5098028 140723859501600 140723859499704 139862728860284 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24641536 140723859510134 140723859510377 140723859510377 140723859513290 0
/proc/6820/statm: 28282 363 304 221 0 87 0
[pid=6822] ppid=6820 vsize=28233776 memory=24659608 CPUtime=1591.47 cores=0-7
/proc/6822/stat : 6822 (java) S 6820 6820 4717 0 -1 1077944320 19358396 0 0 0 151995 7152 0 0 20 0 20 0 476192815 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140723110308640 140125163106039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
/proc/6822/statm: 7058444 6164902 3304 1 0 7019544 0
[pid=6822/tid=6823] ppid=6820 vsize=28233776 memory=8112282956445269571 CPUtime=132.21 cores=0-7
/proc/6822/task/6823/stat : 6823 (java) S 6820 6820 4717 0 -1 1077944384 43039 0 0 0 13170 51 0 0 20 0 20 0 476192816 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140125167343376 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6824] ppid=6820 vsize=28233776 memory=4872558044660077418 CPUtime=171.55 cores=0-7
/proc/6822/task/6824/stat : 6824 (java) S 6820 6820 4717 0 -1 1077944384 1921231 0 0 0 16261 894 0 0 20 0 20 0 476192816 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140125121866128 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6825] ppid=6820 vsize=28233776 memory=16548 CPUtime=171.01 cores=0-7
/proc/6822/task/6825/stat : 6825 (java) S 6820 6820 4717 0 -1 1077944384 2300885 0 0 0 16333 768 0 0 20 0 20 0 476192816 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140124713134352 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6826] ppid=6820 vsize=28233776 memory=504 CPUtime=172.25 cores=0-7
/proc/6822/task/6826/stat : 6826 (java) S 6820 6820 4717 0 -1 1077944384 2319115 0 0 0 16439 786 0 0 20 0 20 0 476192816 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140124712082064 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6827] ppid=6820 vsize=28233776 memory=1452 CPUtime=172.25 cores=0-7
/proc/6822/task/6827/stat : 6827 (java) S 6820 6820 4717 0 -1 1077944384 2826217 0 0 0 16271 954 0 0 20 0 20 0 476192816 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140124711029264 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6828] ppid=6820 vsize=28233776 memory=6935054825532540783 CPUtime=171.95 cores=0-7
/proc/6822/task/6828/stat : 6828 (java) S 6820 6820 4717 0 -1 1077944384 2288412 0 0 0 16278 917 0 0 20 0 20 0 476192816 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140124709976976 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 15 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6829] ppid=6820 vsize=28233776 memory=-7003737579269690708 CPUtime=172.08 cores=0-7
/proc/6822/task/6829/stat : 6829 (java) S 6820 6820 4717 0 -1 1077944384 2526760 0 0 0 16330 878 0 0 20 0 20 0 476192816 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140124708924176 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6830] ppid=6820 vsize=28233776 memory=24659560 CPUtime=172.29 cores=0-7
/proc/6822/task/6830/stat : 6830 (java) S 6820 6820 4717 0 -1 1077944384 2317252 0 0 0 16271 958 0 0 20 0 20 0 476192816 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140124707871888 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 11 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6831] ppid=6820 vsize=28233776 memory=24659560 CPUtime=171.38 cores=0-7
/proc/6822/task/6831/stat : 6831 (java) S 6820 6820 4717 0 -1 1077944384 2323767 0 0 0 16273 865 0 0 20 0 20 0 476192816 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140124706819088 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6832] ppid=6820 vsize=28233776 memory=1548 CPUtime=77.89 cores=0-7
/proc/6822/task/6832/stat : 6832 (java) R 6820 6820 4717 0 -1 4202560 442355 0 0 0 7730 59 0 0 20 0 20 0 476192818 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140123761455712 140125147563670 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6833] ppid=6820 vsize=28233776 memory=4486604260213485459 CPUtime=0 cores=0-7
/proc/6822/task/6833/stat : 6833 (java) S 6820 6820 4717 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 476192818 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140123760403296 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6834] ppid=6820 vsize=28233776 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/6822/task/6834/stat : 6834 (java) S 6820 6820 4717 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 476192818 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140123759350912 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6835] ppid=6820 vsize=28233776 memory=984 CPUtime=0 cores=0-7
/proc/6822/task/6835/stat : 6835 (java) S 6820 6820 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476192821 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140123758299216 140125163124635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6836] ppid=6820 vsize=28233776 memory=2032 CPUtime=1.64 cores=0-7
/proc/6822/task/6836/stat : 6836 (java) S 6820 6820 4717 0 -1 1077944384 9545 0 0 0 162 2 0 0 20 0 20 0 476192821 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140123757247136 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6837] ppid=6820 vsize=28233776 memory=1328 CPUtime=2.02 cores=0-7
/proc/6822/task/6837/stat : 6837 (java) S 6820 6820 4717 0 -1 1077944384 15206 0 0 0 199 3 0 0 20 0 20 0 476192821 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140123756194048 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6838] ppid=6820 vsize=28233776 memory=8112282956445269571 CPUtime=1.99 cores=0-7
/proc/6822/task/6838/stat : 6838 (java) S 6820 6820 4717 0 -1 1077944384 13663 0 0 0 196 3 0 0 20 0 20 0 476192821 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140123755142048 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6839] ppid=6820 vsize=28233776 memory=1056 CPUtime=0.62 cores=0-7
/proc/6822/task/6839/stat : 6839 (java) S 6820 6820 4717 0 -1 1077944384 8575 0 0 0 60 2 0 0 20 0 20 0 476192821 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140123754089248 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6840] ppid=6820 vsize=28233776 memory=744 CPUtime=0 cores=0-7
/proc/6822/task/6840/stat : 6840 (java) S 6820 6820 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476192821 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140123753036128 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6841] ppid=6820 vsize=28233776 memory=8444 CPUtime=0.2 cores=0-7
/proc/6822/task/6841/stat : 6841 (java) S 6820 6820 4717 0 -1 1077944384 1249 0 0 0 9 11 0 0 20 0 20 0 476192822 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140123751983408 140125163117186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
Current children cumulated CPU time: 1591.47 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 24661060 KiB

[startup+385.601 s]
/proc/loadavg: 6.75 5.74 6.86 2/212 6875
/proc/meminfo: memFree=209480/32770624 swapFree=66955436/67108860
[pid=6820] ppid=6817 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/6820/stat : 6820 (xcsp3-exec) S 6817 6820 4717 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476192815 115843072 363 33554432000 4194304 5098028 140723859501600 140723859499704 139862728860284 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24641536 140723859510134 140723859510377 140723859510377 140723859513290 0
/proc/6820/statm: 28282 363 304 221 0 87 0
[pid=6822] ppid=6820 vsize=28233776 memory=24659608 CPUtime=1593.07 cores=0-7
/proc/6822/stat : 6822 (java) S 6820 6820 4717 0 -1 1077944320 19426592 0 0 0 152151 7156 0 0 20 0 20 0 476192815 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140723110308640 140125163106039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
/proc/6822/statm: 7058444 6164902 3304 1 0 7019544 0
[pid=6822/tid=6823] ppid=6820 vsize=28233776 memory=8112282956445269571 CPUtime=132.21 cores=0-7
/proc/6822/task/6823/stat : 6823 (java) S 6820 6820 4717 0 -1 1077944384 43039 0 0 0 13170 51 0 0 20 0 20 0 476192816 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140125167343376 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6824] ppid=6820 vsize=28233776 memory=24659608 CPUtime=171.55 cores=0-7
/proc/6822/task/6824/stat : 6824 (java) S 6820 6820 4717 0 -1 1077944384 1921231 0 0 0 16261 894 0 0 20 0 20 0 476192816 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140125121866128 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6825] ppid=6820 vsize=28233776 memory=1420 CPUtime=171.01 cores=0-7
/proc/6822/task/6825/stat : 6825 (java) S 6820 6820 4717 0 -1 1077944384 2300885 0 0 0 16333 768 0 0 20 0 20 0 476192816 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140124713134352 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6826] ppid=6820 vsize=28233776 memory=1984 CPUtime=172.25 cores=0-7
/proc/6822/task/6826/stat : 6826 (java) S 6820 6820 4717 0 -1 1077944384 2319115 0 0 0 16439 786 0 0 20 0 20 0 476192816 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140124712082064 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6827] ppid=6820 vsize=28233776 memory=2532 CPUtime=172.25 cores=0-7
/proc/6822/task/6827/stat : 6827 (java) S 6820 6820 4717 0 -1 1077944384 2826217 0 0 0 16271 954 0 0 20 0 20 0 476192816 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140124711029264 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6828] ppid=6820 vsize=28233776 memory=1452 CPUtime=171.95 cores=0-7
/proc/6822/task/6828/stat : 6828 (java) S 6820 6820 4717 0 -1 1077944384 2288412 0 0 0 16278 917 0 0 20 0 20 0 476192816 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140124709976976 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 15 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6829] ppid=6820 vsize=28233776 memory=24659596 CPUtime=172.08 cores=0-7
/proc/6822/task/6829/stat : 6829 (java) S 6820 6820 4717 0 -1 1077944384 2526760 0 0 0 16330 878 0 0 20 0 20 0 476192816 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140124708924176 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6830] ppid=6820 vsize=28233776 memory=984 CPUtime=172.29 cores=0-7
/proc/6822/task/6830/stat : 6830 (java) S 6820 6820 4717 0 -1 1077944384 2317252 0 0 0 16271 958 0 0 20 0 20 0 476192816 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140124707871888 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 11 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6831] ppid=6820 vsize=28233776 memory=1452 CPUtime=171.38 cores=0-7
/proc/6822/task/6831/stat : 6831 (java) S 6820 6820 4717 0 -1 1077944384 2323767 0 0 0 16273 865 0 0 20 0 20 0 476192816 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140124706819088 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6832] ppid=6820 vsize=28233776 memory=24659608 CPUtime=79.49 cores=0-7
/proc/6822/task/6832/stat : 6832 (java) R 6820 6820 4717 0 -1 4202560 510339 0 0 0 7886 63 0 0 20 0 20 0 476192818 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140123761455712 140125148102443 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6833] ppid=6820 vsize=28233776 memory=3328 CPUtime=0 cores=0-7
/proc/6822/task/6833/stat : 6833 (java) S 6820 6820 4717 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 476192818 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140123760403296 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6834] ppid=6820 vsize=28233776 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/6822/task/6834/stat : 6834 (java) S 6820 6820 4717 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 476192818 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140123759350912 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6835] ppid=6820 vsize=28233776 memory=1452 CPUtime=0 cores=0-7
/proc/6822/task/6835/stat : 6835 (java) S 6820 6820 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476192821 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140123758299216 140125163124635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6836] ppid=6820 vsize=28233776 memory=24659592 CPUtime=1.64 cores=0-7
/proc/6822/task/6836/stat : 6836 (java) S 6820 6820 4717 0 -1 1077944384 9545 0 0 0 162 2 0 0 20 0 20 0 476192821 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140123757247136 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6837] ppid=6820 vsize=28233776 memory=2532 CPUtime=2.02 cores=0-7
/proc/6822/task/6837/stat : 6837 (java) S 6820 6820 4717 0 -1 1077944384 15206 0 0 0 199 3 0 0 20 0 20 0 476192821 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140123756194048 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6838] ppid=6820 vsize=28233776 memory=24659608 CPUtime=1.99 cores=0-7
/proc/6822/task/6838/stat : 6838 (java) S 6820 6820 4717 0 -1 1077944384 13663 0 0 0 196 3 0 0 20 0 20 0 476192821 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140123755142048 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6839] ppid=6820 vsize=28233776 memory=1452 CPUtime=0.62 cores=0-7
/proc/6822/task/6839/stat : 6839 (java) S 6820 6820 4717 0 -1 1077944384 8575 0 0 0 60 2 0 0 20 0 20 0 476192821 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140123754089248 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6840] ppid=6820 vsize=28233776 memory=1564 CPUtime=0 cores=0-7
/proc/6822/task/6840/stat : 6840 (java) S 6820 6820 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476192821 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140123753036128 140125163116245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
[pid=6822/tid=6841] ppid=6820 vsize=28233776 memory=924 CPUtime=0.2 cores=0-7
/proc/6822/task/6841/stat : 6841 (java) S 6820 6820 4717 0 -1 1077944384 1249 0 0 0 9 11 0 0 20 0 20 0 476192822 28911386624 6164902 33554432000 4194304 4196468 140723110326096 140123751983408 140125163117186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140723110331370 140723110331542 140723110331542 140723110334415 0
Current children cumulated CPU time: 1593.07 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 24661060 KiB

[startup+386.4 s]
/proc/loadavg: 6.75 5.74 6.86 2/194 6876
/proc/meminfo: memFree=7874960/32770624 swapFree=66955436/67108860
[pid=6820] ppid=6817 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/6820/stat : 6820 (xcsp3-exec) S 6817 6820 4717 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476192815 115843072 363 33554432000 4194304 5098028 140723859501600 140723859499704 139862728860284 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24641536 140723859510134 140723859510377 140723859510377 140723859513290 0
/proc/6820/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+386.6 s]
/proc/loadavg: 6.75 5.74 6.86 2/194 6876
/proc/meminfo: memFree=7874960/32770624 swapFree=66955436/67108860
[pid=6820] ppid=6817 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/6820/stat : 6820 (xcsp3-exec) S 6817 6820 4717 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476192815 115843072 363 33554432000 4194304 5098028 140723859501600 140723859499704 139862728860284 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24641536 140723859510134 140723859510377 140723859510377 140723859513290 0
/proc/6820/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+386.7 s]
/proc/loadavg: 6.75 5.74 6.86 2/194 6876
/proc/meminfo: memFree=7874960/32770624 swapFree=66955436/67108860
[pid=6820] ppid=6817 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/6820/stat : 6820 (xcsp3-exec) S 6817 6820 4717 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476192815 115843072 363 33554432000 4194304 5098028 140723859501600 140723859499704 139862728860284 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24641536 140723859510134 140723859510377 140723859510377 140723859513290 0
/proc/6820/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): 386.745
CPU time (s): 1594.19
CPU user time (s): 1521.7
CPU system time (s): 72.4881
CPU usage (%): 412.207
Max. virtual memory (cumulated for all children) (KiB): 28346904
Max. memory (cumulated for all children) (KiB): 24661064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1521.7
system time used= 72.4881
maximum resident set size= 24659996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19443061
page faults= 1
swaps= 0
block input operations= 7544
block output operations= 648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29222
involuntary context switches= 35972


# summary of solver processes directly reported to runsolver:
#   pid: 6820
#   total CPU time (s): 1594.19
#   total CPU user time (s): 1521.7
#   total CPU system time (s): 72.4881

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.57666 second user time and 4.14116 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-20 19:06:14
IDJOB=4404351
IDBENCH=126913
IDSOLVER=2865
FILE ID=node151/4404351-1568999214
RUNJOBID= node151-1568994968-4744
PBS_JOBID= 21704734
Free space on /tmp= 12384 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr0600-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-4404351-1568999214/watcher-4404351-1568999214 -o /tmp/evaluation-result-4404351-1568999214/solver-4404351-1568999214 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1568994968-4744 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 754751400 HOME/instance-4404351-1568999214.xml

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

MD5SUM BENCH= 944fe5e858b8dc1e5468427caea6b95a
RANDOM SEED=754751400

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        15538640 kB
MemAvailable:   31803708 kB
Buffers:          105996 kB
Cached:         16219344 kB
SwapCached:        51756 kB
Active:          8115672 kB
Inactive:        8264584 kB
Active(anon):       1672 kB
Inactive(anon):    98760 kB
Active(file):    8114000 kB
Inactive(file):  8165824 kB
Unevictable:      108536 kB
Mlocked:          108536 kB
SwapTotal:      67108860 kB
SwapFree:       66955436 kB
Dirty:             55672 kB
Writeback:             0 kB
AnonPages:        112356 kB
Mapped:            48844 kB
Shmem:             36904 kB
Slab:             442312 kB
SReclaimable:     413704 kB
SUnreclaim:        28608 kB
KernelStack:        3360 kB
PageTables:         5120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 12356 MiB
End job on node151 at 2019-09-20 19:12:41