Trace number 4403532

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? 1286.88 417.295

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr1000-int.xml
MD5SUM281fe5e81d871c4f2ceaf1755ecf4117
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 benchmark492.618
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-4403532-1568990671.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4403532-1568990671.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1242.80/404.06	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1286.57/417.00		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1286.57/417.00		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
1286.57/417.00		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1286.57/417.00		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1286.57/417.00		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1286.57/417.00		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1286.57/417.00		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
1286.57/417.00		at org.xcsp.parser.XCallbacks$$Lambda$94/158199555.accept(Unknown Source)
1286.57/417.00		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1286.57/417.00		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1286.57/417.00		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
1286.57/417.00		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
1286.57/417.00		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
1286.57/417.00		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1286.57/417.00		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1286.57/417.00		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1286.57/417.00		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1286.57/417.00		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1286.57/417.00		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1286.57/417.00		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1286.57/417.00	s UNKNOWN
1286.57/417.00	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 (5580 MiB free)
  memory of node 1: 16384 MiB (3701 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403532-1568990671/watcher-4403532-1568990671 -o /tmp/evaluation-result-4403532-1568990671/solver-4403532-1568990671 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568988175-11773 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1825515185 HOME/instance-4403532-1568990671.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=16087, runsolver pid=16084

[startup+0.100159 s]*
/proc/loadavg: 8.68 8.14 7.63 6/234 16103
/proc/meminfo: memFree=9488276/32770624 swapFree=66974524/67108860
[pid=16087] ppid=16084 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16087/stat : 16087 (xcsp3-exec) S 16084 16087 11742 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475334017 115843072 362 33554432000 4194304 5098028 140727065031136 140727065029240 140624064131708 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 34430976 140727065039738 140727065039981 140727065039981 140727065042890 0
/proc/16087/statm: 28282 362 304 221 0 87 0
[pid=16089] ppid=16087 vsize=15144776 memory=29368 CPUtime=0.12 cores=0,2,4,6
/proc/16089/stat : 16089 (java) S 16087 16087 11742 0 -1 1077944320 5739 0 0 0 11 1 0 0 20 0 15 0 475334017 15508250624 7342 33554432000 4194304 4196468 140734526479856 140734526462400 139806262177527 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
/proc/16089/statm: 3786194 7342 3157 1 0 3748377 0
[pid=16089/tid=16090] ppid=16087 vsize=15144776 memory=8324486588775410251 CPUtime=0.08 cores=0,2,4,6
/proc/16089/task/16090/stat : 16090 (java) R 16087 16087 11742 0 -1 4202560 3665 0 0 0 8 0 0 0 20 0 15 0 475334017 15508250624 7342 33554432000 4194304 4196468 140734526479856 139806266407936 139806246221157 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16091] ppid=16087 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16091/stat : 16091 (java) S 16087 16087 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475334018 15508250624 7342 33554432000 4194304 4196468 140734526479856 139805854981136 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16092] ppid=16087 vsize=15144776 memory=140011967063680 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16092/stat : 16092 (java) S 16087 16087 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475334018 15508250624 7342 33554432000 4194304 4196468 140734526479856 139805853928592 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16093] ppid=16087 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16093/stat : 16093 (java) S 16087 16087 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475334018 15508250624 7342 33554432000 4194304 4196468 140734526479856 139805852875536 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16094] ppid=16087 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16094/stat : 16094 (java) S 16087 16087 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475334018 15508250624 7342 33554432000 4194304 4196468 140734526479856 139805851822992 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16095] ppid=16087 vsize=15144776 memory=140011967063680 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16095/stat : 16095 (java) S 16087 16087 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475334020 15508250624 7342 33554432000 4194304 4196468 140734526479856 139805136206064 139806262188674 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16096] ppid=16087 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16096/stat : 16096 (java) S 16087 16087 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475334020 15508250624 7342 33554432000 4194304 4196468 140734526479856 139805135152288 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16097] ppid=16087 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16097/stat : 16097 (java) S 16087 16087 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475334020 15508250624 7342 33554432000 4194304 4196468 140734526479856 139805134099184 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16098] ppid=16087 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16098/stat : 16098 (java) S 16087 16087 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475334023 15508250624 7342 33554432000 4194304 4196468 140734526479856 139805133047760 139806262196123 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16099] ppid=16087 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16099/stat : 16099 (java) R 16087 16087 11742 0 -1 1077944384 413 0 0 0 0 0 0 0 20 0 15 0 475334023 15508250624 7342 33554432000 4194304 4196468 140734526479856 139805131995888 139806262188674 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16100] ppid=16087 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16100/stat : 16100 (java) R 16087 16087 11742 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 15 0 475334023 15508250624 7342 33554432000 4194304 4196468 140734526479856 139805130943344 139806248241636 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16101] ppid=16087 vsize=15144776 memory=140011967063680 CPUtime=0.02 cores=0,2,4,6
/proc/16089/task/16101/stat : 16101 (java) R 16087 16087 11742 0 -1 4202560 358 0 0 0 2 0 0 0 20 0 15 0 475334023 15508250624 7342 33554432000 4194304 4196468 140734526479856 139805129890288 139806254414654 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16102] ppid=16087 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16102/stat : 16102 (java) S 16087 16087 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475334023 15508250624 7342 33554432000 4194304 4196468 140734526479856 139805128837984 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16103] ppid=16087 vsize=15144776 memory=140011967063680 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16103/stat : 16103 (java) S 16087 16087 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475334023 15508250624 7342 33554432000 4194304 4196468 140734526479856 139805127785008 139806262188674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30816 KiB

[startup+0.211074 s]*
/proc/loadavg: 8.68 8.14 7.63 8/234 16103
/proc/meminfo: memFree=9475260/32770624 swapFree=66974524/67108860
[pid=16087] ppid=16084 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16087/stat : 16087 (xcsp3-exec) S 16084 16087 11742 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475334017 115843072 362 33554432000 4194304 5098028 140727065031136 140727065029240 140624064131708 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 34430976 140727065039738 140727065039981 140727065039981 140727065042890 0
/proc/16087/statm: 28282 362 304 221 0 87 0
[pid=16089] ppid=16087 vsize=15144776 memory=40180 CPUtime=0.34 cores=0,2,4,6
/proc/16089/stat : 16089 (java) S 16087 16087 11742 0 -1 1077944320 9310 0 0 0 31 3 0 0 20 0 15 0 475334017 15508250624 10045 33554432000 4194304 4196468 140734526479856 140734526462400 139806262177527 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
/proc/16089/statm: 3786194 10045 3275 1 0 3748377 0
[pid=16089/tid=16090] ppid=16087 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/16089/task/16090/stat : 16090 (java) R 16087 16087 11742 0 -1 4202560 6618 0 0 0 18 2 0 0 20 0 15 0 475334017 15508250624 10045 33554432000 4194304 4196468 140734526479856 139806266414288 139806262198874 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16091] ppid=16087 vsize=15144776 memory=9034 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16091/stat : 16091 (java) S 16087 16087 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475334018 15508250624 10045 33554432000 4194304 4196468 140734526479856 139805854981136 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16092] ppid=16087 vsize=15144776 memory=140011967078226 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16092/stat : 16092 (java) S 16087 16087 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475334018 15508250624 10045 33554432000 4194304 4196468 140734526479856 139805853928592 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16093] ppid=16087 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16093/stat : 16093 (java) S 16087 16087 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475334018 15508250624 10045 33554432000 4194304 4196468 140734526479856 139805852875536 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16094] ppid=16087 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16094/stat : 16094 (java) S 16087 16087 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475334018 15508250624 10045 33554432000 4194304 4196468 140734526479856 139805851822992 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16095] ppid=16087 vsize=15144776 memory=140011967063680 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16095/stat : 16095 (java) S 16087 16087 11742 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475334020 15508250624 10045 33554432000 4194304 4196468 140734526479856 139805136206064 139806262188674 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16096] ppid=16087 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16096/stat : 16096 (java) S 16087 16087 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475334020 15508250624 10045 33554432000 4194304 4196468 140734526479856 139805135152288 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16097] ppid=16087 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16097/stat : 16097 (java) S 16087 16087 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475334020 15508250624 10045 33554432000 4194304 4196468 140734526479856 139805134099184 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16098] ppid=16087 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16098/stat : 16098 (java) S 16087 16087 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475334023 15508250624 10045 33554432000 4194304 4196468 140734526479856 139805133047760 139806262196123 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16099] ppid=16087 vsize=15144776 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/16089/task/16099/stat : 16099 (java) S 16087 16087 11742 0 -1 1077944384 543 0 0 0 3 0 0 0 20 0 15 0 475334023 15508250624 10045 33554432000 4194304 4196468 140734526479856 139805131995888 139806262188674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16100] ppid=16087 vsize=15144776 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/16089/task/16100/stat : 16100 (java) S 16087 16087 11742 0 -1 1077944384 58 0 0 0 1 0 0 0 20 0 15 0 475334023 15508250624 10045 33554432000 4194304 4196468 140734526479856 139805130943344 139806262188674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16101] ppid=16087 vsize=15144776 memory=140011967063680 CPUtime=0.08 cores=0,2,4,6
/proc/16089/task/16101/stat : 16101 (java) S 16087 16087 11742 0 -1 1077944384 786 0 0 0 8 0 0 0 20 0 15 0 475334023 15508250624 10045 33554432000 4194304 4196468 140734526479856 139805129890288 139806262188674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16102] ppid=16087 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16102/stat : 16102 (java) S 16087 16087 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475334023 15508250624 10045 33554432000 4194304 4196468 140734526479856 139805128837984 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16103] ppid=16087 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16103/stat : 16103 (java) S 16087 16087 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475334023 15508250624 10045 33554432000 4194304 4196468 140734526479856 139805127785008 139806262188674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41628 KiB

[startup+0.311743 s]*
/proc/loadavg: 8.68 8.14 7.63 8/234 16103
/proc/meminfo: memFree=9467740/32770624 swapFree=66974524/67108860
[pid=16087] ppid=16084 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16087/stat : 16087 (xcsp3-exec) S 16084 16087 11742 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475334017 115843072 362 33554432000 4194304 5098028 140727065031136 140727065029240 140624064131708 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 34430976 140727065039738 140727065039981 140727065039981 140727065042890 0
/proc/16087/statm: 28282 362 304 221 0 87 0
[pid=16089] ppid=16087 vsize=15149032 memory=49680 CPUtime=0.54 cores=0,2,4,6
/proc/16089/stat : 16089 (java) S 16087 16087 11742 0 -1 1077944320 10777 0 0 0 50 4 0 0 20 0 15 0 475334017 15512608768 12420 33554432000 4194304 4196468 140734526479856 140734526462400 139806262177527 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
/proc/16089/statm: 3787258 12420 3371 1 0 3748377 0
[pid=16089/tid=16090] ppid=16087 vsize=15149032 memory=1398722017469774279 CPUtime=0.3 cores=0,2,4,6
/proc/16089/task/16090/stat : 16090 (java) R 16087 16087 11742 0 -1 4202560 7806 0 0 0 27 3 0 0 20 0 15 0 475334017 15512608768 12485 33554432000 4194304 4196468 140734526479856 139806266408640 139806246258014 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16091] ppid=16087 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16091/stat : 16091 (java) S 16087 16087 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475334018 15512608768 12485 33554432000 4194304 4196468 140734526479856 139805854981136 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16092] ppid=16087 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16092/stat : 16092 (java) S 16087 16087 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475334018 15512608768 12485 33554432000 4194304 4196468 140734526479856 139805853928592 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16093] ppid=16087 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16093/stat : 16093 (java) S 16087 16087 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475334018 15512608768 12485 33554432000 4194304 4196468 140734526479856 139805852875536 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16094] ppid=16087 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16094/stat : 16094 (java) S 16087 16087 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475334018 15512608768 12490 33554432000 4194304 4196468 140734526479856 139805851822992 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16095] ppid=16087 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16095/stat : 16095 (java) S 16087 16087 11742 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475334020 15512608768 12490 33554432000 4194304 4196468 140734526479856 139805136206064 139806262188674 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16096] ppid=16087 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16096/stat : 16096 (java) S 16087 16087 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475334020 15512608768 12490 33554432000 4194304 4196468 140734526479856 139805135152288 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16097] ppid=16087 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16097/stat : 16097 (java) S 16087 16087 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475334020 15512608768 12490 33554432000 4194304 4196468 140734526479856 139805134099184 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16098] ppid=16087 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16098/stat : 16098 (java) S 16087 16087 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475334023 15512608768 12490 33554432000 4194304 4196468 140734526479856 139805133047760 139806262196123 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16099] ppid=16087 vsize=15149032 memory=7827413994055111515 CPUtime=0.06 cores=0,2,4,6
/proc/16089/task/16099/stat : 16099 (java) R 16087 16087 11742 0 -1 4202560 631 0 0 0 6 0 0 0 20 0 15 0 475334023 15512608768 12490 33554432000 4194304 4196468 140734526479856 139805131986272 139806239438784 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16100] ppid=16087 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/16089/task/16100/stat : 16100 (java) S 16087 16087 11742 0 -1 1077944384 85 0 0 0 3 0 0 0 20 0 15 0 475334023 15512608768 12490 33554432000 4194304 4196468 140734526479856 139805130943344 139806262188674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16101] ppid=16087 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/16089/task/16101/stat : 16101 (java) S 16087 16087 11742 0 -1 1077944384 961 0 0 0 13 0 0 0 20 0 15 0 475334023 15512608768 12490 33554432000 4194304 4196468 140734526479856 139805129890288 139806262188674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16102] ppid=16087 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16102/stat : 16102 (java) S 16087 16087 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475334023 15512608768 12490 33554432000 4194304 4196468 140734526479856 139805128837984 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16103] ppid=16087 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16103/stat : 16103 (java) S 16087 16087 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475334023 15512608768 12490 33554432000 4194304 4196468 140734526479856 139805127785008 139806262188674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51128 KiB

[startup+0.701068 s]
/proc/loadavg: 8.47 8.10 7.63 8/234 16103
/proc/meminfo: memFree=9430560/32770624 swapFree=66974524/67108860
[pid=16087] ppid=16084 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16087/stat : 16087 (xcsp3-exec) S 16084 16087 11742 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475334017 115843072 362 33554432000 4194304 5098028 140727065031136 140727065029240 140624064131708 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 34430976 140727065039738 140727065039981 140727065039981 140727065042890 0
/proc/16087/statm: 28282 362 304 221 0 87 0
[pid=16089] ppid=16087 vsize=15149032 memory=198752 CPUtime=1.4 cores=0,2,4,6
/proc/16089/stat : 16089 (java) S 16087 16087 11742 0 -1 1077944320 13245 0 0 0 131 9 0 0 20 0 15 0 475334017 15512608768 49688 33554432000 4194304 4196468 140734526479856 140734526462400 139806262177527 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
/proc/16089/statm: 3787258 49688 3403 1 0 3748377 0
[pid=16089/tid=16090] ppid=16087 vsize=15149032 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/16089/task/16090/stat : 16090 (java) S 16087 16087 11742 0 -1 1077944384 8028 0 0 0 61 5 0 0 20 0 15 0 475334017 15512608768 49688 33554432000 4194304 4196468 140734526479856 139806266416704 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16091] ppid=16087 vsize=15149032 memory=54380 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16091/stat : 16091 (java) R 16087 16087 11742 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 15 0 475334018 15512608768 49688 33554432000 4194304 4196468 140734526479856 139805854981136 139806255277227 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16092] ppid=16087 vsize=15149032 memory=984 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16092/stat : 16092 (java) R 16087 16087 11742 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 15 0 475334018 15512608768 49688 33554432000 4194304 4196468 140734526479856 139805853928792 139806255277227 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16093] ppid=16087 vsize=15149032 memory=2004 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16093/stat : 16093 (java) R 16087 16087 11742 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 15 0 475334018 15512608768 49688 33554432000 4194304 4196468 140734526479856 139805852875536 139806255274228 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16094] ppid=16087 vsize=15149032 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16094/stat : 16094 (java) R 16087 16087 11742 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 15 0 475334018 15512608768 49688 33554432000 4194304 4196468 140734526479856 139805851823192 139806255274228 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16095] ppid=16087 vsize=15149032 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16095/stat : 16095 (java) S 16087 16087 11742 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 475334020 15512608768 49688 33554432000 4194304 4196468 140734526479856 139805136204576 139806262187733 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16096] ppid=16087 vsize=15149032 memory=3636 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16096/stat : 16096 (java) S 16087 16087 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475334020 15512608768 49688 33554432000 4194304 4196468 140734526479856 139805135152288 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16097] ppid=16087 vsize=15149032 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16097/stat : 16097 (java) S 16087 16087 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475334020 15512608768 49688 33554432000 4194304 4196468 140734526479856 139805134099184 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16098] ppid=16087 vsize=15149032 memory=6088 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16098/stat : 16098 (java) S 16087 16087 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475334023 15512608768 49688 33554432000 4194304 4196468 140734526479856 139805133047760 139806262196123 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16099] ppid=16087 vsize=15149032 memory=10564 CPUtime=0.25 cores=0,2,4,6
/proc/16089/task/16099/stat : 16099 (java) S 16087 16087 11742 0 -1 1077944384 1554 0 0 0 25 0 0 0 20 0 15 0 475334023 15512608768 49688 33554432000 4194304 4196468 140734526479856 139805131995888 139806262188674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16100] ppid=16087 vsize=15149032 memory=716 CPUtime=0.22 cores=0,2,4,6
/proc/16089/task/16100/stat : 16100 (java) S 16087 16087 11742 0 -1 1077944384 833 0 0 0 22 0 0 0 20 0 15 0 475334023 15512608768 49688 33554432000 4194304 4196468 140734526479856 139805130943344 139806262188674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16101] ppid=16087 vsize=15149032 memory=780 CPUtime=0.19 cores=0,2,4,6
/proc/16089/task/16101/stat : 16101 (java) S 16087 16087 11742 0 -1 1077944384 1449 0 0 0 19 0 0 0 20 0 15 0 475334023 15512608768 49688 33554432000 4194304 4196468 140734526479856 139805129886160 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16102] ppid=16087 vsize=15149032 memory=1552 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16102/stat : 16102 (java) S 16087 16087 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475334023 15512608768 49688 33554432000 4194304 4196468 140734526479856 139805128837984 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16103] ppid=16087 vsize=15149032 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16103/stat : 16103 (java) S 16087 16087 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475334023 15512608768 49688 33554432000 4194304 4196468 140734526479856 139805127785008 139806262188674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 200200 KiB

[startup+1.50106 s]
/proc/loadavg: 8.47 8.10 7.63 6/234 16103
/proc/meminfo: memFree=9220376/32770624 swapFree=66974524/67108860
[pid=16087] ppid=16084 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16087/stat : 16087 (xcsp3-exec) S 16084 16087 11742 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475334017 115843072 362 33554432000 4194304 5098028 140727065031136 140727065029240 140624064131708 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 34430976 140727065039738 140727065039981 140727065039981 140727065042890 0
/proc/16087/statm: 28282 362 304 221 0 87 0

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

/proc/16089/task/16092/stat : 16092 (java) R 16087 16087 11742 0 -1 4202560 1067643 0 0 0 27451 1357 0 0 20 0 15 0 475334018 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805853928792 139806255281174 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16093] ppid=16087 vsize=15151156 memory=3053811428158493008 CPUtime=288.47 cores=0,2,4,6
/proc/16089/task/16093/stat : 16093 (java) R 16087 16087 11742 0 -1 4202560 1632179 0 0 0 27370 1477 0 0 20 0 15 0 475334018 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805852875424 139806255281179 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16094] ppid=16087 vsize=15151156 memory=12820532 CPUtime=288.58 cores=0,2,4,6
/proc/16089/task/16094/stat : 16094 (java) R 16087 16087 11742 0 -1 4202560 1395911 0 0 0 27451 1407 0 0 20 0 15 0 475334018 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805851823192 139806247167163 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16095] ppid=16087 vsize=15151156 memory=1448 CPUtime=51.62 cores=0,2,4,6
/proc/16089/task/16095/stat : 16095 (java) S 16087 16087 11742 0 -1 1077944384 189809 0 0 0 5146 16 0 0 20 0 15 0 475334020 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805136204608 139806262187733 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16096] ppid=16087 vsize=15151156 memory=12820532 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16096/stat : 16096 (java) S 16087 16087 11742 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 475334020 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805135152352 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16097] ppid=16087 vsize=15151156 memory=920 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16097/stat : 16097 (java) S 16087 16087 11742 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 475334020 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805134099200 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16098] ppid=16087 vsize=15151156 memory=280023681478368 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16098/stat : 16098 (java) S 16087 16087 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475334023 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805133047760 139806262196123 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16099] ppid=16087 vsize=15151156 memory=9126232286719478932 CPUtime=2.14 cores=0,2,4,6
/proc/16089/task/16099/stat : 16099 (java) S 16087 16087 11742 0 -1 1077944384 8169 0 0 0 213 1 0 0 20 0 15 0 475334023 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805131995936 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16100] ppid=16087 vsize=15151156 memory=8976414709404591081 CPUtime=2.05 cores=0,2,4,6
/proc/16089/task/16100/stat : 16100 (java) S 16087 16087 11742 0 -1 1077944384 7522 0 0 0 204 1 0 0 20 0 15 0 475334023 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805130943104 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16101] ppid=16087 vsize=15151156 memory=12820532 CPUtime=0.62 cores=0,2,4,6
/proc/16089/task/16101/stat : 16101 (java) S 16087 16087 11742 0 -1 1077944384 8892 0 0 0 60 2 0 0 20 0 15 0 475334023 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805129890336 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16102] ppid=16087 vsize=15151156 memory=12820532 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16102/stat : 16102 (java) S 16087 16087 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475334023 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805128837984 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16103] ppid=16087 vsize=15151156 memory=6088 CPUtime=0.49 cores=0,2,4,6
/proc/16089/task/16103/stat : 16103 (java) S 16087 16087 11742 0 -1 1077944384 410 0 0 0 24 25 0 0 20 0 15 0 475334023 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805127785008 139806262188674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
Current children cumulated CPU time: 1281.62 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12823040 KiB

[startup+415.601 s]
/proc/loadavg: 7.95 7.76 7.58 6/234 16141
/proc/meminfo: memFree=203508/32770624 swapFree=66974524/67108860
[pid=16087] ppid=16084 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16087/stat : 16087 (xcsp3-exec) S 16084 16087 11742 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475334017 115843072 362 33554432000 4194304 5098028 140727065031136 140727065029240 140624064131708 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 34430976 140727065039738 140727065039981 140727065039981 140727065042890 0
/proc/16087/statm: 28282 362 304 221 0 87 0
[pid=16089] ppid=16087 vsize=15151156 memory=12821592 CPUtime=1285.18 cores=0,2,4,6
/proc/16089/stat : 16089 (java) S 16087 16087 11742 0 -1 1077944320 5925871 0 0 0 122826 5692 0 0 20 0 15 0 475334017 15514783744 3205398 33554432000 4194304 4196468 140734526479856 140734526462400 139806262177527 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
/proc/16089/statm: 3787789 3205398 3512 1 0 3748889 0
[pid=16089/tid=16090] ppid=16087 vsize=15151156 memory=3848 CPUtime=71.27 cores=0,2,4,6
/proc/16089/task/16090/stat : 16090 (java) S 16087 16087 11742 0 -1 1077944384 28622 0 0 0 7113 14 0 0 20 0 15 0 475334017 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139806266416800 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16091] ppid=16087 vsize=15151156 memory=54384 CPUtime=288.87 cores=0,2,4,6
/proc/16089/task/16091/stat : 16091 (java) S 16087 16087 11742 0 -1 1077944384 1527385 0 0 0 27485 1402 0 0 20 0 15 0 475334018 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805854981136 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16092] ppid=16087 vsize=15151156 memory=984 CPUtime=288.73 cores=0,2,4,6
/proc/16089/task/16092/stat : 16092 (java) S 16087 16087 11742 0 -1 1077944384 1092481 0 0 0 27515 1358 0 0 20 0 15 0 475334018 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805853928592 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16093] ppid=16087 vsize=15151156 memory=1448 CPUtime=289.12 cores=0,2,4,6
/proc/16089/task/16093/stat : 16093 (java) S 16087 16087 11742 0 -1 1077944384 1648440 0 0 0 27434 1478 0 0 20 0 15 0 475334018 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805852875536 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16094] ppid=16087 vsize=15151156 memory=12821592 CPUtime=289.24 cores=0,2,4,6
/proc/16089/task/16094/stat : 16094 (java) S 16087 16087 11742 0 -1 1077944384 1412755 0 0 0 27516 1408 0 0 20 0 15 0 475334018 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805851822992 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16095] ppid=16087 vsize=15151156 memory=1448 CPUtime=52.56 cores=0,2,4,6
/proc/16089/task/16095/stat : 16095 (java) R 16087 16087 11742 0 -1 4202560 189809 0 0 0 5240 16 0 0 20 0 15 0 475334020 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805136204496 139806246878145 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16096] ppid=16087 vsize=15151156 memory=12821592 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16096/stat : 16096 (java) S 16087 16087 11742 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 475334020 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805135152352 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16097] ppid=16087 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16097/stat : 16097 (java) S 16087 16087 11742 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 475334020 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805134099200 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16098] ppid=16087 vsize=15151156 memory=7234030490512353113 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16098/stat : 16098 (java) S 16087 16087 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475334023 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805133047760 139806262196123 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16099] ppid=16087 vsize=15151156 memory=5860704123725310038 CPUtime=2.14 cores=0,2,4,6
/proc/16089/task/16099/stat : 16099 (java) S 16087 16087 11742 0 -1 1077944384 8169 0 0 0 213 1 0 0 20 0 15 0 475334023 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805131995936 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16100] ppid=16087 vsize=15151156 memory=1060 CPUtime=2.05 cores=0,2,4,6
/proc/16089/task/16100/stat : 16100 (java) S 16087 16087 11742 0 -1 1077944384 7522 0 0 0 204 1 0 0 20 0 15 0 475334023 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805130943104 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16101] ppid=16087 vsize=15151156 memory=3636 CPUtime=0.62 cores=0,2,4,6
/proc/16089/task/16101/stat : 16101 (java) S 16087 16087 11742 0 -1 1077944384 8892 0 0 0 60 2 0 0 20 0 15 0 475334023 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805129890336 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16102] ppid=16087 vsize=15151156 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16102/stat : 16102 (java) S 16087 16087 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475334023 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805128837984 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16103] ppid=16087 vsize=15151156 memory=-3622645143214314312 CPUtime=0.49 cores=0,2,4,6
/proc/16089/task/16103/stat : 16103 (java) S 16087 16087 11742 0 -1 1077944384 410 0 0 0 24 25 0 0 20 0 15 0 475334023 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805127785008 139806262188674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
Current children cumulated CPU time: 1285.18 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12823040 KiB

[startup+416.401 s]
/proc/loadavg: 7.71 7.72 7.56 6/234 16142
/proc/meminfo: memFree=203508/32770624 swapFree=66974524/67108860
[pid=16087] ppid=16084 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16087/stat : 16087 (xcsp3-exec) S 16084 16087 11742 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475334017 115843072 362 33554432000 4194304 5098028 140727065031136 140727065029240 140624064131708 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 34430976 140727065039738 140727065039981 140727065039981 140727065042890 0
/proc/16087/statm: 28282 362 304 221 0 87 0
[pid=16089] ppid=16087 vsize=15151156 memory=12821592 CPUtime=1285.98 cores=0,2,4,6
/proc/16089/stat : 16089 (java) S 16087 16087 11742 0 -1 1077944320 5925871 0 0 0 122906 5692 0 0 20 0 15 0 475334017 15514783744 3205398 33554432000 4194304 4196468 140734526479856 140734526462400 139806262177527 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
/proc/16089/statm: 3787789 3205398 3512 1 0 3748889 0
[pid=16089/tid=16090] ppid=16087 vsize=15151156 memory=1448 CPUtime=71.27 cores=0,2,4,6
/proc/16089/task/16090/stat : 16090 (java) S 16087 16087 11742 0 -1 1077944384 28622 0 0 0 7113 14 0 0 20 0 15 0 475334017 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139806266416800 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16091] ppid=16087 vsize=15151156 memory=12821592 CPUtime=288.87 cores=0,2,4,6
/proc/16089/task/16091/stat : 16091 (java) S 16087 16087 11742 0 -1 1077944384 1527385 0 0 0 27485 1402 0 0 20 0 15 0 475334018 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805854981136 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16092] ppid=16087 vsize=15151156 memory=940 CPUtime=288.73 cores=0,2,4,6
/proc/16089/task/16092/stat : 16092 (java) S 16087 16087 11742 0 -1 1077944384 1092481 0 0 0 27515 1358 0 0 20 0 15 0 475334018 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805853928592 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16093] ppid=16087 vsize=15151156 memory=6791534058613427641 CPUtime=289.12 cores=0,2,4,6
/proc/16089/task/16093/stat : 16093 (java) S 16087 16087 11742 0 -1 1077944384 1648440 0 0 0 27434 1478 0 0 20 0 15 0 475334018 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805852875536 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16094] ppid=16087 vsize=15151156 memory=10564 CPUtime=289.24 cores=0,2,4,6
/proc/16089/task/16094/stat : 16094 (java) S 16087 16087 11742 0 -1 1077944384 1412755 0 0 0 27516 1408 0 0 20 0 15 0 475334018 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805851822992 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16095] ppid=16087 vsize=15151156 memory=716 CPUtime=53.36 cores=0,2,4,6
/proc/16089/task/16095/stat : 16095 (java) R 16087 16087 11742 0 -1 4202560 189809 0 0 0 5320 16 0 0 20 0 15 0 475334020 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805136204496 139806247173931 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16096] ppid=16087 vsize=15151156 memory=780 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16096/stat : 16096 (java) S 16087 16087 11742 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 475334020 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805135152352 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16097] ppid=16087 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16097/stat : 16097 (java) S 16087 16087 11742 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 475334020 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805134099200 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16098] ppid=16087 vsize=15151156 memory=12040 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16098/stat : 16098 (java) S 16087 16087 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475334023 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805133047760 139806262196123 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16099] ppid=16087 vsize=15151156 memory=28008 CPUtime=2.14 cores=0,2,4,6
/proc/16089/task/16099/stat : 16099 (java) S 16087 16087 11742 0 -1 1077944384 8169 0 0 0 213 1 0 0 20 0 15 0 475334023 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805131995936 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16100] ppid=16087 vsize=15151156 memory=2120 CPUtime=2.05 cores=0,2,4,6
/proc/16089/task/16100/stat : 16100 (java) S 16087 16087 11742 0 -1 1077944384 7522 0 0 0 204 1 0 0 20 0 15 0 475334023 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805130943104 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16101] ppid=16087 vsize=15151156 memory=5500 CPUtime=0.62 cores=0,2,4,6
/proc/16089/task/16101/stat : 16101 (java) S 16087 16087 11742 0 -1 1077944384 8892 0 0 0 60 2 0 0 20 0 15 0 475334023 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805129890336 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16102] ppid=16087 vsize=15151156 memory=2213 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16102/stat : 16102 (java) S 16087 16087 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475334023 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805128837984 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16103] ppid=16087 vsize=15151156 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/16089/task/16103/stat : 16103 (java) S 16087 16087 11742 0 -1 1077944384 410 0 0 0 24 25 0 0 20 0 15 0 475334023 15514783744 3205398 33554432000 4194304 4196468 140734526479856 139805127785008 139806262188674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
Current children cumulated CPU time: 1285.98 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12823040 KiB

[startup+416.801 s]
/proc/loadavg: 7.71 7.72 7.56 6/234 16142
/proc/meminfo: memFree=203508/32770624 swapFree=66974524/67108860
[pid=16087] ppid=16084 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16087/stat : 16087 (xcsp3-exec) S 16084 16087 11742 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475334017 115843072 362 33554432000 4194304 5098028 140727065031136 140727065029240 140624064131708 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 34430976 140727065039738 140727065039981 140727065039981 140727065042890 0
/proc/16087/statm: 28282 362 304 221 0 87 0
[pid=16089] ppid=16087 vsize=15151156 memory=12821600 CPUtime=1286.38 cores=0,2,4,6
/proc/16089/stat : 16089 (java) S 16087 16087 11742 0 -1 1077944320 5936513 0 0 0 122946 5692 0 0 20 0 15 0 475334017 15514783744 3205400 33554432000 4194304 4196468 140734526479856 140734526462400 139806262177527 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
/proc/16089/statm: 3787789 3205400 3512 1 0 3748889 0
[pid=16089/tid=16090] ppid=16087 vsize=15151156 memory=12040 CPUtime=71.27 cores=0,2,4,6
/proc/16089/task/16090/stat : 16090 (java) S 16087 16087 11742 0 -1 1077944384 28622 0 0 0 7113 14 0 0 20 0 15 0 475334017 15514783744 3205400 33554432000 4194304 4196468 140734526479856 139806266416800 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16091] ppid=16087 vsize=15151156 memory=28008 CPUtime=288.87 cores=0,2,4,6
/proc/16089/task/16091/stat : 16091 (java) S 16087 16087 11742 0 -1 1077944384 1527385 0 0 0 27485 1402 0 0 20 0 15 0 475334018 15514783744 3205400 33554432000 4194304 4196468 140734526479856 139805854981136 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16092] ppid=16087 vsize=15151156 memory=2120 CPUtime=288.73 cores=0,2,4,6
/proc/16089/task/16092/stat : 16092 (java) S 16087 16087 11742 0 -1 1077944384 1092481 0 0 0 27515 1358 0 0 20 0 15 0 475334018 15514783744 3205400 33554432000 4194304 4196468 140734526479856 139805853928592 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16093] ppid=16087 vsize=15151156 memory=3620 CPUtime=289.12 cores=0,2,4,6
/proc/16089/task/16093/stat : 16093 (java) S 16087 16087 11742 0 -1 1077944384 1648440 0 0 0 27434 1478 0 0 20 0 15 0 475334018 15514783744 3205400 33554432000 4194304 4196468 140734526479856 139805852875536 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16094] ppid=16087 vsize=15151156 memory=54384 CPUtime=289.24 cores=0,2,4,6
/proc/16089/task/16094/stat : 16094 (java) S 16087 16087 11742 0 -1 1077944384 1412755 0 0 0 27516 1408 0 0 20 0 15 0 475334018 15514783744 3205400 33554432000 4194304 4196468 140734526479856 139805851822992 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16095] ppid=16087 vsize=15151156 memory=984 CPUtime=53.76 cores=0,2,4,6
/proc/16089/task/16095/stat : 16095 (java) R 16087 16087 11742 0 -1 4202560 200451 0 0 0 5359 17 0 0 20 0 15 0 475334020 15514783744 3205400 33554432000 4194304 4196468 140734526479856 139805136204496 139806247173872 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16096] ppid=16087 vsize=15151156 memory=2004 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16096/stat : 16096 (java) S 16087 16087 11742 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 475334020 15514783744 3205400 33554432000 4194304 4196468 140734526479856 139805135152352 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16097] ppid=16087 vsize=15151156 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16097/stat : 16097 (java) S 16087 16087 11742 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 475334020 15514783744 3205400 33554432000 4194304 4196468 140734526479856 139805134099200 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16098] ppid=16087 vsize=15151156 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16098/stat : 16098 (java) S 16087 16087 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475334023 15514783744 3205400 33554432000 4194304 4196468 140734526479856 139805133047760 139806262196123 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16099] ppid=16087 vsize=15151156 memory=3636 CPUtime=2.14 cores=0,2,4,6
/proc/16089/task/16099/stat : 16099 (java) S 16087 16087 11742 0 -1 1077944384 8169 0 0 0 213 1 0 0 20 0 15 0 475334023 15514783744 3205400 33554432000 4194304 4196468 140734526479856 139805131995936 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16100] ppid=16087 vsize=15151156 memory=1192 CPUtime=2.05 cores=0,2,4,6
/proc/16089/task/16100/stat : 16100 (java) S 16087 16087 11742 0 -1 1077944384 7522 0 0 0 204 1 0 0 20 0 15 0 475334023 15514783744 3205400 33554432000 4194304 4196468 140734526479856 139805130943104 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16101] ppid=16087 vsize=15151156 memory=940 CPUtime=0.62 cores=0,2,4,6
/proc/16089/task/16101/stat : 16101 (java) S 16087 16087 11742 0 -1 1077944384 8892 0 0 0 60 2 0 0 20 0 15 0 475334023 15514783744 3205400 33554432000 4194304 4196468 140734526479856 139805129890336 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16102] ppid=16087 vsize=15151156 memory=14008 CPUtime=0 cores=0,2,4,6
/proc/16089/task/16102/stat : 16102 (java) S 16087 16087 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475334023 15514783744 3205400 33554432000 4194304 4196468 140734526479856 139805128837984 139806262187733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
[pid=16089/tid=16103] ppid=16087 vsize=15151156 memory=12040 CPUtime=0.49 cores=0,2,4,6
/proc/16089/task/16103/stat : 16103 (java) S 16087 16087 11742 0 -1 1077944384 410 0 0 0 24 25 0 0 20 0 15 0 475334023 15514783744 3205400 33554432000 4194304 4196468 140734526479856 139805127785008 139806262188674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140734526481391 140734526481562 140734526481562 140734526484431 0
Current children cumulated CPU time: 1286.38 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12823048 KiB

[startup+417.201 s]*
/proc/loadavg: 7.71 7.72 7.56 6/221 16143
/proc/meminfo: memFree=7527516/32770624 swapFree=66974524/67108860
[pid=16087] ppid=16084 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16087/stat : 16087 (xcsp3-exec) S 16084 16087 11742 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475334017 115843072 362 33554432000 4194304 5098028 140727065031136 140727065029240 140624064131708 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 34430976 140727065039738 140727065039981 140727065039981 140727065042890 0
/proc/16087/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

Child status: 1
Real time (s): 417.295
CPU time (s): 1286.88
CPU user time (s): 1229.67
CPU system time (s): 57.2146
CPU usage (%): 308.387
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12823048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1229.67
system time used= 57.2146
maximum resident set size= 12821824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5937204
page faults= 0
swaps= 0
block input operations= 0
block output operations= 592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15656
involuntary context switches= 27820


# summary of solver processes directly reported to runsolver:
#   pid: 16087
#   total CPU time (s): 1286.88
#   total CPU user time (s): 1229.67
#   total CPU system time (s): 57.2146

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.7886 second user time and 4.83139 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-20 16:43:49
IDJOB=4403532
IDBENCH=126919
IDSOLVER=2863
FILE ID=node125/4403532-1568990671
RUNJOBID= node125-1568988175-11773
PBS_JOBID= 21704643
Free space on /tmp= 4052 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr1000-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 /tmp/evaluation-result-4403532-1568990671/watcher-4403532-1568990671 -o /tmp/evaluation-result-4403532-1568990671/solver-4403532-1568990671 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568988175-11773 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1825515185 HOME/instance-4403532-1568990671.xml

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

MD5SUM BENCH= 281fe5e81d871c4f2ceaf1755ecf4117
RANDOM SEED=1825515185

node125.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.29
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.29
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.29
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.29
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:         9505020 kB
MemAvailable:   28095392 kB
Buffers:          129284 kB
Cached:         18342584 kB
SwapCached:        29996 kB
Active:         12977136 kB
Inactive:        9252972 kB
Active(anon):    3726964 kB
Inactive(anon):    78228 kB
Active(file):    9250172 kB
Inactive(file):  9174744 kB
Unevictable:      109344 kB
Mlocked:          109344 kB
SwapTotal:      67108860 kB
SwapFree:       66974524 kB
Dirty:            109180 kB
Writeback:             0 kB
AnonPages:       3839400 kB
Mapped:            64896 kB
Shmem:             38176 kB
Slab:             623248 kB
SReclaimable:     593916 kB
SUnreclaim:        29332 kB
KernelStack:        3792 kB
PageTables:        13328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5449156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3727360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 4024 MiB
End job on node125 at 2019-09-20 16:50:47