Trace number 4403558

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-20? 1624.47 501.017

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr1000e-int.xml
MD5SUM080ba949cb23e1dea8bc7836215d1d0d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark490.68
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints1998000
Number of domains1
Minimum domain size999
Maximum domain size999
Distribution of domain sizes[{"size":999,"count":1000}]
Minimum variable degree3996
Maximum variable degree3996
Distribution of variable degrees[{"degree":3996,"count":1000}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1998000}]
Number of extensional constraints0
Number of intensional constraints1998000
Distribution of constraint types[{"type":"intension","count":1998000}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403558-1568990518.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403558-1568990518.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
1589.63/489.96	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1623.65/500.29		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1623.65/500.29		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
1623.65/500.29		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1623.65/500.29		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1623.65/500.29		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1623.65/500.29		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1623.65/500.29		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
1623.65/500.29		at org.xcsp.parser.XCallbacks$$Lambda$94/158199555.accept(Unknown Source)
1623.65/500.29		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1623.65/500.29		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1623.65/500.29		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
1623.65/500.29		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
1623.65/500.29		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
1623.65/500.29		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1623.65/500.29		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1623.65/500.29		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1623.65/500.29		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1623.65/500.29		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1623.65/500.29		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1623.65/500.29		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1623.65/500.29	s UNKNOWN
1623.65/500.29	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 (120 MiB free)
  memory of node 1: 16384 MiB (1605 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403558-1568990518/watcher-4403558-1568990518 -o /var/tmp/evaluation-result-4403558-1568990518/solver-4403558-1568990518 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1568987924-19058 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 379919259 HOME/instance-4403558-1568990518.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100059 s]*
/proc/loadavg: 8.82 8.49 7.88 7/234 21972
/proc/meminfo: memFree=1750164/32770624 swapFree=66966844/67108860
[pid=21956] ppid=21953 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (xcsp3-exec) S 21953 21956 19026 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 474988400 115843072 364 33554432000 4194304 5098028 140736503364640 140736503362744 139941201425020 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31694848 140736503370583 140736503370841 140736503370841 140736503373766 0
/proc/21956/statm: 28282 364 305 221 0 87 0
[pid=21958] ppid=21956 vsize=15144776 memory=29092 CPUtime=0.13 cores=1,3,5,7
/proc/21958/stat : 21958 (java) S 21956 21956 19026 0 -1 1077944320 5782 0 0 0 12 1 0 0 20 0 15 0 474988400 15508250624 7273 33554432000 4194304 4196468 140723936376768 140723936359312 140177343237879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
/proc/21958/statm: 3786194 7273 3117 1 0 3748377 0
[pid=21958/tid=21959] ppid=21956 vsize=15144776 memory=8180089925722843723 CPUtime=0.09 cores=1,3,5,7
/proc/21958/task/21959/stat : 21959 (java) R 21956 21956 19026 0 -1 4202560 3703 0 0 0 9 0 0 0 20 0 15 0 474988400 15508250624 7339 33554432000 4194304 4196468 140723936376768 140177347469200 140177343259226 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21960] ppid=21956 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21960/stat : 21960 (java) S 21956 21956 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474988401 15508250624 7339 33554432000 4194304 4196468 140723936376768 140177271277968 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21961] ppid=21956 vsize=15144776 memory=140460548486784 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21961/stat : 21961 (java) S 21956 21956 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474988401 15508250624 7339 33554432000 4194304 4196468 140723936376768 140177270225168 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21962] ppid=21956 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21962/stat : 21962 (java) S 21956 21956 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474988401 15508250624 7339 33554432000 4194304 4196468 140723936376768 140177269172880 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21963] ppid=21956 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21963/stat : 21963 (java) S 21956 21956 19026 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474988401 15508250624 7339 33554432000 4194304 4196468 140723936376768 140177268120080 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21964] ppid=21956 vsize=15144776 memory=140460548486784 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21964/stat : 21964 (java) S 21956 21956 19026 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474988402 15508250624 7339 33554432000 4194304 4196468 140723936376768 140176811739760 140177343249026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21965] ppid=21956 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21965/stat : 21965 (java) S 21956 21956 19026 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 474988403 15508250624 7339 33554432000 4194304 4196468 140723936376768 140176810685728 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21966] ppid=21956 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21966/stat : 21966 (java) S 21956 21956 19026 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 474988403 15508250624 7339 33554432000 4194304 4196468 140723936376768 140176809633392 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21967] ppid=21956 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21967/stat : 21967 (java) S 21956 21956 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474988405 15508250624 7339 33554432000 4194304 4196468 140723936376768 140176808581712 140177343256475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21968] ppid=21956 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21968/stat : 21968 (java) R 21956 21956 19026 0 -1 4202560 353 0 0 0 0 0 0 0 20 0 15 0 474988405 15508250624 7339 33554432000 4194304 4196468 140723936376768 140176807528560 140177323651184 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21969] ppid=21956 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21969/stat : 21969 (java) R 21956 21956 19026 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 474988405 15508250624 7339 33554432000 4194304 4196468 140723936376768 140176806475760 140177343249026 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21970] ppid=21956 vsize=15144776 memory=140460548486784 CPUtime=0.02 cores=1,3,5,7
/proc/21958/task/21970/stat : 21970 (java) R 21956 21956 19026 0 -1 4202560 324 0 0 0 2 0 0 0 20 0 15 0 474988405 15508250624 7339 33554432000 4194304 4196468 140723936376768 140176805423472 140177335475006 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21971] ppid=21956 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21971/stat : 21971 (java) S 21956 21956 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474988406 15508250624 7339 33554432000 4194304 4196468 140723936376768 140176804370912 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21972] ppid=21956 vsize=15144776 memory=140460548486784 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21972/stat : 21972 (java) S 21956 21956 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474988406 15508250624 7339 33554432000 4194304 4196468 140723936376768 140176803318704 140177343249026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30548 KiB

[startup+0.21383 s]*
/proc/loadavg: 8.82 8.49 7.88 7/234 21972
/proc/meminfo: memFree=1738020/32770624 swapFree=66966844/67108860
[pid=21956] ppid=21953 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (xcsp3-exec) S 21953 21956 19026 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 474988400 115843072 364 33554432000 4194304 5098028 140736503364640 140736503362744 139941201425020 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31694848 140736503370583 140736503370841 140736503370841 140736503373766 0
/proc/21956/statm: 28282 364 305 221 0 87 0
[pid=21958] ppid=21956 vsize=15144776 memory=40184 CPUtime=0.35 cores=1,3,5,7
/proc/21958/stat : 21958 (java) S 21956 21956 19026 0 -1 1077944320 9317 0 0 0 32 3 0 0 20 0 15 0 474988400 15508250624 10046 33554432000 4194304 4196468 140723936376768 140723936359312 140177343237879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
/proc/21958/statm: 3786194 10046 3300 1 0 3748377 0
[pid=21958/tid=21959] ppid=21956 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/21958/task/21959/stat : 21959 (java) R 21956 21956 19026 0 -1 4202560 6576 0 0 0 18 2 0 0 20 0 15 0 474988400 15508250624 10046 33554432000 4194304 4196468 140723936376768 140177347474912 140177343259805 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21960] ppid=21956 vsize=15144776 memory=9276 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21960/stat : 21960 (java) S 21956 21956 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474988401 15508250624 10046 33554432000 4194304 4196468 140723936376768 140177271277968 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21961] ppid=21956 vsize=15144776 memory=3528903 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21961/stat : 21961 (java) S 21956 21956 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474988401 15508250624 10046 33554432000 4194304 4196468 140723936376768 140177270225168 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21962] ppid=21956 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21962/stat : 21962 (java) S 21956 21956 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474988401 15508250624 10046 33554432000 4194304 4196468 140723936376768 140177269172880 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21963] ppid=21956 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21963/stat : 21963 (java) S 21956 21956 19026 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474988401 15508250624 10046 33554432000 4194304 4196468 140723936376768 140177268120080 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21964] ppid=21956 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21964/stat : 21964 (java) S 21956 21956 19026 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 474988402 15508250624 10046 33554432000 4194304 4196468 140723936376768 140176811739760 140177343249026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21965] ppid=21956 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21965/stat : 21965 (java) S 21956 21956 19026 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 474988403 15508250624 10046 33554432000 4194304 4196468 140723936376768 140176810685728 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21966] ppid=21956 vsize=15144776 memory=140460548486784 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21966/stat : 21966 (java) S 21956 21956 19026 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 474988403 15508250624 10046 33554432000 4194304 4196468 140723936376768 140176809633392 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21967] ppid=21956 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21967/stat : 21967 (java) S 21956 21956 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474988405 15508250624 10046 33554432000 4194304 4196468 140723936376768 140176808581712 140177343256475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21968] ppid=21956 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/21958/task/21968/stat : 21968 (java) R 21956 21956 19026 0 -1 4202560 488 0 0 0 3 0 0 0 20 0 15 0 474988405 15508250624 10046 33554432000 4194304 4196468 140723936376768 140176807528560 140177343249814 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21969] ppid=21956 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/21958/task/21969/stat : 21969 (java) S 21956 21956 19026 0 -1 1077944384 161 0 0 0 1 0 0 0 20 0 15 0 474988405 15508250624 10046 33554432000 4194304 4196468 140723936376768 140176806475760 140177343249026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21970] ppid=21956 vsize=15144776 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21958/task/21970/stat : 21970 (java) R 21956 21956 19026 0 -1 4202560 789 0 0 0 8 0 0 0 20 0 15 0 474988405 15508250624 10046 33554432000 4194304 4196468 140723936376768 140176805423472 140177343259226 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21971] ppid=21956 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21971/stat : 21971 (java) S 21956 21956 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474988406 15508250624 10046 33554432000 4194304 4196468 140723936376768 140176804370912 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21972] ppid=21956 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21972/stat : 21972 (java) S 21956 21956 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474988406 15508250624 10046 33554432000 4194304 4196468 140723936376768 140176803318704 140177343249026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41640 KiB

[startup+0.319655 s]*
/proc/loadavg: 8.82 8.49 7.88 7/234 21972
/proc/meminfo: memFree=1729756/32770624 swapFree=66966844/67108860
[pid=21956] ppid=21953 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (xcsp3-exec) S 21953 21956 19026 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 474988400 115843072 364 33554432000 4194304 5098028 140736503364640 140736503362744 139941201425020 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31694848 140736503370583 140736503370841 140736503370841 140736503373766 0
/proc/21956/statm: 28282 364 305 221 0 87 0
[pid=21958] ppid=21956 vsize=15149032 memory=50360 CPUtime=0.55 cores=1,3,5,7
/proc/21958/stat : 21958 (java) S 21956 21956 19026 0 -1 1077944320 10912 0 0 0 51 4 0 0 20 0 15 0 474988400 15512608768 12590 33554432000 4194304 4196468 140723936376768 140723936359312 140177343237879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
/proc/21958/statm: 3787258 12590 3370 1 0 3748377 0
[pid=21958/tid=21959] ppid=21956 vsize=15149032 memory=7883960649037381690 CPUtime=0.31 cores=1,3,5,7
/proc/21958/task/21959/stat : 21959 (java) R 21956 21956 19026 0 -1 4202560 7828 0 0 0 28 3 0 0 20 0 15 0 474988400 15512608768 12590 33554432000 4194304 4196468 140723936376768 140177347477520 140177327318366 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21960] ppid=21956 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21960/stat : 21960 (java) S 21956 21956 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474988401 15512608768 12590 33554432000 4194304 4196468 140723936376768 140177271277968 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21961] ppid=21956 vsize=15149032 memory=3525167 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21961/stat : 21961 (java) S 21956 21956 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474988401 15512608768 12590 33554432000 4194304 4196468 140723936376768 140177270225168 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21962] ppid=21956 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21962/stat : 21962 (java) S 21956 21956 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474988401 15512608768 12590 33554432000 4194304 4196468 140723936376768 140177269172880 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21963] ppid=21956 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21963/stat : 21963 (java) S 21956 21956 19026 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474988401 15512608768 12590 33554432000 4194304 4196468 140723936376768 140177268120080 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21964] ppid=21956 vsize=15149032 memory=140460548486784 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21964/stat : 21964 (java) S 21956 21956 19026 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 474988402 15512608768 12590 33554432000 4194304 4196468 140723936376768 140176811739760 140177343249026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21965] ppid=21956 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21965/stat : 21965 (java) S 21956 21956 19026 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 474988403 15512608768 12590 33554432000 4194304 4196468 140723936376768 140176810685728 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21966] ppid=21956 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21966/stat : 21966 (java) S 21956 21956 19026 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 474988403 15512608768 12590 33554432000 4194304 4196468 140723936376768 140176809633392 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21967] ppid=21956 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21967/stat : 21967 (java) S 21956 21956 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474988405 15512608768 12590 33554432000 4194304 4196468 140723936376768 140176808581712 140177343256475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21968] ppid=21956 vsize=15149032 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/21958/task/21968/stat : 21968 (java) S 21956 21956 19026 0 -1 1077944384 569 0 0 0 5 0 0 0 20 0 15 0 474988405 15512608768 12590 33554432000 4194304 4196468 140723936376768 140176807528560 140177343249026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21969] ppid=21956 vsize=15149032 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/21958/task/21969/stat : 21969 (java) S 21956 21956 19026 0 -1 1077944384 251 0 0 0 3 0 0 0 20 0 15 0 474988405 15512608768 12590 33554432000 4194304 4196468 140723936376768 140176806475760 140177343249026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21970] ppid=21956 vsize=15149032 memory=140460548486784 CPUtime=0.12 cores=1,3,5,7
/proc/21958/task/21970/stat : 21970 (java) S 21956 21956 19026 0 -1 1077944384 958 0 0 0 12 0 0 0 20 0 15 0 474988405 15512608768 12590 33554432000 4194304 4196468 140723936376768 140176805423472 140177343249026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21971] ppid=21956 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21971/stat : 21971 (java) S 21956 21956 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474988406 15512608768 12590 33554432000 4194304 4196468 140723936376768 140176804370912 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21972] ppid=21956 vsize=15149032 memory=140460548486784 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21972/stat : 21972 (java) S 21956 21956 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474988406 15512608768 12590 33554432000 4194304 4196468 140723936376768 140176803318704 140177343249026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51816 KiB

[startup+0.701679 s]
/proc/loadavg: 8.82 8.49 7.88 8/234 21972
/proc/meminfo: memFree=1691660/32770624 swapFree=66966844/67108860
[pid=21956] ppid=21953 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (xcsp3-exec) S 21953 21956 19026 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 474988400 115843072 364 33554432000 4194304 5098028 140736503364640 140736503362744 139941201425020 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31694848 140736503370583 140736503370841 140736503370841 140736503373766 0
/proc/21956/statm: 28282 364 305 221 0 87 0
[pid=21958] ppid=21956 vsize=15149032 memory=195208 CPUtime=1.41 cores=1,3,5,7
/proc/21958/stat : 21958 (java) S 21956 21956 19026 0 -1 1077944320 13422 0 0 0 132 9 0 0 20 0 15 0 474988400 15512608768 48802 33554432000 4194304 4196468 140723936376768 140723936359312 140177343237879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
/proc/21958/statm: 3787258 48802 3401 1 0 3748377 0
[pid=21958/tid=21959] ppid=21956 vsize=15149032 memory=2120 CPUtime=0.66 cores=1,3,5,7
/proc/21958/task/21959/stat : 21959 (java) S 21956 21956 19026 0 -1 1077944384 7963 0 0 0 62 4 0 0 20 0 15 0 474988400 15512608768 48802 33554432000 4194304 4196468 140723936376768 140177347476880 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21960] ppid=21956 vsize=15149032 memory=508 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21960/stat : 21960 (java) R 21956 21956 19026 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 15 0 474988401 15512608768 48802 33554432000 4194304 4196468 140723936376768 140177271277968 140177336334715 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21961] ppid=21956 vsize=15149032 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21961/stat : 21961 (java) R 21956 21956 19026 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 15 0 474988401 15512608768 48802 33554432000 4194304 4196468 140723936376768 140177270225168 140177336337726 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21962] ppid=21956 vsize=15149032 memory=932 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21962/stat : 21962 (java) R 21956 21956 19026 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 15 0 474988401 15512608768 48802 33554432000 4194304 4196468 140723936376768 140177269172880 140177336337726 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21963] ppid=21956 vsize=15149032 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21963/stat : 21963 (java) R 21956 21956 19026 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 15 0 474988401 15512608768 48802 33554432000 4194304 4196468 140723936376768 140177268120280 140177328265753 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21964] ppid=21956 vsize=15149032 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21964/stat : 21964 (java) S 21956 21956 19026 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 474988402 15512608768 48802 33554432000 4194304 4196468 140723936376768 140176811738272 140177343248085 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21965] ppid=21956 vsize=15149032 memory=864 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21965/stat : 21965 (java) S 21956 21956 19026 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 474988403 15512608768 48802 33554432000 4194304 4196468 140723936376768 140176810685728 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21966] ppid=21956 vsize=15149032 memory=1976 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21966/stat : 21966 (java) S 21956 21956 19026 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 474988403 15512608768 48802 33554432000 4194304 4196468 140723936376768 140176809633392 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21967] ppid=21956 vsize=15149032 memory=2496 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21967/stat : 21967 (java) S 21956 21956 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474988405 15512608768 48802 33554432000 4194304 4196468 140723936376768 140176808581712 140177343256475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21968] ppid=21956 vsize=15149032 memory=7302135314614015842 CPUtime=0.25 cores=1,3,5,7
/proc/21958/task/21968/stat : 21968 (java) S 21956 21956 19026 0 -1 1077944384 1534 0 0 0 25 0 0 0 20 0 15 0 474988405 15512608768 48802 33554432000 4194304 4196468 140723936376768 140176807528560 140177343249026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21969] ppid=21956 vsize=15149032 memory=5932763981196060012 CPUtime=0.23 cores=1,3,5,7
/proc/21958/task/21969/stat : 21969 (java) S 21956 21956 19026 0 -1 1077944384 1079 0 0 0 23 0 0 0 20 0 15 0 474988405 15512608768 48802 33554432000 4194304 4196468 140723936376768 140176806475760 140177343249026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21970] ppid=21956 vsize=15149032 memory=7223887401239728208 CPUtime=0.18 cores=1,3,5,7
/proc/21958/task/21970/stat : 21970 (java) S 21956 21956 19026 0 -1 1077944384 1472 0 0 0 18 0 0 0 20 0 15 0 474988405 15512608768 48802 33554432000 4194304 4196468 140723936376768 140176805423472 140177343249026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21971] ppid=21956 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21971/stat : 21971 (java) S 21956 21956 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474988406 15512608768 48802 33554432000 4194304 4196468 140723936376768 140176804370912 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21972] ppid=21956 vsize=15149032 memory=7451600730414739299 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21972/stat : 21972 (java) S 21956 21956 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474988406 15512608768 48802 33554432000 4194304 4196468 140723936376768 140176803318704 140177343249026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 196664 KiB

[startup+1.50166 s]
/proc/loadavg: 8.76 8.48 7.88 6/234 21972
/proc/meminfo: memFree=1481900/32770624 swapFree=66966844/67108860
[pid=21956] ppid=21953 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (xcsp3-exec) S 21953 21956 19026 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 474988400 115843072 364 33554432000 4194304 5098028 140736503364640 140736503362744 139941201425020 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31694848 140736503370583 140736503370841 140736503370841 140736503373766 0
/proc/21956/statm: 28282 364 305 221 0 87 0

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

/proc/21958/task/21966/stat : 21966 (java) S 21956 21956 19026 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 15 0 474988403 15514783744 3205471 33554432000 4194304 4196468 140723936376768 140176809633408 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21967] ppid=21956 vsize=15151156 memory=12821868 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21967/stat : 21967 (java) S 21956 21956 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474988405 15514783744 3205471 33554432000 4194304 4196468 140723936376768 140176808581712 140177343256475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21968] ppid=21956 vsize=15151156 memory=-7301277633913540566 CPUtime=2.18 cores=1,3,5,7
/proc/21958/task/21968/stat : 21968 (java) S 21956 21956 19026 0 -1 1077944384 7888 0 0 0 217 1 0 0 20 0 15 0 474988405 15514783744 3205471 33554432000 4194304 4196468 140723936376768 140176807528560 140177343249026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21969] ppid=21956 vsize=15151156 memory=3616 CPUtime=2.08 cores=1,3,5,7
/proc/21958/task/21969/stat : 21969 (java) S 21956 21956 19026 0 -1 1077944384 6867 0 0 0 206 2 0 0 20 0 15 0 474988405 15514783744 3205471 33554432000 4194304 4196468 140723936376768 140176806475760 140177343249026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21970] ppid=21956 vsize=15151156 memory=1552 CPUtime=0.61 cores=1,3,5,7
/proc/21958/task/21970/stat : 21970 (java) S 21956 21956 19026 0 -1 1077944384 7662 0 0 0 60 1 0 0 20 0 15 0 474988405 15514783744 3205471 33554432000 4194304 4196468 140723936376768 140176805423472 140177343249026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21971] ppid=21956 vsize=15151156 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21971/stat : 21971 (java) S 21956 21956 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474988406 15514783744 3205471 33554432000 4194304 4196468 140723936376768 140176804370912 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21972] ppid=21956 vsize=15151156 memory=1196 CPUtime=0.52 cores=1,3,5,7
/proc/21958/task/21972/stat : 21972 (java) S 21956 21956 19026 0 -1 1077944384 748 0 0 0 19 33 0 0 20 0 15 0 474988406 15514783744 3205471 33554432000 4194304 4196468 140723936376768 140176803318704 140177343249026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
Current children cumulated CPU time: 1600.8 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12823340 KiB

[startup+496.001 s]*
/proc/loadavg: 6.69 7.05 7.32 9/234 22093
/proc/meminfo: memFree=12600260/32770624 swapFree=66966844/67108860
[pid=21956] ppid=21953 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (xcsp3-exec) S 21953 21956 19026 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 474988400 115843072 364 33554432000 4194304 5098028 140736503364640 140736503362744 139941201425020 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31694848 140736503370583 140736503370841 140736503370841 140736503373766 0
/proc/21956/statm: 28282 364 305 221 0 87 0
[pid=21958] ppid=21956 vsize=15151156 memory=12821884 CPUtime=1613.34 cores=1,3,5,7
/proc/21958/stat : 21958 (java) S 21956 21956 19026 0 -1 1077944320 21774343 0 0 0 157690 3644 0 0 20 0 15 0 474988400 15514783744 3205471 33554432000 4194304 4196468 140723936376768 140723936359312 140177343237879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
/proc/21958/statm: 3787789 3205471 3512 1 0 3748889 0
[pid=21958/tid=21959] ppid=21956 vsize=15151156 memory=7556 CPUtime=73.1 cores=1,3,5,7
/proc/21958/task/21959/stat : 21959 (java) S 21956 21956 19026 0 -1 1077944384 1443238 0 0 0 7220 90 0 0 20 0 15 0 474988400 15514783744 3205471 33554432000 4194304 4196468 140723936376768 140177347477376 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21960] ppid=21956 vsize=15151156 memory=10492 CPUtime=371.19 cores=1,3,5,7
/proc/21958/task/21960/stat : 21960 (java) R 21956 21956 19026 0 -1 4202560 5529826 0 0 0 36155 964 0 0 20 0 15 0 474988401 15514783744 3205471 33554432000 4194304 4196468 140723936376768 140177271277552 140177335866087 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21961] ppid=21956 vsize=15151156 memory=13996 CPUtime=372.12 cores=1,3,5,7
/proc/21958/task/21961/stat : 21961 (java) R 21956 21956 19026 0 -1 4202560 4820082 0 0 0 36354 858 0 0 20 0 15 0 474988401 15514783744 3205471 33554432000 4194304 4196468 140723936376768 140177270225064 140177335866087 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21962] ppid=21956 vsize=15151156 memory=4126316290023845779 CPUtime=371.87 cores=1,3,5,7
/proc/21958/task/21962/stat : 21962 (java) R 21956 21956 19026 0 -1 4202560 4942518 0 0 0 36320 867 0 0 20 0 15 0 474988401 15514783744 3205471 33554432000 4194304 4196468 140723936376768 140177269173080 140177327935631 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21963] ppid=21956 vsize=15151156 memory=30348 CPUtime=371.15 cores=1,3,5,7
/proc/21958/task/21963/stat : 21963 (java) R 21956 21956 19026 0 -1 4202560 4609367 0 0 0 36296 819 0 0 20 0 15 0 474988401 15514783744 3205471 33554432000 4194304 4196468 140723936376768 140177268119968 140177327935654 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21964] ppid=21956 vsize=15151156 memory=2120 CPUtime=48.41 cores=1,3,5,7
/proc/21958/task/21964/stat : 21964 (java) S 21956 21956 19026 0 -1 1077944384 404753 0 0 0 4809 32 0 0 20 0 15 0 474988402 15514783744 3205471 33554432000 4194304 4196468 140723936376768 140176811738080 140177343248085 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21965] ppid=21956 vsize=15151156 memory=508 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21965/stat : 21965 (java) S 21956 21956 19026 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 474988403 15514783744 3205471 33554432000 4194304 4196468 140723936376768 140176810685792 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21966] ppid=21956 vsize=15151156 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21966/stat : 21966 (java) S 21956 21956 19026 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 15 0 474988403 15514783744 3205471 33554432000 4194304 4196468 140723936376768 140176809633408 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21967] ppid=21956 vsize=15151156 memory=932 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21967/stat : 21967 (java) S 21956 21956 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474988405 15514783744 3205471 33554432000 4194304 4196468 140723936376768 140176808581712 140177343256475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21968] ppid=21956 vsize=15151156 memory=1568 CPUtime=2.18 cores=1,3,5,7
/proc/21958/task/21968/stat : 21968 (java) S 21956 21956 19026 0 -1 1077944384 7888 0 0 0 217 1 0 0 20 0 15 0 474988405 15514783744 3205471 33554432000 4194304 4196468 140723936376768 140176807528608 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21969] ppid=21956 vsize=15151156 memory=6791534058613427641 CPUtime=2.08 cores=1,3,5,7
/proc/21958/task/21969/stat : 21969 (java) S 21956 21956 19026 0 -1 1077944384 6867 0 0 0 206 2 0 0 20 0 15 0 474988405 15514783744 3205471 33554432000 4194304 4196468 140723936376768 140176806475808 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21970] ppid=21956 vsize=15151156 memory=2592 CPUtime=0.61 cores=1,3,5,7
/proc/21958/task/21970/stat : 21970 (java) S 21956 21956 19026 0 -1 1077944384 7663 0 0 0 60 1 0 0 20 0 15 0 474988405 15514783744 3205471 33554432000 4194304 4196468 140723936376768 140176805423232 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21971] ppid=21956 vsize=15151156 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21971/stat : 21971 (java) S 21956 21956 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474988406 15514783744 3205471 33554432000 4194304 4196468 140723936376768 140176804370912 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21972] ppid=21956 vsize=15151156 memory=1456 CPUtime=0.52 cores=1,3,5,7
/proc/21958/task/21972/stat : 21972 (java) S 21956 21956 19026 0 -1 1077944384 750 0 0 0 19 33 0 0 20 0 15 0 474988406 15514783744 3205471 33554432000 4194304 4196468 140723936376768 140176803318704 140177343249026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
Current children cumulated CPU time: 1613.34 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12823340 KiB

[startup+499.201 s]
/proc/loadavg: 6.69 7.05 7.32 6/234 22093
/proc/meminfo: memFree=12601840/32770624 swapFree=66966844/67108860
[pid=21956] ppid=21953 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (xcsp3-exec) S 21953 21956 19026 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 474988400 115843072 364 33554432000 4194304 5098028 140736503364640 140736503362744 139941201425020 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31694848 140736503370583 140736503370841 140736503370841 140736503373766 0
/proc/21956/statm: 28282 364 305 221 0 87 0
[pid=21958] ppid=21956 vsize=15151156 memory=12821920 CPUtime=1622.64 cores=1,3,5,7
/proc/21958/stat : 21958 (java) S 21956 21956 19026 0 -1 1077944320 22026053 0 0 0 158565 3699 0 0 20 0 15 0 474988400 15514783744 3205480 33554432000 4194304 4196468 140723936376768 140723936359312 140177343237879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
/proc/21958/statm: 3787789 3205480 3512 1 0 3748889 0
[pid=21958/tid=21959] ppid=21956 vsize=15151156 memory=3616 CPUtime=73.1 cores=1,3,5,7
/proc/21958/task/21959/stat : 21959 (java) S 21956 21956 19026 0 -1 1077944384 1443238 0 0 0 7220 90 0 0 20 0 15 0 474988400 15514783744 3205480 33554432000 4194304 4196468 140723936376768 140177347477376 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21960] ppid=21956 vsize=15151156 memory=0 CPUtime=373.24 cores=1,3,5,7
/proc/21958/task/21960/stat : 21960 (java) S 21956 21956 19026 0 -1 1077944384 5577690 0 0 0 36350 974 0 0 20 0 15 0 474988401 15514783744 3205480 33554432000 4194304 4196468 140723936376768 140177271277968 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21961] ppid=21956 vsize=15151156 memory=3761830551766230785 CPUtime=374.16 cores=1,3,5,7
/proc/21958/task/21961/stat : 21961 (java) S 21956 21956 19026 0 -1 1077944384 4886037 0 0 0 36544 872 0 0 20 0 15 0 474988401 15514783744 3205480 33554432000 4194304 4196468 140723936376768 140177270225168 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21962] ppid=21956 vsize=15151156 memory=3689771858250234448 CPUtime=373.89 cores=1,3,5,7
/proc/21958/task/21962/stat : 21962 (java) S 21956 21956 19026 0 -1 1077944384 5001221 0 0 0 36507 882 0 0 20 0 15 0 474988401 15514783744 3205480 33554432000 4194304 4196468 140723936376768 140177269172880 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21963] ppid=21956 vsize=15151156 memory=56 CPUtime=373.21 cores=1,3,5,7
/proc/21958/task/21963/stat : 21963 (java) S 21956 21956 19026 0 -1 1077944384 4688554 0 0 0 36486 835 0 0 20 0 15 0 474988401 15514783744 3205480 33554432000 4194304 4196468 140723936376768 140177268120080 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21964] ppid=21956 vsize=15151156 memory=3545520599251237441 CPUtime=49.55 cores=1,3,5,7
/proc/21958/task/21964/stat : 21964 (java) R 21956 21956 19026 0 -1 4202560 404754 0 0 0 4923 32 0 0 20 0 15 0 474988402 15514783744 3205480 33554432000 4194304 4196468 140723936376768 140176811738192 140177328234260 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21965] ppid=21956 vsize=15151156 memory=9096 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21965/stat : 21965 (java) S 21956 21956 19026 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 474988403 15514783744 3205480 33554432000 4194304 4196468 140723936376768 140176810685792 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21966] ppid=21956 vsize=15151156 memory=33 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21966/stat : 21966 (java) S 21956 21956 19026 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 15 0 474988403 15514783744 3205480 33554432000 4194304 4196468 140723936376768 140176809633408 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21967] ppid=21956 vsize=15151156 memory=4639074098508484693 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21967/stat : 21967 (java) S 21956 21956 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474988405 15514783744 3205480 33554432000 4194304 4196468 140723936376768 140176808581712 140177343256475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21968] ppid=21956 vsize=15151156 memory=7091033514336479086 CPUtime=2.18 cores=1,3,5,7
/proc/21958/task/21968/stat : 21968 (java) S 21956 21956 19026 0 -1 1077944384 7888 0 0 0 217 1 0 0 20 0 15 0 474988405 15514783744 3205480 33554432000 4194304 4196468 140723936376768 140176807528608 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21969] ppid=21956 vsize=15151156 memory=6791534058613427641 CPUtime=2.08 cores=1,3,5,7
/proc/21958/task/21969/stat : 21969 (java) S 21956 21956 19026 0 -1 1077944384 6867 0 0 0 206 2 0 0 20 0 15 0 474988405 15514783744 3205480 33554432000 4194304 4196468 140723936376768 140176806475808 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21970] ppid=21956 vsize=15151156 memory=12821852 CPUtime=0.61 cores=1,3,5,7
/proc/21958/task/21970/stat : 21970 (java) S 21956 21956 19026 0 -1 1077944384 7663 0 0 0 60 1 0 0 20 0 15 0 474988405 15514783744 3205480 33554432000 4194304 4196468 140723936376768 140176805423232 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21971] ppid=21956 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21971/stat : 21971 (java) S 21956 21956 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474988406 15514783744 3205480 33554432000 4194304 4196468 140723936376768 140176804370912 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21972] ppid=21956 vsize=15151156 memory=12821852 CPUtime=0.52 cores=1,3,5,7
/proc/21958/task/21972/stat : 21972 (java) S 21956 21956 19026 0 -1 1077944384 750 0 0 0 19 33 0 0 20 0 15 0 474988406 15514783744 3205480 33554432000 4194304 4196468 140723936376768 140176803318704 140177343249026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
Current children cumulated CPU time: 1622.64 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12823376 KiB

[startup+500.001 s]*
/proc/loadavg: 6.69 7.05 7.32 6/234 22093
/proc/meminfo: memFree=12602680/32770624 swapFree=66966844/67108860
[pid=21956] ppid=21953 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (xcsp3-exec) S 21953 21956 19026 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 474988400 115843072 364 33554432000 4194304 5098028 140736503364640 140736503362744 139941201425020 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31694848 140736503370583 140736503370841 140736503370841 140736503373766 0
/proc/21956/statm: 28282 364 305 221 0 87 0
[pid=21958] ppid=21956 vsize=15151156 memory=12821924 CPUtime=1623.45 cores=1,3,5,7
/proc/21958/stat : 21958 (java) S 21956 21956 19026 0 -1 1077944320 22034981 0 0 0 158645 3700 0 0 20 0 15 0 474988400 15514783744 3205481 33554432000 4194304 4196468 140723936376768 140723936359312 140177343237879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
/proc/21958/statm: 3787789 3205481 3512 1 0 3748889 0
[pid=21958/tid=21959] ppid=21956 vsize=15151156 memory=1398722017469774279 CPUtime=73.1 cores=1,3,5,7
/proc/21958/task/21959/stat : 21959 (java) S 21956 21956 19026 0 -1 1077944384 1443238 0 0 0 7220 90 0 0 20 0 15 0 474988400 15514783744 3205481 33554432000 4194304 4196468 140723936376768 140177347477376 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21960] ppid=21956 vsize=15151156 memory=4126316290023845779 CPUtime=373.24 cores=1,3,5,7
/proc/21958/task/21960/stat : 21960 (java) S 21956 21956 19026 0 -1 1077944384 5577690 0 0 0 36350 974 0 0 20 0 15 0 474988401 15514783744 3205481 33554432000 4194304 4196468 140723936376768 140177271277968 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21961] ppid=21956 vsize=15151156 memory=1552 CPUtime=374.16 cores=1,3,5,7
/proc/21958/task/21961/stat : 21961 (java) S 21956 21956 19026 0 -1 1077944384 4886037 0 0 0 36544 872 0 0 20 0 15 0 474988401 15514783744 3205481 33554432000 4194304 4196468 140723936376768 140177270225168 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21962] ppid=21956 vsize=15151156 memory=1708 CPUtime=373.89 cores=1,3,5,7
/proc/21958/task/21962/stat : 21962 (java) S 21956 21956 19026 0 -1 1077944384 5001221 0 0 0 36507 882 0 0 20 0 15 0 474988401 15514783744 3205481 33554432000 4194304 4196468 140723936376768 140177269172880 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21963] ppid=21956 vsize=15151156 memory=3608 CPUtime=373.21 cores=1,3,5,7
/proc/21958/task/21963/stat : 21963 (java) S 21956 21956 19026 0 -1 1077944384 4688554 0 0 0 36486 835 0 0 20 0 15 0 474988401 15514783744 3205481 33554432000 4194304 4196468 140723936376768 140177268120080 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21964] ppid=21956 vsize=15151156 memory=0 CPUtime=50.36 cores=1,3,5,7
/proc/21958/task/21964/stat : 21964 (java) R 21956 21956 19026 0 -1 4202560 413682 0 0 0 5003 33 0 0 20 0 15 0 474988402 15514783744 3205481 33554432000 4194304 4196468 140723936376768 140176811738192 140177327695512 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21965] ppid=21956 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21965/stat : 21965 (java) S 21956 21956 19026 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 474988403 15514783744 3205481 33554432000 4194304 4196468 140723936376768 140176810685792 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21966] ppid=21956 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21966/stat : 21966 (java) S 21956 21956 19026 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 15 0 474988403 15514783744 3205481 33554432000 4194304 4196468 140723936376768 140176809633408 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21967] ppid=21956 vsize=15151156 memory=10492 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21967/stat : 21967 (java) S 21956 21956 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474988405 15514783744 3205481 33554432000 4194304 4196468 140723936376768 140176808581712 140177343256475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21968] ppid=21956 vsize=15151156 memory=13996 CPUtime=2.18 cores=1,3,5,7
/proc/21958/task/21968/stat : 21968 (java) S 21956 21956 19026 0 -1 1077944384 7888 0 0 0 217 1 0 0 20 0 15 0 474988405 15514783744 3205481 33554432000 4194304 4196468 140723936376768 140176807528608 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21969] ppid=21956 vsize=15151156 memory=14080 CPUtime=2.08 cores=1,3,5,7
/proc/21958/task/21969/stat : 21969 (java) S 21956 21956 19026 0 -1 1077944384 6867 0 0 0 206 2 0 0 20 0 15 0 474988405 15514783744 3205481 33554432000 4194304 4196468 140723936376768 140176806475808 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21970] ppid=21956 vsize=15151156 memory=30348 CPUtime=0.61 cores=1,3,5,7
/proc/21958/task/21970/stat : 21970 (java) S 21956 21956 19026 0 -1 1077944384 7663 0 0 0 60 1 0 0 20 0 15 0 474988405 15514783744 3205481 33554432000 4194304 4196468 140723936376768 140176805423232 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21971] ppid=21956 vsize=15151156 memory=2120 CPUtime=0 cores=1,3,5,7
/proc/21958/task/21971/stat : 21971 (java) S 21956 21956 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474988406 15514783744 3205481 33554432000 4194304 4196468 140723936376768 140176804370912 140177343248085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
[pid=21958/tid=21972] ppid=21956 vsize=15151156 memory=508 CPUtime=0.52 cores=1,3,5,7
/proc/21958/task/21972/stat : 21972 (java) S 21956 21956 19026 0 -1 1077944384 750 0 0 0 19 33 0 0 20 0 15 0 474988406 15514783744 3205481 33554432000 4194304 4196468 140723936376768 140176803318704 140177343249026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12587008 140723936383963 140723936384138 140723936384138 140723936387023 0
Current children cumulated CPU time: 1623.45 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12823380 KiB

[startup+500.8 s]
/proc/loadavg: 6.69 7.05 7.32 6/234 22093
/proc/meminfo: memFree=12602680/32770624 swapFree=66966844/67108860
[pid=21956] ppid=21953 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (xcsp3-exec) S 21953 21956 19026 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 474988400 115843072 364 33554432000 4194304 5098028 140736503364640 140736503362744 139941201425020 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31694848 140736503370583 140736503370841 140736503370841 140736503373766 0
/proc/21956/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

[startup+501 s]*
/proc/loadavg: 6.55 7.02 7.31 6/221 22094
/proc/meminfo: memFree=25218308/32770624 swapFree=66966844/67108860
[pid=21956] ppid=21953 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (xcsp3-exec) S 21953 21956 19026 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 474988400 115843072 364 33554432000 4194304 5098028 140736503364640 140736503362744 139941201425020 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31694848 140736503370583 140736503370841 140736503370841 140736503373766 0
/proc/21956/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 1
Real time (s): 501.017
CPU time (s): 1624.47
CPU user time (s): 1586.75
CPU system time (s): 37.7202
CPU usage (%): 324.235
Max. virtual memory (cumulated for all children) (KiB): 15265308
Max. memory (cumulated for all children) (KiB): 12823380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1586.75
system time used= 37.7202
maximum resident set size= 12822144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22035741
page faults= 0
swaps= 0
block input operations= 0
block output operations= 680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21861
involuntary context switches= 19075


# summary of solver processes directly reported to runsolver:
#   pid: 21956
#   total CPU time (s): 1624.47
#   total CPU user time (s): 1586.75
#   total CPU system time (s): 37.7202

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.02888 second user time and 5.61012 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-20 16:41:17
IDJOB=4403558
IDBENCH=126895
IDSOLVER=2863
FILE ID=node145/4403558-1568990518
RUNJOBID= node145-1568987924-19058
PBS_JOBID= 21704638
Free space on /var/tmp= 13404 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr1000e-int.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403558-1568990518/watcher-4403558-1568990518 -o /var/tmp/evaluation-result-4403558-1568990518/solver-4403558-1568990518 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1568987924-19058 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 379919259 HOME/instance-4403558-1568990518.xml

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

MD5SUM BENCH= 080ba949cb23e1dea8bc7836215d1d0d
RANDOM SEED=379919259

node145.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.59
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.59
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.59
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.59
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:         1767116 kB
MemAvailable:   19181984 kB
Buffers:          130520 kB
Cached:         17247576 kB
SwapCached:        32484 kB
Active:         19917924 kB
Inactive:       10110924 kB
Active(anon):   11216104 kB
Inactive(anon):  1483904 kB
Active(file):    8701820 kB
Inactive(file):  8627020 kB
Unevictable:      110664 kB
Mlocked:          110664 kB
SwapTotal:      67108860 kB
SwapFree:       66966844 kB
Dirty:            109096 kB
Writeback:             0 kB
AnonPages:      12730076 kB
Mapped:            65360 kB
Shmem:             40640 kB
Slab:             543084 kB
SReclaimable:     514488 kB
SUnreclaim:        28596 kB
KernelStack:        3808 kB
PageTables:        30548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13332096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6946816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13380 MiB
End job on node145 at 2019-09-20 16:49:38