Trace number 4284130

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 5a (2017-08-18)? 355.30099 196.315

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-14.xml
MD5SUMf410f04816b97be6981931cb2af07a5b
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.441035
Satisfiable
(Un)Satisfiability was proved
Number of variables196
Number of constraints364
Number of domains1
Minimum domain size91
Maximum domain size91
Distribution of domain sizes[{"size":91,"count":91}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":105},{"degree":13,"count":91}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":364}]
Number of extensional constraints0
Number of intensional constraints364
Distribution of constraint types[{"type":"intension","count":364}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4284130-1503226153.xml"  -tl '2520s' -p 1 -x 3
0.11/0.15	c [HOME/instance-4284130-1503226153.xml, -tl, 2520s, -p, 1, -x, 3]
0.11/0.20	c simple solver
0.33/0.27	c parse instance...
335.31/190.52	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
335.31/190.52		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
335.31/190.52		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
335.31/190.52		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1867)
335.31/190.52		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1823)
335.31/190.52		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
335.31/190.52		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
335.31/190.52		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
335.31/190.52		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
335.31/190.52		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
335.31/190.52		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
335.31/190.52		at org.xcsp.parser.XCallbacks$$Lambda$52/542060780.accept(Unknown Source)
335.31/190.52		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
335.31/190.52		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
335.31/190.52		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
335.31/190.52		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
335.31/190.52		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
335.31/190.52		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
335.31/190.52		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
335.31/190.52		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
335.31/190.52		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
335.31/190.52		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
335.31/190.52		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
355.17/196.26	s UNKNOWN
355.17/196.26	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 (13013 MiB free)
  memory of node 1: 16384 MiB (8856 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284130-1503226153/watcher-4284130-1503226153 -o /tmp/evaluation-result-4284130-1503226153/solver-4284130-1503226153 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1503215438-13001 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1141298161 HOME/instance-4284130-1503226153.xml 

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

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

solver pid=14438, runsolver pid=14435

[startup+0.100705 s]*
/proc/loadavg: 1.94 1.78 1.81 3/219 14454
/proc/meminfo: memFree=22377420/32770624 swapFree=67108860/67108860
[pid=14438] ppid=14435 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14438/stat : 14438 (xcsp3-exec) S 14435 14438 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155702784 9740288 346 33554432000 4194304 5098028 140727656530992 140727656529096 140255689335420 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11530240 140727656535150 140727656535355 140727656535355 140727656538091 0
/proc/14438/statm: 2378 346 289 221 0 87 0
[pid=14440] ppid=14438 vsize=13978596 memory=28372 CPUtime=0.11 cores=0,2,4,6
/proc/14440/stat : 14440 (java) S 14438 14438 8036 0 -1 1077944320 5430 0 0 0 10 1 0 0 20 0 15 0 155702785 14314082304 7093 33554432000 4194304 4196468 140726644535280 140726644517824 140710322675447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
/proc/14440/statm: 3494649 7093 2867 1 0 3482966 0
[pid=14440/tid=14441] ppid=14438 vsize=13978596 memory=8514701219881125282 CPUtime=0.08 cores=0,2,4,6
/proc/14440/task/14441/stat : 14441 (java) R 14438 14438 8036 0 -1 4202560 3456 0 0 0 8 0 0 0 20 0 15 0 155702785 14314082304 7093 33554432000 4194304 4196468 140726644535280 140710326894424 140710302400492 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14442] ppid=14438 vsize=13978596 memory=3472468566839809232 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14442/stat : 14442 (java) S 14438 14438 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155702786 14314082304 7093 33554432000 4194304 4196468 140726644535280 140710252764304 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14443] ppid=14438 vsize=13978596 memory=140437944657536 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14443/stat : 14443 (java) S 14438 14438 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155702786 14314082304 7093 33554432000 4194304 4196468 140726644535280 140710251711504 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14444] ppid=14438 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14444/stat : 14444 (java) S 14438 14438 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155702786 14314082304 7093 33554432000 4194304 4196468 140726644535280 140710250658704 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14445] ppid=14438 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14445/stat : 14445 (java) S 14438 14438 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155702786 14314082304 7093 33554432000 4194304 4196468 140726644535280 140710249605904 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14446] ppid=14438 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14446/stat : 14446 (java) S 14438 14438 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155702787 14314082304 7093 33554432000 4194304 4196468 140726644535280 140709234465136 140710322686594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14447] ppid=14438 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14447/stat : 14447 (java) S 14438 14438 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155702788 14314082304 7093 33554432000 4194304 4196468 140726644535280 140709233411104 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14448] ppid=14438 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14448/stat : 14448 (java) S 14438 14438 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155702788 14314082304 7093 33554432000 4194304 4196468 140726644535280 140709232358256 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14449] ppid=14438 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14449/stat : 14449 (java) S 14438 14438 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155702790 14314082304 7093 33554432000 4194304 4196468 140726644535280 140709231306576 140710322694043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14450] ppid=14438 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14450/stat : 14450 (java) S 14438 14438 8036 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 15 0 155702790 14314082304 7093 33554432000 4194304 4196468 140726644535280 140709230254960 140710322686594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14451] ppid=14438 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14451/stat : 14451 (java) S 14438 14438 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155702790 14314082304 7093 33554432000 4194304 4196468 140726644535280 140709229202160 140710322686594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14452] ppid=14438 vsize=13978596 memory=140437944657536 CPUtime=0.01 cores=0,2,4,6
/proc/14440/task/14452/stat : 14452 (java) R 14438 14438 8036 0 -1 4202560 255 0 0 0 1 0 0 0 20 0 15 0 155702790 14314082304 7093 33554432000 4194304 4196468 140726644535280 140709228149360 140710306920828 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14453] ppid=14438 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14453/stat : 14453 (java) S 14438 14438 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155702790 14314082304 7093 33554432000 4194304 4196468 140726644535280 140709227096800 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14454] ppid=14438 vsize=13978596 memory=140437944657536 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14454/stat : 14454 (java) S 14438 14438 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155702791 14314082304 7093 33554432000 4194304 4196468 140726644535280 140709226044080 140710322686594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29756 KiB

[startup+0.2108 s]*
/proc/loadavg: 1.94 1.78 1.81 3/219 14454
/proc/meminfo: memFree=22366556/32770624 swapFree=67108860/67108860
[pid=14438] ppid=14435 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14438/stat : 14438 (xcsp3-exec) S 14435 14438 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155702784 9740288 346 33554432000 4194304 5098028 140727656530992 140727656529096 140255689335420 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11530240 140727656535150 140727656535355 140727656535355 140727656538091 0
/proc/14438/statm: 2378 346 289 221 0 87 0
[pid=14440] ppid=14438 vsize=13982852 memory=40372 CPUtime=0.33 cores=0,2,4,6
/proc/14440/stat : 14440 (java) S 14438 14438 8036 0 -1 1077944320 8110 0 0 0 31 2 0 0 20 0 15 0 155702785 14318440448 10093 33554432000 4194304 4196468 140726644535280 140726644517824 140710322675447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
/proc/14440/statm: 3495713 10093 3052 1 0 3482966 0
[pid=14440/tid=14441] ppid=14438 vsize=13982852 memory=5853394889045019040 CPUtime=0.19 cores=0,2,4,6
/proc/14440/task/14441/stat : 14441 (java) R 14438 14438 8036 0 -1 4202560 5258 0 0 0 18 1 0 0 20 0 15 0 155702785 14318440448 10093 33554432000 4194304 4196468 140726644535280 140710326896440 140710305091283 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14442] ppid=14438 vsize=13982852 memory=3472468566839809232 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14442/stat : 14442 (java) S 14438 14438 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155702786 14318440448 10093 33554432000 4194304 4196468 140726644535280 140710252764304 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14443] ppid=14438 vsize=13982852 memory=140437944657536 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14443/stat : 14443 (java) S 14438 14438 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155702786 14318440448 10093 33554432000 4194304 4196468 140726644535280 140710251711504 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14444] ppid=14438 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14444/stat : 14444 (java) S 14438 14438 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155702786 14318440448 10093 33554432000 4194304 4196468 140726644535280 140710250658704 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14445] ppid=14438 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14445/stat : 14445 (java) S 14438 14438 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155702786 14318440448 10093 33554432000 4194304 4196468 140726644535280 140710249605904 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14446] ppid=14438 vsize=13982852 memory=140437944657536 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14446/stat : 14446 (java) S 14438 14438 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155702787 14318440448 10093 33554432000 4194304 4196468 140726644535280 140709234465136 140710322686594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14447] ppid=14438 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14447/stat : 14447 (java) S 14438 14438 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155702788 14318440448 10093 33554432000 4194304 4196468 140726644535280 140709233411104 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14448] ppid=14438 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14448/stat : 14448 (java) S 14438 14438 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155702788 14318440448 10093 33554432000 4194304 4196468 140726644535280 140709232358256 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14449] ppid=14438 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14449/stat : 14449 (java) S 14438 14438 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155702790 14318440448 10093 33554432000 4194304 4196468 140726644535280 140709231306576 140710322694043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14450] ppid=14438 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/14440/task/14450/stat : 14450 (java) S 14438 14438 8036 0 -1 1077944384 709 0 0 0 3 0 0 0 20 0 15 0 155702790 14318440448 10093 33554432000 4194304 4196468 140726644535280 140709230254960 140710322686594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14451] ppid=14438 vsize=13982852 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/14440/task/14451/stat : 14451 (java) S 14438 14438 8036 0 -1 1077944384 78 0 0 0 1 0 0 0 20 0 15 0 155702790 14318440448 10093 33554432000 4194304 4196468 140726644535280 140709229202160 140710322686594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14452] ppid=14438 vsize=13982852 memory=140437944657536 CPUtime=0.07 cores=0,2,4,6
/proc/14440/task/14452/stat : 14452 (java) S 14438 14438 8036 0 -1 1077944384 763 0 0 0 7 0 0 0 20 0 15 0 155702790 14318440448 10093 33554432000 4194304 4196468 140726644535280 140709228149360 140710322686594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14453] ppid=14438 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14453/stat : 14453 (java) S 14438 14438 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155702790 14318440448 10093 33554432000 4194304 4196468 140726644535280 140709227096800 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14454] ppid=14438 vsize=13982852 memory=140437944657536 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14454/stat : 14454 (java) S 14438 14438 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155702791 14318440448 10093 33554432000 4194304 4196468 140726644535280 140709226044080 140710322686594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41756 KiB

[startup+0.312589 s]*
/proc/loadavg: 1.94 1.78 1.81 3/219 14454
/proc/meminfo: memFree=22359980/32770624 swapFree=67108860/67108860
[pid=14438] ppid=14435 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14438/stat : 14438 (xcsp3-exec) S 14435 14438 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155702784 9740288 346 33554432000 4194304 5098028 140727656530992 140727656529096 140255689335420 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11530240 140727656535150 140727656535355 140727656535355 140727656538091 0
/proc/14438/statm: 2378 346 289 221 0 87 0
[pid=14440] ppid=14438 vsize=13982852 memory=47304 CPUtime=0.51 cores=0,2,4,6
/proc/14440/stat : 14440 (java) S 14438 14438 8036 0 -1 1077944320 9015 0 0 0 48 3 0 0 20 0 15 0 155702785 14318440448 11826 33554432000 4194304 4196468 140726644535280 140726644517824 140710322675447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
/proc/14440/statm: 3495713 11826 3084 1 0 3482966 0
[pid=14440/tid=14441] ppid=14438 vsize=13982852 memory=8514701219880862117 CPUtime=0.29 cores=0,2,4,6
/proc/14440/task/14441/stat : 14441 (java) R 14438 14438 8036 0 -1 4202560 5936 0 0 0 27 2 0 0 20 0 15 0 155702785 14318440448 11826 33554432000 4194304 4196468 140726644535280 140710326913280 140709923524672 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14442] ppid=14438 vsize=13982852 memory=3472468566839809232 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14442/stat : 14442 (java) S 14438 14438 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155702786 14318440448 11826 33554432000 4194304 4196468 140726644535280 140710252764304 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14443] ppid=14438 vsize=13982852 memory=140437944657536 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14443/stat : 14443 (java) S 14438 14438 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155702786 14318440448 11826 33554432000 4194304 4196468 140726644535280 140710251711504 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14444] ppid=14438 vsize=13982852 memory=12 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14444/stat : 14444 (java) S 14438 14438 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155702786 14318440448 11826 33554432000 4194304 4196468 140726644535280 140710250658704 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14445] ppid=14438 vsize=13982852 memory=140437847418911 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14445/stat : 14445 (java) S 14438 14438 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155702786 14318440448 11826 33554432000 4194304 4196468 140726644535280 140710249605904 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14446] ppid=14438 vsize=13982852 memory=280875694817056 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14446/stat : 14446 (java) S 14438 14438 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155702787 14318440448 11826 33554432000 4194304 4196468 140726644535280 140709234465136 140710322686594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14447] ppid=14438 vsize=13982852 memory=140437847395855 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14447/stat : 14447 (java) S 14438 14438 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155702788 14318440448 11826 33554432000 4194304 4196468 140726644535280 140709233411104 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14448] ppid=14438 vsize=13982852 memory=280875791936520 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14448/stat : 14448 (java) S 14438 14438 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155702788 14318440448 11826 33554432000 4194304 4196468 140726644535280 140709232358256 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14449] ppid=14438 vsize=13982852 memory=140437847418911 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14449/stat : 14449 (java) S 14438 14438 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155702790 14318440448 11826 33554432000 4194304 4196468 140726644535280 140709231306576 140710322694043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14450] ppid=14438 vsize=13982852 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/14440/task/14450/stat : 14450 (java) S 14438 14438 8036 0 -1 1077944384 721 0 0 0 4 0 0 0 20 0 15 0 155702790 14318440448 11826 33554432000 4194304 4196468 140726644535280 140709230254960 140710322686594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14451] ppid=14438 vsize=13982852 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/14440/task/14451/stat : 14451 (java) S 14438 14438 8036 0 -1 1077944384 168 0 0 0 3 0 0 0 20 0 15 0 155702790 14318440448 11826 33554432000 4194304 4196468 140726644535280 140709229202160 140710322686594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14452] ppid=14438 vsize=13982852 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/14440/task/14452/stat : 14452 (java) R 14438 14438 8036 0 -1 4202560 893 0 0 0 12 0 0 0 20 0 15 0 155702790 14318440448 11826 33554432000 4194304 4196468 140726644535280 140709228149488 140710302868391 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14453] ppid=14438 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14453/stat : 14453 (java) S 14438 14438 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155702790 14318440448 11826 33554432000 4194304 4196468 140726644535280 140709227096800 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14454] ppid=14438 vsize=13982852 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14454/stat : 14454 (java) S 14438 14438 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155702791 14318440448 11826 33554432000 4194304 4196468 140726644535280 140709226044080 140710322686594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48688 KiB

[startup+0.70083 s]
/proc/loadavg: 1.94 1.78 1.81 5/219 14454
/proc/meminfo: memFree=22347208/32770624 swapFree=67108860/67108860
[pid=14438] ppid=14435 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14438/stat : 14438 (xcsp3-exec) S 14435 14438 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155702784 9740288 346 33554432000 4194304 5098028 140727656530992 140727656529096 140255689335420 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11530240 140727656535150 140727656535355 140727656535355 140727656538091 0
/proc/14438/statm: 2378 346 289 221 0 87 0
[pid=14440] ppid=14438 vsize=13984976 memory=117932 CPUtime=1.22 cores=0,2,4,6
/proc/14440/stat : 14440 (java) S 14438 14438 8036 0 -1 1077944320 10221 0 0 0 117 5 0 0 20 0 15 0 155702785 14320615424 29483 33554432000 4194304 4196468 140726644535280 140726644517824 140710322675447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
/proc/14440/statm: 3496244 29483 3187 1 0 3483478 0
[pid=14440/tid=14441] ppid=14438 vsize=13984976 memory=280875694624592 CPUtime=0.67 cores=0,2,4,6
/proc/14440/task/14441/stat : 14441 (java) R 14438 14438 8036 0 -1 4202560 6416 0 0 0 64 3 0 0 20 0 15 0 155702785 14320615424 29483 33554432000 4194304 4196468 140726644535280 140710326913776 140709926643131 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14442] ppid=14438 vsize=13984976 memory=3835163037842756688 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14442/stat : 14442 (java) S 14438 14438 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155702786 14320615424 29483 33554432000 4194304 4196468 140726644535280 140710252764304 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14443] ppid=14438 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14443/stat : 14443 (java) S 14438 14438 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155702786 14320615424 29483 33554432000 4194304 4196468 140726644535280 140710251711504 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14444] ppid=14438 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14444/stat : 14444 (java) S 14438 14438 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155702786 14320615424 29483 33554432000 4194304 4196468 140726644535280 140710250658704 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14445] ppid=14438 vsize=13984976 memory=5796 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14445/stat : 14445 (java) S 14438 14438 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155702786 14320615424 29483 33554432000 4194304 4196468 140726644535280 140710249605904 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14446] ppid=14438 vsize=13984976 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14446/stat : 14446 (java) S 14438 14438 8036 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 155702787 14320615424 29483 33554432000 4194304 4196468 140726644535280 140709234465136 140710322686594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14447] ppid=14438 vsize=13984976 memory=8716 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14447/stat : 14447 (java) S 14438 14438 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155702788 14320615424 29483 33554432000 4194304 4196468 140726644535280 140709233411104 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14448] ppid=14438 vsize=13984976 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14448/stat : 14448 (java) S 14438 14438 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155702788 14320615424 29483 33554432000 4194304 4196468 140726644535280 140709232358256 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14449] ppid=14438 vsize=13984976 memory=7452706766398776640 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14449/stat : 14449 (java) S 14438 14438 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155702790 14320615424 29483 33554432000 4194304 4196468 140726644535280 140709231306576 140710322694043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14450] ppid=14438 vsize=13984976 memory=7881696724453321575 CPUtime=0.14 cores=0,2,4,6
/proc/14440/task/14450/stat : 14450 (java) S 14438 14438 8036 0 -1 1077944384 943 0 0 0 14 0 0 0 20 0 15 0 155702790 14320615424 29483 33554432000 4194304 4196468 140726644535280 140709230254960 140710322686594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14451] ppid=14438 vsize=13984976 memory=7223892898797867088 CPUtime=0.14 cores=0,2,4,6
/proc/14440/task/14451/stat : 14451 (java) S 14438 14438 8036 0 -1 1077944384 372 0 0 0 14 0 0 0 20 0 15 0 155702790 14320615424 29483 33554432000 4194304 4196468 140726644535280 140709229202160 140710322686594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14452] ppid=14438 vsize=13984976 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/14440/task/14452/stat : 14452 (java) S 14438 14438 8036 0 -1 1077944384 1183 0 0 0 24 0 0 0 20 0 15 0 155702790 14320615424 29483 33554432000 4194304 4196468 140726644535280 140709228149360 140710322686594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14453] ppid=14438 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14453/stat : 14453 (java) S 14438 14438 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155702790 14320615424 29483 33554432000 4194304 4196468 140726644535280 140709227096800 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14454] ppid=14438 vsize=13984976 memory=42924 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14454/stat : 14454 (java) S 14438 14438 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155702791 14320615424 29483 33554432000 4194304 4196468 140726644535280 140709226044080 140710322686594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 119316 KiB

[startup+1.5008 s]
/proc/loadavg: 1.94 1.78 1.81 3/219 14454
/proc/meminfo: memFree=22289484/32770624 swapFree=67108860/67108860
[pid=14438] ppid=14435 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14438/stat : 14438 (xcsp3-exec) S 14435 14438 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155702784 9740288 346 33554432000 4194304 5098028 140727656530992 140727656529096 140255689335420 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11530240 140727656535150 140727656535355 140727656535355 140727656538091 0
/proc/14438/statm: 2378 346 289 221 0 87 0

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

/proc/14440/task/14447/stat : 14447 (java) S 14438 14438 8036 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 155702788 14388776960 2685169 33554432000 4194304 4196468 140726644535280 140709233411168 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14448] ppid=14438 vsize=14051540 memory=10740676 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14448/stat : 14448 (java) S 14438 14438 8036 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 155702788 14388776960 2685169 33554432000 4194304 4196468 140726644535280 140709232358256 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14449] ppid=14438 vsize=14051540 memory=8716 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14449/stat : 14449 (java) S 14438 14438 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 155702790 14388776960 2685169 33554432000 4194304 4196468 140726644535280 140709231306576 140710322694043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14450] ppid=14438 vsize=14051540 memory=1712 CPUtime=0.2 cores=0,2,4,6
/proc/14440/task/14450/stat : 14450 (java) S 14438 14438 8036 0 -1 1077944384 1650 0 0 0 20 0 0 0 20 0 16 0 155702790 14388776960 2685169 33554432000 4194304 4196468 140726644535280 140709230254960 140710322686594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14451] ppid=14438 vsize=14051540 memory=4612 CPUtime=0.25 cores=0,2,4,6
/proc/14440/task/14451/stat : 14451 (java) S 14438 14438 8036 0 -1 1077944384 2202 0 0 0 25 0 0 0 20 0 16 0 155702790 14388776960 2685169 33554432000 4194304 4196468 140726644535280 140709229202160 140710322686594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14452] ppid=14438 vsize=14051540 memory=1004 CPUtime=0.35 cores=0,2,4,6
/proc/14440/task/14452/stat : 14452 (java) S 14438 14438 8036 0 -1 1077944384 5993 0 0 0 35 0 0 0 20 0 16 0 155702790 14388776960 2685169 33554432000 4194304 4196468 140726644535280 140709228149360 140710322686594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14453] ppid=14438 vsize=14051540 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14453/stat : 14453 (java) S 14438 14438 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 155702790 14388776960 2685169 33554432000 4194304 4196468 140726644535280 140709227096800 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14454] ppid=14438 vsize=14051540 memory=1384 CPUtime=0.13 cores=0,2,4,6
/proc/14440/task/14454/stat : 14454 (java) S 14438 14438 8036 0 -1 1077944384 281 0 0 0 6 7 0 0 20 0 16 0 155702791 14388776960 2685169 33554432000 4194304 4196468 140726644535280 140709226044080 140710322686594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14458] ppid=14438 vsize=14051540 memory=10740676 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14458/stat : 14458 (java) S 14438 14438 8036 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 155721837 14388776960 2685169 33554432000 4194304 4196468 140726644535280 140709218037104 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
Current children cumulated CPU time: 347.43 s
Current children cumulated vsize: 14061052 KiB
Current children cumulated memory: 10742060 KiB

[startup+195.201 s]
/proc/loadavg: 3.21 2.26 1.98 6/218 14458
/proc/meminfo: memFree=11667540/32770624 swapFree=67108860/67108860
[pid=14438] ppid=14435 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14438/stat : 14438 (xcsp3-exec) S 14435 14438 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155702784 9740288 346 33554432000 4194304 5098028 140727656530992 140727656529096 140255689335420 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11530240 140727656535150 140727656535355 140727656535355 140727656538091 0
/proc/14438/statm: 2378 346 289 221 0 87 0
[pid=14440] ppid=14438 vsize=14051540 memory=10740676 CPUtime=353.61 cores=0,2,4,6
/proc/14440/stat : 14440 (java) S 14438 14438 8036 0 -1 1077944320 239546 0 0 0 34287 1074 0 0 20 0 16 0 155702785 14388776960 2685169 33554432000 4194304 4196468 140726644535280 140726644517824 140710322675447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
/proc/14440/statm: 3512885 2685169 3242 1 0 3500119 0
[pid=14440/tid=14441] ppid=14438 vsize=14051540 memory=2196 CPUtime=122.09 cores=0,2,4,6
/proc/14440/task/14441/stat : 14441 (java) S 14438 14438 8036 0 -1 1077944384 15819 0 0 0 12200 9 0 0 20 0 16 0 155702785 14388776960 2685169 33554432000 4194304 4196468 140726644535280 140710326916128 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14442] ppid=14438 vsize=14051540 memory=10740636 CPUtime=52.41 cores=0,2,4,6
/proc/14440/task/14442/stat : 14442 (java) R 14438 14438 8036 0 -1 4202560 30016 0 0 0 4973 268 0 0 20 0 16 0 155702786 14388776960 2685169 33554432000 4194304 4196468 140726644535280 140710252764112 140710315303655 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14443] ppid=14438 vsize=14051540 memory=62079457311014 CPUtime=52.96 cores=0,2,4,6
/proc/14440/task/14443/stat : 14443 (java) R 14438 14438 8036 0 -1 4202560 28185 0 0 0 5008 288 0 0 20 0 16 0 155702786 14388776960 2685169 33554432000 4194304 4196468 140726644535280 140710251711392 140710315778471 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14444] ppid=14438 vsize=14051540 memory=165229888 CPUtime=52.78 cores=0,2,4,6
/proc/14440/task/14444/stat : 14444 (java) R 14438 14438 8036 0 -1 4202560 65163 0 0 0 5019 259 0 0 20 0 16 0 155702786 14388776960 2685169 33554432000 4194304 4196468 140726644535280 140710250658512 140710315303655 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14445] ppid=14438 vsize=14051540 memory=6791534058613427641 CPUtime=52.63 cores=0,2,4,6
/proc/14440/task/14445/stat : 14445 (java) R 14438 14438 8036 0 -1 4202560 54774 0 0 0 5028 235 0 0 20 0 16 0 155702786 14388776960 2685169 33554432000 4194304 4196468 140726644535280 140710249606024 140710315303655 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14446] ppid=14438 vsize=14051540 memory=42924 CPUtime=19.71 cores=0,2,4,6
/proc/14440/task/14446/stat : 14446 (java) S 14438 14438 8036 0 -1 1077944384 34080 0 0 0 1966 5 0 0 20 0 16 0 155702787 14388776960 2685169 33554432000 4194304 4196468 140726644535280 140709234463680 140710322685653 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14447] ppid=14438 vsize=14051540 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14447/stat : 14447 (java) S 14438 14438 8036 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 155702788 14388776960 2685169 33554432000 4194304 4196468 140726644535280 140709233411168 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14448] ppid=14438 vsize=14051540 memory=2448 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14448/stat : 14448 (java) S 14438 14438 8036 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 155702788 14388776960 2685169 33554432000 4194304 4196468 140726644535280 140709232358256 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14449] ppid=14438 vsize=14051540 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14449/stat : 14449 (java) S 14438 14438 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 155702790 14388776960 2685169 33554432000 4194304 4196468 140726644535280 140709231306576 140710322694043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14450] ppid=14438 vsize=14051540 memory=10740676 CPUtime=0.2 cores=0,2,4,6
/proc/14440/task/14450/stat : 14450 (java) S 14438 14438 8036 0 -1 1077944384 1650 0 0 0 20 0 0 0 20 0 16 0 155702790 14388776960 2685169 33554432000 4194304 4196468 140726644535280 140709230254960 140710322686594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14451] ppid=14438 vsize=14051540 memory=280875696053344 CPUtime=0.25 cores=0,2,4,6
/proc/14440/task/14451/stat : 14451 (java) S 14438 14438 8036 0 -1 1077944384 2202 0 0 0 25 0 0 0 20 0 16 0 155702790 14388776960 2685169 33554432000 4194304 4196468 140726644535280 140709229202160 140710322686594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14452] ppid=14438 vsize=14051540 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/14440/task/14452/stat : 14452 (java) S 14438 14438 8036 0 -1 1077944384 5993 0 0 0 35 0 0 0 20 0 16 0 155702790 14388776960 2685169 33554432000 4194304 4196468 140726644535280 140709228149360 140710322686594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14453] ppid=14438 vsize=14051540 memory=-3622645143214314312 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14453/stat : 14453 (java) S 14438 14438 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 155702790 14388776960 2685169 33554432000 4194304 4196468 140726644535280 140709227096800 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14454] ppid=14438 vsize=14051540 memory=12132 CPUtime=0.13 cores=0,2,4,6
/proc/14440/task/14454/stat : 14454 (java) S 14438 14438 8036 0 -1 1077944384 281 0 0 0 6 7 0 0 20 0 16 0 155702791 14388776960 2685169 33554432000 4194304 4196468 140726644535280 140709226044080 140710322686594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14458] ppid=14438 vsize=14051540 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14458/stat : 14458 (java) S 14438 14438 8036 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 155721837 14388776960 2685169 33554432000 4194304 4196468 140726644535280 140709218037104 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
Current children cumulated CPU time: 353.61 s
Current children cumulated vsize: 14061052 KiB
Current children cumulated memory: 10742060 KiB

[startup+196.001 s]*
/proc/loadavg: 3.21 2.26 1.98 3/218 14458
/proc/meminfo: memFree=11667540/32770624 swapFree=67108860/67108860
[pid=14438] ppid=14435 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14438/stat : 14438 (xcsp3-exec) S 14435 14438 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155702784 9740288 346 33554432000 4194304 5098028 140727656530992 140727656529096 140255689335420 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11530240 140727656535150 140727656535355 140727656535355 140727656538091 0
/proc/14438/statm: 2378 346 289 221 0 87 0
[pid=14440] ppid=14438 vsize=14051540 memory=10740688 CPUtime=354.98 cores=0,2,4,6
/proc/14440/stat : 14440 (java) S 14438 14438 8036 0 -1 1077944320 240852 0 0 0 34424 1074 0 0 20 0 16 0 155702785 14388776960 2685172 33554432000 4194304 4196468 140726644535280 140726644517824 140710322675447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
/proc/14440/statm: 3512885 2685172 3242 1 0 3500119 0
[pid=14440/tid=14441] ppid=14438 vsize=14051540 memory=6791534058613427641 CPUtime=122.09 cores=0,2,4,6
/proc/14440/task/14441/stat : 14441 (java) S 14438 14438 8036 0 -1 1077944384 15819 0 0 0 12200 9 0 0 20 0 16 0 155702785 14388776960 2685172 33554432000 4194304 4196468 140726644535280 140710326916128 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14442] ppid=14438 vsize=14051540 memory=-7003737579269690708 CPUtime=52.59 cores=0,2,4,6
/proc/14440/task/14442/stat : 14442 (java) S 14438 14438 8036 0 -1 1077944384 30029 0 0 0 4991 268 0 0 20 0 16 0 155702786 14388776960 2685172 33554432000 4194304 4196468 140726644535280 140710252764304 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14443] ppid=14438 vsize=14051540 memory=10740676 CPUtime=53.14 cores=0,2,4,6
/proc/14440/task/14443/stat : 14443 (java) S 14438 14438 8036 0 -1 1077944384 28532 0 0 0 5026 288 0 0 20 0 16 0 155702786 14388776960 2685172 33554432000 4194304 4196468 140726644535280 140710251711504 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14444] ppid=14438 vsize=14051540 memory=6791534058613427641 CPUtime=52.98 cores=0,2,4,6
/proc/14440/task/14444/stat : 14444 (java) S 14438 14438 8036 0 -1 1077944384 66091 0 0 0 5039 259 0 0 20 0 16 0 155702786 14388776960 2685172 33554432000 4194304 4196468 140726644535280 140710250658704 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14445] ppid=14438 vsize=14051540 memory=-7003737579269690708 CPUtime=52.81 cores=0,2,4,6
/proc/14440/task/14445/stat : 14445 (java) S 14438 14438 8036 0 -1 1077944384 54790 0 0 0 5046 235 0 0 20 0 16 0 155702786 14388776960 2685172 33554432000 4194304 4196468 140726644535280 140710249605904 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14446] ppid=14438 vsize=14051540 memory=7739830960873171052 CPUtime=20.33 cores=0,2,4,6
/proc/14440/task/14446/stat : 14446 (java) R 14438 14438 8036 0 -1 4202560 34080 0 0 0 2028 5 0 0 20 0 16 0 155702787 14388776960 2685172 33554432000 4194304 4196468 140726644535280 140709234463568 140710307671956 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14447] ppid=14438 vsize=14051540 memory=7595110096609766504 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14447/stat : 14447 (java) S 14438 14438 8036 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 155702788 14388776960 2685172 33554432000 4194304 4196468 140726644535280 140709233411168 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14448] ppid=14438 vsize=14051540 memory=7739830960873171052 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14448/stat : 14448 (java) S 14438 14438 8036 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 155702788 14388776960 2685172 33554432000 4194304 4196468 140726644535280 140709232358256 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14449] ppid=14438 vsize=14051540 memory=7379263890906377071 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14449/stat : 14449 (java) S 14438 14438 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 155702790 14388776960 2685172 33554432000 4194304 4196468 140726644535280 140709231306576 140710322694043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14450] ppid=14438 vsize=14051540 memory=7668343120151013440 CPUtime=0.2 cores=0,2,4,6
/proc/14440/task/14450/stat : 14450 (java) S 14438 14438 8036 0 -1 1077944384 1650 0 0 0 20 0 0 0 20 0 16 0 155702790 14388776960 2685172 33554432000 4194304 4196468 140726644535280 140709230255008 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14451] ppid=14438 vsize=14051540 memory=7665527214617028964 CPUtime=0.25 cores=0,2,4,6
/proc/14440/task/14451/stat : 14451 (java) S 14438 14438 8036 0 -1 1077944384 2203 0 0 0 25 0 0 0 20 0 16 0 155702790 14388776960 2685172 33554432000 4194304 4196468 140726644535280 140709229201920 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14452] ppid=14438 vsize=14051540 memory=7440056984007045732 CPUtime=0.35 cores=0,2,4,6
/proc/14440/task/14452/stat : 14452 (java) S 14438 14438 8036 0 -1 1077944384 5993 0 0 0 35 0 0 0 20 0 16 0 155702790 14388776960 2685172 33554432000 4194304 4196468 140726644535280 140709228149408 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14453] ppid=14438 vsize=14051540 memory=5860987887988336999 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14453/stat : 14453 (java) S 14438 14438 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 155702790 14388776960 2685172 33554432000 4194304 4196468 140726644535280 140709227096800 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14454] ppid=14438 vsize=14051540 memory=7164778850568203366 CPUtime=0.13 cores=0,2,4,6
/proc/14440/task/14454/stat : 14454 (java) S 14438 14438 8036 0 -1 1077944384 281 0 0 0 6 7 0 0 20 0 16 0 155702791 14388776960 2685172 33554432000 4194304 4196468 140726644535280 140709226044080 140710322686594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14458] ppid=14438 vsize=14051540 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14458/stat : 14458 (java) S 14438 14438 8036 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 155721837 14388776960 2685172 33554432000 4194304 4196468 140726644535280 140709218037104 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
Current children cumulated CPU time: 354.98 s
Current children cumulated vsize: 14061052 KiB
Current children cumulated memory: 10742072 KiB

[startup+196.201 s]
/proc/loadavg: 3.21 2.26 1.98 3/218 14458
/proc/meminfo: memFree=11667540/32770624 swapFree=67108860/67108860
[pid=14438] ppid=14435 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14438/stat : 14438 (xcsp3-exec) S 14435 14438 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155702784 9740288 346 33554432000 4194304 5098028 140727656530992 140727656529096 140255689335420 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11530240 140727656535150 140727656535355 140727656535355 140727656538091 0
/proc/14438/statm: 2378 346 289 221 0 87 0
[pid=14440] ppid=14438 vsize=14051540 memory=10740692 CPUtime=355.17 cores=0,2,4,6
/proc/14440/stat : 14440 (java) S 14438 14438 8036 0 -1 1077944320 241012 0 0 0 34443 1074 0 0 20 0 16 0 155702785 14388776960 2685173 33554432000 4194304 4196468 140726644535280 140726644517824 140710322675447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
/proc/14440/statm: 3512885 2685173 3242 1 0 3500119 0
[pid=14440/tid=14441] ppid=14438 vsize=14051540 memory=15254865697837636 CPUtime=122.09 cores=0,2,4,6
/proc/14440/task/14441/stat : 14441 (java) S 14438 14438 8036 0 -1 1077944384 15819 0 0 0 12200 9 0 0 20 0 16 0 155702785 14388776960 2685173 33554432000 4194304 4196468 140726644535280 140710326916128 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14442] ppid=14438 vsize=14051540 memory=4612 CPUtime=52.59 cores=0,2,4,6
/proc/14440/task/14442/stat : 14442 (java) S 14438 14438 8036 0 -1 1077944384 30029 0 0 0 4991 268 0 0 20 0 16 0 155702786 14388776960 2685173 33554432000 4194304 4196468 140726644535280 140710252764304 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14443] ppid=14438 vsize=14051540 memory=1004 CPUtime=53.14 cores=0,2,4,6
/proc/14440/task/14443/stat : 14443 (java) S 14438 14438 8036 0 -1 1077944384 28532 0 0 0 5026 288 0 0 20 0 16 0 155702786 14388776960 2685173 33554432000 4194304 4196468 140726644535280 140710251711504 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14444] ppid=14438 vsize=14051540 memory=1384 CPUtime=52.98 cores=0,2,4,6
/proc/14440/task/14444/stat : 14444 (java) S 14438 14438 8036 0 -1 1077944384 66091 0 0 0 5039 259 0 0 20 0 16 0 155702786 14388776960 2685173 33554432000 4194304 4196468 140726644535280 140710250658704 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14445] ppid=14438 vsize=14051540 memory=1384 CPUtime=52.81 cores=0,2,4,6
/proc/14440/task/14445/stat : 14445 (java) S 14438 14438 8036 0 -1 1077944384 54790 0 0 0 5046 235 0 0 20 0 16 0 155702786 14388776960 2685173 33554432000 4194304 4196468 140726644535280 140710249605904 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14446] ppid=14438 vsize=14051540 memory=10740676 CPUtime=20.52 cores=0,2,4,6
/proc/14440/task/14446/stat : 14446 (java) R 14438 14438 8036 0 -1 4202560 34238 0 0 0 2047 5 0 0 20 0 16 0 155702787 14388776960 2685173 33554432000 4194304 4196468 140726644535280 140709234463568 140710307133078 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14447] ppid=14438 vsize=14051540 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14447/stat : 14447 (java) S 14438 14438 8036 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 155702788 14388776960 2685173 33554432000 4194304 4196468 140726644535280 140709233411168 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14448] ppid=14438 vsize=14051540 memory=23832 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14448/stat : 14448 (java) S 14438 14438 8036 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 155702788 14388776960 2685173 33554432000 4194304 4196468 140726644535280 140709232358256 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14449] ppid=14438 vsize=14051540 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14449/stat : 14449 (java) S 14438 14438 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 155702790 14388776960 2685173 33554432000 4194304 4196468 140726644535280 140709231306576 140710322694043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14450] ppid=14438 vsize=14051540 memory=16236 CPUtime=0.2 cores=0,2,4,6
/proc/14440/task/14450/stat : 14450 (java) S 14438 14438 8036 0 -1 1077944384 1650 0 0 0 20 0 0 0 20 0 16 0 155702790 14388776960 2685173 33554432000 4194304 4196468 140726644535280 140709230255008 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14451] ppid=14438 vsize=14051540 memory=1796 CPUtime=0.25 cores=0,2,4,6
/proc/14440/task/14451/stat : 14451 (java) S 14438 14438 8036 0 -1 1077944384 2203 0 0 0 25 0 0 0 20 0 16 0 155702790 14388776960 2685173 33554432000 4194304 4196468 140726644535280 140709229201920 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14452] ppid=14438 vsize=14051540 memory=644 CPUtime=0.35 cores=0,2,4,6
/proc/14440/task/14452/stat : 14452 (java) S 14438 14438 8036 0 -1 1077944384 5993 0 0 0 35 0 0 0 20 0 16 0 155702790 14388776960 2685173 33554432000 4194304 4196468 140726644535280 140709228149408 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14453] ppid=14438 vsize=14051540 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14453/stat : 14453 (java) S 14438 14438 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 155702790 14388776960 2685173 33554432000 4194304 4196468 140726644535280 140709227096800 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14454] ppid=14438 vsize=14051540 memory=23832 CPUtime=0.13 cores=0,2,4,6
/proc/14440/task/14454/stat : 14454 (java) S 14438 14438 8036 0 -1 1077944384 283 0 0 0 6 7 0 0 20 0 16 0 155702791 14388776960 2685173 33554432000 4194304 4196468 140726644535280 140709226044080 140710322686594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
[pid=14440/tid=14458] ppid=14438 vsize=14051540 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/14440/task/14458/stat : 14458 (java) S 14438 14438 8036 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 155721837 14388776960 2685173 33554432000 4194304 4196468 140726644535280 140709218037104 140710322685653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15056896 140726644536471 140726644536647 140726644536647 140726644539343 0
Current children cumulated CPU time: 355.17 s
Current children cumulated vsize: 14061052 KiB
Current children cumulated memory: 10742076 KiB

[startup+196.301 s]
/proc/loadavg: 3.21 2.26 1.98 3/218 14458
/proc/meminfo: memFree=11667540/32770624 swapFree=67108860/67108860
[pid=14438] ppid=14435 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14438/stat : 14438 (xcsp3-exec) S 14435 14438 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155702784 9740288 346 33554432000 4194304 5098028 140727656530992 140727656529096 140255689335420 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11530240 140727656535150 140727656535355 140727656535355 140727656538091 0
/proc/14438/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1384 KiB

Child status: 1
Real time (s): 196.315
CPU time (s): 355.301
CPU user time (s): 344.503
CPU system time (s): 10.7985
CPU usage (%): 180.985
Max. virtual memory (cumulated for all children) (KiB): 14061052
Max. memory (cumulated for all children) (KiB): 10742076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 344.503
system time used= 10.7985
maximum resident set size= 10741032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242350
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8959
involuntary context switches= 2541


# summary of solver processes directly reported to runsolver:
#   pid: 14438
#   total CPU time (s): 355.301
#   total CPU user time (s): 344.503
#   total CPU system time (s): 10.7985

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.17596 second user time and 2.17719 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-20 12:34:53
IDJOB=4284130
IDBENCH=140559
IDSOLVER=2679
FILE ID=node113/4284130-1503226153
RUNJOBID= node113-1503215438-13001
PBS_JOBID= 20630874
Free space on /tmp= 61584 MiB

SOLVER NAME= choco-solver 5a (2017-08-18)
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-14.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4284130-1503226153/watcher-4284130-1503226153 -o /tmp/evaluation-result-4284130-1503226153/solver-4284130-1503226153 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1503215438-13001 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1141298161 HOME/instance-4284130-1503226153.xml

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

MD5SUM BENCH= f410f04816b97be6981931cb2af07a5b
RANDOM SEED=1141298161

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22394896 kB
MemAvailable:   27772932 kB
Buffers:          259696 kB
Cached:          5407568 kB
SwapCached:            0 kB
Active:          5509784 kB
Inactive:        4404528 kB
Active(anon):    4197084 kB
Inactive(anon):    85904 kB
Active(file):    1312700 kB
Inactive(file):  4318624 kB
Unevictable:        7460 kB
Mlocked:            7460 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7608 kB
Writeback:             0 kB
AnonPages:       4254060 kB
Mapped:            64192 kB
Shmem:             33416 kB
Slab:             152168 kB
SReclaimable:     125096 kB
SUnreclaim:        27072 kB
KernelStack:        3584 kB
PageTables:        13600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4993308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4100096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61576 MiB
End job on node113 at 2017-08-20 12:38:09