Trace number 4403494

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? 1420 449.776

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr1000c-int.xml
MD5SUM2ff4403728a82746813109e0b9ab6660
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 benchmark495.64
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-4403494-1568990547.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403494-1568990547.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1387.05/439.28	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1419.43/449.25		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1419.43/449.25		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
1419.43/449.25		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1419.43/449.25		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1419.43/449.25		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1419.43/449.25		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1419.43/449.25		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
1419.43/449.25		at org.xcsp.parser.XCallbacks$$Lambda$94/158199555.accept(Unknown Source)
1419.43/449.25		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1419.43/449.25		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1419.43/449.25		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
1419.43/449.25		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
1419.43/449.25		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
1419.43/449.25		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1419.43/449.25		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1419.43/449.25		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1419.43/449.25		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1419.43/449.25		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1419.43/449.25		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1419.43/449.25		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1419.43/449.26	s UNKNOWN
1419.43/449.26	c Unexpected resolution interruption!

Verifier Data


Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (3828 MiB free)
  memory of node 1: 16384 MiB (1540 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403494-1568990547/watcher-4403494-1568990547 -o /var/tmp/evaluation-result-4403494-1568990547/solver-4403494-1568990547 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1568983381-1915 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 447973095 HOME/instance-4403494-1568990547.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=6498, runsolver pid=6495

[startup+0.100094 s]*
/proc/loadavg: 7.83 8.14 8.11 6/232 6514
/proc/meminfo: memFree=5480940/32770624 swapFree=66952588/67108860
[pid=6498] ppid=6495 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6498/stat : 6498 (xcsp3-exec) S 6495 6498 1883 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475310410 115843072 363 33554432000 4194304 5098028 140732580766784 140732580764888 140058513945212 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32903168 140732580774743 140732580775001 140732580775001 140732580777926 0
/proc/6498/statm: 28282 363 304 221 0 87 0
[pid=6500] ppid=6498 vsize=15144776 memory=29868 CPUtime=0.13 cores=0,2,4,6
/proc/6500/stat : 6500 (java) S 6498 6498 1883 0 -1 1077944320 5871 0 0 0 12 1 0 0 20 0 15 0 475310411 15508250624 7467 33554432000 4194304 4196468 140725066726064 140725066708608 140479475371767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
/proc/6500/statm: 3786194 7467 3149 1 0 3748377 0
[pid=6500/tid=6501] ppid=6498 vsize=15144776 memory=-2698087569006908830 CPUtime=0.08 cores=0,2,4,6
/proc/6500/task/6501/stat : 6501 (java) R 6498 6498 1883 0 -1 4202560 3823 0 0 0 8 0 0 0 20 0 15 0 475310411 15508250624 7467 33554432000 4194304 4196468 140725066726064 140479479603424 140479475383702 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6502] ppid=6498 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6502/stat : 6502 (java) S 6498 6498 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475310412 15508250624 7467 33554432000 4194304 4196468 140725066726064 140479403412112 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6503] ppid=6498 vsize=15144776 memory=140562968036992 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6503/stat : 6503 (java) S 6498 6498 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475310412 15508250624 7467 33554432000 4194304 4196468 140725066726064 140479402359312 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6504] ppid=6498 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6504/stat : 6504 (java) S 6498 6498 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475310412 15508250624 7467 33554432000 4194304 4196468 140725066726064 140479401306512 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6505] ppid=6498 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6505/stat : 6505 (java) S 6498 6498 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475310412 15508250624 7467 33554432000 4194304 4196468 140725066726064 140479400253712 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6506] ppid=6498 vsize=15144776 memory=140562968036992 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6506/stat : 6506 (java) S 6498 6498 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475310413 15508250624 7467 33554432000 4194304 4196468 140725066726064 140478943755120 140479475382914 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6507] ppid=6498 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6507/stat : 6507 (java) S 6498 6498 1883 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 475310414 15508250624 7467 33554432000 4194304 4196468 140725066726064 140478942701088 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6508] ppid=6498 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6508/stat : 6508 (java) S 6498 6498 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475310414 15508250624 7467 33554432000 4194304 4196468 140725066726064 140478941648240 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6509] ppid=6498 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6509/stat : 6509 (java) S 6498 6498 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475310416 15508250624 7467 33554432000 4194304 4196468 140725066726064 140478940596560 140479475390363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6510] ppid=6498 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6510/stat : 6510 (java) S 6498 6498 1883 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 15 0 475310416 15508250624 7467 33554432000 4194304 4196468 140725066726064 140478939543920 140479475382914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6511] ppid=6498 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6511/stat : 6511 (java) S 6498 6498 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475310416 15508250624 7467 33554432000 4194304 4196468 140725066726064 140478938491216 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6512] ppid=6498 vsize=15144776 memory=140562968036992 CPUtime=0.02 cores=0,2,4,6
/proc/6500/task/6512/stat : 6512 (java) R 6498 6498 1883 0 -1 4202560 322 0 0 0 2 0 0 0 20 0 15 0 475310416 15508250624 7467 33554432000 4194304 4196468 140725066726064 140478937438320 140479475383702 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6513] ppid=6498 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6513/stat : 6513 (java) S 6498 6498 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475310416 15508250624 7467 33554432000 4194304 4196468 140725066726064 140478936385760 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6514] ppid=6498 vsize=15144776 memory=140562968036992 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6514/stat : 6514 (java) S 6498 6498 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475310417 15508250624 7467 33554432000 4194304 4196468 140725066726064 140478935334064 140479475382914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31320 KiB

[startup+0.210763 s]*
/proc/loadavg: 7.83 8.14 8.11 6/232 6514
/proc/meminfo: memFree=5468248/32770624 swapFree=66952588/67108860
[pid=6498] ppid=6495 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6498/stat : 6498 (xcsp3-exec) S 6495 6498 1883 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475310410 115843072 363 33554432000 4194304 5098028 140732580766784 140732580764888 140058513945212 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32903168 140732580774743 140732580775001 140732580775001 140732580777926 0
/proc/6498/statm: 28282 363 304 221 0 87 0
[pid=6500] ppid=6498 vsize=15144776 memory=40404 CPUtime=0.34 cores=0,2,4,6
/proc/6500/stat : 6500 (java) S 6498 6498 1883 0 -1 1077944320 9322 0 0 0 32 2 0 0 20 0 15 0 475310411 15508250624 10101 33554432000 4194304 4196468 140725066726064 140725066708608 140479475371767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
/proc/6500/statm: 3786194 10101 3281 1 0 3748377 0
[pid=6500/tid=6501] ppid=6498 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/6500/task/6501/stat : 6501 (java) R 6498 6498 1883 0 -1 4202560 6591 0 0 0 18 1 0 0 20 0 15 0 475310411 15508250624 10101 33554432000 4194304 4196468 140725066726064 140479479605808 140479070350381 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6502] ppid=6498 vsize=15144776 memory=10592 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6502/stat : 6502 (java) S 6498 6498 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475310412 15508250624 10101 33554432000 4194304 4196468 140725066726064 140479403412112 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6503] ppid=6498 vsize=15144776 memory=140562968056664 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6503/stat : 6503 (java) S 6498 6498 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475310412 15508250624 10101 33554432000 4194304 4196468 140725066726064 140479402359312 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6504] ppid=6498 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6504/stat : 6504 (java) S 6498 6498 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475310412 15508250624 10101 33554432000 4194304 4196468 140725066726064 140479401306512 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6505] ppid=6498 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6505/stat : 6505 (java) S 6498 6498 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475310412 15508250624 10101 33554432000 4194304 4196468 140725066726064 140479400253712 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6506] ppid=6498 vsize=15144776 memory=140562968036992 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6506/stat : 6506 (java) S 6498 6498 1883 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475310413 15508250624 10101 33554432000 4194304 4196468 140725066726064 140478943755120 140479475382914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6507] ppid=6498 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6507/stat : 6507 (java) S 6498 6498 1883 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 475310414 15508250624 10101 33554432000 4194304 4196468 140725066726064 140478942701088 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6508] ppid=6498 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6508/stat : 6508 (java) S 6498 6498 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475310414 15508250624 10101 33554432000 4194304 4196468 140725066726064 140478941648240 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6509] ppid=6498 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6509/stat : 6509 (java) S 6498 6498 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475310416 15508250624 10101 33554432000 4194304 4196468 140725066726064 140478940596560 140479475390363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6510] ppid=6498 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6500/task/6510/stat : 6510 (java) S 6498 6498 1883 0 -1 1077944384 480 0 0 0 2 0 0 0 20 0 15 0 475310416 15508250624 10101 33554432000 4194304 4196468 140725066726064 140478939543920 140479475382914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6511] ppid=6498 vsize=15144776 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/6500/task/6511/stat : 6511 (java) R 6498 6498 1883 0 -1 1077944384 170 0 0 0 3 0 0 0 20 0 15 0 475310416 15508250624 10101 33554432000 4194304 4196468 140725066726064 140478938491120 140479475382914 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6512] ppid=6498 vsize=15144776 memory=140562968036992 CPUtime=0.08 cores=0,2,4,6
/proc/6500/task/6512/stat : 6512 (java) R 6498 6498 1883 0 -1 4202560 772 0 0 0 8 0 0 0 20 0 15 0 475310416 15508250624 10101 33554432000 4194304 4196468 140725066726064 140478937438320 140479453863079 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6513] ppid=6498 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6513/stat : 6513 (java) S 6498 6498 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475310416 15508250624 10101 33554432000 4194304 4196468 140725066726064 140478936385760 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6514] ppid=6498 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6514/stat : 6514 (java) S 6498 6498 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475310417 15508250624 10101 33554432000 4194304 4196468 140725066726064 140478935334064 140479475382914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41856 KiB

[startup+0.311782 s]*
/proc/loadavg: 7.83 8.14 8.11 6/232 6514
/proc/meminfo: memFree=5461472/32770624 swapFree=66952588/67108860
[pid=6498] ppid=6495 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6498/stat : 6498 (xcsp3-exec) S 6495 6498 1883 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475310410 115843072 363 33554432000 4194304 5098028 140732580766784 140732580764888 140058513945212 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32903168 140732580774743 140732580775001 140732580775001 140732580777926 0
/proc/6498/statm: 28282 363 304 221 0 87 0
[pid=6500] ppid=6498 vsize=15149032 memory=49204 CPUtime=0.52 cores=0,2,4,6
/proc/6500/stat : 6500 (java) S 6498 6498 1883 0 -1 1077944320 10617 0 0 0 50 2 0 0 20 0 15 0 475310411 15512608768 12301 33554432000 4194304 4196468 140725066726064 140725066708608 140479475371767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
/proc/6500/statm: 3787258 12301 3316 1 0 3748377 0
[pid=6500/tid=6501] ppid=6498 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/6500/task/6501/stat : 6501 (java) R 6498 6498 1883 0 -1 4202560 7722 0 0 0 28 2 0 0 20 0 15 0 475310411 15512608768 12301 33554432000 4194304 4196468 140725066726064 140479479602880 140479459452254 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6502] ppid=6498 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6502/stat : 6502 (java) S 6498 6498 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475310412 15512608768 12301 33554432000 4194304 4196468 140725066726064 140479403412112 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6503] ppid=6498 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6503/stat : 6503 (java) S 6498 6498 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475310412 15512608768 12301 33554432000 4194304 4196468 140725066726064 140479402359312 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6504] ppid=6498 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6504/stat : 6504 (java) S 6498 6498 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475310412 15512608768 12301 33554432000 4194304 4196468 140725066726064 140479401306512 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6505] ppid=6498 vsize=15149032 memory=8547712850019655617 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6505/stat : 6505 (java) S 6498 6498 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475310412 15512608768 12301 33554432000 4194304 4196468 140725066726064 140479400253712 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6506] ppid=6498 vsize=15149032 memory=7089056485457618024 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6506/stat : 6506 (java) S 6498 6498 1883 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475310413 15512608768 12301 33554432000 4194304 4196468 140725066726064 140478943755120 140479475382914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6507] ppid=6498 vsize=15149032 memory=4209357772117481859 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6507/stat : 6507 (java) S 6498 6498 1883 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 475310414 15512608768 12301 33554432000 4194304 4196468 140725066726064 140478942701088 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6508] ppid=6498 vsize=15149032 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6508/stat : 6508 (java) S 6498 6498 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475310414 15512608768 12301 33554432000 4194304 4196468 140725066726064 140478941648240 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6509] ppid=6498 vsize=15149032 memory=-8412652169205224307 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6509/stat : 6509 (java) S 6498 6498 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475310416 15512608768 12301 33554432000 4194304 4196468 140725066726064 140478940596560 140479475390363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6510] ppid=6498 vsize=15149032 memory=-8412656567168561567 CPUtime=0.03 cores=0,2,4,6
/proc/6500/task/6510/stat : 6510 (java) S 6498 6498 1883 0 -1 1077944384 488 0 0 0 3 0 0 0 20 0 15 0 475310416 15512608768 12301 33554432000 4194304 4196468 140725066726064 140478939543920 140479475382914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6511] ppid=6498 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/6500/task/6511/stat : 6511 (java) S 6498 6498 1883 0 -1 1077944384 184 0 0 0 5 0 0 0 20 0 15 0 475310416 15512608768 12301 33554432000 4194304 4196468 140725066726064 140478938491120 140479475382914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6512] ppid=6498 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/6500/task/6512/stat : 6512 (java) S 6498 6498 1883 0 -1 1077944384 935 0 0 0 13 0 0 0 20 0 15 0 475310416 15512608768 12301 33554432000 4194304 4196468 140725066726064 140478937438320 140479475382914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6513] ppid=6498 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6513/stat : 6513 (java) S 6498 6498 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475310416 15512608768 12301 33554432000 4194304 4196468 140725066726064 140478936385760 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6514] ppid=6498 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6514/stat : 6514 (java) S 6498 6498 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475310417 15512608768 12301 33554432000 4194304 4196468 140725066726064 140478935334064 140479475382914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50656 KiB

[startup+0.710873 s]
/proc/loadavg: 7.83 8.14 8.11 8/232 6514
/proc/meminfo: memFree=5425104/32770624 swapFree=66952588/67108860
[pid=6498] ppid=6495 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6498/stat : 6498 (xcsp3-exec) S 6495 6498 1883 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475310410 115843072 363 33554432000 4194304 5098028 140732580766784 140732580764888 140058513945212 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32903168 140732580774743 140732580775001 140732580775001 140732580777926 0
/proc/6498/statm: 28282 363 304 221 0 87 0
[pid=6500] ppid=6498 vsize=15149032 memory=197972 CPUtime=1.44 cores=0,2,4,6
/proc/6500/stat : 6500 (java) S 6498 6498 1883 0 -1 1077944320 13585 0 0 0 136 8 0 0 20 0 15 0 475310411 15512608768 49493 33554432000 4194304 4196468 140725066726064 140725066708608 140479475371767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
/proc/6500/statm: 3787258 49493 3399 1 0 3748377 0
[pid=6500/tid=6501] ppid=6498 vsize=15149032 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/6500/task/6501/stat : 6501 (java) S 6498 6498 1883 0 -1 1077944384 7967 0 0 0 63 5 0 0 20 0 15 0 475310411 15512608768 49493 33554432000 4194304 4196468 140725066726064 140479479610944 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6502] ppid=6498 vsize=15149032 memory=164 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6502/stat : 6502 (java) R 6498 6498 1883 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 15 0 475310412 15512608768 49493 33554432000 4194304 4196468 140725066726064 140479403412112 140479468471614 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6503] ppid=6498 vsize=15149032 memory=6154848828556269427 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6503/stat : 6503 (java) R 6498 6498 1883 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 15 0 475310412 15512608768 49493 33554432000 4194304 4196468 140725066726064 140479402359312 140479468468603 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6504] ppid=6498 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6504/stat : 6504 (java) R 6498 6498 1883 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 15 0 475310412 15512608768 49493 33554432000 4194304 4196468 140725066726064 140479401306512 140479468468603 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6505] ppid=6498 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6505/stat : 6505 (java) R 6498 6498 1883 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 15 0 475310412 15512608768 49493 33554432000 4194304 4196468 140725066726064 140479400253912 140479468471614 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6506] ppid=6498 vsize=15149032 memory=40240 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6506/stat : 6506 (java) S 6498 6498 1883 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 475310413 15512608768 49493 33554432000 4194304 4196468 140725066726064 140478943753632 140479475381973 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6507] ppid=6498 vsize=15149032 memory=988 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6507/stat : 6507 (java) S 6498 6498 1883 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 475310414 15512608768 49493 33554432000 4194304 4196468 140725066726064 140478942701088 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6508] ppid=6498 vsize=15149032 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6508/stat : 6508 (java) S 6498 6498 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475310414 15512608768 49493 33554432000 4194304 4196468 140725066726064 140478941648240 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6509] ppid=6498 vsize=15149032 memory=1284 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6509/stat : 6509 (java) S 6498 6498 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475310416 15512608768 49493 33554432000 4194304 4196468 140725066726064 140478940596560 140479475390363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6510] ppid=6498 vsize=15149032 memory=1044 CPUtime=0.24 cores=0,2,4,6
/proc/6500/task/6510/stat : 6510 (java) S 6498 6498 1883 0 -1 1077944384 1456 0 0 0 24 0 0 0 20 0 15 0 475310416 15512608768 49493 33554432000 4194304 4196468 140725066726064 140478939543920 140479475382914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6511] ppid=6498 vsize=15149032 memory=708 CPUtime=0.26 cores=0,2,4,6
/proc/6500/task/6511/stat : 6511 (java) S 6498 6498 1883 0 -1 1077944384 1264 0 0 0 26 0 0 0 20 0 15 0 475310416 15512608768 49493 33554432000 4194304 4196468 140725066726064 140478938491120 140479475382914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6512] ppid=6498 vsize=15149032 memory=9364 CPUtime=0.2 cores=0,2,4,6
/proc/6500/task/6512/stat : 6512 (java) S 6498 6498 1883 0 -1 1077944384 1518 0 0 0 20 0 0 0 20 0 15 0 475310416 15512608768 49493 33554432000 4194304 4196468 140725066726064 140478937438320 140479475382914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6513] ppid=6498 vsize=15149032 memory=1120 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6513/stat : 6513 (java) S 6498 6498 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475310416 15512608768 49493 33554432000 4194304 4196468 140725066726064 140478936385760 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6514] ppid=6498 vsize=15149032 memory=776 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6514/stat : 6514 (java) S 6498 6498 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475310417 15512608768 49493 33554432000 4194304 4196468 140725066726064 140478935334064 140479475382914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 199424 KiB

[startup+1.50086 s]
/proc/loadavg: 7.83 8.14 8.11 7/232 6514
/proc/meminfo: memFree=5212176/32770624 swapFree=66952588/67108860
[pid=6498] ppid=6495 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6498/stat : 6498 (xcsp3-exec) S 6495 6498 1883 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475310410 115843072 363 33554432000 4194304 5098028 140732580766784 140732580764888 140058513945212 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32903168 140732580774743 140732580775001 140732580775001 140732580777926 0
/proc/6498/statm: 28282 363 304 221 0 87 0

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

/proc/6500/task/6508/stat : 6508 (java) S 6498 6498 1883 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 475310414 15514783744 3206283 33554432000 4194304 4196468 140725066726064 140478941648256 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6509] ppid=6498 vsize=15151156 memory=708 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6509/stat : 6509 (java) S 6498 6498 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475310416 15514783744 3206283 33554432000 4194304 4196468 140725066726064 140478940596560 140479475390363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6510] ppid=6498 vsize=15151156 memory=1452 CPUtime=2.19 cores=0,2,4,6
/proc/6500/task/6510/stat : 6510 (java) S 6498 6498 1883 0 -1 1077944384 8777 0 0 0 219 0 0 0 20 0 15 0 475310416 15514783744 3206283 33554432000 4194304 4196468 140725066726064 140478939543920 140479475382914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6511] ppid=6498 vsize=15151156 memory=12825132 CPUtime=2.17 cores=0,2,4,6
/proc/6500/task/6511/stat : 6511 (java) S 6498 6498 1883 0 -1 1077944384 7084 0 0 0 216 1 0 0 20 0 15 0 475310416 15514783744 3206283 33554432000 4194304 4196468 140725066726064 140478938491120 140479475382914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6512] ppid=6498 vsize=15151156 memory=12825088 CPUtime=0.67 cores=0,2,4,6
/proc/6500/task/6512/stat : 6512 (java) S 6498 6498 1883 0 -1 1077944384 9239 0 0 0 66 1 0 0 20 0 15 0 475310416 15514783744 3206283 33554432000 4194304 4196468 140725066726064 140478937438320 140479475382914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6513] ppid=6498 vsize=15151156 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6513/stat : 6513 (java) S 6498 6498 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475310416 15514783744 3206283 33554432000 4194304 4196468 140725066726064 140478936385760 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6514] ppid=6498 vsize=15151156 memory=984 CPUtime=0.52 cores=0,2,4,6
/proc/6500/task/6514/stat : 6514 (java) S 6498 6498 1883 0 -1 1077944384 637 0 0 0 29 23 0 0 20 0 15 0 475310417 15514783744 3206283 33554432000 4194304 4196468 140725066726064 140478935334064 140479475382914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
Current children cumulated CPU time: 1396.58 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12826584 KiB

[startup+444.901 s]
/proc/loadavg: 8.79 8.01 7.93 9/233 6883
/proc/meminfo: memFree=2354880/32770624 swapFree=66952588/67108860
[pid=6498] ppid=6495 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6498/stat : 6498 (xcsp3-exec) S 6495 6498 1883 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475310410 115843072 363 33554432000 4194304 5098028 140732580766784 140732580764888 140058513945212 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32903168 140732580774743 140732580775001 140732580775001 140732580777926 0
/proc/6498/statm: 28282 363 304 221 0 87 0
[pid=6500] ppid=6498 vsize=15151156 memory=12825132 CPUtime=1409.09 cores=0,2,4,6
/proc/6500/stat : 6500 (java) S 6498 6498 1883 0 -1 1077944320 15473112 0 0 0 133765 7144 0 0 20 0 15 0 475310411 15514783744 3206283 33554432000 4194304 4196468 140725066726064 140725066708608 140479475371767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
/proc/6500/statm: 3787789 3206283 3512 1 0 3748889 0
[pid=6500/tid=6501] ppid=6498 vsize=15151156 memory=988 CPUtime=71.45 cores=0,2,4,6
/proc/6500/task/6501/stat : 6501 (java) S 6498 6498 1883 0 -1 1077944384 45321 0 0 0 7122 23 0 0 20 0 15 0 475310411 15514783744 3206283 33554432000 4194304 4196468 140725066726064 140479479611040 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6502] ppid=6498 vsize=15151156 memory=2016 CPUtime=321.89 cores=0,2,4,6
/proc/6500/task/6502/stat : 6502 (java) R 6498 6498 1883 0 -1 4202560 4616442 0 0 0 30348 1841 0 0 20 0 15 0 475310412 15514783744 3206283 33554432000 4194304 4196468 140725066726064 140479403412312 140479460357063 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6503] ppid=6498 vsize=15151156 memory=1284 CPUtime=320.33 cores=0,2,4,6
/proc/6500/task/6503/stat : 6503 (java) R 6498 6498 1883 0 -1 4202560 3048195 0 0 0 30264 1769 0 0 20 0 15 0 475310412 15514783744 3206283 33554432000 4194304 4196468 140725066726064 140479402359208 140479467999975 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6504] ppid=6498 vsize=15151156 memory=8112282956445269571 CPUtime=320.22 cores=0,2,4,6
/proc/6500/task/6504/stat : 6504 (java) R 6498 6498 1883 0 -1 4202560 4011416 0 0 0 30296 1726 0 0 20 0 15 0 475310412 15514783744 3206283 33554432000 4194304 4196468 140725066726064 140479401306408 140479467999975 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6505] ppid=6498 vsize=15151156 memory=4126316290023845779 CPUtime=319.92 cores=0,2,4,6
/proc/6500/task/6505/stat : 6505 (java) R 6498 6498 1883 0 -1 4202560 3189926 0 0 0 30281 1711 0 0 20 0 15 0 475310412 15514783744 3206283 33554432000 4194304 4196468 140725066726064 140479400253912 140479460322891 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6506] ppid=6498 vsize=15151156 memory=1452 CPUtime=49.64 cores=0,2,4,6
/proc/6500/task/6506/stat : 6506 (java) S 6498 6498 1883 0 -1 1077944384 534741 0 0 0 4903 61 0 0 20 0 15 0 475310413 15514783744 3206283 33554432000 4194304 4196468 140725066726064 140478943753440 140479475381973 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6507] ppid=6498 vsize=15151156 memory=12825088 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6507/stat : 6507 (java) S 6498 6498 1883 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 475310414 15514783744 3206283 33554432000 4194304 4196468 140725066726064 140478942701152 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6508] ppid=6498 vsize=15151156 memory=12825132 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6508/stat : 6508 (java) S 6498 6498 1883 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 475310414 15514783744 3206283 33554432000 4194304 4196468 140725066726064 140478941648256 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6509] ppid=6498 vsize=15151156 memory=1120 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6509/stat : 6509 (java) S 6498 6498 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475310416 15514783744 3206283 33554432000 4194304 4196468 140725066726064 140478940596560 140479475390363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6510] ppid=6498 vsize=15151156 memory=776 CPUtime=2.19 cores=0,2,4,6
/proc/6500/task/6510/stat : 6510 (java) S 6498 6498 1883 0 -1 1077944384 8778 0 0 0 219 0 0 0 20 0 15 0 475310416 15514783744 3206283 33554432000 4194304 4196468 140725066726064 140478939543680 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6511] ppid=6498 vsize=15151156 memory=1724 CPUtime=2.17 cores=0,2,4,6
/proc/6500/task/6511/stat : 6511 (java) S 6498 6498 1883 0 -1 1077944384 7084 0 0 0 216 1 0 0 20 0 15 0 475310416 15514783744 3206283 33554432000 4194304 4196468 140725066726064 140478938491168 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6512] ppid=6498 vsize=15151156 memory=496 CPUtime=0.67 cores=0,2,4,6
/proc/6500/task/6512/stat : 6512 (java) S 6498 6498 1883 0 -1 1077944384 9239 0 0 0 66 1 0 0 20 0 15 0 475310416 15514783744 3206283 33554432000 4194304 4196468 140725066726064 140478937438368 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6513] ppid=6498 vsize=15151156 memory=1560 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6513/stat : 6513 (java) S 6498 6498 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475310416 15514783744 3206283 33554432000 4194304 4196468 140725066726064 140478936385760 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6514] ppid=6498 vsize=15151156 memory=928 CPUtime=0.52 cores=0,2,4,6
/proc/6500/task/6514/stat : 6514 (java) S 6498 6498 1883 0 -1 1077944384 637 0 0 0 29 23 0 0 20 0 15 0 475310417 15514783744 3206283 33554432000 4194304 4196468 140725066726064 140478935334064 140479475382914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
Current children cumulated CPU time: 1409.09 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12826584 KiB

[startup+448.101 s]*
/proc/loadavg: 8.81 8.03 7.93 6/233 6883
/proc/meminfo: memFree=2348736/32770624 swapFree=66952588/67108860
[pid=6498] ppid=6495 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6498/stat : 6498 (xcsp3-exec) S 6495 6498 1883 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475310410 115843072 363 33554432000 4194304 5098028 140732580766784 140732580764888 140058513945212 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32903168 140732580774743 140732580775001 140732580775001 140732580777926 0
/proc/6498/statm: 28282 363 304 221 0 87 0
[pid=6500] ppid=6498 vsize=15151156 memory=12825168 CPUtime=1418.32 cores=0,2,4,6
/proc/6500/stat : 6500 (java) S 6498 6498 1883 0 -1 1077944320 15730655 0 0 0 134668 7164 0 0 20 0 15 0 475310411 15514783744 3206292 33554432000 4194304 4196468 140725066726064 140725066708608 140479475371767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
/proc/6500/statm: 3787789 3206292 3512 1 0 3748889 0
[pid=6500/tid=6501] ppid=6498 vsize=15151156 memory=1452 CPUtime=71.45 cores=0,2,4,6
/proc/6500/task/6501/stat : 6501 (java) S 6498 6498 1883 0 -1 1077944384 45321 0 0 0 7122 23 0 0 20 0 15 0 475310411 15514783744 3206292 33554432000 4194304 4196468 140725066726064 140479479611040 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6502] ppid=6498 vsize=15151156 memory=1452 CPUtime=323.9 cores=0,2,4,6
/proc/6500/task/6502/stat : 6502 (java) S 6498 6498 1883 0 -1 1077944384 4697419 0 0 0 30542 1848 0 0 20 0 15 0 475310412 15514783744 3206292 33554432000 4194304 4196468 140725066726064 140479403412112 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6503] ppid=6498 vsize=15151156 memory=4126316290023845779 CPUtime=322.34 cores=0,2,4,6
/proc/6500/task/6503/stat : 6503 (java) S 6498 6498 1883 0 -1 1077944384 3100153 0 0 0 30461 1773 0 0 20 0 15 0 475310412 15514783744 3206292 33554432000 4194304 4196468 140725066726064 140479402359312 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6504] ppid=6498 vsize=15151156 memory=2120 CPUtime=322.22 cores=0,2,4,6
/proc/6500/task/6504/stat : 6504 (java) S 6498 6498 1883 0 -1 1077944384 4048526 0 0 0 30493 1729 0 0 20 0 15 0 475310412 15514783744 3206292 33554432000 4194304 4196468 140725066726064 140479401306512 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6505] ppid=6498 vsize=15151156 memory=12036 CPUtime=321.95 cores=0,2,4,6
/proc/6500/task/6505/stat : 6505 (java) S 6498 6498 1883 0 -1 1077944384 3277394 0 0 0 30478 1717 0 0 20 0 15 0 475310412 15514783744 3206292 33554432000 4194304 4196468 140725066726064 140479400253712 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6506] ppid=6498 vsize=15151156 memory=496 CPUtime=50.82 cores=0,2,4,6
/proc/6500/task/6506/stat : 6506 (java) R 6498 6498 1883 0 -1 4202560 534743 0 0 0 5021 61 0 0 20 0 15 0 475310413 15514783744 3206292 33554432000 4194304 4196468 140725066726064 140478943753552 140479460072455 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6507] ppid=6498 vsize=15151156 memory=12825168 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6507/stat : 6507 (java) S 6498 6498 1883 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 475310414 15514783744 3206292 33554432000 4194304 4196468 140725066726064 140478942701152 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6508] ppid=6498 vsize=15151156 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6508/stat : 6508 (java) S 6498 6498 1883 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 475310414 15514783744 3206292 33554432000 4194304 4196468 140725066726064 140478941648256 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6509] ppid=6498 vsize=15151156 memory=1120 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6509/stat : 6509 (java) S 6498 6498 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475310416 15514783744 3206292 33554432000 4194304 4196468 140725066726064 140478940596560 140479475390363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6510] ppid=6498 vsize=15151156 memory=776 CPUtime=2.19 cores=0,2,4,6
/proc/6500/task/6510/stat : 6510 (java) S 6498 6498 1883 0 -1 1077944384 8778 0 0 0 219 0 0 0 20 0 15 0 475310416 15514783744 3206292 33554432000 4194304 4196468 140725066726064 140478939543680 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6511] ppid=6498 vsize=15151156 memory=1724 CPUtime=2.17 cores=0,2,4,6
/proc/6500/task/6511/stat : 6511 (java) S 6498 6498 1883 0 -1 1077944384 7084 0 0 0 216 1 0 0 20 0 15 0 475310416 15514783744 3206292 33554432000 4194304 4196468 140725066726064 140478938491168 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6512] ppid=6498 vsize=15151156 memory=8076 CPUtime=0.67 cores=0,2,4,6
/proc/6500/task/6512/stat : 6512 (java) S 6498 6498 1883 0 -1 1077944384 9239 0 0 0 66 1 0 0 20 0 15 0 475310416 15514783744 3206292 33554432000 4194304 4196468 140725066726064 140478937438368 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6513] ppid=6498 vsize=15151156 memory=4965 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6513/stat : 6513 (java) S 6498 6498 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475310416 15514783744 3206292 33554432000 4194304 4196468 140725066726064 140478936385760 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6514] ppid=6498 vsize=15151156 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/6500/task/6514/stat : 6514 (java) S 6498 6498 1883 0 -1 1077944384 637 0 0 0 29 23 0 0 20 0 15 0 475310417 15514783744 3206292 33554432000 4194304 4196468 140725066726064 140478935334064 140479475382914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
Current children cumulated CPU time: 1418.32 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12826620 KiB

[startup+448.901 s]
/proc/loadavg: 8.81 8.03 7.93 6/233 6883
/proc/meminfo: memFree=2348736/32770624 swapFree=66952588/67108860
[pid=6498] ppid=6495 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6498/stat : 6498 (xcsp3-exec) S 6495 6498 1883 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475310410 115843072 363 33554432000 4194304 5098028 140732580766784 140732580764888 140058513945212 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32903168 140732580774743 140732580775001 140732580775001 140732580777926 0
/proc/6498/statm: 28282 363 304 221 0 87 0
[pid=6500] ppid=6498 vsize=15151156 memory=12825176 CPUtime=1419.12 cores=0,2,4,6
/proc/6500/stat : 6500 (java) S 6498 6498 1883 0 -1 1077944320 15739295 0 0 0 134747 7165 0 0 20 0 15 0 475310411 15514783744 3206294 33554432000 4194304 4196468 140725066726064 140725066708608 140479475371767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
/proc/6500/statm: 3787789 3206294 3512 1 0 3748889 0
[pid=6500/tid=6501] ppid=6498 vsize=15151156 memory=1452 CPUtime=71.45 cores=0,2,4,6
/proc/6500/task/6501/stat : 6501 (java) S 6498 6498 1883 0 -1 1077944384 45321 0 0 0 7122 23 0 0 20 0 15 0 475310411 15514783744 3206294 33554432000 4194304 4196468 140725066726064 140479479611040 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6502] ppid=6498 vsize=15151156 memory=12825168 CPUtime=323.9 cores=0,2,4,6
/proc/6500/task/6502/stat : 6502 (java) S 6498 6498 1883 0 -1 1077944384 4697419 0 0 0 30542 1848 0 0 20 0 15 0 475310412 15514783744 3206294 33554432000 4194304 4196468 140725066726064 140479403412112 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6503] ppid=6498 vsize=15151156 memory=3580 CPUtime=322.34 cores=0,2,4,6
/proc/6500/task/6503/stat : 6503 (java) S 6498 6498 1883 0 -1 1077944384 3100153 0 0 0 30461 1773 0 0 20 0 15 0 475310412 15514783744 3206294 33554432000 4194304 4196468 140725066726064 140479402359312 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6504] ppid=6498 vsize=15151156 memory=40240 CPUtime=322.22 cores=0,2,4,6
/proc/6500/task/6504/stat : 6504 (java) S 6498 6498 1883 0 -1 1077944384 4048526 0 0 0 30493 1729 0 0 20 0 15 0 475310412 15514783744 3206294 33554432000 4194304 4196468 140725066726064 140479401306512 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6505] ppid=6498 vsize=15151156 memory=988 CPUtime=321.95 cores=0,2,4,6
/proc/6500/task/6505/stat : 6505 (java) S 6498 6498 1883 0 -1 1077944384 3277394 0 0 0 30478 1717 0 0 20 0 15 0 475310412 15514783744 3206294 33554432000 4194304 4196468 140725066726064 140479400253712 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6506] ppid=6498 vsize=15151156 memory=2016 CPUtime=51.62 cores=0,2,4,6
/proc/6500/task/6506/stat : 6506 (java) R 6498 6498 1883 0 -1 4202560 543383 0 0 0 5100 62 0 0 20 0 15 0 475310413 15514783744 3206294 33554432000 4194304 4196468 140725066726064 140478943753552 140479460368260 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6507] ppid=6498 vsize=15151156 memory=1284 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6507/stat : 6507 (java) S 6498 6498 1883 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 475310414 15514783744 3206294 33554432000 4194304 4196468 140725066726064 140478942701152 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6508] ppid=6498 vsize=15151156 memory=1044 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6508/stat : 6508 (java) S 6498 6498 1883 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 475310414 15514783744 3206294 33554432000 4194304 4196468 140725066726064 140478941648256 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6509] ppid=6498 vsize=15151156 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6509/stat : 6509 (java) S 6498 6498 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475310416 15514783744 3206294 33554432000 4194304 4196468 140725066726064 140478940596560 140479475390363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6510] ppid=6498 vsize=15151156 memory=984 CPUtime=2.19 cores=0,2,4,6
/proc/6500/task/6510/stat : 6510 (java) S 6498 6498 1883 0 -1 1077944384 8778 0 0 0 219 0 0 0 20 0 15 0 475310416 15514783744 3206294 33554432000 4194304 4196468 140725066726064 140478939543680 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6511] ppid=6498 vsize=15151156 memory=14012 CPUtime=2.17 cores=0,2,4,6
/proc/6500/task/6511/stat : 6511 (java) S 6498 6498 1883 0 -1 1077944384 7084 0 0 0 216 1 0 0 20 0 15 0 475310416 15514783744 3206294 33554432000 4194304 4196468 140725066726064 140478938491168 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6512] ppid=6498 vsize=15151156 memory=15316 CPUtime=0.67 cores=0,2,4,6
/proc/6500/task/6512/stat : 6512 (java) S 6498 6498 1883 0 -1 1077944384 9239 0 0 0 66 1 0 0 20 0 15 0 475310416 15514783744 3206294 33554432000 4194304 4196468 140725066726064 140478937438368 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6513] ppid=6498 vsize=15151156 memory=2120 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6513/stat : 6513 (java) S 6498 6498 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475310416 15514783744 3206294 33554432000 4194304 4196468 140725066726064 140478936385760 140479475381973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
[pid=6500/tid=6514] ppid=6498 vsize=15151156 memory=1452 CPUtime=0.52 cores=0,2,4,6
/proc/6500/task/6514/stat : 6514 (java) S 6498 6498 1883 0 -1 1077944384 637 0 0 0 29 23 0 0 20 0 15 0 475310417 15514783744 3206294 33554432000 4194304 4196468 140725066726064 140478935334064 140479475382914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140725066732507 140725066732682 140725066732682 140725066735567 0
Current children cumulated CPU time: 1419.12 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12826628 KiB

[startup+449.303 s]
/proc/loadavg: 8.81 8.03 7.93 6/233 6883
/proc/meminfo: memFree=2348704/32770624 swapFree=66952588/67108860
[pid=6498] ppid=6495 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6498/stat : 6498 (xcsp3-exec) S 6495 6498 1883 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475310410 115843072 363 33554432000 4194304 5098028 140732580766784 140732580764888 140058513945212 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32903168 140732580774743 140732580775001 140732580775001 140732580777926 0
/proc/6498/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

[startup+449.701 s]
/proc/loadavg: 8.81 8.03 7.93 6/233 6883
/proc/meminfo: memFree=2348704/32770624 swapFree=66952588/67108860
[pid=6498] ppid=6495 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6498/stat : 6498 (xcsp3-exec) S 6495 6498 1883 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475310410 115843072 363 33554432000 4194304 5098028 140732580766784 140732580764888 140058513945212 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32903168 140732580774743 140732580775001 140732580775001 140732580777926 0
/proc/6498/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 1
Real time (s): 449.776
CPU time (s): 1420
CPU user time (s): 1347.84
CPU system time (s): 72.1691
CPU usage (%): 315.714
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12826628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1347.84
system time used= 72.1691
maximum resident set size= 12825368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15739981
page faults= 0
swaps= 0
block input operations= 0
block output operations= 632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18923
involuntary context switches= 28880


# summary of solver processes directly reported to runsolver:
#   pid: 6498
#   total CPU time (s): 1420
#   total CPU user time (s): 1347.84
#   total CPU system time (s): 72.1691

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.97493 second user time and 4.85418 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-20 15:40:27
IDJOB=4403494
IDBENCH=126912
IDSOLVER=2863
FILE ID=node107/4403494-1568990547
RUNJOBID= node107-1568983381-1915
PBS_JOBID= 21704636
Free space on /var/tmp= 12456 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr1000c-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-4403494-1568990547/watcher-4403494-1568990547 -o /var/tmp/evaluation-result-4403494-1568990547/solver-4403494-1568990547 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1568983381-1915 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 447973095 HOME/instance-4403494-1568990547.xml

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

MD5SUM BENCH= 2ff4403728a82746813109e0b9ab6660
RANDOM SEED=447973095

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:         5497808 kB
MemAvailable:   29934644 kB
Buffers:          145188 kB
Cached:         24188964 kB
SwapCached:        48712 kB
Active:         14014132 kB
Inactive:       12242636 kB
Active(anon):    1876512 kB
Inactive(anon):    89604 kB
Active(file):   12137620 kB
Inactive(file): 12153032 kB
Unevictable:      111004 kB
Mlocked:          111004 kB
SwapTotal:      67108860 kB
SwapFree:       66952588 kB
Dirty:            109252 kB
Writeback:             0 kB
AnonPages:       1986132 kB
Mapped:            61172 kB
Shmem:             34896 kB
Slab:             604296 kB
SReclaimable:     574644 kB
SUnreclaim:        29652 kB
KernelStack:        3776 kB
PageTables:         9512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3690544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1863680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /var/tmp at the end= 12432 MiB
End job on node107 at 2019-09-20 15:47:57