Trace number 4405931

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? 1183.42 390.381

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr1000b-int.xml
MD5SUMfdcb353b2918313db809b139313e7b9f
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.922
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-4405931-1569405185.xml"  -tl '2520s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4405931-1569405185.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
1151.75/380.02	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1183.22/390.29		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1183.22/390.29		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
1183.22/390.29		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1183.22/390.29		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1183.22/390.29		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1183.22/390.29		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1183.22/390.29		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
1183.22/390.29		at org.xcsp.parser.XCallbacks$$Lambda$95/517052730.accept(Unknown Source)
1183.22/390.29		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1183.22/390.29		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1183.22/390.29		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
1183.22/390.29		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
1183.22/390.29		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
1183.22/390.29		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1183.22/390.29		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1183.22/390.29		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1183.22/390.29		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1183.22/390.29		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1183.22/390.29		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1183.22/390.29		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1183.22/390.29	s UNKNOWN
1183.22/390.29	c Unexpected resolution interruption!

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405931-1569405185/watcher-4405931-1569405185 -o /var/tmp/evaluation-result-4405931-1569405185/solver-4405931-1569405185 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1569396625-26121 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1988558389 HOME/instance-4405931-1569405185.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=28541, runsolver pid=28538

[startup+0.100804 s]*
/proc/loadavg: 1.63 1.72 1.69 4/231 28557
/proc/meminfo: memFree=24572620/32770624 swapFree=67002132/67108860
[pid=28541] ppid=28538 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28541/stat : 28541 (xcsp3-exec) S 28538 28541 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516767183 115843072 363 33554432000 4194304 5098028 140724857082688 140724857080792 140467915887228 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 24219648 140724857086806 140724857087065 140724857087065 140724857089990 0
/proc/28541/statm: 28282 363 304 221 0 87 0
[pid=28543] ppid=28541 vsize=15144776 memory=29752 CPUtime=0.13 cores=0,2,4,6
/proc/28543/stat : 28543 (java) S 28541 28541 26090 0 -1 1077944320 5886 0 0 0 12 1 0 0 20 0 15 0 516767183 15508250624 7438 33554432000 4194304 4196468 140729671982480 140729671965024 140175966047991 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
/proc/28543/statm: 3786194 7438 3141 1 0 3748377 0
[pid=28543/tid=28544] ppid=28541 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/28543/task/28544/stat : 28544 (java) R 28541 28541 26090 0 -1 4202560 3798 0 0 0 9 0 0 0 20 0 15 0 516767184 15508250624 7504 33554432000 4194304 4196468 140729671982480 140175970272400 140175950128478 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28545] ppid=28541 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28545/stat : 28545 (java) S 28541 28541 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516767184 15508250624 7504 33554432000 4194304 4196468 140729671982480 140175922600208 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28546] ppid=28541 vsize=15144776 memory=139652492543616 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28546/stat : 28546 (java) S 28541 28541 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516767184 15508250624 7504 33554432000 4194304 4196468 140729671982480 140175557712272 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28547] ppid=28541 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28547/stat : 28547 (java) S 28541 28541 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516767184 15508250624 7504 33554432000 4194304 4196468 140729671982480 140175556659728 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28548] ppid=28541 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28548/stat : 28548 (java) S 28541 28541 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516767184 15508250624 7504 33554432000 4194304 4196468 140729671982480 140175555607184 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28549] ppid=28541 vsize=15144776 memory=139652492543616 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28549/stat : 28549 (java) S 28541 28541 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516767186 15508250624 7504 33554432000 4194304 4196468 140729671982480 140175527414256 140175966059138 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28550] ppid=28541 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28550/stat : 28550 (java) S 28541 28541 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516767186 15508250624 7504 33554432000 4194304 4196468 140729671982480 140175526360480 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28551] ppid=28541 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28551/stat : 28551 (java) S 28541 28541 26090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516767186 15508250624 7504 33554432000 4194304 4196468 140729671982480 140175525307888 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28552] ppid=28541 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28552/stat : 28552 (java) S 28541 28541 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516767189 15508250624 7504 33554432000 4194304 4196468 140729671982480 140175524256464 140175966066587 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28553] ppid=28541 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28553/stat : 28553 (java) S 28541 28541 26090 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 15 0 516767189 15508250624 7504 33554432000 4194304 4196468 140729671982480 140175523203056 140175966059138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28554] ppid=28541 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28554/stat : 28554 (java) R 28541 28541 26090 0 -1 4202560 55 0 0 0 0 0 0 0 20 0 15 0 516767189 15508250624 7504 33554432000 4194304 4196468 140729671982480 140175522132080 140175947591714 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28555] ppid=28541 vsize=15144776 memory=139652492543616 CPUtime=0.02 cores=0,2,4,6
/proc/28543/task/28555/stat : 28555 (java) R 28541 28541 26090 0 -1 4202560 339 0 0 0 2 0 0 0 20 0 15 0 516767189 15508250624 7504 33554432000 4194304 4196468 140729671982480 140175521095504 140175966059926 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28556] ppid=28541 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28556/stat : 28556 (java) S 28541 28541 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516767189 15508250624 7504 33554432000 4194304 4196468 140729671982480 140175520045664 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28557] ppid=28541 vsize=15144776 memory=139652492543616 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28557/stat : 28557 (java) S 28541 28541 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516767189 15508250624 7504 33554432000 4194304 4196468 140729671982480 140175451614000 140175966059138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31204 KiB

[startup+0.210906 s]*
/proc/loadavg: 1.63 1.72 1.69 5/231 28557
/proc/meminfo: memFree=24560660/32770624 swapFree=67002132/67108860
[pid=28541] ppid=28538 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28541/stat : 28541 (xcsp3-exec) S 28538 28541 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516767183 115843072 363 33554432000 4194304 5098028 140724857082688 140724857080792 140467915887228 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 24219648 140724857086806 140724857087065 140724857087065 140724857089990 0
/proc/28541/statm: 28282 363 304 221 0 87 0
[pid=28543] ppid=28541 vsize=15144776 memory=40576 CPUtime=0.34 cores=0,2,4,6
/proc/28543/stat : 28543 (java) S 28541 28541 26090 0 -1 1077944320 9350 0 0 0 32 2 0 0 20 0 15 0 516767183 15508250624 10144 33554432000 4194304 4196468 140729671982480 140729671965024 140175966047991 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
/proc/28543/statm: 3786194 10144 3317 1 0 3748377 0
[pid=28543/tid=28544] ppid=28541 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/28543/task/28544/stat : 28544 (java) R 28541 28541 26090 0 -1 4202560 6601 0 0 0 18 2 0 0 20 0 15 0 516767184 15508250624 10144 33554432000 4194304 4196468 140729671982480 140175970282032 140175966071581 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28545] ppid=28541 vsize=15144776 memory=13620 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28545/stat : 28545 (java) S 28541 28541 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516767184 15508250624 10144 33554432000 4194304 4196468 140729671982480 140175922600208 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28546] ppid=28541 vsize=15144776 memory=139652496374390 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28546/stat : 28546 (java) S 28541 28541 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516767184 15508250624 10144 33554432000 4194304 4196468 140729671982480 140175557712272 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28547] ppid=28541 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28547/stat : 28547 (java) S 28541 28541 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516767184 15508250624 10144 33554432000 4194304 4196468 140729671982480 140175556659728 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28548] ppid=28541 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28548/stat : 28548 (java) S 28541 28541 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516767184 15508250624 10144 33554432000 4194304 4196468 140729671982480 140175555607184 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28549] ppid=28541 vsize=15144776 memory=139652492543616 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28549/stat : 28549 (java) S 28541 28541 26090 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516767186 15508250624 10144 33554432000 4194304 4196468 140729671982480 140175527414256 140175966059138 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28550] ppid=28541 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28550/stat : 28550 (java) S 28541 28541 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516767186 15508250624 10144 33554432000 4194304 4196468 140729671982480 140175526360480 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28551] ppid=28541 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28551/stat : 28551 (java) S 28541 28541 26090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516767186 15508250624 10144 33554432000 4194304 4196468 140729671982480 140175525307888 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28552] ppid=28541 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28552/stat : 28552 (java) S 28541 28541 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516767189 15508250624 10144 33554432000 4194304 4196468 140729671982480 140175524256464 140175966066587 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28553] ppid=28541 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28543/task/28553/stat : 28553 (java) S 28541 28541 26090 0 -1 1077944384 478 0 0 0 2 0 0 0 20 0 15 0 516767189 15508250624 10144 33554432000 4194304 4196468 140729671982480 140175523203056 140175966059138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28554] ppid=28541 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/28543/task/28554/stat : 28554 (java) S 28541 28541 26090 0 -1 1077944384 183 0 0 0 2 0 0 0 20 0 15 0 516767189 15508250624 10144 33554432000 4194304 4196468 140729671982480 140175522150512 140175966059138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28555] ppid=28541 vsize=15144776 memory=139652492543616 CPUtime=0.08 cores=0,2,4,6
/proc/28543/task/28555/stat : 28555 (java) S 28541 28541 26090 0 -1 1077944384 780 0 0 0 8 0 0 0 20 0 15 0 516767189 15508250624 10144 33554432000 4194304 4196468 140729671982480 140175521097968 140175966059138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28556] ppid=28541 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28556/stat : 28556 (java) S 28541 28541 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516767189 15508250624 10144 33554432000 4194304 4196468 140729671982480 140175520045664 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28557] ppid=28541 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28557/stat : 28557 (java) S 28541 28541 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516767189 15508250624 10144 33554432000 4194304 4196468 140729671982480 140175451614000 140175966059138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42028 KiB

[startup+0.317368 s]*
/proc/loadavg: 1.63 1.72 1.69 4/231 28557
/proc/meminfo: memFree=24552144/32770624 swapFree=67002132/67108860
[pid=28541] ppid=28538 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28541/stat : 28541 (xcsp3-exec) S 28538 28541 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516767183 115843072 363 33554432000 4194304 5098028 140724857082688 140724857080792 140467915887228 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 24219648 140724857086806 140724857087065 140724857087065 140724857089990 0
/proc/28541/statm: 28282 363 304 221 0 87 0
[pid=28543] ppid=28541 vsize=15149032 memory=50436 CPUtime=0.54 cores=0,2,4,6
/proc/28543/stat : 28543 (java) S 28541 28541 26090 0 -1 1077944320 10922 0 0 0 51 3 0 0 20 0 15 0 516767183 15512608768 12609 33554432000 4194304 4196468 140729671982480 140729671965024 140175966047991 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
/proc/28543/statm: 3787258 12609 3362 1 0 3748377 0
[pid=28543/tid=28544] ppid=28541 vsize=15149032 memory=7883960649037381690 CPUtime=0.31 cores=0,2,4,6
/proc/28543/task/28544/stat : 28544 (java) R 28541 28541 26090 0 -1 4202560 7857 0 0 0 28 3 0 0 20 0 15 0 516767184 15512608768 12609 33554432000 4194304 4196468 140729671982480 140175970285008 140175950128478 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28545] ppid=28541 vsize=15149032 memory=13961 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28545/stat : 28545 (java) S 28541 28541 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516767184 15512608768 12609 33554432000 4194304 4196468 140729671982480 140175922600208 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28546] ppid=28541 vsize=15149032 memory=3846185 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28546/stat : 28546 (java) S 28541 28541 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516767184 15512608768 12609 33554432000 4194304 4196468 140729671982480 140175557712272 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28547] ppid=28541 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28547/stat : 28547 (java) S 28541 28541 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516767184 15512608768 12609 33554432000 4194304 4196468 140729671982480 140175556659728 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28548] ppid=28541 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28548/stat : 28548 (java) S 28541 28541 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516767184 15512608768 12609 33554432000 4194304 4196468 140729671982480 140175555607184 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28549] ppid=28541 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28549/stat : 28549 (java) S 28541 28541 26090 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516767186 15512608768 12609 33554432000 4194304 4196468 140729671982480 140175527414256 140175966059138 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28550] ppid=28541 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28550/stat : 28550 (java) S 28541 28541 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516767186 15512608768 12609 33554432000 4194304 4196468 140729671982480 140175526360480 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28551] ppid=28541 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28551/stat : 28551 (java) S 28541 28541 26090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516767186 15512608768 12609 33554432000 4194304 4196468 140729671982480 140175525307888 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28552] ppid=28541 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28552/stat : 28552 (java) S 28541 28541 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516767189 15512608768 12609 33554432000 4194304 4196468 140729671982480 140175524256464 140175966066587 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28553] ppid=28541 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/28543/task/28553/stat : 28553 (java) S 28541 28541 26090 0 -1 1077944384 619 0 0 0 5 0 0 0 20 0 15 0 516767189 15512608768 12609 33554432000 4194304 4196468 140729671982480 140175523203056 140175966059138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28554] ppid=28541 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/28543/task/28554/stat : 28554 (java) S 28541 28541 26090 0 -1 1077944384 206 0 0 0 4 0 0 0 20 0 15 0 516767189 15512608768 12609 33554432000 4194304 4196468 140729671982480 140175522150512 140175966059138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28555] ppid=28541 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/28543/task/28555/stat : 28555 (java) S 28541 28541 26090 0 -1 1077944384 934 0 0 0 13 0 0 0 20 0 15 0 516767189 15512608768 12609 33554432000 4194304 4196468 140729671982480 140175521097968 140175966059138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28556] ppid=28541 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28556/stat : 28556 (java) S 28541 28541 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516767189 15512608768 12609 33554432000 4194304 4196468 140729671982480 140175520045664 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28557] ppid=28541 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28557/stat : 28557 (java) S 28541 28541 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516767189 15512608768 12609 33554432000 4194304 4196468 140729671982480 140175451614000 140175966059138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51888 KiB

[startup+0.709422 s]
/proc/loadavg: 1.63 1.72 1.69 5/231 28557
/proc/meminfo: memFree=24479180/32770624 swapFree=67002132/67108860
[pid=28541] ppid=28538 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28541/stat : 28541 (xcsp3-exec) S 28538 28541 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516767183 115843072 363 33554432000 4194304 5098028 140724857082688 140724857080792 140467915887228 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 24219648 140724857086806 140724857087065 140724857087065 140724857089990 0
/proc/28541/statm: 28282 363 304 221 0 87 0
[pid=28543] ppid=28541 vsize=15149032 memory=196500 CPUtime=1.43 cores=0,2,4,6
/proc/28543/stat : 28543 (java) S 28541 28541 26090 0 -1 1077944320 13227 0 0 0 134 9 0 0 20 0 15 0 516767183 15512608768 49125 33554432000 4194304 4196468 140729671982480 140729671965024 140175966047991 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
/proc/28543/statm: 3787258 49125 3402 1 0 3748377 0
[pid=28543/tid=28544] ppid=28541 vsize=15149032 memory=36192 CPUtime=0.68 cores=0,2,4,6
/proc/28543/task/28544/stat : 28544 (java) S 28541 28541 26090 0 -1 1077944384 7994 0 0 0 63 5 0 0 20 0 15 0 516767184 15512608768 49125 33554432000 4194304 4196468 140729671982480 140175970287088 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28545] ppid=28541 vsize=15149032 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28545/stat : 28545 (java) R 28541 28541 26090 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 15 0 516767184 15512608768 49125 33554432000 4194304 4196468 140729671982480 140175922600208 140175959144827 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28546] ppid=28541 vsize=15149032 memory=500 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28546/stat : 28546 (java) R 28541 28541 26090 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 15 0 516767184 15512608768 49125 33554432000 4194304 4196468 140729671982480 140175557712272 140175959147838 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28547] ppid=28541 vsize=15149032 memory=932 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28547/stat : 28547 (java) R 28541 28541 26090 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 15 0 516767184 15512608768 49125 33554432000 4194304 4196468 140729671982480 140175556659728 140175959147838 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28548] ppid=28541 vsize=15149032 memory=1824 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28548/stat : 28548 (java) R 28541 28541 26090 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 15 0 516767184 15512608768 49125 33554432000 4194304 4196468 140729671982480 140175555607384 140175959144827 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28549] ppid=28541 vsize=15149032 memory=1656 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28549/stat : 28549 (java) S 28541 28541 26090 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 516767186 15512608768 49125 33554432000 4194304 4196468 140729671982480 140175527412768 140175966058197 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28550] ppid=28541 vsize=15149032 memory=804 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28550/stat : 28550 (java) S 28541 28541 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516767186 15512608768 49125 33554432000 4194304 4196468 140729671982480 140175526360480 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28551] ppid=28541 vsize=15149032 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28551/stat : 28551 (java) S 28541 28541 26090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516767186 15512608768 49125 33554432000 4194304 4196468 140729671982480 140175525307888 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28552] ppid=28541 vsize=15149032 memory=1980 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28552/stat : 28552 (java) S 28541 28541 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516767189 15512608768 49125 33554432000 4194304 4196468 140729671982480 140175524256464 140175966066587 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28553] ppid=28541 vsize=15149032 memory=2676 CPUtime=0.22 cores=0,2,4,6
/proc/28543/task/28553/stat : 28553 (java) S 28541 28541 26090 0 -1 1077944384 1235 0 0 0 22 0 0 0 20 0 15 0 516767189 15512608768 49125 33554432000 4194304 4196468 140729671982480 140175523203056 140175966059138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28554] ppid=28541 vsize=15149032 memory=1764 CPUtime=0.25 cores=0,2,4,6
/proc/28543/task/28554/stat : 28554 (java) S 28541 28541 26090 0 -1 1077944384 1080 0 0 0 25 0 0 0 20 0 15 0 516767189 15512608768 49125 33554432000 4194304 4196468 140729671982480 140175522150512 140175966059138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28555] ppid=28541 vsize=15149032 memory=111632 CPUtime=0.21 cores=0,2,4,6
/proc/28543/task/28555/stat : 28555 (java) S 28541 28541 26090 0 -1 1077944384 1540 0 0 0 21 0 0 0 20 0 15 0 516767189 15512608768 49125 33554432000 4194304 4196468 140729671982480 140175521097968 140175966059138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28556] ppid=28541 vsize=15149032 memory=796 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28556/stat : 28556 (java) S 28541 28541 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516767189 15512608768 49125 33554432000 4194304 4196468 140729671982480 140175520045664 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28557] ppid=28541 vsize=15149032 memory=1804 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28557/stat : 28557 (java) S 28541 28541 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516767189 15512608768 49125 33554432000 4194304 4196468 140729671982480 140175451614000 140175966059138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 197952 KiB

[startup+1.50141 s]
/proc/loadavg: 1.63 1.72 1.69 3/231 28557
/proc/meminfo: memFree=24225420/32770624 swapFree=67002132/67108860
[pid=28541] ppid=28538 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28541/stat : 28541 (xcsp3-exec) S 28538 28541 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516767183 115843072 363 33554432000 4194304 5098028 140724857082688 140724857080792 140467915887228 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 24219648 140724857086806 140724857087065 140724857087065 140724857089990 0
/proc/28541/statm: 28282 363 304 221 0 87 0

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

/proc/28543/task/28546/stat : 28546 (java) S 28541 28541 26090 0 -1 1077944384 63075 0 0 0 25987 344 0 0 20 0 15 0 516767184 15514783744 3193154 33554432000 4194304 4196468 140729671982480 140175557712272 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28547] ppid=28541 vsize=15151156 memory=1556 CPUtime=263.48 cores=0,2,4,6
/proc/28543/task/28547/stat : 28547 (java) S 28541 28541 26090 0 -1 1077944384 61359 0 0 0 26038 310 0 0 20 0 15 0 516767184 15514783744 3193154 33554432000 4194304 4196468 140729671982480 140175556659728 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28548] ppid=28541 vsize=15151156 memory=288230574492221466 CPUtime=263.69 cores=0,2,4,6
/proc/28543/task/28548/stat : 28548 (java) S 28541 28541 26090 0 -1 1077944384 120349 0 0 0 26027 342 0 0 20 0 15 0 516767184 15514783744 3193154 33554432000 4194304 4196468 140729671982480 140175555607184 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28549] ppid=28541 vsize=15151156 memory=288230621803970871 CPUtime=52.27 cores=0,2,4,6
/proc/28543/task/28549/stat : 28549 (java) R 28541 28541 26090 0 -1 4202560 75092 0 0 0 5222 5 0 0 20 0 15 0 516767186 15514783744 3193154 33554432000 4194304 4196468 140729671982480 140175527412688 140175951044336 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28550] ppid=28541 vsize=15151156 memory=14689690934577713 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28550/stat : 28550 (java) S 28541 28541 26090 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 516767186 15514783744 3193154 33554432000 4194304 4196468 140729671982480 140175526360544 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28551] ppid=28541 vsize=15151156 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28551/stat : 28551 (java) S 28541 28541 26090 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 516767186 15514783744 3193154 33554432000 4194304 4196468 140729671982480 140175525307904 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28552] ppid=28541 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28552/stat : 28552 (java) S 28541 28541 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516767189 15514783744 3193154 33554432000 4194304 4196468 140729671982480 140175524256464 140175966066587 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28553] ppid=28541 vsize=15151156 memory=262233523253117 CPUtime=1.79 cores=0,2,4,6
/proc/28543/task/28553/stat : 28553 (java) S 28541 28541 26090 0 -1 1077944384 5418 0 0 0 178 1 0 0 20 0 15 0 516767189 15514783744 3193154 33554432000 4194304 4196468 140729671982480 140175523203104 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28554] ppid=28541 vsize=15151156 memory=262233523281661 CPUtime=1.96 cores=0,2,4,6
/proc/28543/task/28554/stat : 28554 (java) S 28541 28541 26090 0 -1 1077944384 5420 0 0 0 195 1 0 0 20 0 15 0 516767189 15514783744 3193154 33554432000 4194304 4196468 140729671982480 140175522150560 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28555] ppid=28541 vsize=15151156 memory=262233523281662 CPUtime=0.61 cores=0,2,4,6
/proc/28543/task/28555/stat : 28555 (java) S 28541 28541 26090 0 -1 1077944384 5228 0 0 0 60 1 0 0 20 0 15 0 516767189 15514783744 3193154 33554432000 4194304 4196468 140729671982480 140175521097728 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28556] ppid=28541 vsize=15151156 memory=12772616 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28556/stat : 28556 (java) S 28541 28541 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516767189 15514783744 3193154 33554432000 4194304 4196468 140729671982480 140175520045664 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28557] ppid=28541 vsize=15151156 memory=6791534058613427641 CPUtime=0.19 cores=0,2,4,6
/proc/28543/task/28557/stat : 28557 (java) S 28541 28541 26090 0 -1 1077944384 368 0 0 0 7 12 0 0 20 0 15 0 516767189 15514783744 3193154 33554432000 4194304 4196468 140729671982480 140175451614000 140175966059138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
Current children cumulated CPU time: 1181.82 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12774068 KiB

[startup+389.601 s]
/proc/loadavg: 5.66 3.81 2.60 6/229 28664
/proc/meminfo: memFree=700376/32770624 swapFree=67002132/67108860
[pid=28541] ppid=28538 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28541/stat : 28541 (xcsp3-exec) S 28538 28541 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516767183 115843072 363 33554432000 4194304 5098028 140724857082688 140724857080792 140467915887228 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 24219648 140724857086806 140724857087065 140724857087065 140724857089990 0
/proc/28541/statm: 28282 363 304 221 0 87 0
[pid=28543] ppid=28541 vsize=15151156 memory=12772620 CPUtime=1182.62 cores=0,2,4,6
/proc/28543/stat : 28543 (java) S 28541 28541 26090 0 -1 1077944320 473053 0 0 0 116921 1341 0 0 20 0 15 0 516767183 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140729671965024 140175966047991 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
/proc/28543/statm: 3787789 3193155 3512 1 0 3748889 0
[pid=28543/tid=28544] ppid=28541 vsize=15151156 memory=6791534058613427641 CPUtime=70.78 cores=0,2,4,6
/proc/28543/task/28544/stat : 28544 (java) S 28541 28541 26090 0 -1 1077944384 24039 0 0 0 7059 19 0 0 20 0 15 0 516767184 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175970287488 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28545] ppid=28541 vsize=15151156 memory=12772616 CPUtime=263.65 cores=0,2,4,6
/proc/28543/task/28545/stat : 28545 (java) S 28541 28541 26090 0 -1 1077944384 111231 0 0 0 26052 313 0 0 20 0 15 0 516767184 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175922600208 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28546] ppid=28541 vsize=15151156 memory=12772616 CPUtime=263.31 cores=0,2,4,6
/proc/28543/task/28546/stat : 28546 (java) S 28541 28541 26090 0 -1 1077944384 63075 0 0 0 25987 344 0 0 20 0 15 0 516767184 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175557712272 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28547] ppid=28541 vsize=15151156 memory=1452 CPUtime=263.48 cores=0,2,4,6
/proc/28543/task/28547/stat : 28547 (java) S 28541 28541 26090 0 -1 1077944384 61359 0 0 0 26038 310 0 0 20 0 15 0 516767184 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175556659728 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28548] ppid=28541 vsize=15151156 memory=3616 CPUtime=263.69 cores=0,2,4,6
/proc/28543/task/28548/stat : 28548 (java) S 28541 28541 26090 0 -1 1077944384 120349 0 0 0 26027 342 0 0 20 0 15 0 516767184 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175555607184 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28549] ppid=28541 vsize=15151156 memory=3616 CPUtime=53.07 cores=0,2,4,6
/proc/28543/task/28549/stat : 28549 (java) R 28541 28541 26090 0 -1 4202560 75206 0 0 0 5302 5 0 0 20 0 15 0 516767186 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175527412688 140175951044372 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28550] ppid=28541 vsize=15151156 memory=66084 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28550/stat : 28550 (java) S 28541 28541 26090 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 516767186 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175526360544 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28551] ppid=28541 vsize=15151156 memory=988 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28551/stat : 28551 (java) S 28541 28541 26090 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 516767186 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175525307904 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28552] ppid=28541 vsize=15151156 memory=2024 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28552/stat : 28552 (java) S 28541 28541 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516767189 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175524256464 140175966066587 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28553] ppid=28541 vsize=15151156 memory=1416 CPUtime=1.79 cores=0,2,4,6
/proc/28543/task/28553/stat : 28553 (java) S 28541 28541 26090 0 -1 1077944384 5418 0 0 0 178 1 0 0 20 0 15 0 516767189 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175523203104 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28554] ppid=28541 vsize=15151156 memory=776 CPUtime=1.96 cores=0,2,4,6
/proc/28543/task/28554/stat : 28554 (java) S 28541 28541 26090 0 -1 1077944384 5420 0 0 0 195 1 0 0 20 0 15 0 516767189 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175522150560 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28555] ppid=28541 vsize=15151156 memory=3540 CPUtime=0.61 cores=0,2,4,6
/proc/28543/task/28555/stat : 28555 (java) S 28541 28541 26090 0 -1 1077944384 5228 0 0 0 60 1 0 0 20 0 15 0 516767189 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175521097728 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28556] ppid=28541 vsize=15151156 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28556/stat : 28556 (java) S 28541 28541 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516767189 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175520045664 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28557] ppid=28541 vsize=15151156 memory=10600 CPUtime=0.19 cores=0,2,4,6
/proc/28543/task/28557/stat : 28557 (java) S 28541 28541 26090 0 -1 1077944384 368 0 0 0 7 12 0 0 20 0 15 0 516767189 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175451614000 140175966059138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
Current children cumulated CPU time: 1182.62 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12774072 KiB

[startup+390.001 s]*
/proc/loadavg: 5.66 3.81 2.60 6/229 28664
/proc/meminfo: memFree=700376/32770624 swapFree=67002132/67108860
[pid=28541] ppid=28538 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28541/stat : 28541 (xcsp3-exec) S 28538 28541 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516767183 115843072 363 33554432000 4194304 5098028 140724857082688 140724857080792 140467915887228 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 24219648 140724857086806 140724857087065 140724857087065 140724857089990 0
/proc/28541/statm: 28282 363 304 221 0 87 0
[pid=28543] ppid=28541 vsize=15151156 memory=12772620 CPUtime=1183.03 cores=0,2,4,6
/proc/28543/stat : 28543 (java) S 28541 28541 26090 0 -1 1077944320 473180 0 0 0 116962 1341 0 0 20 0 15 0 516767183 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140729671965024 140175966047991 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
/proc/28543/statm: 3787789 3193155 3512 1 0 3748889 0
[pid=28543/tid=28544] ppid=28541 vsize=15151156 memory=6791534058613427641 CPUtime=70.78 cores=0,2,4,6
/proc/28543/task/28544/stat : 28544 (java) S 28541 28541 26090 0 -1 1077944384 24039 0 0 0 7059 19 0 0 20 0 15 0 516767184 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175970287488 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28545] ppid=28541 vsize=15151156 memory=4872558044660077418 CPUtime=263.65 cores=0,2,4,6
/proc/28543/task/28545/stat : 28545 (java) S 28541 28541 26090 0 -1 1077944384 111231 0 0 0 26052 313 0 0 20 0 15 0 516767184 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175922600208 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28546] ppid=28541 vsize=15151156 memory=916 CPUtime=263.31 cores=0,2,4,6
/proc/28543/task/28546/stat : 28546 (java) S 28541 28541 26090 0 -1 1077944384 63075 0 0 0 25987 344 0 0 20 0 15 0 516767184 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175557712272 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28547] ppid=28541 vsize=15151156 memory=3848 CPUtime=263.48 cores=0,2,4,6
/proc/28543/task/28547/stat : 28547 (java) S 28541 28541 26090 0 -1 1077944384 61359 0 0 0 26038 310 0 0 20 0 15 0 516767184 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175556659728 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28548] ppid=28541 vsize=15151156 memory=2596 CPUtime=263.69 cores=0,2,4,6
/proc/28543/task/28548/stat : 28548 (java) S 28541 28541 26090 0 -1 1077944384 120349 0 0 0 26027 342 0 0 20 0 15 0 516767184 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175555607184 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28549] ppid=28541 vsize=15151156 memory=2696 CPUtime=53.48 cores=0,2,4,6
/proc/28543/task/28549/stat : 28549 (java) R 28541 28541 26090 0 -1 4202560 75333 0 0 0 5343 5 0 0 20 0 15 0 516767186 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175527412688 140175950505624 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28550] ppid=28541 vsize=15151156 memory=4096 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28550/stat : 28550 (java) S 28541 28541 26090 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 516767186 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175526360544 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28551] ppid=28541 vsize=15151156 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28551/stat : 28551 (java) S 28541 28541 26090 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 516767186 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175525307904 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28552] ppid=28541 vsize=15151156 memory=3208 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28552/stat : 28552 (java) S 28541 28541 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516767189 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175524256464 140175966066587 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28553] ppid=28541 vsize=15151156 memory=1452 CPUtime=1.79 cores=0,2,4,6
/proc/28543/task/28553/stat : 28553 (java) S 28541 28541 26090 0 -1 1077944384 5418 0 0 0 178 1 0 0 20 0 15 0 516767189 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175523203104 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28554] ppid=28541 vsize=15151156 memory=12772616 CPUtime=1.96 cores=0,2,4,6
/proc/28543/task/28554/stat : 28554 (java) S 28541 28541 26090 0 -1 1077944384 5420 0 0 0 195 1 0 0 20 0 15 0 516767189 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175522150560 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28555] ppid=28541 vsize=15151156 memory=1412 CPUtime=0.61 cores=0,2,4,6
/proc/28543/task/28555/stat : 28555 (java) S 28541 28541 26090 0 -1 1077944384 5228 0 0 0 60 1 0 0 20 0 15 0 516767189 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175521097728 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28556] ppid=28541 vsize=15151156 memory=3100 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28556/stat : 28556 (java) S 28541 28541 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516767189 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175520045664 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28557] ppid=28541 vsize=15151156 memory=1452 CPUtime=0.19 cores=0,2,4,6
/proc/28543/task/28557/stat : 28557 (java) S 28541 28541 26090 0 -1 1077944384 368 0 0 0 7 12 0 0 20 0 15 0 516767189 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175451614000 140175966059138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
Current children cumulated CPU time: 1183.03 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12774072 KiB

[startup+390.201 s]
/proc/loadavg: 5.66 3.81 2.60 6/229 28664
/proc/meminfo: memFree=700376/32770624 swapFree=67002132/67108860
[pid=28541] ppid=28538 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28541/stat : 28541 (xcsp3-exec) S 28538 28541 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516767183 115843072 363 33554432000 4194304 5098028 140724857082688 140724857080792 140467915887228 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 24219648 140724857086806 140724857087065 140724857087065 140724857089990 0
/proc/28541/statm: 28282 363 304 221 0 87 0
[pid=28543] ppid=28541 vsize=15151156 memory=12772620 CPUtime=1183.22 cores=0,2,4,6
/proc/28543/stat : 28543 (java) S 28541 28541 26090 0 -1 1077944320 473180 0 0 0 116981 1341 0 0 20 0 15 0 516767183 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140729671965024 140175966047991 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
/proc/28543/statm: 3787789 3193155 3512 1 0 3748889 0
[pid=28543/tid=28544] ppid=28541 vsize=15151156 memory=14689690934577713 CPUtime=70.78 cores=0,2,4,6
/proc/28543/task/28544/stat : 28544 (java) S 28541 28541 26090 0 -1 1077944384 24039 0 0 0 7059 19 0 0 20 0 15 0 516767184 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175970287488 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28545] ppid=28541 vsize=15151156 memory=2024 CPUtime=263.65 cores=0,2,4,6
/proc/28543/task/28545/stat : 28545 (java) S 28541 28541 26090 0 -1 1077944384 111231 0 0 0 26052 313 0 0 20 0 15 0 516767184 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175922600208 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28546] ppid=28541 vsize=15151156 memory=1416 CPUtime=263.31 cores=0,2,4,6
/proc/28543/task/28546/stat : 28546 (java) S 28541 28541 26090 0 -1 1077944384 63075 0 0 0 25987 344 0 0 20 0 15 0 516767184 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175557712272 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28547] ppid=28541 vsize=15151156 memory=776 CPUtime=263.48 cores=0,2,4,6
/proc/28543/task/28547/stat : 28547 (java) S 28541 28541 26090 0 -1 1077944384 61359 0 0 0 26038 310 0 0 20 0 15 0 516767184 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175556659728 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28548] ppid=28541 vsize=15151156 memory=303430223234596890 CPUtime=263.69 cores=0,2,4,6
/proc/28543/task/28548/stat : 28548 (java) S 28541 28541 26090 0 -1 1077944384 120349 0 0 0 26027 342 0 0 20 0 15 0 516767184 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175555607184 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28549] ppid=28541 vsize=15151156 memory=6791534058613427641 CPUtime=53.67 cores=0,2,4,6
/proc/28543/task/28549/stat : 28549 (java) R 28541 28541 26090 0 -1 4202560 75333 0 0 0 5362 5 0 0 20 0 15 0 516767186 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175527412688 140175951044392 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28550] ppid=28541 vsize=15151156 memory=14689690934577713 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28550/stat : 28550 (java) S 28541 28541 26090 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 516767186 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175526360544 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28551] ppid=28541 vsize=15151156 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28551/stat : 28551 (java) S 28541 28541 26090 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 516767186 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175525307904 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28552] ppid=28541 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28552/stat : 28552 (java) S 28541 28541 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516767189 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175524256464 140175966066587 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28553] ppid=28541 vsize=15151156 memory=932 CPUtime=1.79 cores=0,2,4,6
/proc/28543/task/28553/stat : 28553 (java) S 28541 28541 26090 0 -1 1077944384 5418 0 0 0 178 1 0 0 20 0 15 0 516767189 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175523203104 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28554] ppid=28541 vsize=15151156 memory=1824 CPUtime=1.96 cores=0,2,4,6
/proc/28543/task/28554/stat : 28554 (java) S 28541 28541 26090 0 -1 1077944384 5420 0 0 0 195 1 0 0 20 0 15 0 516767189 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175522150560 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28555] ppid=28541 vsize=15151156 memory=1656 CPUtime=0.61 cores=0,2,4,6
/proc/28543/task/28555/stat : 28555 (java) S 28541 28541 26090 0 -1 1077944384 5228 0 0 0 60 1 0 0 20 0 15 0 516767189 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175521097728 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28556] ppid=28541 vsize=15151156 memory=66084 CPUtime=0 cores=0,2,4,6
/proc/28543/task/28556/stat : 28556 (java) S 28541 28541 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516767189 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175520045664 140175966058197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
[pid=28543/tid=28557] ppid=28541 vsize=15151156 memory=988 CPUtime=0.19 cores=0,2,4,6
/proc/28543/task/28557/stat : 28557 (java) S 28541 28541 26090 0 -1 1077944384 368 0 0 0 7 12 0 0 20 0 15 0 516767189 15514783744 3193155 33554432000 4194304 4196468 140729671982480 140175451614000 140175966059138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 33984512 140729671988187 140729671988362 140729671988362 140729671991247 0
Current children cumulated CPU time: 1183.22 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12774072 KiB

[startup+390.301 s]
/proc/loadavg: 5.66 3.81 2.60 6/229 28664
/proc/meminfo: memFree=700376/32770624 swapFree=67002132/67108860
[pid=28541] ppid=28538 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28541/stat : 28541 (xcsp3-exec) S 28538 28541 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516767183 115843072 363 33554432000 4194304 5098028 140724857082688 140724857080792 140467915887228 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 24219648 140724857086806 140724857087065 140724857087065 140724857089990 0
/proc/28541/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 1
Real time (s): 390.381
CPU time (s): 1183.42
CPU user time (s): 1169.91
CPU system time (s): 13.5022
CPU usage (%): 303.144
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12774072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1169.91
system time used= 13.5022
maximum resident set size= 12772912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 473958
page faults= 0
swaps= 0
block input operations= 0
block output operations= 544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16740
involuntary context switches= 18873


# summary of solver processes directly reported to runsolver:
#   pid: 28541
#   total CPU time (s): 1183.42
#   total CPU user time (s): 1169.91
#   total CPU system time (s): 13.5022

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.54768 second user time and 3.93119 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-25 11:52:21
IDJOB=4405931
IDBENCH=126900
IDSOLVER=2869
FILE ID=node136/4405931-1569405185
RUNJOBID= node136-1569396625-26121
PBS_JOBID= 21705684
Free space on /var/tmp= 13380 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr1000b-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-4405931-1569405185/watcher-4405931-1569405185 -o /var/tmp/evaluation-result-4405931-1569405185/solver-4405931-1569405185 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1569396625-26121 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1988558389 HOME/instance-4405931-1569405185.xml

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

MD5SUM BENCH= fdcb353b2918313db809b139313e7b9f
RANDOM SEED=1988558389

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:        24590032 kB
MemAvailable:   30103112 kB
Buffers:          174784 kB
Cached:          5460852 kB
SwapCached:         3548 kB
Active:          4589884 kB
Inactive:        2789104 kB
Active(anon):    1740884 kB
Inactive(anon):    59696 kB
Active(file):    2849000 kB
Inactive(file):  2729408 kB
Unevictable:      108564 kB
Mlocked:          108564 kB
SwapTotal:      67108860 kB
SwapFree:       67002132 kB
Dirty:            109372 kB
Writeback:             0 kB
AnonPages:       1823756 kB
Mapped:            71280 kB
Shmem:             48268 kB
Slab:             392876 kB
SReclaimable:     363132 kB
SUnreclaim:        29744 kB
KernelStack:        3760 kB
PageTables:         9580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2497848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1755136 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= 13324 MiB
End job on node136 at 2019-09-25 11:58:52