Trace number 4393286

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-06-14? 369.127 131.931

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-13.xml
MD5SUMf1adf00e8f8fa1741c0d4b74f691c684
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.31504
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints286
Number of domains1
Minimum domain size78
Maximum domain size78
Distribution of domain sizes[{"size":78,"count":78}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":91},{"degree":12,"count":78}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":286}]
Number of extensional constraints0
Number of intensional constraints286
Distribution of constraint types[{"type":"intension","count":286}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393286-1568354517.xml"  -tl '2520s' -p 4
0.11/0.20	c Choco e747e1e
0.11/0.21	c [HOME/instance-4393286-1568354517.xml, -tl, 2520s, -p, 4]
0.33/0.25	c 4 solvers in parallel
0.51/0.32	c parse instance...
338.60/123.23	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
338.60/123.23		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:101)
338.60/123.23		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
338.60/123.23		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2096)
338.60/123.23		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2043)
338.60/123.23		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:152)
338.60/123.23		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
338.60/123.23		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
338.60/123.23		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
338.60/123.23		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
338.60/123.23		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
338.60/123.23		at org.xcsp.parser.XCallbacks$$Lambda$95/1519280649.accept(Unknown Source)
338.60/123.23		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
338.60/123.23		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
338.60/123.23		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
338.60/123.23		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
338.60/123.23		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
338.60/123.23		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
338.60/123.23		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
338.60/123.23		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
338.60/123.23		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
338.60/123.23		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
338.60/123.23		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
368.99/131.87		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
368.99/131.87	s UNKNOWN
368.99/131.87	c Unexpected resolution interruption!

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393286-1568354517/watcher-4393286-1568354517 -o /tmp/evaluation-result-4393286-1568354517/solver-4393286-1568354517 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323867655-28199 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1772851464 HOME/instance-4393286-1568354517.xml 

running on 4 cores: 0-3

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


[startup+0.100094 s]*
/proc/loadavg: 8.23 8.35 6.72 10/234 29060
/proc/meminfo: memFree=27533808/32770688 swapFree=66919992/67108860
[pid=29044] ppid=29041 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/29044/stat : 29044 (xcsp3-exec) S 29041 29044 28168 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411458076 115843072 362 33554432000 4194304 5098028 140734266100976 140734266099080 140669282869884 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 24670208 140734266106746 140734266106989 140734266106989 140734266109898 0
/proc/29044/statm: 28282 362 304 221 0 87 0
[pid=29046] ppid=29044 vsize=15144768 memory=28296 CPUtime=0.11 cores=0-3
/proc/29046/stat : 29046 (java) S 29044 29044 28168 0 -1 1077944320 5526 0 0 0 10 1 0 0 20 0 15 0 411458076 15508242432 7074 33554432000 4194304 4196468 140722752367776 140722752350320 139718801907447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
/proc/29046/statm: 3786192 7074 3051 1 0 3748377 0
[pid=29046/tid=29047] ppid=29044 vsize=15144768 memory=-6962121287837372198 CPUtime=0.08 cores=0-3
/proc/29046/task/29047/stat : 29047 (java) R 29044 29044 28168 0 -1 4202560 3546 0 0 0 8 0 0 0 20 0 15 0 411458077 15508242432 7074 33554432000 4194304 4196468 140722752367776 139718806138720 139718390004712 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29048] ppid=29044 vsize=15144768 memory=-3689451258167578675 CPUtime=0 cores=0-3
/proc/29046/task/29048/stat : 29048 (java) S 29044 29044 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411458078 15508242432 7074 33554432000 4194304 4196468 140722752367776 139718713563536 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29049] ppid=29044 vsize=15144768 memory=140137012958848 CPUtime=0 cores=0-3
/proc/29046/task/29049/stat : 29049 (java) S 29044 29044 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411458078 15508242432 7074 33554432000 4194304 4196468 140722752367776 139718712510736 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29050] ppid=29044 vsize=15144768 memory=0 CPUtime=0 cores=0-3
/proc/29046/task/29050/stat : 29050 (java) S 29044 29044 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411458078 15508242432 7074 33554432000 4194304 4196468 140722752367776 139718711458448 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29051] ppid=29044 vsize=15144768 memory=-1 CPUtime=0 cores=0-3
/proc/29046/task/29051/stat : 29051 (java) S 29044 29044 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411458078 15508242432 7074 33554432000 4194304 4196468 140722752367776 139718710405648 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29052] ppid=29044 vsize=15144768 memory=140137012958848 CPUtime=0 cores=0-3
/proc/29046/task/29052/stat : 29052 (java) S 29044 29044 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411458079 15508242432 7074 33554432000 4194304 4196468 140722752367776 139718270524016 139718801918594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29053] ppid=29044 vsize=15144768 memory=-1 CPUtime=0 cores=0-3
/proc/29046/task/29053/stat : 29053 (java) S 29044 29044 28168 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411458080 15508242432 7074 33554432000 4194304 4196468 140722752367776 139718269469984 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29054] ppid=29044 vsize=15144768 memory=0 CPUtime=0 cores=0-3
/proc/29046/task/29054/stat : 29054 (java) S 29044 29044 28168 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411458080 15508242432 7074 33554432000 4194304 4196468 140722752367776 139718268417648 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29055] ppid=29044 vsize=15144768 memory=0 CPUtime=0 cores=0-3
/proc/29046/task/29055/stat : 29055 (java) S 29044 29044 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411458083 15508242432 7074 33554432000 4194304 4196468 140722752367776 139718267365968 139718801926043 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29056] ppid=29044 vsize=15144768 memory=0 CPUtime=0 cores=0-3
/proc/29046/task/29056/stat : 29056 (java) R 29044 29044 28168 0 -1 4202560 299 0 0 0 0 0 0 0 20 0 15 0 411458083 15508242432 7074 33554432000 4194304 4196468 140722752367776 139718266312816 139718801918594 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29057] ppid=29044 vsize=15144768 memory=-1 CPUtime=0 cores=0-3
/proc/29046/task/29057/stat : 29057 (java) S 29044 29044 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411458083 15508242432 7074 33554432000 4194304 4196468 140722752367776 139718265260016 139718801918594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29058] ppid=29044 vsize=15144768 memory=140137012958848 CPUtime=0.01 cores=0-3
/proc/29046/task/29058/stat : 29058 (java) R 29044 29044 28168 0 -1 4202560 372 0 0 0 1 0 0 0 20 0 15 0 411458083 15508242432 7074 33554432000 4194304 4196468 140722752367776 139718264207728 139718801928794 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29059] ppid=29044 vsize=15144768 memory=-1 CPUtime=0 cores=0-3
/proc/29046/task/29059/stat : 29059 (java) S 29044 29044 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411458083 15508242432 7074 33554432000 4194304 4196468 140722752367776 139718263155168 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29060] ppid=29044 vsize=15144768 memory=140137012958848 CPUtime=0 cores=0-3
/proc/29046/task/29060/stat : 29060 (java) S 29044 29044 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411458084 15508242432 7074 33554432000 4194304 4196468 140722752367776 139718262102960 139718801918594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 29744 KiB

[startup+0.21181 s]*
/proc/loadavg: 8.23 8.35 6.72 9/234 29060
/proc/meminfo: memFree=27521200/32770688 swapFree=66919992/67108860
[pid=29044] ppid=29041 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/29044/stat : 29044 (xcsp3-exec) S 29041 29044 28168 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411458076 115843072 362 33554432000 4194304 5098028 140734266100976 140734266099080 140669282869884 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 24670208 140734266106746 140734266106989 140734266106989 140734266109898 0
/proc/29044/statm: 28282 362 304 221 0 87 0
[pid=29046] ppid=29044 vsize=15144768 memory=39612 CPUtime=0.33 cores=0-3
/proc/29046/stat : 29046 (java) S 29044 29044 28168 0 -1 1077944320 9194 0 0 0 30 3 0 0 20 0 15 0 411458076 15508242432 9903 33554432000 4194304 4196468 140722752367776 140722752350320 139718801907447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
/proc/29046/statm: 3786192 9903 3256 1 0 3748377 0
[pid=29046/tid=29047] ppid=29044 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=0-3
/proc/29046/task/29047/stat : 29047 (java) R 29044 29044 28168 0 -1 4202560 6466 0 0 0 18 2 0 0 20 0 15 0 411458077 15508242432 9903 33554432000 4194304 4196468 140722752367776 139718806126784 139718801929373 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29048] ppid=29044 vsize=15144768 memory=1915596 CPUtime=0 cores=0-3
/proc/29046/task/29048/stat : 29048 (java) S 29044 29044 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411458078 15508242432 9903 33554432000 4194304 4196468 140722752367776 139718713563536 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29049] ppid=29044 vsize=15144768 memory=140137015978031 CPUtime=0 cores=0-3
/proc/29046/task/29049/stat : 29049 (java) S 29044 29044 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411458078 15508242432 9903 33554432000 4194304 4196468 140722752367776 139718712510736 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29050] ppid=29044 vsize=15144768 memory=0 CPUtime=0 cores=0-3
/proc/29046/task/29050/stat : 29050 (java) S 29044 29044 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411458078 15508242432 9903 33554432000 4194304 4196468 140722752367776 139718711458448 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29051] ppid=29044 vsize=15144768 memory=-1 CPUtime=0 cores=0-3
/proc/29046/task/29051/stat : 29051 (java) S 29044 29044 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411458078 15508242432 9903 33554432000 4194304 4196468 140722752367776 139718710405648 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29052] ppid=29044 vsize=15144768 memory=140137012958848 CPUtime=0 cores=0-3
/proc/29046/task/29052/stat : 29052 (java) S 29044 29044 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411458079 15508242432 9903 33554432000 4194304 4196468 140722752367776 139718270524016 139718801918594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29053] ppid=29044 vsize=15144768 memory=-1 CPUtime=0 cores=0-3
/proc/29046/task/29053/stat : 29053 (java) S 29044 29044 28168 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411458080 15508242432 9903 33554432000 4194304 4196468 140722752367776 139718269469984 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29054] ppid=29044 vsize=15144768 memory=0 CPUtime=0 cores=0-3
/proc/29046/task/29054/stat : 29054 (java) S 29044 29044 28168 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411458080 15508242432 9903 33554432000 4194304 4196468 140722752367776 139718268417648 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29055] ppid=29044 vsize=15144768 memory=0 CPUtime=0 cores=0-3
/proc/29046/task/29055/stat : 29055 (java) S 29044 29044 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411458083 15508242432 9903 33554432000 4194304 4196468 140722752367776 139718267365968 139718801926043 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29056] ppid=29044 vsize=15144768 memory=0 CPUtime=0.03 cores=0-3
/proc/29046/task/29056/stat : 29056 (java) S 29044 29044 28168 0 -1 1077944384 519 0 0 0 3 0 0 0 20 0 15 0 411458083 15508242432 9903 33554432000 4194304 4196468 140722752367776 139718266312816 139718801918594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29057] ppid=29044 vsize=15144768 memory=-1 CPUtime=0.01 cores=0-3
/proc/29046/task/29057/stat : 29057 (java) S 29044 29044 28168 0 -1 1077944384 112 0 0 0 1 0 0 0 20 0 15 0 411458083 15508242432 9903 33554432000 4194304 4196468 140722752367776 139718265260016 139718801918594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29058] ppid=29044 vsize=15144768 memory=140137012958848 CPUtime=0.07 cores=0-3
/proc/29046/task/29058/stat : 29058 (java) S 29044 29044 28168 0 -1 1077944384 791 0 0 0 7 0 0 0 20 0 15 0 411458083 15508242432 9903 33554432000 4194304 4196468 140722752367776 139718264207728 139718801918594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29059] ppid=29044 vsize=15144768 memory=-1 CPUtime=0 cores=0-3
/proc/29046/task/29059/stat : 29059 (java) S 29044 29044 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411458083 15508242432 9903 33554432000 4194304 4196468 140722752367776 139718263155168 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29060] ppid=29044 vsize=15144768 memory=0 CPUtime=0 cores=0-3
/proc/29046/task/29060/stat : 29060 (java) S 29044 29044 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411458084 15508242432 9903 33554432000 4194304 4196468 140722752367776 139718262102960 139718801918594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 41060 KiB

[startup+0.311681 s]*
/proc/loadavg: 8.23 8.35 6.72 10/234 29060
/proc/meminfo: memFree=27515460/32770688 swapFree=66919992/67108860
[pid=29044] ppid=29041 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/29044/stat : 29044 (xcsp3-exec) S 29041 29044 28168 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411458076 115843072 362 33554432000 4194304 5098028 140734266100976 140734266099080 140669282869884 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 24670208 140734266106746 140734266106989 140734266106989 140734266109898 0
/proc/29044/statm: 28282 362 304 221 0 87 0
[pid=29046] ppid=29044 vsize=15149024 memory=45920 CPUtime=0.51 cores=0-3
/proc/29046/stat : 29046 (java) S 29044 29044 28168 0 -1 1077944320 10369 0 0 0 48 3 0 0 20 0 15 0 411458076 15512600576 11480 33554432000 4194304 4196468 140722752367776 140722752350320 139718801907447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
/proc/29046/statm: 3787256 11480 3325 1 0 3748377 0
[pid=29046/tid=29047] ppid=29044 vsize=15149024 memory=6791534058613427641 CPUtime=0.29 cores=0-3
/proc/29046/task/29047/stat : 29047 (java) R 29044 29044 28168 0 -1 4202560 7472 0 0 0 27 2 0 0 20 0 15 0 411458077 15512600576 11480 33554432000 4194304 4196468 140722752367776 139718806128960 139718785987934 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29048] ppid=29044 vsize=15149024 memory=4872558044660077418 CPUtime=0 cores=0-3
/proc/29046/task/29048/stat : 29048 (java) S 29044 29044 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411458078 15512600576 11480 33554432000 4194304 4196468 140722752367776 139718713563536 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29049] ppid=29044 vsize=15149024 memory=6943526294502006880 CPUtime=0 cores=0-3
/proc/29046/task/29049/stat : 29049 (java) S 29044 29044 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411458078 15512600576 11480 33554432000 4194304 4196468 140722752367776 139718712510736 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29050] ppid=29044 vsize=15149024 memory=7976406965554101975 CPUtime=0 cores=0-3
/proc/29046/task/29050/stat : 29050 (java) S 29044 29044 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411458078 15512600576 11480 33554432000 4194304 4196468 140722752367776 139718711458448 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29051] ppid=29044 vsize=15149024 memory=7161331908245094050 CPUtime=0 cores=0-3
/proc/29046/task/29051/stat : 29051 (java) S 29044 29044 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411458078 15512600576 11480 33554432000 4194304 4196468 140722752367776 139718710405648 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29052] ppid=29044 vsize=15149024 memory=6944656591801720471 CPUtime=0 cores=0-3
/proc/29046/task/29052/stat : 29052 (java) S 29044 29044 28168 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411458079 15512600576 11480 33554432000 4194304 4196468 140722752367776 139718270524016 139718801918594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29053] ppid=29044 vsize=15149024 memory=-8458152057954561420 CPUtime=0 cores=0-3
/proc/29046/task/29053/stat : 29053 (java) S 29044 29044 28168 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411458080 15512600576 11480 33554432000 4194304 4196468 140722752367776 139718269469984 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29054] ppid=29044 vsize=15149024 memory=-8813974798734826869 CPUtime=0 cores=0-3
/proc/29046/task/29054/stat : 29054 (java) S 29044 29044 28168 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411458080 15512600576 11480 33554432000 4194304 4196468 140722752367776 139718268417648 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29055] ppid=29044 vsize=15149024 memory=7031125463459224206 CPUtime=0 cores=0-3
/proc/29046/task/29055/stat : 29055 (java) S 29044 29044 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411458083 15512600576 11480 33554432000 4194304 4196468 140722752367776 139718267365968 139718801926043 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29056] ppid=29044 vsize=15149024 memory=4426078206164241782 CPUtime=0.05 cores=0-3
/proc/29046/task/29056/stat : 29056 (java) S 29044 29044 28168 0 -1 1077944384 545 0 0 0 5 0 0 0 20 0 15 0 411458083 15512600576 11480 33554432000 4194304 4196468 140722752367776 139718266312816 139718801918594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29057] ppid=29044 vsize=15149024 memory=0 CPUtime=0.02 cores=0-3
/proc/29046/task/29057/stat : 29057 (java) S 29044 29044 28168 0 -1 1077944384 130 0 0 0 2 0 0 0 20 0 15 0 411458083 15512600576 11480 33554432000 4194304 4196468 140722752367776 139718265260016 139718801918594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29058] ppid=29044 vsize=15149024 memory=0 CPUtime=0.12 cores=0-3
/proc/29046/task/29058/stat : 29058 (java) S 29044 29044 28168 0 -1 1077944384 916 0 0 0 12 0 0 0 20 0 15 0 411458083 15512600576 11480 33554432000 4194304 4196468 140722752367776 139718264207728 139718801918594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29059] ppid=29044 vsize=15149024 memory=0 CPUtime=0 cores=0-3
/proc/29046/task/29059/stat : 29059 (java) S 29044 29044 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411458083 15512600576 11480 33554432000 4194304 4196468 140722752367776 139718263155168 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29060] ppid=29044 vsize=15149024 memory=0 CPUtime=0 cores=0-3
/proc/29046/task/29060/stat : 29060 (java) S 29044 29044 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411458084 15512600576 11480 33554432000 4194304 4196468 140722752367776 139718262102960 139718801918594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 47368 KiB

[startup+0.700834 s]
/proc/loadavg: 8.23 8.35 6.72 9/234 29060
/proc/meminfo: memFree=27502532/32770688 swapFree=66919992/67108860
[pid=29044] ppid=29041 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/29044/stat : 29044 (xcsp3-exec) S 29041 29044 28168 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411458076 115843072 362 33554432000 4194304 5098028 140734266100976 140734266099080 140669282869884 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 24670208 140734266106746 140734266106989 140734266106989 140734266109898 0
/proc/29044/statm: 28282 362 304 221 0 87 0
[pid=29046] ppid=29044 vsize=15151148 memory=111872 CPUtime=1.33 cores=0-3
/proc/29046/stat : 29046 (java) S 29044 29044 28168 0 -1 1077944320 12610 0 0 0 128 5 0 0 20 0 15 0 411458076 15514775552 27968 33554432000 4194304 4196468 140722752367776 140722752350320 139718801907447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
/proc/29046/statm: 3787787 27968 3435 1 0 3748889 0
[pid=29046/tid=29047] ppid=29044 vsize=15151148 memory=33 CPUtime=0.67 cores=0-3
/proc/29046/task/29047/stat : 29047 (java) R 29044 29044 28168 0 -1 4202560 8627 0 0 0 63 4 0 0 20 0 15 0 411458077 15514775552 27968 33554432000 4194304 4196468 140722752367776 139718806144704 139718393380746 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29048] ppid=29044 vsize=15151148 memory=-7082918048272507482 CPUtime=0 cores=0-3
/proc/29046/task/29048/stat : 29048 (java) S 29044 29044 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411458078 15514775552 27968 33554432000 4194304 4196468 140722752367776 139718713563536 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29049] ppid=29044 vsize=15151148 memory=0 CPUtime=0 cores=0-3
/proc/29046/task/29049/stat : 29049 (java) S 29044 29044 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411458078 15514775552 27968 33554432000 4194304 4196468 140722752367776 139718712510736 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29050] ppid=29044 vsize=15151148 memory=45436 CPUtime=0 cores=0-3
/proc/29046/task/29050/stat : 29050 (java) S 29044 29044 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411458078 15514775552 27968 33554432000 4194304 4196468 140722752367776 139718711458448 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29051] ppid=29044 vsize=15151148 memory=984 CPUtime=0 cores=0-3
/proc/29046/task/29051/stat : 29051 (java) S 29044 29044 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411458078 15514775552 27968 33554432000 4194304 4196468 140722752367776 139718710405648 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29052] ppid=29044 vsize=15151148 memory=2020 CPUtime=0 cores=0-3
/proc/29046/task/29052/stat : 29052 (java) S 29044 29044 28168 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411458079 15514775552 27968 33554432000 4194304 4196468 140722752367776 139718270524016 139718801918594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29053] ppid=29044 vsize=15151148 memory=1432 CPUtime=0 cores=0-3
/proc/29046/task/29053/stat : 29053 (java) S 29044 29044 28168 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411458080 15514775552 27968 33554432000 4194304 4196468 140722752367776 139718269469984 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29054] ppid=29044 vsize=15151148 memory=776 CPUtime=0 cores=0-3
/proc/29046/task/29054/stat : 29054 (java) S 29044 29044 28168 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411458080 15514775552 27968 33554432000 4194304 4196468 140722752367776 139718268417648 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29055] ppid=29044 vsize=15151148 memory=660 CPUtime=0 cores=0-3
/proc/29046/task/29055/stat : 29055 (java) S 29044 29044 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411458083 15514775552 27968 33554432000 4194304 4196468 140722752367776 139718267365968 139718801926043 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29056] ppid=29044 vsize=15151148 memory=1556 CPUtime=0.19 cores=0-3
/proc/29046/task/29056/stat : 29056 (java) S 29044 29044 28168 0 -1 1077944384 828 0 0 0 19 0 0 0 20 0 15 0 411458083 15514775552 27968 33554432000 4194304 4196468 140722752367776 139718266312816 139718801918594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29057] ppid=29044 vsize=15151148 memory=9588 CPUtime=0.15 cores=0-3
/proc/29046/task/29057/stat : 29057 (java) R 29044 29044 28168 0 -1 4202560 415 0 0 0 15 0 0 0 20 0 15 0 411458083 15514775552 27968 33554432000 4194304 4196468 140722752367776 139718265260016 139718782606820 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29058] ppid=29044 vsize=15151148 memory=1712 CPUtime=0.3 cores=0-3
/proc/29046/task/29058/stat : 29058 (java) S 29044 29044 28168 0 -1 1077944384 1431 0 0 0 30 0 0 0 20 0 15 0 411458083 15514775552 27968 33554432000 4194304 4196468 140722752367776 139718264207728 139718801918594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29059] ppid=29044 vsize=15151148 memory=5972 CPUtime=0 cores=0-3
/proc/29046/task/29059/stat : 29059 (java) S 29044 29044 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411458083 15514775552 27968 33554432000 4194304 4196468 140722752367776 139718263155168 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29060] ppid=29044 vsize=15151148 memory=4164 CPUtime=0 cores=0-3
/proc/29046/task/29060/stat : 29060 (java) S 29044 29044 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411458084 15514775552 27968 33554432000 4194304 4196468 140722752367776 139718262102960 139718801918594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 113320 KiB

[startup+1.50087 s]
/proc/loadavg: 8.23 8.35 6.72 8/234 29060
/proc/meminfo: memFree=27313604/32770688 swapFree=66919992/67108860
[pid=29044] ppid=29041 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/29044/stat : 29044 (xcsp3-exec) S 29041 29044 28168 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411458076 115843072 362 33554432000 4194304 5098028 140734266100976 140734266099080 140669282869884 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 24670208 140734266106746 140734266106989 140734266106989 140734266109898 0
/proc/29044/statm: 28282 362 304 221 0 87 0

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

/proc/29046/task/29049/stat : 29049 (java) R 29044 29044 28168 0 -1 4202560 26147 0 0 0 7498 313 0 0 20 0 15 0 411458078 15514775552 2950092 33554432000 4194304 4196468 140722752367776 139718712510936 139718786896970 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29050] ppid=29044 vsize=15151148 memory=11800368 CPUtime=77.55 cores=0-3
/proc/29046/task/29050/stat : 29050 (java) R 29044 29044 28168 0 -1 4202560 40506 0 0 0 7476 279 0 0 20 0 15 0 411458078 15514775552 2950092 33554432000 4194304 4196468 140722752367776 139718711458568 139718794535655 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29051] ppid=29044 vsize=15151148 memory=1056 CPUtime=77.84 cores=0-3
/proc/29046/task/29051/stat : 29051 (java) R 29044 29044 28168 0 -1 4202560 28075 0 0 0 7511 273 0 0 20 0 15 0 411458078 15514775552 2950092 33554432000 4194304 4196468 140722752367776 139718710405456 139718794535655 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29052] ppid=29044 vsize=15151148 memory=6791534058613427641 CPUtime=26.64 cores=0-3
/proc/29046/task/29052/stat : 29052 (java) S 29044 29044 28168 0 -1 1077944384 28979 0 0 0 2662 2 0 0 20 0 15 0 411458079 15514775552 2950092 33554432000 4194304 4196468 140722752367776 139718270522560 139718801917653 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29053] ppid=29044 vsize=15151148 memory=800 CPUtime=0 cores=0-3
/proc/29046/task/29053/stat : 29053 (java) S 29044 29044 28168 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 411458080 15514775552 2950092 33554432000 4194304 4196468 140722752367776 139718269470048 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29054] ppid=29044 vsize=15151148 memory=4100 CPUtime=0 cores=0-3
/proc/29046/task/29054/stat : 29054 (java) S 29044 29044 28168 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 411458080 15514775552 2950092 33554432000 4194304 4196468 140722752367776 139718268417664 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29055] ppid=29044 vsize=15151148 memory=1656 CPUtime=0 cores=0-3
/proc/29046/task/29055/stat : 29055 (java) S 29044 29044 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411458083 15514775552 2950092 33554432000 4194304 4196468 140722752367776 139718267365968 139718801926043 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29056] ppid=29044 vsize=15151148 memory=6791534058613427641 CPUtime=0.48 cores=0-3
/proc/29046/task/29056/stat : 29056 (java) S 29044 29044 28168 0 -1 1077944384 3464 0 0 0 47 1 0 0 20 0 15 0 411458083 15514775552 2950092 33554432000 4194304 4196468 140722752367776 139718266312864 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29057] ppid=29044 vsize=15151148 memory=9588 CPUtime=0.34 cores=0-3
/proc/29046/task/29057/stat : 29057 (java) S 29044 29044 28168 0 -1 1077944384 2078 0 0 0 34 0 0 0 20 0 15 0 411458083 15514775552 2950092 33554432000 4194304 4196468 140722752367776 139718265259776 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29058] ppid=29044 vsize=15151148 memory=1712 CPUtime=0.51 cores=0-3
/proc/29046/task/29058/stat : 29058 (java) S 29044 29044 28168 0 -1 1077944384 3835 0 0 0 51 0 0 0 20 0 15 0 411458083 15514775552 2950092 33554432000 4194304 4196468 140722752367776 139718264204128 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29059] ppid=29044 vsize=15151148 memory=5972 CPUtime=0 cores=0-3
/proc/29046/task/29059/stat : 29059 (java) S 29044 29044 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411458083 15514775552 2950092 33554432000 4194304 4196468 140722752367776 139718263155168 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29060] ppid=29044 vsize=15151148 memory=4164 CPUtime=0.05 cores=0-3
/proc/29046/task/29060/stat : 29060 (java) S 29044 29044 28168 0 -1 1077944384 388 0 0 0 3 2 0 0 20 0 15 0 411458084 15514775552 2950092 33554432000 4194304 4196468 140722752367776 139718262102960 139718801918594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
Current children cumulated CPU time: 363.45 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 11801816 KiB

[startup+131.201 s]
/proc/loadavg: 8.49 8.11 6.83 6/234 29323
/proc/meminfo: memFree=10043020/32770688 swapFree=66919992/67108860
[pid=29044] ppid=29041 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/29044/stat : 29044 (xcsp3-exec) S 29041 29044 28168 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411458076 115843072 362 33554432000 4194304 5098028 140734266100976 140734266099080 140669282869884 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 24670208 140734266106746 140734266106989 140734266106989 140734266109898 0
/proc/29044/statm: 28282 362 304 221 0 87 0
[pid=29046] ppid=29044 vsize=15151148 memory=11800368 CPUtime=368.39 cores=0-3
/proc/29046/stat : 29046 (java) S 29044 29044 28168 0 -1 1077944320 185320 0 0 0 35670 1169 0 0 20 0 15 0 411458076 15514775552 2950092 33554432000 4194304 4196468 140722752367776 140722752350320 139718801907447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
/proc/29046/statm: 3787787 2950092 3501 1 0 3748889 0
[pid=29046/tid=29047] ppid=29044 vsize=15151148 memory=11800368 CPUtime=24.07 cores=0-3
/proc/29046/task/29047/stat : 29047 (java) S 29044 29044 28168 0 -1 1077944384 15504 0 0 0 2397 10 0 0 20 0 15 0 411458077 15514775552 2950092 33554432000 4194304 4196468 140722752367776 139718806147232 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29048] ppid=29044 vsize=15151148 memory=111632 CPUtime=78.89 cores=0-3
/proc/29046/task/29048/stat : 29048 (java) S 29044 29044 28168 0 -1 1077944384 34738 0 0 0 7606 283 0 0 20 0 15 0 411458078 15514775552 2950092 33554432000 4194304 4196468 140722752367776 139718713563536 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29049] ppid=29044 vsize=15151148 memory=6791534058613427641 CPUtime=79.27 cores=0-3
/proc/29046/task/29049/stat : 29049 (java) S 29044 29044 28168 0 -1 1077944384 26385 0 0 0 7613 314 0 0 20 0 15 0 411458078 15514775552 2950092 33554432000 4194304 4196468 140722752367776 139718712510736 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29050] ppid=29044 vsize=15151148 memory=11800368 CPUtime=78.65 cores=0-3
/proc/29046/task/29050/stat : 29050 (java) S 29044 29044 28168 0 -1 1077944384 40506 0 0 0 7585 280 0 0 20 0 15 0 411458078 15514775552 2950092 33554432000 4194304 4196468 140722752367776 139718711458448 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29051] ppid=29044 vsize=15151148 memory=2020 CPUtime=78.96 cores=0-3
/proc/29046/task/29051/stat : 29051 (java) S 29044 29044 28168 0 -1 1077944384 28075 0 0 0 7623 273 0 0 20 0 15 0 411458078 15514775552 2950092 33554432000 4194304 4196468 140722752367776 139718710405648 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29052] ppid=29044 vsize=15151148 memory=1432 CPUtime=27.09 cores=0-3
/proc/29046/task/29052/stat : 29052 (java) R 29044 29044 28168 0 -1 4202560 28979 0 0 0 2707 2 0 0 20 0 15 0 411458079 15514775552 2950092 33554432000 4194304 4196468 140722752367776 139718270522560 139718786903854 0 0 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29053] ppid=29044 vsize=15151148 memory=776 CPUtime=0 cores=0-3
/proc/29046/task/29053/stat : 29053 (java) S 29044 29044 28168 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 411458080 15514775552 2950092 33554432000 4194304 4196468 140722752367776 139718269470048 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29054] ppid=29044 vsize=15151148 memory=660 CPUtime=0 cores=0-3
/proc/29046/task/29054/stat : 29054 (java) S 29044 29044 28168 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 411458080 15514775552 2950092 33554432000 4194304 4196468 140722752367776 139718268417664 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29055] ppid=29044 vsize=15151148 memory=1556 CPUtime=0 cores=0-3
/proc/29046/task/29055/stat : 29055 (java) S 29044 29044 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411458083 15514775552 2950092 33554432000 4194304 4196468 140722752367776 139718267365968 139718801926043 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29056] ppid=29044 vsize=15151148 memory=9588 CPUtime=0.48 cores=0-3
/proc/29046/task/29056/stat : 29056 (java) S 29044 29044 28168 0 -1 1077944384 3464 0 0 0 47 1 0 0 20 0 15 0 411458083 15514775552 2950092 33554432000 4194304 4196468 140722752367776 139718266312864 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29057] ppid=29044 vsize=15151148 memory=1712 CPUtime=0.34 cores=0-3
/proc/29046/task/29057/stat : 29057 (java) S 29044 29044 28168 0 -1 1077944384 2078 0 0 0 34 0 0 0 20 0 15 0 411458083 15514775552 2950092 33554432000 4194304 4196468 140722752367776 139718265259776 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29058] ppid=29044 vsize=15151148 memory=660 CPUtime=0.51 cores=0-3
/proc/29046/task/29058/stat : 29058 (java) S 29044 29044 28168 0 -1 1077944384 3835 0 0 0 51 0 0 0 20 0 15 0 411458083 15514775552 2950092 33554432000 4194304 4196468 140722752367776 139718264204128 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29059] ppid=29044 vsize=15151148 memory=1556 CPUtime=0 cores=0-3
/proc/29046/task/29059/stat : 29059 (java) S 29044 29044 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411458083 15514775552 2950092 33554432000 4194304 4196468 140722752367776 139718263155168 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29060] ppid=29044 vsize=15151148 memory=9588 CPUtime=0.05 cores=0-3
/proc/29046/task/29060/stat : 29060 (java) S 29044 29044 28168 0 -1 1077944384 388 0 0 0 3 2 0 0 20 0 15 0 411458084 15514775552 2950092 33554432000 4194304 4196468 140722752367776 139718262102960 139718801918594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
Current children cumulated CPU time: 368.39 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 11801816 KiB

[startup+131.601 s]
/proc/loadavg: 8.49 8.11 6.83 6/234 29323
/proc/meminfo: memFree=10043020/32770688 swapFree=66919992/67108860
[pid=29044] ppid=29041 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/29044/stat : 29044 (xcsp3-exec) S 29041 29044 28168 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411458076 115843072 362 33554432000 4194304 5098028 140734266100976 140734266099080 140669282869884 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 24670208 140734266106746 140734266106989 140734266106989 140734266109898 0
/proc/29044/statm: 28282 362 304 221 0 87 0
[pid=29046] ppid=29044 vsize=15151148 memory=11800408 CPUtime=368.79 cores=0-3
/proc/29046/stat : 29046 (java) S 29044 29044 28168 0 -1 1077944320 185434 0 0 0 35710 1169 0 0 20 0 15 0 411458076 15514775552 2950102 33554432000 4194304 4196468 140722752367776 140722752350320 139718801907447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
/proc/29046/statm: 3787787 2950102 3501 1 0 3748889 0
[pid=29046/tid=29047] ppid=29044 vsize=15151148 memory=45436 CPUtime=24.07 cores=0-3
/proc/29046/task/29047/stat : 29047 (java) S 29044 29044 28168 0 -1 1077944384 15504 0 0 0 2397 10 0 0 20 0 15 0 411458077 15514775552 2950102 33554432000 4194304 4196468 140722752367776 139718806147232 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29048] ppid=29044 vsize=15151148 memory=984 CPUtime=78.89 cores=0-3
/proc/29046/task/29048/stat : 29048 (java) S 29044 29044 28168 0 -1 1077944384 34738 0 0 0 7606 283 0 0 20 0 15 0 411458078 15514775552 2950102 33554432000 4194304 4196468 140722752367776 139718713563536 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29049] ppid=29044 vsize=15151148 memory=2020 CPUtime=79.27 cores=0-3
/proc/29046/task/29049/stat : 29049 (java) S 29044 29044 28168 0 -1 1077944384 26385 0 0 0 7613 314 0 0 20 0 15 0 411458078 15514775552 2950102 33554432000 4194304 4196468 140722752367776 139718712510736 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29050] ppid=29044 vsize=15151148 memory=1432 CPUtime=78.65 cores=0-3
/proc/29046/task/29050/stat : 29050 (java) S 29044 29044 28168 0 -1 1077944384 40506 0 0 0 7585 280 0 0 20 0 15 0 411458078 15514775552 2950102 33554432000 4194304 4196468 140722752367776 139718711458448 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29051] ppid=29044 vsize=15151148 memory=1176 CPUtime=78.96 cores=0-3
/proc/29046/task/29051/stat : 29051 (java) S 29044 29044 28168 0 -1 1077944384 28075 0 0 0 7623 273 0 0 20 0 15 0 411458078 15514775552 2950102 33554432000 4194304 4196468 140722752367776 139718710405648 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29052] ppid=29044 vsize=15151148 memory=980 CPUtime=27.48 cores=0-3
/proc/29046/task/29052/stat : 29052 (java) R 29044 29044 28168 0 -1 4202560 29093 0 0 0 2746 2 0 0 20 0 15 0 411458079 15514775552 2950102 33554432000 4194304 4196468 140722752367776 139718270522448 139718786903828 0 0 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29053] ppid=29044 vsize=15151148 memory=14008 CPUtime=0 cores=0-3
/proc/29046/task/29053/stat : 29053 (java) S 29044 29044 28168 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 411458080 15514775552 2950102 33554432000 4194304 4196468 140722752367776 139718269470048 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29054] ppid=29044 vsize=15151148 memory=12028 CPUtime=0 cores=0-3
/proc/29046/task/29054/stat : 29054 (java) S 29044 29044 28168 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 411458080 15514775552 2950102 33554432000 4194304 4196468 140722752367776 139718268417664 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29055] ppid=29044 vsize=15151148 memory=24768 CPUtime=0 cores=0-3
/proc/29046/task/29055/stat : 29055 (java) S 29044 29044 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411458083 15514775552 2950102 33554432000 4194304 4196468 140722752367776 139718267365968 139718801926043 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29056] ppid=29044 vsize=15151148 memory=2120 CPUtime=0.48 cores=0-3
/proc/29046/task/29056/stat : 29056 (java) S 29044 29044 28168 0 -1 1077944384 3464 0 0 0 47 1 0 0 20 0 15 0 411458083 15514775552 2950102 33554432000 4194304 4196468 140722752367776 139718266312864 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29057] ppid=29044 vsize=15151148 memory=496 CPUtime=0.34 cores=0-3
/proc/29046/task/29057/stat : 29057 (java) S 29044 29044 28168 0 -1 1077944384 2078 0 0 0 34 0 0 0 20 0 15 0 411458083 15514775552 2950102 33554432000 4194304 4196468 140722752367776 139718265259776 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29058] ppid=29044 vsize=15151148 memory=1560 CPUtime=0.51 cores=0-3
/proc/29046/task/29058/stat : 29058 (java) S 29044 29044 28168 0 -1 1077944384 3835 0 0 0 51 0 0 0 20 0 15 0 411458083 15514775552 2950102 33554432000 4194304 4196468 140722752367776 139718264204128 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29059] ppid=29044 vsize=15151148 memory=928 CPUtime=0 cores=0-3
/proc/29046/task/29059/stat : 29059 (java) S 29044 29044 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411458083 15514775552 2950102 33554432000 4194304 4196468 140722752367776 139718263155168 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29060] ppid=29044 vsize=15151148 memory=776 CPUtime=0.05 cores=0-3
/proc/29046/task/29060/stat : 29060 (java) S 29044 29044 28168 0 -1 1077944384 388 0 0 0 3 2 0 0 20 0 15 0 411458084 15514775552 2950102 33554432000 4194304 4196468 140722752367776 139718262102960 139718801918594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
Current children cumulated CPU time: 368.79 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 11801856 KiB

[startup+131.801 s]
/proc/loadavg: 8.49 8.11 6.83 6/234 29323
/proc/meminfo: memFree=10043020/32770688 swapFree=66919992/67108860
[pid=29044] ppid=29041 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/29044/stat : 29044 (xcsp3-exec) S 29041 29044 28168 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411458076 115843072 362 33554432000 4194304 5098028 140734266100976 140734266099080 140669282869884 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 24670208 140734266106746 140734266106989 140734266106989 140734266109898 0
/proc/29044/statm: 28282 362 304 221 0 87 0
[pid=29046] ppid=29044 vsize=15151148 memory=11800408 CPUtime=368.99 cores=0-3
/proc/29046/stat : 29046 (java) S 29044 29044 28168 0 -1 1077944320 185434 0 0 0 35730 1169 0 0 20 0 15 0 411458076 15514775552 2950102 33554432000 4194304 4196468 140722752367776 140722752350320 139718801907447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
/proc/29046/statm: 3787787 2950102 3501 1 0 3748889 0
[pid=29046/tid=29047] ppid=29044 vsize=15151148 memory=9588 CPUtime=24.07 cores=0-3
/proc/29046/task/29047/stat : 29047 (java) S 29044 29044 28168 0 -1 1077944384 15504 0 0 0 2397 10 0 0 20 0 15 0 411458077 15514775552 2950102 33554432000 4194304 4196468 140722752367776 139718806147232 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29048] ppid=29044 vsize=15151148 memory=1712 CPUtime=78.89 cores=0-3
/proc/29046/task/29048/stat : 29048 (java) S 29044 29044 28168 0 -1 1077944384 34738 0 0 0 7606 283 0 0 20 0 15 0 411458078 15514775552 2950102 33554432000 4194304 4196468 140722752367776 139718713563536 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29049] ppid=29044 vsize=15151148 memory=5972 CPUtime=79.27 cores=0-3
/proc/29046/task/29049/stat : 29049 (java) S 29044 29044 28168 0 -1 1077944384 26385 0 0 0 7613 314 0 0 20 0 15 0 411458078 15514775552 2950102 33554432000 4194304 4196468 140722752367776 139718712510736 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29050] ppid=29044 vsize=15151148 memory=4164 CPUtime=78.65 cores=0-3
/proc/29046/task/29050/stat : 29050 (java) S 29044 29044 28168 0 -1 1077944384 40506 0 0 0 7585 280 0 0 20 0 15 0 411458078 15514775552 2950102 33554432000 4194304 4196468 140722752367776 139718711458448 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29051] ppid=29044 vsize=15151148 memory=1056 CPUtime=78.96 cores=0-3
/proc/29046/task/29051/stat : 29051 (java) S 29044 29044 28168 0 -1 1077944384 28075 0 0 0 7623 273 0 0 20 0 15 0 411458078 15514775552 2950102 33554432000 4194304 4196468 140722752367776 139718710405648 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29052] ppid=29044 vsize=15151148 memory=2828 CPUtime=27.68 cores=0-3
/proc/29046/task/29052/stat : 29052 (java) R 29044 29044 28168 0 -1 4202560 29093 0 0 0 2766 2 0 0 20 0 15 0 411458079 15514775552 2950102 33554432000 4194304 4196468 140722752367776 139718270522448 139718786608094 0 0 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29053] ppid=29044 vsize=15151148 memory=6791534058613427641 CPUtime=0 cores=0-3
/proc/29046/task/29053/stat : 29053 (java) S 29044 29044 28168 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 411458080 15514775552 2950102 33554432000 4194304 4196468 140722752367776 139718269470048 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29054] ppid=29044 vsize=15151148 memory=1448 CPUtime=0 cores=0-3
/proc/29046/task/29054/stat : 29054 (java) S 29044 29044 28168 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 411458080 15514775552 2950102 33554432000 4194304 4196468 140722752367776 139718268417664 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29055] ppid=29044 vsize=15151148 memory=11800368 CPUtime=0 cores=0-3
/proc/29046/task/29055/stat : 29055 (java) S 29044 29044 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411458083 15514775552 2950102 33554432000 4194304 4196468 140722752367776 139718267365968 139718801926043 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29056] ppid=29044 vsize=15151148 memory=1444 CPUtime=0.48 cores=0-3
/proc/29046/task/29056/stat : 29056 (java) S 29044 29044 28168 0 -1 1077944384 3464 0 0 0 47 1 0 0 20 0 15 0 411458083 15514775552 2950102 33554432000 4194304 4196468 140722752367776 139718266312864 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29057] ppid=29044 vsize=15151148 memory=1764 CPUtime=0.34 cores=0-3
/proc/29046/task/29057/stat : 29057 (java) S 29044 29044 28168 0 -1 1077944384 2078 0 0 0 34 0 0 0 20 0 15 0 411458083 15514775552 2950102 33554432000 4194304 4196468 140722752367776 139718265259776 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29058] ppid=29044 vsize=15151148 memory=111632 CPUtime=0.51 cores=0-3
/proc/29046/task/29058/stat : 29058 (java) S 29044 29044 28168 0 -1 1077944384 3835 0 0 0 51 0 0 0 20 0 15 0 411458083 15514775552 2950102 33554432000 4194304 4196468 140722752367776 139718264204128 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29059] ppid=29044 vsize=15151148 memory=800 CPUtime=0 cores=0-3
/proc/29046/task/29059/stat : 29059 (java) S 29044 29044 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411458083 15514775552 2950102 33554432000 4194304 4196468 140722752367776 139718263155168 139718801917653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
[pid=29046/tid=29060] ppid=29044 vsize=15151148 memory=4100 CPUtime=0.05 cores=0-3
/proc/29046/task/29060/stat : 29060 (java) S 29044 29044 28168 0 -1 1077944384 388 0 0 0 3 2 0 0 20 0 15 0 411458084 15514775552 2950102 33554432000 4194304 4196468 140722752367776 139718262102960 139718801918594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 34394112 140722752369647 140722752369818 140722752369818 140722752372687 0
Current children cumulated CPU time: 368.99 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 11801856 KiB

[startup+131.922 s]
/proc/loadavg: 8.49 8.11 6.83 6/234 29323
/proc/meminfo: memFree=10043020/32770688 swapFree=66919992/67108860
[pid=29044] ppid=29041 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/29044/stat : 29044 (xcsp3-exec) S 29041 29044 28168 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411458076 115843072 362 33554432000 4194304 5098028 140734266100976 140734266099080 140669282869884 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 24670208 140734266106746 140734266106989 140734266106989 140734266109898 0
/proc/29044/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

Child status: 1
Real time (s): 131.931
CPU time (s): 369.127
CPU user time (s): 357.377
CPU system time (s): 11.7504
CPU usage (%): 279.788
Max. virtual memory (cumulated for all children) (KiB): 15264276
Max. memory (cumulated for all children) (KiB): 11801856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 357.377
system time used= 11.7504
maximum resident set size= 11800668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186086
page faults= 0
swaps= 0
block input operations= 0
block output operations= 272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8106
involuntary context switches= 9664


# summary of solver processes directly reported to runsolver:
#   pid: 29044
#   total CPU time (s): 369.127
#   total CPU user time (s): 357.377
#   total CPU system time (s): 11.7504

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.936043 second user time and 1.50017 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-14 14:22:20
IDJOB=4393286
IDBENCH=140558
IDSOLVER=2840
FILE ID=node120/4393286-1568354517
RUNJOBID= node120-1323867655-28199
PBS_JOBID= 21701183
Free space on /tmp= 59128 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-13.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393286-1568354517/watcher-4393286-1568354517 -o /tmp/evaluation-result-4393286-1568354517/solver-4393286-1568354517 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323867655-28199 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1772851464 HOME/instance-4393286-1568354517.xml

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

MD5SUM BENCH= f1adf00e8f8fa1741c0d4b74f691c684
RANDOM SEED=1772851464

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        27551864 kB
MemAvailable:   31630292 kB
Buffers:          164064 kB
Cached:          4207320 kB
SwapCached:        77548 kB
Active:          1485020 kB
Inactive:        3157760 kB
Active(anon):     193604 kB
Inactive(anon):   126960 kB
Active(file):    1291416 kB
Inactive(file):  3030800 kB
Unevictable:      108228 kB
Mlocked:          108228 kB
SwapTotal:      67108860 kB
SwapFree:       66919992 kB
Dirty:             52444 kB
Writeback:             0 kB
AnonPages:        315040 kB
Mapped:            60704 kB
Shmem:             41008 kB
Slab:             173420 kB
SReclaimable:     144092 kB
SUnreclaim:        29328 kB
KernelStack:        3952 kB
PageTables:         6596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    1659244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 59104 MiB
End job on node120 at 2011-12-14 14:24:32