Trace number 4405851

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-24? 1245.52 402.032

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr0600-int.xml
MD5SUM944fe5e858b8dc1e5468427caea6b95a
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 benchmark118.465
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints718800
Number of domains1
Minimum domain size599
Maximum domain size599
Distribution of domain sizes[{"size":599,"count":600}]
Minimum variable degree2396
Maximum variable degree2396
Distribution of variable degrees[{"degree":2396,"count":600}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":718800}]
Number of extensional constraints0
Number of intensional constraints718800
Distribution of constraint types[{"type":"intension","count":718800}]
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-4405851-1569405278.xml"  -tl '2520s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4405851-1569405278.xml, -tl, 2520s, -p, 1]
0.13/0.22	c simple solver
0.35/0.28	c parse instance...
1210.09/391.38	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1245.38/401.94		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1245.38/401.94		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
1245.38/401.94		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1245.38/401.94		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1245.38/401.94		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1245.38/401.94		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1245.38/401.94		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
1245.38/401.94		at org.xcsp.parser.XCallbacks$$Lambda$95/280265505.accept(Unknown Source)
1245.38/401.94		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1245.38/401.94		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1245.38/401.94		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
1245.38/401.94		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
1245.38/401.94		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
1245.38/401.94		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1245.38/401.94		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1245.38/401.94		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1245.38/401.94		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1245.38/401.94		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1245.38/401.94		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1245.38/401.94		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1245.38/401.94	s UNKNOWN
1245.38/401.94	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 (4792 MiB free)
  memory of node 1: 16384 MiB (12446 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405851-1569405278/watcher-4405851-1569405278 -o /var/tmp/evaluation-result-4405851-1569405278/solver-4405851-1569405278 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1569396625-26122 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 954226294 HOME/instance-4405851-1569405278.xml 

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

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


[startup+0.102654 s]*
/proc/loadavg: 2.63 2.04 1.81 6/231 28641
/proc/meminfo: memFree=17636196/32770624 swapFree=67002132/67108860
[pid=28625] ppid=28622 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/28625/stat : 28625 (xcsp3-exec) S 28622 28625 26090 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516776419 115843072 364 33554432000 4194304 5098028 140727336339104 140727336337208 139846107738748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15491072 140727336346455 140727336346713 140727336346713 140727336349638 0
/proc/28625/statm: 28282 364 305 221 0 87 0
[pid=28627] ppid=28625 vsize=15144776 memory=28980 CPUtime=0.13 cores=1,3,5,7
/proc/28627/stat : 28627 (java) S 28625 28625 26090 0 -1 1077944320 5718 0 0 0 12 1 0 0 20 0 15 0 516776419 15508250624 7245 33554432000 4194304 4196468 140731709893584 140731709876128 139821976780535 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
/proc/28627/statm: 3786194 7245 3156 1 0 3748377 0
[pid=28627/tid=28628] ppid=28625 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/28627/task/28628/stat : 28628 (java) R 28625 28625 26090 0 -1 4202560 3585 0 0 0 8 1 0 0 20 0 15 0 516776420 15508250624 7245 33554432000 4194304 4196468 140731709893584 139821981004944 139821960824165 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28629] ppid=28625 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28629/stat : 28629 (java) S 28625 28625 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516776420 15508250624 7245 33554432000 4194304 4196468 140731709893584 139821929401104 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28630] ppid=28625 vsize=15144776 memory=139632431969920 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28630/stat : 28630 (java) S 28625 28625 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516776420 15508250624 7245 33554432000 4194304 4196468 140731709893584 139821928348560 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28631] ppid=28625 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28631/stat : 28631 (java) S 28625 28625 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516776420 15508250624 7245 33554432000 4194304 4196468 140731709893584 139821927296016 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28632] ppid=28625 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28632/stat : 28632 (java) S 28625 28625 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516776420 15508250624 7245 33554432000 4194304 4196468 140731709893584 139821926243472 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28633] ppid=28625 vsize=15144776 memory=139632431969920 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28633/stat : 28633 (java) S 28625 28625 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516776422 15508250624 7245 33554432000 4194304 4196468 140731709893584 139820850444272 139821976791682 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28634] ppid=28625 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28634/stat : 28634 (java) S 28625 28625 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516776422 15508250624 7245 33554432000 4194304 4196468 140731709893584 139820781265824 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28635] ppid=28625 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28635/stat : 28635 (java) S 28625 28625 26090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516776422 15508250624 7245 33554432000 4194304 4196468 140731709893584 139820780213232 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28636] ppid=28625 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28636/stat : 28636 (java) S 28625 28625 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516776425 15508250624 7245 33554432000 4194304 4196468 140731709893584 139820779161808 139821976799131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28637] ppid=28625 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28637/stat : 28637 (java) R 28625 28625 26090 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 15 0 516776425 15508250624 7245 33554432000 4194304 4196468 140731709893584 139820778109424 139821976791682 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28638] ppid=28625 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28638/stat : 28638 (java) R 28625 28625 26090 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 15 0 516776425 15508250624 7245 33554432000 4194304 4196468 140731709893584 139820777056976 139821960286772 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28639] ppid=28625 vsize=15144776 memory=139632431969920 CPUtime=0.02 cores=1,3,5,7
/proc/28627/task/28639/stat : 28639 (java) R 28625 28625 26090 0 -1 4202560 368 0 0 0 2 0 0 0 20 0 15 0 516776425 15508250624 7245 33554432000 4194304 4196468 140731709893584 139820776004336 139821960861022 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28640] ppid=28625 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28640/stat : 28640 (java) S 28625 28625 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516776425 15508250624 7245 33554432000 4194304 4196468 140731709893584 139820774952032 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28641] ppid=28625 vsize=15144776 memory=139632431969920 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28641/stat : 28641 (java) R 28625 28625 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516776425 15508250624 7245 33554432000 4194304 4196468 140731709893584 139820773898544 139821976791682 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30436 KiB

[startup+0.213677 s]*
/proc/loadavg: 2.63 2.04 1.81 7/231 28641
/proc/meminfo: memFree=17592560/32770624 swapFree=67002132/67108860
[pid=28625] ppid=28622 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/28625/stat : 28625 (xcsp3-exec) S 28622 28625 26090 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516776419 115843072 364 33554432000 4194304 5098028 140727336339104 140727336337208 139846107738748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15491072 140727336346455 140727336346713 140727336346713 140727336349638 0
/proc/28625/statm: 28282 364 305 221 0 87 0
[pid=28627] ppid=28625 vsize=15144776 memory=40960 CPUtime=0.35 cores=1,3,5,7
/proc/28627/stat : 28627 (java) S 28625 28625 26090 0 -1 1077944320 9487 0 0 0 32 3 0 0 20 0 15 0 516776419 15508250624 10240 33554432000 4194304 4196468 140731709893584 140731709876128 139821976780535 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
/proc/28627/statm: 3786194 10240 3317 1 0 3748377 0
[pid=28627/tid=28628] ppid=28625 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/28627/task/28628/stat : 28628 (java) R 28625 28625 26090 0 -1 4202560 6631 0 0 0 18 2 0 0 20 0 15 0 516776420 15508250624 10240 33554432000 4194304 4196468 140731709893584 139821981013984 139821976802461 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28629] ppid=28625 vsize=15144776 memory=13620 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28629/stat : 28629 (java) S 28625 28625 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516776420 15508250624 10240 33554432000 4194304 4196468 140731709893584 139821929401104 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28630] ppid=28625 vsize=15144776 memory=139632435800694 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28630/stat : 28630 (java) S 28625 28625 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516776420 15508250624 10240 33554432000 4194304 4196468 140731709893584 139821928348560 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28631] ppid=28625 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28631/stat : 28631 (java) S 28625 28625 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516776420 15508250624 10240 33554432000 4194304 4196468 140731709893584 139821927296016 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28632] ppid=28625 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28632/stat : 28632 (java) S 28625 28625 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516776420 15508250624 10240 33554432000 4194304 4196468 140731709893584 139821926243472 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28633] ppid=28625 vsize=15144776 memory=139632431969920 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28633/stat : 28633 (java) S 28625 28625 26090 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 516776422 15508250624 10240 33554432000 4194304 4196468 140731709893584 139820850444272 139821976791682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28634] ppid=28625 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28634/stat : 28634 (java) S 28625 28625 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516776422 15508250624 10303 33554432000 4194304 4196468 140731709893584 139820781265824 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28635] ppid=28625 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28635/stat : 28635 (java) S 28625 28625 26090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516776422 15508250624 10303 33554432000 4194304 4196468 140731709893584 139820780213232 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28636] ppid=28625 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28636/stat : 28636 (java) S 28625 28625 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516776425 15508250624 10303 33554432000 4194304 4196468 140731709893584 139820779161808 139821976799131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28637] ppid=28625 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28627/task/28637/stat : 28637 (java) S 28625 28625 26090 0 -1 1077944384 681 0 0 0 3 0 0 0 20 0 15 0 516776425 15508250624 10303 33554432000 4194304 4196468 140731709893584 139820778109424 139821976791682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28638] ppid=28625 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28627/task/28638/stat : 28638 (java) S 28625 28625 26090 0 -1 1077944384 94 0 0 0 2 0 0 0 20 0 15 0 516776425 15508250624 10303 33554432000 4194304 4196468 140731709893584 139820777056880 139821976791682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28639] ppid=28625 vsize=15144776 memory=139632431969920 CPUtime=0.08 cores=1,3,5,7
/proc/28627/task/28639/stat : 28639 (java) S 28625 28625 26090 0 -1 1077944384 771 0 0 0 8 0 0 0 20 0 15 0 516776425 15508250624 10303 33554432000 4194304 4196468 140731709893584 139820776004336 139821976791682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28640] ppid=28625 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28640/stat : 28640 (java) S 28625 28625 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516776425 15508250624 10303 33554432000 4194304 4196468 140731709893584 139820774952032 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28641] ppid=28625 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28641/stat : 28641 (java) S 28625 28625 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516776425 15508250624 10303 33554432000 4194304 4196468 140731709893584 139820773898544 139821976791682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42416 KiB

[startup+0.818324 s]*
/proc/loadavg: 2.63 2.04 1.81 6/231 28641
/proc/meminfo: memFree=17027504/32770624 swapFree=67002132/67108860
[pid=28625] ppid=28622 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/28625/stat : 28625 (xcsp3-exec) S 28622 28625 26090 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516776419 115843072 364 33554432000 4194304 5098028 140727336339104 140727336337208 139846107738748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15491072 140727336346455 140727336346713 140727336346713 140727336349638 0
/proc/28625/statm: 28282 364 305 221 0 87 0
[pid=28627] ppid=28625 vsize=15149032 memory=298472 CPUtime=1.85 cores=1,3,5,7
/proc/28627/stat : 28627 (java) S 28625 28625 26090 0 -1 1077944320 13844 0 0 0 161 24 0 0 20 0 15 0 516776419 15512608768 74618 33554432000 4194304 4196468 140731709893584 140731709876128 139821976780535 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
/proc/28627/statm: 3787258 74618 3426 1 0 3748377 0
[pid=28627/tid=28628] ppid=28625 vsize=15149032 memory=7883960649037381690 CPUtime=0.7 cores=1,3,5,7
/proc/28627/task/28628/stat : 28628 (java) R 28625 28625 26090 0 -1 4202560 8011 0 0 0 65 5 0 0 20 0 15 0 516776420 15512608768 74618 33554432000 4194304 4196468 140731709893584 139821981019632 139821976802461 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28629] ppid=28625 vsize=15149032 memory=13961 CPUtime=0.09 cores=1,3,5,7
/proc/28627/task/28629/stat : 28629 (java) S 28625 28625 26090 0 -1 1077944384 68 0 0 0 6 3 0 0 20 0 15 0 516776420 15512608768 74618 33554432000 4194304 4196468 140731709893584 139821929401104 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28630] ppid=28625 vsize=15149032 memory=3846185 CPUtime=0.1 cores=1,3,5,7
/proc/28627/task/28630/stat : 28630 (java) S 28625 28625 26090 0 -1 1077944384 61 0 0 0 6 4 0 0 20 0 15 0 516776420 15512608768 74618 33554432000 4194304 4196468 140731709893584 139821928348560 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28631] ppid=28625 vsize=15149032 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28627/task/28631/stat : 28631 (java) S 28625 28625 26090 0 -1 1077944384 65 0 0 0 5 4 0 0 20 0 15 0 516776420 15512608768 74618 33554432000 4194304 4196468 140731709893584 139821927296016 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28632] ppid=28625 vsize=15149032 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/28627/task/28632/stat : 28632 (java) S 28625 28625 26090 0 -1 1077944384 68 0 0 0 6 4 0 0 20 0 15 0 516776420 15512608768 74618 33554432000 4194304 4196468 140731709893584 139821926243472 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28633] ppid=28625 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28633/stat : 28633 (java) S 28625 28625 26090 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 516776422 15512608768 74618 33554432000 4194304 4196468 140731709893584 139820850444272 139821976791682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28634] ppid=28625 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28634/stat : 28634 (java) S 28625 28625 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516776422 15512608768 74618 33554432000 4194304 4196468 140731709893584 139820781265824 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28635] ppid=28625 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28635/stat : 28635 (java) S 28625 28625 26090 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 516776422 15512608768 74618 33554432000 4194304 4196468 140731709893584 139820780213232 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28636] ppid=28625 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28636/stat : 28636 (java) S 28625 28625 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516776425 15512608768 74618 33554432000 4194304 4196468 140731709893584 139820779161808 139821976799131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28637] ppid=28625 vsize=15149032 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/28627/task/28637/stat : 28637 (java) S 28625 28625 26090 0 -1 1077944384 1517 0 0 0 24 1 0 0 20 0 15 0 516776425 15512608768 74618 33554432000 4194304 4196468 140731709893584 139820778109424 139821976791682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28638] ppid=28625 vsize=15149032 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/28627/task/28638/stat : 28638 (java) S 28625 28625 26090 0 -1 1077944384 1273 0 0 0 26 0 0 0 20 0 15 0 516776425 15512608768 74618 33554432000 4194304 4196468 140731709893584 139820777056880 139821976791682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28639] ppid=28625 vsize=15149032 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/28627/task/28639/stat : 28639 (java) S 28625 28625 26090 0 -1 1077944384 1396 0 0 0 20 0 0 0 20 0 15 0 516776425 15512608768 74618 33554432000 4194304 4196468 140731709893584 139820776004336 139821976791682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28640] ppid=28625 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28640/stat : 28640 (java) S 28625 28625 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516776425 15512608768 74618 33554432000 4194304 4196468 140731709893584 139820774952032 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28641] ppid=28625 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28641/stat : 28641 (java) S 28625 28625 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516776425 15512608768 74618 33554432000 4194304 4196468 140731709893584 139820773898544 139821976791682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
Current children cumulated CPU time: 1.85 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 299928 KiB

[startup+0.910606 s]*
/proc/loadavg: 2.63 2.04 1.81 3/230 28641
/proc/meminfo: memFree=17009108/32770624 swapFree=67002132/67108860
[pid=28625] ppid=28622 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/28625/stat : 28625 (xcsp3-exec) S 28622 28625 26090 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516776419 115843072 364 33554432000 4194304 5098028 140727336339104 140727336337208 139846107738748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15491072 140727336346455 140727336346713 140727336346713 140727336349638 0
/proc/28625/statm: 28282 364 305 221 0 87 0
[pid=28627] ppid=28625 vsize=15149032 memory=298472 CPUtime=1.95 cores=1,3,5,7
/proc/28627/stat : 28627 (java) S 28625 28625 26090 0 -1 1077944320 13846 0 0 0 171 24 0 0 20 0 15 0 516776419 15512608768 74618 33554432000 4194304 4196468 140731709893584 140731709876128 139821976780535 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
/proc/28627/statm: 3787258 74618 3426 1 0 3748377 0
[pid=28627/tid=28628] ppid=28625 vsize=15149032 memory=7883960649037381690 CPUtime=0.79 cores=1,3,5,7
/proc/28627/task/28628/stat : 28628 (java) R 28625 28625 26090 0 -1 4202560 8011 0 0 0 74 5 0 0 20 0 15 0 516776420 15512608768 74618 33554432000 4194304 4196468 140731709893584 139821981019632 139821976802461 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28629] ppid=28625 vsize=15149032 memory=13620 CPUtime=0.09 cores=1,3,5,7
/proc/28627/task/28629/stat : 28629 (java) S 28625 28625 26090 0 -1 1077944384 68 0 0 0 6 3 0 0 20 0 15 0 516776420 15512608768 74618 33554432000 4194304 4196468 140731709893584 139821929401104 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28630] ppid=28625 vsize=15149032 memory=139632435800694 CPUtime=0.1 cores=1,3,5,7
/proc/28627/task/28630/stat : 28630 (java) S 28625 28625 26090 0 -1 1077944384 61 0 0 0 6 4 0 0 20 0 15 0 516776420 15512608768 74618 33554432000 4194304 4196468 140731709893584 139821928348560 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28631] ppid=28625 vsize=15149032 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28627/task/28631/stat : 28631 (java) S 28625 28625 26090 0 -1 1077944384 65 0 0 0 5 4 0 0 20 0 15 0 516776420 15512608768 74618 33554432000 4194304 4196468 140731709893584 139821927296016 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28632] ppid=28625 vsize=15149032 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/28627/task/28632/stat : 28632 (java) S 28625 28625 26090 0 -1 1077944384 68 0 0 0 6 4 0 0 20 0 15 0 516776420 15512608768 74618 33554432000 4194304 4196468 140731709893584 139821926243472 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28633] ppid=28625 vsize=15149032 memory=139632431969920 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28633/stat : 28633 (java) S 28625 28625 26090 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 516776422 15512608768 74618 33554432000 4194304 4196468 140731709893584 139820850444272 139821976791682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28634] ppid=28625 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28634/stat : 28634 (java) S 28625 28625 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516776422 15512608768 74618 33554432000 4194304 4196468 140731709893584 139820781265824 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28635] ppid=28625 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28635/stat : 28635 (java) S 28625 28625 26090 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 516776422 15512608768 74618 33554432000 4194304 4196468 140731709893584 139820780213232 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28636] ppid=28625 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28636/stat : 28636 (java) S 28625 28625 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516776425 15512608768 74618 33554432000 4194304 4196468 140731709893584 139820779161808 139821976799131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28637] ppid=28625 vsize=15149032 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/28627/task/28637/stat : 28637 (java) S 28625 28625 26090 0 -1 1077944384 1517 0 0 0 24 1 0 0 20 0 15 0 516776425 15512608768 74618 33554432000 4194304 4196468 140731709893584 139820778109424 139821976791682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28638] ppid=28625 vsize=15149032 memory=-1 CPUtime=0.26 cores=1,3,5,7
/proc/28627/task/28638/stat : 28638 (java) S 28625 28625 26090 0 -1 1077944384 1273 0 0 0 26 0 0 0 20 0 15 0 516776425 15512608768 74618 33554432000 4194304 4196468 140731709893584 139820777056880 139821976791682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28639] ppid=28625 vsize=15149032 memory=139632431969920 CPUtime=0.2 cores=1,3,5,7
/proc/28627/task/28639/stat : 28639 (java) S 28625 28625 26090 0 -1 1077944384 1398 0 0 0 20 0 0 0 20 0 15 0 516776425 15512608768 74618 33554432000 4194304 4196468 140731709893584 139820776004336 139821976791682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28640] ppid=28625 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28640/stat : 28640 (java) S 28625 28625 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516776425 15512608768 74618 33554432000 4194304 4196468 140731709893584 139820774952032 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28641] ppid=28625 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28641/stat : 28641 (java) S 28625 28625 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516776425 15512608768 74618 33554432000 4194304 4196468 140731709893584 139820773898544 139821976791682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
Current children cumulated CPU time: 1.95 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 299928 KiB

[startup+1.50175 s]*
/proc/loadavg: 2.63 2.04 1.81 6/230 28641
/proc/meminfo: memFree=16824308/32770624 swapFree=67002132/67108860
[pid=28625] ppid=28622 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/28625/stat : 28625 (xcsp3-exec) S 28622 28625 26090 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516776419 115843072 364 33554432000 4194304 5098028 140727336339104 140727336337208 139846107738748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15491072 140727336346455 140727336346713 140727336346713 140727336349638 0
/proc/28625/statm: 28282 364 305 221 0 87 0

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

/proc/28627/task/28630/stat : 28630 (java) S 28625 28625 26090 0 -1 1077944384 277427 0 0 0 27588 386 0 0 20 0 15 0 516776420 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139821928348560 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28631] ppid=28625 vsize=15151156 memory=1412 CPUtime=279.2 cores=1,3,5,7
/proc/28627/task/28631/stat : 28631 (java) S 28625 28625 26090 0 -1 1077944384 307291 0 0 0 27434 486 0 0 20 0 15 0 516776420 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139821927296016 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28632] ppid=28625 vsize=15151156 memory=1456 CPUtime=280.01 cores=1,3,5,7
/proc/28627/task/28632/stat : 28632 (java) S 28625 28625 26090 0 -1 1077944384 206903 0 0 0 27524 477 0 0 20 0 15 0 516776420 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139821926243472 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28633] ppid=28625 vsize=15151156 memory=1456 CPUtime=50.5 cores=1,3,5,7
/proc/28627/task/28633/stat : 28633 (java) R 28625 28625 26090 0 -1 4202560 100108 0 0 0 5044 6 0 0 20 0 15 0 516776422 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820850442704 139821961777044 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28634] ppid=28625 vsize=15151156 memory=12800884 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28634/stat : 28634 (java) S 28625 28625 26090 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 516776422 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820781265888 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28635] ppid=28625 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28635/stat : 28635 (java) S 28625 28625 26090 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 516776422 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820780213248 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28636] ppid=28625 vsize=15151156 memory=3000 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28636/stat : 28636 (java) S 28625 28625 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516776425 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820779161808 139821976799131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28637] ppid=28625 vsize=15151156 memory=1456 CPUtime=3.11 cores=1,3,5,7
/proc/28627/task/28637/stat : 28637 (java) S 28625 28625 26090 0 -1 1077944384 16539 0 0 0 308 3 0 0 20 0 15 0 516776425 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820778109184 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28638] ppid=28625 vsize=15151156 memory=258596 CPUtime=2.3 cores=1,3,5,7
/proc/28627/task/28638/stat : 28638 (java) S 28625 28625 26090 0 -1 1077944384 8946 0 0 0 229 1 0 0 20 0 15 0 516776425 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820777056928 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28639] ppid=28625 vsize=15151156 memory=6791534058613427641 CPUtime=0.65 cores=1,3,5,7
/proc/28627/task/28639/stat : 28639 (java) S 28625 28625 26090 0 -1 1077944384 7447 0 0 0 64 1 0 0 20 0 15 0 516776425 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820776004384 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28640] ppid=28625 vsize=15151156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28640/stat : 28640 (java) S 28625 28625 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516776425 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820774952032 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28641] ppid=28625 vsize=15151156 memory=1736 CPUtime=0.25 cores=1,3,5,7
/proc/28627/task/28641/stat : 28641 (java) S 28625 28625 26090 0 -1 1077944384 782 0 0 0 14 11 0 0 20 0 15 0 516776425 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820773898544 139821976791682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
Current children cumulated CPU time: 1243.98 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12802340 KiB

[startup+401.301 s]
/proc/loadavg: 5.08 4.20 2.87 3/230 28756
/proc/meminfo: memFree=13321592/32770624 swapFree=67002132/67108860
[pid=28625] ppid=28622 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/28625/stat : 28625 (xcsp3-exec) S 28622 28625 26090 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516776419 115843072 364 33554432000 4194304 5098028 140727336339104 140727336337208 139846107738748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15491072 140727336346455 140727336346713 140727336346713 140727336349638 0
/proc/28625/statm: 28282 364 305 221 0 87 0
[pid=28627] ppid=28625 vsize=15151156 memory=12800884 CPUtime=1244.78 cores=1,3,5,7
/proc/28627/stat : 28627 (java) S 28625 28625 26090 0 -1 1077944320 1234717 0 0 0 122720 1758 0 0 20 0 15 0 516776419 15514783744 3200221 33554432000 4194304 4196468 140731709893584 140731709876128 139821976780535 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
/proc/28627/statm: 3787789 3200221 3516 1 0 3748889 0
[pid=28627/tid=28628] ppid=28625 vsize=15151156 memory=6791534058613427641 CPUtime=68.34 cores=1,3,5,7
/proc/28627/task/28628/stat : 28628 (java) S 28625 28625 26090 0 -1 1077944384 23191 0 0 0 6820 14 0 0 20 0 15 0 516776420 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139821981019808 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28629] ppid=28625 vsize=15151156 memory=12800884 CPUtime=279.8 cores=1,3,5,7
/proc/28627/task/28629/stat : 28629 (java) S 28625 28625 26090 0 -1 1077944384 284742 0 0 0 27602 378 0 0 20 0 15 0 516776420 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139821929401104 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28630] ppid=28625 vsize=15151156 memory=2836 CPUtime=279.74 cores=1,3,5,7
/proc/28627/task/28630/stat : 28630 (java) S 28625 28625 26090 0 -1 1077944384 277427 0 0 0 27588 386 0 0 20 0 15 0 516776420 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139821928348560 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28631] ppid=28625 vsize=15151156 memory=1056 CPUtime=279.2 cores=1,3,5,7
/proc/28627/task/28631/stat : 28631 (java) S 28625 28625 26090 0 -1 1077944384 307291 0 0 0 27434 486 0 0 20 0 15 0 516776420 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139821927296016 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28632] ppid=28625 vsize=15151156 memory=2024 CPUtime=280.01 cores=1,3,5,7
/proc/28627/task/28632/stat : 28632 (java) S 28625 28625 26090 0 -1 1077944384 206903 0 0 0 27524 477 0 0 20 0 15 0 516776420 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139821926243472 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28633] ppid=28625 vsize=15151156 memory=1416 CPUtime=51.29 cores=1,3,5,7
/proc/28627/task/28633/stat : 28633 (java) R 28625 28625 26090 0 -1 4202560 100108 0 0 0 5123 6 0 0 20 0 15 0 516776422 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820850442704 139821961776939 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28634] ppid=28625 vsize=15151156 memory=776 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28634/stat : 28634 (java) S 28625 28625 26090 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 516776422 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820781265888 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28635] ppid=28625 vsize=15151156 memory=3540 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28635/stat : 28635 (java) S 28625 28625 26090 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 516776422 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820780213248 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28636] ppid=28625 vsize=15151156 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28636/stat : 28636 (java) S 28625 28625 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516776425 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820779161808 139821976799131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28637] ppid=28625 vsize=15151156 memory=10600 CPUtime=3.11 cores=1,3,5,7
/proc/28627/task/28637/stat : 28637 (java) S 28625 28625 26090 0 -1 1077944384 16539 0 0 0 308 3 0 0 20 0 15 0 516776425 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820778109184 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28638] ppid=28625 vsize=15151156 memory=1736 CPUtime=2.3 cores=1,3,5,7
/proc/28627/task/28638/stat : 28638 (java) S 28625 28625 26090 0 -1 1077944384 8946 0 0 0 229 1 0 0 20 0 15 0 516776425 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820777056928 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28639] ppid=28625 vsize=15151156 memory=6196 CPUtime=0.65 cores=1,3,5,7
/proc/28627/task/28639/stat : 28639 (java) S 28625 28625 26090 0 -1 1077944384 7447 0 0 0 64 1 0 0 20 0 15 0 516776425 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820776004384 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28640] ppid=28625 vsize=15151156 memory=636 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28640/stat : 28640 (java) S 28625 28625 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516776425 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820774952032 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28641] ppid=28625 vsize=15151156 memory=2836 CPUtime=0.25 cores=1,3,5,7
/proc/28627/task/28641/stat : 28641 (java) S 28625 28625 26090 0 -1 1077944384 782 0 0 0 14 11 0 0 20 0 15 0 516776425 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820773898544 139821976791682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
Current children cumulated CPU time: 1244.78 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12802340 KiB

[startup+401.701 s]
/proc/loadavg: 5.08 4.20 2.87 3/230 28758
/proc/meminfo: memFree=13320756/32770624 swapFree=67002132/67108860
[pid=28625] ppid=28622 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/28625/stat : 28625 (xcsp3-exec) S 28622 28625 26090 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516776419 115843072 364 33554432000 4194304 5098028 140727336339104 140727336337208 139846107738748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15491072 140727336346455 140727336346713 140727336346713 140727336349638 0
/proc/28625/statm: 28282 364 305 221 0 87 0
[pid=28627] ppid=28625 vsize=15151156 memory=12800884 CPUtime=1245.18 cores=1,3,5,7
/proc/28627/stat : 28627 (java) S 28625 28625 26090 0 -1 1077944320 1234717 0 0 0 122760 1758 0 0 20 0 15 0 516776419 15514783744 3200221 33554432000 4194304 4196468 140731709893584 140731709876128 139821976780535 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
/proc/28627/statm: 3787789 3200221 3516 1 0 3748889 0
[pid=28627/tid=28628] ppid=28625 vsize=15151156 memory=3540 CPUtime=68.34 cores=1,3,5,7
/proc/28627/task/28628/stat : 28628 (java) S 28625 28625 26090 0 -1 1077944384 23191 0 0 0 6820 14 0 0 20 0 15 0 516776420 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139821981019808 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28629] ppid=28625 vsize=15151156 memory=1232 CPUtime=279.8 cores=1,3,5,7
/proc/28627/task/28629/stat : 28629 (java) S 28625 28625 26090 0 -1 1077944384 284742 0 0 0 27602 378 0 0 20 0 15 0 516776420 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139821929401104 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28630] ppid=28625 vsize=15151156 memory=10600 CPUtime=279.74 cores=1,3,5,7
/proc/28627/task/28630/stat : 28630 (java) S 28625 28625 26090 0 -1 1077944384 277427 0 0 0 27588 386 0 0 20 0 15 0 516776420 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139821928348560 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28631] ppid=28625 vsize=15151156 memory=1736 CPUtime=279.2 cores=1,3,5,7
/proc/28627/task/28631/stat : 28631 (java) S 28625 28625 26090 0 -1 1077944384 307291 0 0 0 27434 486 0 0 20 0 15 0 516776420 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139821927296016 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28632] ppid=28625 vsize=15151156 memory=6196 CPUtime=280.01 cores=1,3,5,7
/proc/28627/task/28632/stat : 28632 (java) S 28625 28625 26090 0 -1 1077944384 206903 0 0 0 27524 477 0 0 20 0 15 0 516776420 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139821926243472 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28633] ppid=28625 vsize=15151156 memory=636 CPUtime=51.69 cores=1,3,5,7
/proc/28627/task/28633/stat : 28633 (java) R 28625 28625 26090 0 -1 4202560 100108 0 0 0 5163 6 0 0 20 0 15 0 516776422 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820850442704 139821961238105 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28634] ppid=28625 vsize=15151156 memory=2836 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28634/stat : 28634 (java) S 28625 28625 26090 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 516776422 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820781265888 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28635] ppid=28625 vsize=15151156 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28635/stat : 28635 (java) S 28625 28625 26090 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 516776422 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820780213248 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28636] ppid=28625 vsize=15151156 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28636/stat : 28636 (java) S 28625 28625 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516776425 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820779161808 139821976799131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28637] ppid=28625 vsize=15151156 memory=1064 CPUtime=3.11 cores=1,3,5,7
/proc/28627/task/28637/stat : 28637 (java) S 28625 28625 26090 0 -1 1077944384 16539 0 0 0 308 3 0 0 20 0 15 0 516776425 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820778109184 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28638] ppid=28625 vsize=15151156 memory=2952 CPUtime=2.3 cores=1,3,5,7
/proc/28627/task/28638/stat : 28638 (java) S 28625 28625 26090 0 -1 1077944384 8946 0 0 0 229 1 0 0 20 0 15 0 516776425 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820777056928 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28639] ppid=28625 vsize=15151156 memory=1456 CPUtime=0.65 cores=1,3,5,7
/proc/28627/task/28639/stat : 28639 (java) S 28625 28625 26090 0 -1 1077944384 7447 0 0 0 64 1 0 0 20 0 15 0 516776425 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820776004384 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28640] ppid=28625 vsize=15151156 memory=258596 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28640/stat : 28640 (java) S 28625 28625 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516776425 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820774952032 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28641] ppid=28625 vsize=15151156 memory=6791534058613427641 CPUtime=0.25 cores=1,3,5,7
/proc/28627/task/28641/stat : 28641 (java) S 28625 28625 26090 0 -1 1077944384 782 0 0 0 14 11 0 0 20 0 15 0 516776425 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820773898544 139821976791682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
Current children cumulated CPU time: 1245.18 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12802340 KiB

[startup+401.901 s]
/proc/loadavg: 5.08 4.20 2.87 3/230 28758
/proc/meminfo: memFree=13320756/32770624 swapFree=67002132/67108860
[pid=28625] ppid=28622 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/28625/stat : 28625 (xcsp3-exec) S 28622 28625 26090 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516776419 115843072 364 33554432000 4194304 5098028 140727336339104 140727336337208 139846107738748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15491072 140727336346455 140727336346713 140727336346713 140727336349638 0
/proc/28625/statm: 28282 364 305 221 0 87 0
[pid=28627] ppid=28625 vsize=15151156 memory=12800884 CPUtime=1245.38 cores=1,3,5,7
/proc/28627/stat : 28627 (java) S 28625 28625 26090 0 -1 1077944320 1234717 0 0 0 122780 1758 0 0 20 0 15 0 516776419 15514783744 3200221 33554432000 4194304 4196468 140731709893584 140731709876128 139821976780535 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
/proc/28627/statm: 3787789 3200221 3516 1 0 3748889 0
[pid=28627/tid=28628] ppid=28625 vsize=15151156 memory=14689690934577713 CPUtime=68.34 cores=1,3,5,7
/proc/28627/task/28628/stat : 28628 (java) S 28625 28625 26090 0 -1 1077944384 23191 0 0 0 6820 14 0 0 20 0 15 0 516776420 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139821981019808 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28629] ppid=28625 vsize=15151156 memory=8099844198897838699 CPUtime=279.8 cores=1,3,5,7
/proc/28627/task/28629/stat : 28629 (java) S 28625 28625 26090 0 -1 1077944384 284742 0 0 0 27602 378 0 0 20 0 15 0 516776420 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139821929401104 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28630] ppid=28625 vsize=15151156 memory=7451321514993738323 CPUtime=279.74 cores=1,3,5,7
/proc/28627/task/28630/stat : 28630 (java) S 28625 28625 26090 0 -1 1077944384 277427 0 0 0 27588 386 0 0 20 0 15 0 516776420 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139821928348560 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28631] ppid=28625 vsize=15151156 memory=7739527598844242025 CPUtime=279.2 cores=1,3,5,7
/proc/28627/task/28631/stat : 28631 (java) S 28625 28625 26090 0 -1 1077944384 307291 0 0 0 27434 486 0 0 20 0 15 0 516776420 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139821927296016 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28632] ppid=28625 vsize=15151156 memory=4639950512826379884 CPUtime=280.01 cores=1,3,5,7
/proc/28627/task/28632/stat : 28632 (java) S 28625 28625 26090 0 -1 1077944384 206903 0 0 0 27524 477 0 0 20 0 15 0 516776420 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139821926243472 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28633] ppid=28625 vsize=15151156 memory=7584172180673161326 CPUtime=51.89 cores=1,3,5,7
/proc/28627/task/28633/stat : 28633 (java) R 28625 28625 26090 0 -1 4202560 100108 0 0 0 5183 6 0 0 20 0 15 0 516776422 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820850442704 139821955150715 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28634] ppid=28625 vsize=15151156 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28634/stat : 28634 (java) S 28625 28625 26090 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 516776422 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820781265888 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28635] ppid=28625 vsize=15151156 memory=7012218309318699110 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28635/stat : 28635 (java) S 28625 28625 26090 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 516776422 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820780213248 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28636] ppid=28625 vsize=15151156 memory=5793997938848392809 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28636/stat : 28636 (java) S 28625 28625 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516776425 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820779161808 139821976799131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28637] ppid=28625 vsize=15151156 memory=7372764686181362535 CPUtime=3.11 cores=1,3,5,7
/proc/28627/task/28637/stat : 28637 (java) S 28625 28625 26090 0 -1 1077944384 16539 0 0 0 308 3 0 0 20 0 15 0 516776425 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820778109184 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28638] ppid=28625 vsize=15151156 memory=288230574492221466 CPUtime=2.3 cores=1,3,5,7
/proc/28627/task/28638/stat : 28638 (java) S 28625 28625 26090 0 -1 1077944384 8946 0 0 0 229 1 0 0 20 0 15 0 516776425 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820777056928 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28639] ppid=28625 vsize=15151156 memory=6791534058613427641 CPUtime=0.65 cores=1,3,5,7
/proc/28627/task/28639/stat : 28639 (java) S 28625 28625 26090 0 -1 1077944384 7447 0 0 0 64 1 0 0 20 0 15 0 516776425 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820776004384 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28640] ppid=28625 vsize=15151156 memory=-2247047206207641111 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28640/stat : 28640 (java) S 28625 28625 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516776425 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820774952032 139821976790741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
[pid=28627/tid=28641] ppid=28625 vsize=15151156 memory=9126232286719478932 CPUtime=0.25 cores=1,3,5,7
/proc/28627/task/28641/stat : 28641 (java) S 28625 28625 26090 0 -1 1077944384 782 0 0 0 14 11 0 0 20 0 15 0 516776425 15514783744 3200221 33554432000 4194304 4196468 140731709893584 139820773898544 139821976791682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20852736 140731709895643 140731709895818 140731709895818 140731709898703 0
Current children cumulated CPU time: 1245.38 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12802340 KiB

[startup+402.001 s]
/proc/loadavg: 5.08 4.20 2.87 3/230 28758
/proc/meminfo: memFree=13320756/32770624 swapFree=67002132/67108860
[pid=28625] ppid=28622 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/28625/stat : 28625 (xcsp3-exec) S 28622 28625 26090 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516776419 115843072 364 33554432000 4194304 5098028 140727336339104 140727336337208 139846107738748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15491072 140727336346455 140727336346713 140727336346713 140727336349638 0
/proc/28625/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 1
Real time (s): 402.032
CPU time (s): 1245.52
CPU user time (s): 1227.85
CPU system time (s): 17.6773
CPU usage (%): 309.807
Max. virtual memory (cumulated for all children) (KiB): 15265308
Max. memory (cumulated for all children) (KiB): 12802340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1227.85
system time used= 17.6773
maximum resident set size= 12801176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1239115
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= 15312
involuntary context switches= 18131


# summary of solver processes directly reported to runsolver:
#   pid: 28625
#   total CPU time (s): 1245.52
#   total CPU user time (s): 1227.85
#   total CPU system time (s): 17.6773

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.46462 second user time and 4.44113 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-25 11:53:53
IDJOB=4405851
IDBENCH=126913
IDSOLVER=2869
FILE ID=node136/4405851-1569405278
RUNJOBID= node136-1569396625-26122
PBS_JOBID= 21705684
Free space on /var/tmp= 13348 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr0600-int.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405851-1569405278/watcher-4405851-1569405278 -o /var/tmp/evaluation-result-4405851-1569405278/solver-4405851-1569405278 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1569396625-26122 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 954226294 HOME/instance-4405851-1569405278.xml

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

MD5SUM BENCH= 944fe5e858b8dc1e5468427caea6b95a
RANDOM SEED=954226294

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        17653132 kB
MemAvailable:   23198708 kB
Buffers:          174860 kB
Cached:          5492960 kB
SwapCached:         3548 kB
Active:         11511780 kB
Inactive:        2792224 kB
Active(anon):    8633372 kB
Inactive(anon):    59696 kB
Active(file):    2878408 kB
Inactive(file):  2732528 kB
Unevictable:      108564 kB
Mlocked:          108564 kB
SwapTotal:      67108860 kB
SwapFree:       67002132 kB
Dirty:             55700 kB
Writeback:             0 kB
AnonPages:       8742828 kB
Mapped:            71228 kB
Shmem:             48268 kB
Slab:             393024 kB
SReclaimable:     363100 kB
SUnreclaim:        29924 kB
KernelStack:        3760 kB
PageTables:        22988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   11103732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8499200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13404 MiB
End job on node136 at 2019-09-25 12:00:36