Trace number 4284131

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)? 301.16101 180.244

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-15.xml
MD5SUM4870bb42219503db6b08817d9224dcd4
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 benchmark5.2386699
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints455
Number of domains1
Minimum domain size105
Maximum domain size105
Distribution of domain sizes[{"size":105,"count":105}]
Minimum variable degree0
Maximum variable degree14
Distribution of variable degrees[{"degree":0,"count":120},{"degree":14,"count":105}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":455}]
Number of extensional constraints0
Number of intensional constraints455
Distribution of constraint types[{"type":"intension","count":455}]
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-4284131-1503226154.xml"  -tl '2520s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4284131-1503226154.xml, -tl, 2520s, -p, 1, -x, 3]
0.12/0.19	c simple solver
0.34/0.26	c parse instance...
301.03/180.17	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
301.03/180.17		at java.util.Arrays.copyOf(Arrays.java:3181)
301.03/180.17		at java.util.ArrayList.grow(ArrayList.java:261)
301.03/180.17		at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
301.03/180.17		at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
301.03/180.17		at java.util.ArrayList.add(ArrayList.java:458)
301.03/180.17		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:158)
301.03/180.17		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
301.03/180.17		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:148)
301.03/180.17		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
301.03/180.17		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
301.03/180.17		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
301.03/180.17		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
301.03/180.17		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
301.03/180.17		at org.xcsp.parser.XCallbacks$$Lambda$52/1007603019.accept(Unknown Source)
301.03/180.17		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
301.03/180.17		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
301.03/180.17		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
301.03/180.17		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
301.03/180.17		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
301.03/180.17		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
301.03/180.17		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
301.03/180.17		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
301.03/180.17		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
301.03/180.17		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
301.03/180.17		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
301.03/180.17	s UNKNOWN
301.03/180.17	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 (11336 MiB free)
  memory of node 1: 16384 MiB (9159 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284131-1503226154/watcher-4284131-1503226154 -o /tmp/evaluation-result-4284131-1503226154/solver-4284131-1503226154 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1503215427-26007 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 383319303 HOME/instance-4284131-1503226154.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=27049, runsolver pid=27046

[startup+0.100058 s]*
/proc/loadavg: 1.85 1.92 1.92 4/217 27065
/proc/meminfo: memFree=20971224/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27049/stat : 27049 (xcsp3-exec) S 27046 27049 19988 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155703018 9740288 346 33554432000 4194304 5098028 140736455583776 140736455581880 139792650121852 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 37847040 140736455586927 140736455587131 140736455587131 140736455589867 0
/proc/27049/statm: 2378 346 289 221 0 87 0
[pid=27051] ppid=27049 vsize=13978596 memory=28012 CPUtime=0.12 cores=0,2,4,6
/proc/27051/stat : 27051 (java) S 27049 27049 19988 0 -1 1077944320 5443 0 0 0 11 1 0 0 20 0 15 0 155703018 14314082304 7003 33554432000 4194304 4196468 140724226124096 140724226106640 140345580396279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
/proc/27051/statm: 3494649 7003 2839 1 0 3482966 0
[pid=27051/tid=27052] ppid=27049 vsize=13978596 memory=-6962121287837372198 CPUtime=0.08 cores=0,2,4,6
/proc/27051/task/27052/stat : 27052 (java) R 27049 27049 19988 0 -1 4202560 3446 0 0 0 8 0 0 0 20 0 15 0 155703019 14314082304 7003 33554432000 4194304 4196468 140724226124096 140345584625456 140345186849062 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27053] ppid=27049 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27053/stat : 27053 (java) S 27049 27049 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155703019 14314082304 7003 33554432000 4194304 4196468 140724226124096 140345510484752 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27054] ppid=27049 vsize=13978596 memory=140284510336640 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27054/stat : 27054 (java) S 27049 27049 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155703019 14314082304 7003 33554432000 4194304 4196468 140724226124096 140345509432208 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27055] ppid=27049 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27055/stat : 27055 (java) S 27049 27049 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155703019 14314082304 7003 33554432000 4194304 4196468 140724226124096 140345508379664 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27056] ppid=27049 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27056/stat : 27056 (java) S 27049 27049 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155703019 14314082304 7003 33554432000 4194304 4196468 140724226124096 140345507327120 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27057] ppid=27049 vsize=13978596 memory=140284510336640 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27057/stat : 27057 (java) S 27049 27049 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155703021 14314082304 7003 33554432000 4194304 4196468 140724226124096 140345054177264 140345580407426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27058] ppid=27049 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27058/stat : 27058 (java) S 27049 27049 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155703021 14314082304 7003 33554432000 4194304 4196468 140724226124096 140345053123488 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27059] ppid=27049 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27059/stat : 27059 (java) S 27049 27049 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155703021 14314082304 7003 33554432000 4194304 4196468 140724226124096 140345052070896 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27060] ppid=27049 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27060/stat : 27060 (java) S 27049 27049 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155703024 14314082304 7003 33554432000 4194304 4196468 140724226124096 140345051019472 140345580414875 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27061] ppid=27049 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27061/stat : 27061 (java) S 27049 27049 19988 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 155703024 14314082304 7003 33554432000 4194304 4196468 140724226124096 140345049967088 140345580407426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27062] ppid=27049 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27062/stat : 27062 (java) S 27049 27049 19988 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 15 0 155703024 14314082304 7003 33554432000 4194304 4196468 140724226124096 140345048914544 140345580407426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27063] ppid=27049 vsize=13978596 memory=140284510336640 CPUtime=0.01 cores=0,2,4,6
/proc/27051/task/27063/stat : 27063 (java) R 27049 27049 19988 0 -1 4202560 261 0 0 0 1 0 0 0 20 0 15 0 155703024 14314082304 7003 33554432000 4194304 4196468 140724226124096 140345047862000 140345560578768 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27064] ppid=27049 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27064/stat : 27064 (java) S 27049 27049 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155703024 14314082304 7003 33554432000 4194304 4196468 140724226124096 140345046809696 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27065] ppid=27049 vsize=13978596 memory=140284510336640 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27065/stat : 27065 (java) S 27049 27049 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155703024 14314082304 7003 33554432000 4194304 4196468 140724226124096 140345045756208 140345580407426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29396 KiB

[startup+0.210423 s]*
/proc/loadavg: 1.85 1.92 1.92 3/217 27065
/proc/meminfo: memFree=20960556/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27049/stat : 27049 (xcsp3-exec) S 27046 27049 19988 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155703018 9740288 346 33554432000 4194304 5098028 140736455583776 140736455581880 139792650121852 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 37847040 140736455586927 140736455587131 140736455587131 140736455589867 0
/proc/27049/statm: 2378 346 289 221 0 87 0
[pid=27051] ppid=27049 vsize=13982852 memory=39988 CPUtime=0.34 cores=0,2,4,6
/proc/27051/stat : 27051 (java) S 27049 27049 19988 0 -1 1077944320 8100 0 0 0 32 2 0 0 20 0 15 0 155703018 14318440448 9997 33554432000 4194304 4196468 140724226124096 140724226106640 140345580396279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
/proc/27051/statm: 3495713 9997 3060 1 0 3482966 0
[pid=27051/tid=27052] ppid=27049 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/27051/task/27052/stat : 27052 (java) D 27049 27049 19988 0 -1 1077944384 5375 0 0 0 18 1 0 0 20 0 15 0 155703019 14318440448 9997 33554432000 4194304 4196468 140724226124096 140345584607072 140345573075501 0 4 0 16800975 18446744072101760548 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27053] ppid=27049 vsize=13982852 memory=9107 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27053/stat : 27053 (java) S 27049 27049 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155703019 14318440448 9997 33554432000 4194304 4196468 140724226124096 140345510484752 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27054] ppid=27049 vsize=13982884 memory=140284510362905 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27054/stat : 27054 (java) S 27049 27049 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155703019 14318473216 9997 33554432000 4194304 4196468 140724226124096 140345509432208 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27055] ppid=27049 vsize=13982884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27055/stat : 27055 (java) S 27049 27049 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155703019 14318473216 9997 33554432000 4194304 4196468 140724226124096 140345508379664 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27056] ppid=27049 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27056/stat : 27056 (java) S 27049 27049 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155703019 14318440448 9997 33554432000 4194304 4196468 140724226124096 140345507327120 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27057] ppid=27049 vsize=13982852 memory=140284510336640 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27057/stat : 27057 (java) S 27049 27049 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155703021 14318440448 9997 33554432000 4194304 4196468 140724226124096 140345054177264 140345580407426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27058] ppid=27049 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27058/stat : 27058 (java) S 27049 27049 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155703021 14318440448 9997 33554432000 4194304 4196468 140724226124096 140345053123488 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27059] ppid=27049 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27059/stat : 27059 (java) S 27049 27049 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155703021 14318440448 9997 33554432000 4194304 4196468 140724226124096 140345052070896 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27060] ppid=27049 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27060/stat : 27060 (java) S 27049 27049 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155703024 14318440448 9997 33554432000 4194304 4196468 140724226124096 140345051019472 140345580414875 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27061] ppid=27049 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/27051/task/27061/stat : 27061 (java) S 27049 27049 19988 0 -1 1077944384 370 0 0 0 3 0 0 0 20 0 15 0 155703024 14318440448 9997 33554432000 4194304 4196468 140724226124096 140345049967088 140345580407426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27062] ppid=27049 vsize=13982884 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/27051/task/27062/stat : 27062 (java) S 27049 27049 19988 0 -1 1077944384 406 0 0 0 2 0 0 0 20 0 15 0 155703024 14318473216 9997 33554432000 4194304 4196468 140724226124096 140345048914544 140345580407426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27063] ppid=27049 vsize=13982884 memory=140284510336640 CPUtime=0.08 cores=0,2,4,6
/proc/27051/task/27063/stat : 27063 (java) S 27049 27049 19988 0 -1 1077944384 660 0 0 0 8 0 0 0 20 0 15 0 155703024 14318473216 9997 33554432000 4194304 4196468 140724226124096 140345047862000 140345580407426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27064] ppid=27049 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27064/stat : 27064 (java) S 27049 27049 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155703024 14318440448 9997 33554432000 4194304 4196468 140724226124096 140345046809696 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27065] ppid=27049 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27065/stat : 27065 (java) S 27049 27049 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155703024 14318440448 9997 33554432000 4194304 4196468 140724226124096 140345045756208 140345580407426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41372 KiB

[startup+0.310406 s]*
/proc/loadavg: 1.85 1.92 1.92 4/217 27065
/proc/meminfo: memFree=20953220/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27049/stat : 27049 (xcsp3-exec) S 27046 27049 19988 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155703018 9740288 346 33554432000 4194304 5098028 140736455583776 140736455581880 139792650121852 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 37847040 140736455586927 140736455587131 140736455587131 140736455589867 0
/proc/27049/statm: 2378 346 289 221 0 87 0
[pid=27051] ppid=27049 vsize=13982852 memory=47112 CPUtime=0.51 cores=0,2,4,6
/proc/27051/stat : 27051 (java) S 27049 27049 19988 0 -1 1077944320 8958 0 0 0 48 3 0 0 20 0 15 0 155703018 14318440448 11778 33554432000 4194304 4196468 140724226124096 140724226106640 140345580396279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
/proc/27051/statm: 3495713 11778 3087 1 0 3482966 0
[pid=27051/tid=27052] ppid=27049 vsize=13982852 memory=7883960649037381690 CPUtime=0.29 cores=0,2,4,6
/proc/27051/task/27052/stat : 27052 (java) R 27049 27049 19988 0 -1 4202560 5974 0 0 0 27 2 0 0 20 0 15 0 155703019 14318440448 11778 33554432000 4194304 4196468 140724226124096 140345584620576 140345580418205 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27053] ppid=27049 vsize=13982852 memory=9469 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27053/stat : 27053 (java) S 27049 27049 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155703019 14318440448 11778 33554432000 4194304 4196468 140724226124096 140345510484752 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27054] ppid=27049 vsize=13982852 memory=3977016240920353847 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27054/stat : 27054 (java) S 27049 27049 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155703019 14318440448 11778 33554432000 4194304 4196468 140724226124096 140345509432208 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27055] ppid=27049 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27055/stat : 27055 (java) S 27049 27049 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155703019 14318440448 11778 33554432000 4194304 4196468 140724226124096 140345508379664 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27056] ppid=27049 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27056/stat : 27056 (java) S 27049 27049 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155703019 14318440448 11778 33554432000 4194304 4196468 140724226124096 140345507327120 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27057] ppid=27049 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27057/stat : 27057 (java) S 27049 27049 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155703021 14318440448 11778 33554432000 4194304 4196468 140724226124096 140345054177264 140345580407426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27058] ppid=27049 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27058/stat : 27058 (java) S 27049 27049 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155703021 14318440448 11778 33554432000 4194304 4196468 140724226124096 140345053123488 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27059] ppid=27049 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27059/stat : 27059 (java) S 27049 27049 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155703021 14318440448 11778 33554432000 4194304 4196468 140724226124096 140345052070896 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27060] ppid=27049 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27060/stat : 27060 (java) S 27049 27049 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155703024 14318440448 11778 33554432000 4194304 4196468 140724226124096 140345051019472 140345580414875 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27061] ppid=27049 vsize=13982852 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/27051/task/27061/stat : 27061 (java) R 27049 27049 19988 0 -1 4202560 390 0 0 0 4 0 0 0 20 0 15 0 155703024 14318440448 11778 33554432000 4194304 4196468 140724226124096 140345049957008 140345566077718 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27062] ppid=27049 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/27051/task/27062/stat : 27062 (java) S 27049 27049 19988 0 -1 1077944384 469 0 0 0 3 0 0 0 20 0 15 0 155703024 14318440448 11778 33554432000 4194304 4196468 140724226124096 140345048914544 140345580407426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27063] ppid=27049 vsize=13982852 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/27051/task/27063/stat : 27063 (java) R 27049 27049 19988 0 -1 4202560 821 0 0 0 13 0 0 0 20 0 15 0 155703024 14318440448 11778 33554432000 4194304 4196468 140724226124096 140345047862000 140345559354316 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27064] ppid=27049 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27064/stat : 27064 (java) S 27049 27049 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155703024 14318440448 11778 33554432000 4194304 4196468 140724226124096 140345046809696 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27065] ppid=27049 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27065/stat : 27065 (java) S 27049 27049 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155703024 14318440448 11778 33554432000 4194304 4196468 140724226124096 140345045756208 140345580407426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48496 KiB

[startup+0.700905 s]
/proc/loadavg: 1.85 1.92 1.92 4/217 27065
/proc/meminfo: memFree=20937648/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27049/stat : 27049 (xcsp3-exec) S 27046 27049 19988 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155703018 9740288 346 33554432000 4194304 5098028 140736455583776 140736455581880 139792650121852 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 37847040 140736455586927 140736455587131 140736455587131 140736455589867 0
/proc/27049/statm: 2378 346 289 221 0 87 0
[pid=27051] ppid=27049 vsize=13984976 memory=154844 CPUtime=1.25 cores=0,2,4,6
/proc/27051/stat : 27051 (java) S 27049 27049 19988 0 -1 1077944320 10308 0 0 0 120 5 0 0 20 0 15 0 155703018 14320615424 38711 33554432000 4194304 4196468 140724226124096 140724226106640 140345580396279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
/proc/27051/statm: 3496244 38711 3188 1 0 3483478 0
[pid=27051/tid=27052] ppid=27049 vsize=13984976 memory=23804 CPUtime=0.68 cores=0,2,4,6
/proc/27051/task/27052/stat : 27052 (java) R 27049 27049 19988 0 -1 4202560 6464 0 0 0 64 4 0 0 20 0 15 0 155703019 14320615424 38711 33554432000 4194304 4196468 140724226124096 140345584634216 140345190053389 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27053] ppid=27049 vsize=13984976 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27053/stat : 27053 (java) S 27049 27049 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155703019 14320615424 38711 33554432000 4194304 4196468 140724226124096 140345510484752 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27054] ppid=27049 vsize=13984976 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27054/stat : 27054 (java) S 27049 27049 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155703019 14320615424 38711 33554432000 4194304 4196468 140724226124096 140345509432208 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27055] ppid=27049 vsize=13984976 memory=640 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27055/stat : 27055 (java) S 27049 27049 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155703019 14320615424 38711 33554432000 4194304 4196468 140724226124096 140345508379664 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27056] ppid=27049 vsize=13984976 memory=956 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27056/stat : 27056 (java) S 27049 27049 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155703019 14320615424 38711 33554432000 4194304 4196468 140724226124096 140345507327120 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27057] ppid=27049 vsize=13984976 memory=2468 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27057/stat : 27057 (java) S 27049 27049 19988 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 155703021 14320615424 38711 33554432000 4194304 4196468 140724226124096 140345054177264 140345580407426 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27058] ppid=27049 vsize=13984976 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27058/stat : 27058 (java) S 27049 27049 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155703021 14320615424 38711 33554432000 4194304 4196468 140724226124096 140345053123488 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27059] ppid=27049 vsize=13984976 memory=932 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27059/stat : 27059 (java) S 27049 27049 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155703021 14320615424 38711 33554432000 4194304 4196468 140724226124096 140345052070896 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27060] ppid=27049 vsize=13984976 memory=2236 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27060/stat : 27060 (java) S 27049 27049 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155703024 14320615424 38711 33554432000 4194304 4196468 140724226124096 140345051019472 140345580414875 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27061] ppid=27049 vsize=13984976 memory=4124 CPUtime=0.14 cores=0,2,4,6
/proc/27051/task/27061/stat : 27061 (java) S 27049 27049 19988 0 -1 1077944384 690 0 0 0 14 0 0 0 20 0 15 0 155703024 14320615424 38711 33554432000 4194304 4196468 140724226124096 140345049967088 140345580407426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27062] ppid=27049 vsize=13984976 memory=2200 CPUtime=0.15 cores=0,2,4,6
/proc/27051/task/27062/stat : 27062 (java) S 27049 27049 19988 0 -1 1077944384 692 0 0 0 15 0 0 0 20 0 15 0 155703024 14320615424 38711 33554432000 4194304 4196468 140724226124096 140345048914544 140345580407426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27063] ppid=27049 vsize=13984976 memory=7528 CPUtime=0.26 cores=0,2,4,6
/proc/27051/task/27063/stat : 27063 (java) S 27049 27049 19988 0 -1 1077944384 1153 0 0 0 26 0 0 0 20 0 15 0 155703024 14320615424 38711 33554432000 4194304 4196468 140724226124096 140345047862000 140345580407426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27064] ppid=27049 vsize=13984976 memory=840 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27064/stat : 27064 (java) S 27049 27049 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155703024 14320615424 38711 33554432000 4194304 4196468 140724226124096 140345046809696 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27065] ppid=27049 vsize=13984976 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27065/stat : 27065 (java) S 27049 27049 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155703024 14320615424 38711 33554432000 4194304 4196468 140724226124096 140345045756208 140345580407426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 156228 KiB

[startup+1.50089 s]
/proc/loadavg: 1.85 1.92 1.92 3/217 27065
/proc/meminfo: memFree=20847300/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27049/stat : 27049 (xcsp3-exec) S 27046 27049 19988 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155703018 9740288 346 33554432000 4194304 5098028 140736455583776 140736455581880 139792650121852 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 37847040 140736455586927 140736455587131 140736455587131 140736455589867 0
/proc/27049/statm: 2378 346 289 221 0 87 0

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

/proc/27051/task/27054/stat : 27054 (java) R 27049 27049 19988 0 -1 4202560 38142 0 0 0 3460 235 0 0 20 0 15 0 155703019 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345509432408 140345565093918 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27055] ppid=27049 vsize=13984976 memory=6944656575208382560 CPUtime=36.84 cores=0,2,4,6
/proc/27051/task/27055/stat : 27055 (java) R 27049 27049 19988 0 -1 4202560 43522 0 0 0 3450 234 0 0 20 0 15 0 155703019 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345508379552 140345565094054 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27056] ppid=27049 vsize=13984976 memory=1384 CPUtime=36.74 cores=0,2,4,6
/proc/27051/task/27056/stat : 27056 (java) R 27049 27049 19988 0 -1 4202560 45280 0 0 0 3411 263 0 0 20 0 15 0 155703019 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345507327320 140345565094031 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27057] ppid=27049 vsize=13984976 memory=1384 CPUtime=15.07 cores=0,2,4,6
/proc/27051/task/27057/stat : 27057 (java) S 27049 27049 19988 0 -1 1077944384 32516 0 0 0 1503 4 0 0 20 0 15 0 155703021 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345054175600 140345580406485 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27058] ppid=27049 vsize=13984976 memory=10722796 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27058/stat : 27058 (java) S 27049 27049 19988 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 155703021 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345053123488 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27059] ppid=27049 vsize=13984976 memory=140284370315889 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27059/stat : 27059 (java) S 27049 27049 19988 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 155703021 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345052070896 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27060] ppid=27049 vsize=13984976 memory=-7522837415797432224 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27060/stat : 27060 (java) S 27049 27049 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155703024 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345051019472 140345580414875 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27061] ppid=27049 vsize=13984976 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/27051/task/27061/stat : 27061 (java) S 27049 27049 19988 0 -1 1077944384 2773 0 0 0 26 0 0 0 20 0 15 0 155703024 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345049967088 140345580407426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27062] ppid=27049 vsize=13984976 memory=8761640388971749472 CPUtime=0.19 cores=0,2,4,6
/proc/27051/task/27062/stat : 27062 (java) S 27049 27049 19988 0 -1 1077944384 1803 0 0 0 19 0 0 0 20 0 15 0 155703024 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345048914544 140345580407426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27063] ppid=27049 vsize=13984976 memory=6791534058613427641 CPUtime=0.32 cores=0,2,4,6
/proc/27051/task/27063/stat : 27063 (java) S 27049 27049 19988 0 -1 1077944384 4181 0 0 0 32 0 0 0 20 0 15 0 155703024 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345047862000 140345580407426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27064] ppid=27049 vsize=13984976 memory=23804 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27064/stat : 27064 (java) S 27049 27049 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155703024 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345046809696 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27065] ppid=27049 vsize=13984976 memory=1232 CPUtime=0.1 cores=0,2,4,6
/proc/27051/task/27065/stat : 27065 (java) S 27049 27049 19988 0 -1 1077944384 284 0 0 0 6 4 0 0 20 0 15 0 155703024 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345045756208 140345580407426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
Current children cumulated CPU time: 287.07 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 10724180 KiB

[startup+177.601 s]
/proc/loadavg: 1.98 1.89 1.91 6/217 27067
/proc/meminfo: memFree=10094776/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27049/stat : 27049 (xcsp3-exec) S 27046 27049 19988 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155703018 9740288 346 33554432000 4194304 5098028 140736455583776 140736455581880 139792650121852 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 37847040 140736455586927 140736455587131 140736455587131 140736455589867 0
/proc/27049/statm: 2378 346 289 221 0 87 0
[pid=27051] ppid=27049 vsize=13984976 memory=10722796 CPUtime=293.27 cores=0,2,4,6
/proc/27051/stat : 27051 (java) S 27049 27049 19988 0 -1 1077944320 233829 0 0 0 28346 981 0 0 20 0 15 0 155703018 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140724226106640 140345580396279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
/proc/27051/statm: 3496244 2680699 3240 1 0 3483478 0
[pid=27051/tid=27052] ppid=27049 vsize=13984976 memory=6791534058613427641 CPUtime=123.7 cores=0,2,4,6
/proc/27051/task/27052/stat : 27052 (java) S 27049 27049 19988 0 -1 1077944384 14945 0 0 0 12362 8 0 0 20 0 15 0 155703019 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345584634736 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27053] ppid=27049 vsize=13984976 memory=10722796 CPUtime=38.37 cores=0,2,4,6
/proc/27051/task/27053/stat : 27053 (java) R 27049 27049 19988 0 -1 4202560 48981 0 0 0 3609 228 0 0 20 0 15 0 155703019 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345510484752 140345565096288 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27054] ppid=27049 vsize=13984976 memory=397724 CPUtime=38.49 cores=0,2,4,6
/proc/27051/task/27054/stat : 27054 (java) R 27049 27049 19988 0 -1 4202560 38142 0 0 0 3614 235 0 0 20 0 15 0 155703019 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345509432016 140345573024487 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27055] ppid=27049 vsize=13984976 memory=1160 CPUtime=38.37 cores=0,2,4,6
/proc/27051/task/27055/stat : 27055 (java) R 27049 27049 19988 0 -1 4202560 43558 0 0 0 3602 235 0 0 20 0 15 0 155703019 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345508379784 140345573024487 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27056] ppid=27049 vsize=13984976 memory=3116 CPUtime=38.28 cores=0,2,4,6
/proc/27051/task/27056/stat : 27056 (java) R 27049 27049 19988 0 -1 4202560 45284 0 0 0 3565 263 0 0 20 0 15 0 155703019 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345507326928 140345573024487 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27057] ppid=27049 vsize=13984976 memory=1384 CPUtime=15.08 cores=0,2,4,6
/proc/27051/task/27057/stat : 27057 (java) S 27049 27049 19988 0 -1 1077944384 32522 0 0 0 1504 4 0 0 20 0 15 0 155703021 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345054175824 140345580406485 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27058] ppid=27049 vsize=13984976 memory=10722796 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27058/stat : 27058 (java) S 27049 27049 19988 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 155703021 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345053123488 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27059] ppid=27049 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27059/stat : 27059 (java) S 27049 27049 19988 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 155703021 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345052070896 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27060] ppid=27049 vsize=13984976 memory=5428 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27060/stat : 27060 (java) S 27049 27049 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155703024 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345051019472 140345580414875 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27061] ppid=27049 vsize=13984976 memory=4624 CPUtime=0.26 cores=0,2,4,6
/proc/27051/task/27061/stat : 27061 (java) S 27049 27049 19988 0 -1 1077944384 2773 0 0 0 26 0 0 0 20 0 15 0 155703024 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345049967088 140345580407426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27062] ppid=27049 vsize=13984976 memory=1424 CPUtime=0.19 cores=0,2,4,6
/proc/27051/task/27062/stat : 27062 (java) S 27049 27049 19988 0 -1 1077944384 1803 0 0 0 19 0 0 0 20 0 15 0 155703024 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345048914544 140345580407426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27063] ppid=27049 vsize=13984976 memory=13160 CPUtime=0.32 cores=0,2,4,6
/proc/27051/task/27063/stat : 27063 (java) S 27049 27049 19988 0 -1 1077944384 4181 0 0 0 32 0 0 0 20 0 15 0 155703024 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345047862000 140345580407426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27064] ppid=27049 vsize=13984976 memory=792 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27064/stat : 27064 (java) S 27049 27049 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155703024 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345046809696 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27065] ppid=27049 vsize=13984976 memory=1008 CPUtime=0.1 cores=0,2,4,6
/proc/27051/task/27065/stat : 27065 (java) S 27049 27049 19988 0 -1 1077944384 284 0 0 0 6 4 0 0 20 0 15 0 155703024 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345045756208 140345580407426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
Current children cumulated CPU time: 293.27 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 10724180 KiB

[startup+179.201 s]
/proc/loadavg: 1.98 1.89 1.91 6/217 27067
/proc/meminfo: memFree=10092292/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27049/stat : 27049 (xcsp3-exec) S 27046 27049 19988 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155703018 9740288 346 33554432000 4194304 5098028 140736455583776 140736455581880 139792650121852 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 37847040 140736455586927 140736455587131 140736455587131 140736455589867 0
/proc/27049/statm: 2378 346 289 221 0 87 0
[pid=27051] ppid=27049 vsize=13984976 memory=10722796 CPUtime=299.47 cores=0,2,4,6
/proc/27051/stat : 27051 (java) S 27049 27049 19988 0 -1 1077944320 234276 0 0 0 28965 982 0 0 20 0 15 0 155703018 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140724226106640 140345580396279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
/proc/27051/statm: 3496244 2680699 3240 1 0 3483478 0
[pid=27051/tid=27052] ppid=27049 vsize=13984976 memory=4140 CPUtime=123.7 cores=0,2,4,6
/proc/27051/task/27052/stat : 27052 (java) S 27049 27049 19988 0 -1 1077944384 14945 0 0 0 12362 8 0 0 20 0 15 0 155703019 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345584634736 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27053] ppid=27049 vsize=13984976 memory=43168 CPUtime=39.97 cores=0,2,4,6
/proc/27051/task/27053/stat : 27053 (java) R 27049 27049 19988 0 -1 4202560 49427 0 0 0 3769 228 0 0 20 0 15 0 155703019 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345510484952 140345565097296 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27054] ppid=27049 vsize=13984976 memory=1292 CPUtime=40.04 cores=0,2,4,6
/proc/27051/task/27054/stat : 27054 (java) R 27049 27049 19988 0 -1 4202560 38142 0 0 0 3768 236 0 0 20 0 15 0 155703019 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345509432016 140345573024487 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27055] ppid=27049 vsize=13984976 memory=6791534058613427641 CPUtime=39.88 cores=0,2,4,6
/proc/27051/task/27055/stat : 27055 (java) S 27049 27049 19988 0 -1 1077944384 43558 0 0 0 3753 235 0 0 20 0 15 0 155703019 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345508379472 140345580407426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27056] ppid=27049 vsize=13984976 memory=1700 CPUtime=39.82 cores=0,2,4,6
/proc/27051/task/27056/stat : 27056 (java) R 27049 27049 19988 0 -1 4202560 45284 0 0 0 3719 263 0 0 20 0 15 0 155703019 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345507326928 140345573024487 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27057] ppid=27049 vsize=13984976 memory=1228 CPUtime=15.08 cores=0,2,4,6
/proc/27051/task/27057/stat : 27057 (java) S 27049 27049 19988 0 -1 1077944384 32522 0 0 0 1504 4 0 0 20 0 15 0 155703021 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345054175824 140345580406485 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27058] ppid=27049 vsize=13984976 memory=5428 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27058/stat : 27058 (java) S 27049 27049 19988 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 155703021 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345053123488 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27059] ppid=27049 vsize=13984976 memory=26 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27059/stat : 27059 (java) S 27049 27049 19988 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 155703021 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345052070896 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27060] ppid=27049 vsize=13984976 memory=19 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27060/stat : 27060 (java) S 27049 27049 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155703024 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345051019472 140345580414875 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27061] ppid=27049 vsize=13984976 memory=32 CPUtime=0.26 cores=0,2,4,6
/proc/27051/task/27061/stat : 27061 (java) S 27049 27049 19988 0 -1 1077944384 2773 0 0 0 26 0 0 0 20 0 15 0 155703024 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345049967136 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27062] ppid=27049 vsize=13984976 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/27051/task/27062/stat : 27062 (java) S 27049 27049 19988 0 -1 1077944384 1803 0 0 0 19 0 0 0 20 0 15 0 155703024 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345048914592 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27063] ppid=27049 vsize=13984976 memory=10 CPUtime=0.32 cores=0,2,4,6
/proc/27051/task/27063/stat : 27063 (java) S 27049 27049 19988 0 -1 1077944384 4182 0 0 0 32 0 0 0 20 0 15 0 155703024 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345047861760 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27064] ppid=27049 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27064/stat : 27064 (java) S 27049 27049 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155703024 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345046809696 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27065] ppid=27049 vsize=13984976 memory=4420 CPUtime=0.1 cores=0,2,4,6
/proc/27051/task/27065/stat : 27065 (java) S 27049 27049 19988 0 -1 1077944384 284 0 0 0 6 4 0 0 20 0 15 0 155703024 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345045756208 140345580407426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
Current children cumulated CPU time: 299.47 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 10724180 KiB

[startup+180.001 s]*
/proc/loadavg: 1.98 1.89 1.91 3/217 27067
/proc/meminfo: memFree=10092788/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27049/stat : 27049 (xcsp3-exec) S 27046 27049 19988 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155703018 9740288 346 33554432000 4194304 5098028 140736455583776 140736455581880 139792650121852 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 37847040 140736455586927 140736455587131 140736455587131 140736455589867 0
/proc/27049/statm: 2378 346 289 221 0 87 0
[pid=27051] ppid=27049 vsize=13984976 memory=10722796 CPUtime=300.92 cores=0,2,4,6
/proc/27051/stat : 27051 (java) S 27049 27049 19988 0 -1 1077944320 234496 0 0 0 29109 983 0 0 20 0 15 0 155703018 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140724226106640 140345580396279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
/proc/27051/statm: 3496244 2680699 3240 1 0 3483478 0
[pid=27051/tid=27052] ppid=27049 vsize=13984976 memory=589972051086833205 CPUtime=123.7 cores=0,2,4,6
/proc/27051/task/27052/stat : 27052 (java) S 27049 27049 19988 0 -1 1077944384 14945 0 0 0 12362 8 0 0 20 0 15 0 155703019 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345584634736 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27053] ppid=27049 vsize=13984976 memory=4872558044660077418 CPUtime=40.19 cores=0,2,4,6
/proc/27051/task/27053/stat : 27053 (java) S 27049 27049 19988 0 -1 1077944384 49427 0 0 0 3791 228 0 0 20 0 15 0 155703019 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345510484752 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27054] ppid=27049 vsize=13984976 memory=6944656592455360604 CPUtime=40.25 cores=0,2,4,6
/proc/27051/task/27054/stat : 27054 (java) S 27049 27049 19988 0 -1 1077944384 38142 0 0 0 3789 236 0 0 20 0 15 0 155703019 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345509432208 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27055] ppid=27049 vsize=13984976 memory=0 CPUtime=40.09 cores=0,2,4,6
/proc/27051/task/27055/stat : 27055 (java) S 27049 27049 19988 0 -1 1077944384 43558 0 0 0 3774 235 0 0 20 0 15 0 155703019 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345508379664 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27056] ppid=27049 vsize=13984976 memory=576587700018377745 CPUtime=40.05 cores=0,2,4,6
/proc/27051/task/27056/stat : 27056 (java) S 27049 27049 19988 0 -1 1077944384 45284 0 0 0 3741 264 0 0 20 0 15 0 155703019 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345507327120 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27057] ppid=27049 vsize=13984976 memory=288284497974396064 CPUtime=15.67 cores=0,2,4,6
/proc/27051/task/27057/stat : 27057 (java) R 27049 27049 19988 0 -1 4202560 32742 0 0 0 1563 4 0 0 20 0 15 0 155703021 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345054175712 140345564853870 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27058] ppid=27049 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27058/stat : 27058 (java) S 27049 27049 19988 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 155703021 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345053123488 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27059] ppid=27049 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27059/stat : 27059 (java) S 27049 27049 19988 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 155703021 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345052070896 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27060] ppid=27049 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27060/stat : 27060 (java) S 27049 27049 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155703024 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345051019472 140345580414875 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27061] ppid=27049 vsize=13984976 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/27051/task/27061/stat : 27061 (java) S 27049 27049 19988 0 -1 1077944384 2773 0 0 0 26 0 0 0 20 0 15 0 155703024 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345049967136 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27062] ppid=27049 vsize=13984976 memory=2428 CPUtime=0.19 cores=0,2,4,6
/proc/27051/task/27062/stat : 27062 (java) S 27049 27049 19988 0 -1 1077944384 1803 0 0 0 19 0 0 0 20 0 15 0 155703024 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345048914592 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27063] ppid=27049 vsize=13984976 memory=1732 CPUtime=0.32 cores=0,2,4,6
/proc/27051/task/27063/stat : 27063 (java) S 27049 27049 19988 0 -1 1077944384 4182 0 0 0 32 0 0 0 20 0 15 0 155703024 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345047861760 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27064] ppid=27049 vsize=13984976 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/27051/task/27064/stat : 27064 (java) S 27049 27049 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155703024 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345046809696 140345580406485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
[pid=27051/tid=27065] ppid=27049 vsize=13984976 memory=1700 CPUtime=0.1 cores=0,2,4,6
/proc/27051/task/27065/stat : 27065 (java) S 27049 27049 19988 0 -1 1077944384 284 0 0 0 6 4 0 0 20 0 15 0 155703024 14320615424 2680699 33554432000 4194304 4196468 140724226124096 140345045756208 140345580407426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 21151744 140724226131095 140724226131271 140724226131271 140724226133967 0
Current children cumulated CPU time: 300.92 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 10724180 KiB

[startup+180.201 s]
/proc/loadavg: 1.98 1.89 1.91 3/217 27067
/proc/meminfo: memFree=10092788/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27049/stat : 27049 (xcsp3-exec) S 27046 27049 19988 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155703018 9740288 346 33554432000 4194304 5098028 140736455583776 140736455581880 139792650121852 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 37847040 140736455586927 140736455587131 140736455587131 140736455589867 0
/proc/27049/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): 180.244
CPU time (s): 301.161
CPU user time (s): 291.272
CPU system time (s): 9.8894
CPU usage (%): 167.085
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 10724180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 291.272
system time used= 9.8894
maximum resident set size= 10723220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 235336
page faults= 0
swaps= 0
block input operations= 0
block output operations= 312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8245
involuntary context switches= 1676


# summary of solver processes directly reported to runsolver:
#   pid: 27049
#   total CPU time (s): 301.161
#   total CPU user time (s): 291.272
#   total CPU system time (s): 9.8894

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.12877 second user time and 1.86091 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-20 12:34:53
IDJOB=4284131
IDBENCH=140560
IDSOLVER=2679
FILE ID=node114/4284131-1503226154
RUNJOBID= node114-1503215427-26007
PBS_JOBID= 20630872
Free space on /tmp= 61700 MiB

SOLVER NAME= choco-solver 5a (2017-08-18)
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-15.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-4284131-1503226154/watcher-4284131-1503226154 -o /tmp/evaluation-result-4284131-1503226154/solver-4284131-1503226154 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1503215427-26007 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 383319303 HOME/instance-4284131-1503226154.xml

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

MD5SUM BENCH= 4870bb42219503db6b08817d9224dcd4
RANDOM SEED=383319303

node114.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	: 5332.98
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	: 5332.98
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	: 5332.98
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	: 5332.98
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:        20988296 kB
MemAvailable:   31741380 kB
Buffers:          263340 kB
Cached:         10775120 kB
SwapCached:            0 kB
Active:          2242528 kB
Inactive:        9080372 kB
Active(anon):     275972 kB
Inactive(anon):    44248 kB
Active(file):    1966556 kB
Inactive(file):  9036124 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7744 kB
Writeback:             0 kB
AnonPages:        299220 kB
Mapped:            64380 kB
Shmem:             33416 kB
Slab:             159104 kB
SReclaimable:     132476 kB
SUnreclaim:        26628 kB
KernelStack:        3808 kB
PageTables:         6208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1275976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61692 MiB
End job on node114 at 2017-08-20 12:37:54