Trace number 4399058

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-16? 1273.21 425.869

General information on the benchmark

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

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399058-1568696376.xml"  -tl '2520s' -p 4
0.12/0.20	c Choco e747e1e
0.12/0.20	c [HOME/instance-4399058-1568696376.xml, -tl, 2520s, -p, 4]
0.35/0.24	c 4 solvers in parallel
0.35/0.31	c parse instance...
1238.46/414.73	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1273.13/425.80		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1273.13/425.80		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
1273.13/425.80		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1273.13/425.80		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1273.13/425.80		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1273.13/425.80		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1273.13/425.80		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
1273.13/425.81		at org.xcsp.parser.XCallbacks$$Lambda$95/517052730.accept(Unknown Source)
1273.13/425.81		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1273.13/425.81		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1273.13/425.81		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
1273.13/425.81		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
1273.13/425.81		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
1273.13/425.81		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1273.13/425.81		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1273.13/425.81		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1273.13/425.81		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1273.13/425.81		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1273.13/425.81		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1273.13/425.81		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1273.13/425.81	s UNKNOWN
1273.13/425.81	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: 16375 MiB (10727 MiB free)
  memory of node 1: 16384 MiB (15356 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399058-1568696376/watcher-4399058-1568696376 -o /tmp/evaluation-result-4399058-1568696376/solver-4399058-1568696376 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568694541-4848 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 816823273 HOME/instance-4399058-1568696376.xml 

running on 4 cores: 4-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
Current StackSize limit: 8192 KiB

solver pid=11709, runsolver pid=11706

[startup+0.100101 s]*
/proc/loadavg: 8.39 8.13 7.28 7/233 11725
/proc/meminfo: memFree=26693644/32770688 swapFree=66961208/67108860
[pid=11709] ppid=11706 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/11709/stat : 11709 (xcsp3-exec) S 11706 11709 4816 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445579419 115843072 362 33554432000 4194304 5098028 140722137960592 140722137958696 139928792064636 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30425088 140722137969531 140722137969773 140722137969773 140722137972682 0
/proc/11709/statm: 28282 362 304 221 0 87 0
[pid=11711] ppid=11709 vsize=15144776 memory=30204 CPUtime=0.12 cores=4-7
/proc/11711/stat : 11711 (java) S 11709 11709 4816 0 -1 1077944320 5935 0 0 0 12 0 0 0 20 0 15 0 445579419 15508250624 7551 33554432000 4194304 4196468 140736307674880 140736307657424 140322427264759 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
/proc/11711/statm: 3786194 7551 3149 1 0 3748377 0
[pid=11711/tid=11712] ppid=11709 vsize=15144776 memory=8252428994737482315 CPUtime=0.09 cores=4-7
/proc/11711/task/11712/stat : 11712 (java) R 11709 11709 4816 0 -1 4202560 3855 0 0 0 9 0 0 0 20 0 15 0 445579420 15508250624 7551 33554432000 4194304 4196468 140736307674880 140322431497104 140322427286685 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11713] ppid=11709 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=4-7
/proc/11711/task/11713/stat : 11713 (java) S 11709 11709 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445579421 15508250624 7551 33554432000 4194304 4196468 140736307674880 140322355304720 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11714] ppid=11709 vsize=15144776 memory=140643818972800 CPUtime=0 cores=4-7
/proc/11711/task/11714/stat : 11714 (java) S 11709 11709 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445579421 15508250624 7551 33554432000 4194304 4196468 140736307674880 140322354252176 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11715] ppid=11709 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/11711/task/11715/stat : 11715 (java) S 11709 11709 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445579421 15508250624 7551 33554432000 4194304 4196468 140736307674880 140322017765904 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11716] ppid=11709 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/11711/task/11716/stat : 11716 (java) S 11709 11709 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445579421 15508250624 7551 33554432000 4194304 4196468 140736307674880 140322016713360 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11717] ppid=11709 vsize=15144776 memory=140643818972800 CPUtime=0 cores=4-7
/proc/11711/task/11717/stat : 11717 (java) S 11709 11709 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445579422 15508250624 7551 33554432000 4194304 4196468 140736307674880 140321963117040 140322427275906 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11718] ppid=11709 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/11711/task/11718/stat : 11718 (java) S 11709 11709 4816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445579423 15508250624 7551 33554432000 4194304 4196468 140736307674880 140321962063264 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11719] ppid=11709 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/11711/task/11719/stat : 11719 (java) S 11709 11709 4816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445579423 15508250624 7551 33554432000 4194304 4196468 140736307674880 140321961010672 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11720] ppid=11709 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/11711/task/11720/stat : 11720 (java) S 11709 11709 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445579426 15508250624 7551 33554432000 4194304 4196468 140736307674880 140321959959248 140322427283355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11721] ppid=11709 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/11711/task/11721/stat : 11721 (java) S 11709 11709 4816 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 445579426 15508250624 7551 33554432000 4194304 4196468 140736307674880 140321958905840 140322427275906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11722] ppid=11709 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/11711/task/11722/stat : 11722 (java) R 11709 11709 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445579426 15508250624 7551 33554432000 4194304 4196468 140736307674880 140321957853296 140322427275906 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11723] ppid=11709 vsize=15144776 memory=140643818972800 CPUtime=0.01 cores=4-7
/proc/11711/task/11723/stat : 11723 (java) S 11709 11709 4816 0 -1 1077944384 357 0 0 0 1 0 0 0 20 0 15 0 445579426 15508250624 7551 33554432000 4194304 4196468 140736307674880 140321956800752 140322427275906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11724] ppid=11709 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/11711/task/11724/stat : 11724 (java) S 11709 11709 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445579426 15508250624 7551 33554432000 4194304 4196468 140736307674880 140321955748448 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11725] ppid=11709 vsize=15144776 memory=140643818972800 CPUtime=0 cores=4-7
/proc/11711/task/11725/stat : 11725 (java) S 11709 11709 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445579426 15508250624 7551 33554432000 4194304 4196468 140736307674880 140321954695984 140322427275906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31652 KiB

[startup+0.212011 s]*
/proc/loadavg: 8.39 8.13 7.28 7/233 11725
/proc/meminfo: memFree=26680676/32770688 swapFree=66961208/67108860
[pid=11709] ppid=11706 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/11709/stat : 11709 (xcsp3-exec) S 11706 11709 4816 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445579419 115843072 362 33554432000 4194304 5098028 140722137960592 140722137958696 139928792064636 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30425088 140722137969531 140722137969773 140722137969773 140722137972682 0
/proc/11709/statm: 28282 362 304 221 0 87 0
[pid=11711] ppid=11709 vsize=15144776 memory=40916 CPUtime=0.35 cores=4-7
/proc/11711/stat : 11711 (java) S 11709 11709 4816 0 -1 1077944320 9455 0 0 0 32 3 0 0 20 0 15 0 445579419 15508250624 10229 33554432000 4194304 4196468 140736307674880 140736307657424 140322427264759 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
/proc/11711/statm: 3786194 10229 3301 1 0 3748377 0
[pid=11711/tid=11712] ppid=11709 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=4-7
/proc/11711/task/11712/stat : 11712 (java) R 11709 11709 4816 0 -1 4202560 6653 0 0 0 18 2 0 0 20 0 15 0 445579420 15508250624 10229 33554432000 4194304 4196468 140736307674880 140322431484096 140322427276694 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11713] ppid=11709 vsize=15144776 memory=9642 CPUtime=0 cores=4-7
/proc/11711/task/11713/stat : 11713 (java) S 11709 11709 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445579421 15508250624 10229 33554432000 4194304 4196468 140736307674880 140322355304720 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11714] ppid=11709 vsize=15144776 memory=3832623967307575003 CPUtime=0 cores=4-7
/proc/11711/task/11714/stat : 11714 (java) S 11709 11709 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445579421 15508250624 10229 33554432000 4194304 4196468 140736307674880 140322354252176 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11715] ppid=11709 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/11711/task/11715/stat : 11715 (java) S 11709 11709 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445579421 15508250624 10229 33554432000 4194304 4196468 140736307674880 140322017765904 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11716] ppid=11709 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/11711/task/11716/stat : 11716 (java) S 11709 11709 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445579421 15508250624 10229 33554432000 4194304 4196468 140736307674880 140322016713360 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11717] ppid=11709 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/11711/task/11717/stat : 11717 (java) S 11709 11709 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445579422 15508250624 10229 33554432000 4194304 4196468 140736307674880 140321963117040 140322427275906 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11718] ppid=11709 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/11711/task/11718/stat : 11718 (java) S 11709 11709 4816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445579423 15508250624 10229 33554432000 4194304 4196468 140736307674880 140321962063264 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11719] ppid=11709 vsize=15144776 memory=140643818972800 CPUtime=0 cores=4-7
/proc/11711/task/11719/stat : 11719 (java) S 11709 11709 4816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445579423 15508250624 10229 33554432000 4194304 4196468 140736307674880 140321961010672 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11720] ppid=11709 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/11711/task/11720/stat : 11720 (java) S 11709 11709 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445579426 15508250624 10229 33554432000 4194304 4196468 140736307674880 140321959959248 140322427283355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11721] ppid=11709 vsize=15144776 memory=0 CPUtime=0.02 cores=4-7
/proc/11711/task/11721/stat : 11721 (java) S 11709 11709 4816 0 -1 1077944384 631 0 0 0 2 0 0 0 20 0 15 0 445579426 15508250624 10229 33554432000 4194304 4196468 140736307674880 140321958905840 140322427275906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11722] ppid=11709 vsize=15144776 memory=-1 CPUtime=0.02 cores=4-7
/proc/11711/task/11722/stat : 11722 (java) S 11709 11709 4816 0 -1 1077944384 144 0 0 0 2 0 0 0 20 0 15 0 445579426 15508250624 10229 33554432000 4194304 4196468 140736307674880 140321957853296 140322427275906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11723] ppid=11709 vsize=15144776 memory=0 CPUtime=0.08 cores=4-7
/proc/11711/task/11723/stat : 11723 (java) R 11709 11709 4816 0 -1 4202560 725 0 0 0 8 0 0 0 20 0 15 0 445579426 15508250624 10229 33554432000 4194304 4196468 140736307674880 140321956798544 140322412636032 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11724] ppid=11709 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/11711/task/11724/stat : 11724 (java) S 11709 11709 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445579426 15508250624 10229 33554432000 4194304 4196468 140736307674880 140321955748448 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11725] ppid=11709 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/11711/task/11725/stat : 11725 (java) S 11709 11709 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445579426 15508250624 10229 33554432000 4194304 4196468 140736307674880 140321954695984 140322427275906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42364 KiB

[startup+0.311808 s]*
/proc/loadavg: 8.39 8.13 7.28 6/233 11725
/proc/meminfo: memFree=26676908/32770688 swapFree=66961208/67108860
[pid=11709] ppid=11706 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/11709/stat : 11709 (xcsp3-exec) S 11706 11709 4816 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445579419 115843072 362 33554432000 4194304 5098028 140722137960592 140722137958696 139928792064636 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30425088 140722137969531 140722137969773 140722137969773 140722137972682 0
/proc/11709/statm: 28282 362 304 221 0 87 0
[pid=11711] ppid=11709 vsize=15149032 memory=46748 CPUtime=0.52 cores=4-7
/proc/11711/stat : 11711 (java) S 11709 11709 4816 0 -1 1077944320 10504 0 0 0 49 3 0 0 20 0 15 0 445579419 15512608768 11687 33554432000 4194304 4196468 140736307674880 140736307657424 140322427264759 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
/proc/11711/statm: 3787258 11687 3324 1 0 3748377 0
[pid=11711/tid=11712] ppid=11709 vsize=15149032 memory=8389772277269004345 CPUtime=0.3 cores=4-7
/proc/11711/task/11712/stat : 11712 (java) R 11709 11709 4816 0 -1 4202560 7587 0 0 0 28 2 0 0 20 0 15 0 445579420 15512608768 11687 33554432000 4194304 4196468 140736307674880 140322431495456 140322427276694 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11713] ppid=11709 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/11711/task/11713/stat : 11713 (java) S 11709 11709 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445579421 15512608768 11687 33554432000 4194304 4196468 140736307674880 140322355304720 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11714] ppid=11709 vsize=15149032 memory=3544954342086028837 CPUtime=0 cores=4-7
/proc/11711/task/11714/stat : 11714 (java) S 11709 11709 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445579421 15512608768 11687 33554432000 4194304 4196468 140736307674880 140322354252176 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11715] ppid=11709 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/11711/task/11715/stat : 11715 (java) S 11709 11709 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445579421 15512608768 11687 33554432000 4194304 4196468 140736307674880 140322017765904 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11716] ppid=11709 vsize=15149032 memory=-1 CPUtime=0 cores=4-7
/proc/11711/task/11716/stat : 11716 (java) S 11709 11709 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445579421 15512608768 11687 33554432000 4194304 4196468 140736307674880 140322016713360 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11717] ppid=11709 vsize=15149032 memory=140643818972800 CPUtime=0 cores=4-7
/proc/11711/task/11717/stat : 11717 (java) S 11709 11709 4816 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445579422 15512608768 11687 33554432000 4194304 4196468 140736307674880 140321963117040 140322427275906 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11718] ppid=11709 vsize=15149032 memory=-1 CPUtime=0 cores=4-7
/proc/11711/task/11718/stat : 11718 (java) S 11709 11709 4816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445579423 15512608768 11687 33554432000 4194304 4196468 140736307674880 140321962063264 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11719] ppid=11709 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/11711/task/11719/stat : 11719 (java) S 11709 11709 4816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445579423 15512608768 11687 33554432000 4194304 4196468 140736307674880 140321961010672 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11720] ppid=11709 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/11711/task/11720/stat : 11720 (java) S 11709 11709 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445579426 15512608768 11687 33554432000 4194304 4196468 140736307674880 140321959959248 140322427283355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11721] ppid=11709 vsize=15149032 memory=0 CPUtime=0.03 cores=4-7
/proc/11711/task/11721/stat : 11721 (java) S 11709 11709 4816 0 -1 1077944384 653 0 0 0 3 0 0 0 20 0 15 0 445579426 15512608768 11687 33554432000 4194304 4196468 140736307674880 140321958905840 140322427275906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11722] ppid=11709 vsize=15149032 memory=-1 CPUtime=0.04 cores=4-7
/proc/11711/task/11722/stat : 11722 (java) S 11709 11709 4816 0 -1 1077944384 151 0 0 0 4 0 0 0 20 0 15 0 445579426 15512608768 11687 33554432000 4194304 4196468 140736307674880 140321957853296 140322427275906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11723] ppid=11709 vsize=15149032 memory=140643818972800 CPUtime=0.12 cores=4-7
/proc/11711/task/11723/stat : 11723 (java) S 11709 11709 4816 0 -1 1077944384 810 0 0 0 12 0 0 0 20 0 15 0 445579426 15512608768 11687 33554432000 4194304 4196468 140736307674880 140321956800752 140322427275906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11724] ppid=11709 vsize=15149032 memory=-1 CPUtime=0 cores=4-7
/proc/11711/task/11724/stat : 11724 (java) S 11709 11709 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445579426 15512608768 11687 33554432000 4194304 4196468 140736307674880 140321955748448 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11725] ppid=11709 vsize=15149032 memory=140643818972800 CPUtime=0 cores=4-7
/proc/11711/task/11725/stat : 11725 (java) S 11709 11709 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445579426 15512608768 11687 33554432000 4194304 4196468 140736307674880 140321954695984 140322427275906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 48196 KiB

[startup+0.700895 s]
/proc/loadavg: 8.39 8.13 7.28 8/233 11725
/proc/meminfo: memFree=26651460/32770688 swapFree=66961208/67108860
[pid=11709] ppid=11706 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/11709/stat : 11709 (xcsp3-exec) S 11706 11709 4816 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445579419 115843072 362 33554432000 4194304 5098028 140722137960592 140722137958696 139928792064636 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30425088 140722137969531 140722137969773 140722137969773 140722137972682 0
/proc/11709/statm: 28282 362 304 221 0 87 0
[pid=11711] ppid=11709 vsize=15149032 memory=143136 CPUtime=1.43 cores=4-7
/proc/11711/stat : 11711 (java) S 11709 11709 4816 0 -1 1077944320 13093 0 0 0 137 6 0 0 20 0 15 0 445579419 15512608768 35784 33554432000 4194304 4196468 140736307674880 140736307657424 140322427264759 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
/proc/11711/statm: 3787258 35784 3400 1 0 3748377 0
[pid=11711/tid=11712] ppid=11709 vsize=15149032 memory=0 CPUtime=0.67 cores=4-7
/proc/11711/task/11712/stat : 11712 (java) R 11709 11709 4816 0 -1 4202560 8015 0 0 0 62 5 0 0 20 0 15 0 445579420 15512608768 35784 33554432000 4194304 4196468 140736307674880 140322431495376 140322427286685 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11713] ppid=11709 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/11711/task/11713/stat : 11713 (java) S 11709 11709 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445579421 15512608768 35784 33554432000 4194304 4196468 140736307674880 140322355304720 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11714] ppid=11709 vsize=15149032 memory=496 CPUtime=0 cores=4-7
/proc/11711/task/11714/stat : 11714 (java) S 11709 11709 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445579421 15512608768 35784 33554432000 4194304 4196468 140736307674880 140322354252176 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11715] ppid=11709 vsize=15149032 memory=1556 CPUtime=0 cores=4-7
/proc/11711/task/11715/stat : 11715 (java) S 11709 11709 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445579421 15512608768 35784 33554432000 4194304 4196468 140736307674880 140322017765904 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11716] ppid=11709 vsize=15149032 memory=928 CPUtime=0 cores=4-7
/proc/11711/task/11716/stat : 11716 (java) S 11709 11709 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445579421 15512608768 35784 33554432000 4194304 4196468 140736307674880 140322016713360 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11717] ppid=11709 vsize=15149032 memory=1628 CPUtime=0 cores=4-7
/proc/11711/task/11717/stat : 11717 (java) S 11709 11709 4816 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445579422 15512608768 35784 33554432000 4194304 4196468 140736307674880 140321963117040 140322427275906 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11718] ppid=11709 vsize=15149032 memory=796 CPUtime=0 cores=4-7
/proc/11711/task/11718/stat : 11718 (java) S 11709 11709 4816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445579423 15512608768 35784 33554432000 4194304 4196468 140736307674880 140321962063264 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11719] ppid=11709 vsize=15149032 memory=1444 CPUtime=0 cores=4-7
/proc/11711/task/11719/stat : 11719 (java) S 11709 11709 4816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445579423 15512608768 35784 33554432000 4194304 4196468 140736307674880 140321961010672 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11720] ppid=11709 vsize=15149032 memory=1984 CPUtime=0 cores=4-7
/proc/11711/task/11720/stat : 11720 (java) S 11709 11709 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445579426 15512608768 35784 33554432000 4194304 4196468 140736307674880 140321959959248 140322427283355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11721] ppid=11709 vsize=15149032 memory=2424 CPUtime=0.27 cores=4-7
/proc/11711/task/11721/stat : 11721 (java) S 11709 11709 4816 0 -1 1077944384 1258 0 0 0 27 0 0 0 20 0 15 0 445579426 15512608768 35784 33554432000 4194304 4196468 140736307674880 140321958905840 140322427275906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11722] ppid=11709 vsize=15149032 memory=1760 CPUtime=0.26 cores=4-7
/proc/11711/task/11722/stat : 11722 (java) S 11709 11709 4816 0 -1 1077944384 1078 0 0 0 26 0 0 0 20 0 15 0 445579426 15512608768 35784 33554432000 4194304 4196468 140736307674880 140321957853296 140322427275906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11723] ppid=11709 vsize=15149032 memory=111636 CPUtime=0.2 cores=4-7
/proc/11711/task/11723/stat : 11723 (java) S 11709 11709 4816 0 -1 1077944384 1436 0 0 0 20 0 0 0 20 0 15 0 445579426 15512608768 35784 33554432000 4194304 4196468 140736307674880 140321956800752 140322427275906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11724] ppid=11709 vsize=15149032 memory=800 CPUtime=0 cores=4-7
/proc/11711/task/11724/stat : 11724 (java) S 11709 11709 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445579426 15512608768 35784 33554432000 4194304 4196468 140736307674880 140321955748448 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11725] ppid=11709 vsize=15149032 memory=1804 CPUtime=0 cores=4-7
/proc/11711/task/11725/stat : 11725 (java) S 11709 11709 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445579426 15512608768 35784 33554432000 4194304 4196468 140736307674880 140321954695984 140322427275906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 144584 KiB

[startup+1.5071 s]
/proc/loadavg: 8.39 8.13 7.28 6/233 11725
/proc/meminfo: memFree=26426988/32770688 swapFree=66961208/67108860
[pid=11709] ppid=11706 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/11709/stat : 11709 (xcsp3-exec) S 11706 11709 4816 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445579419 115843072 362 33554432000 4194304 5098028 140722137960592 140722137958696 139928792064636 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30425088 140722137969531 140722137969773 140722137969773 140722137972682 0
/proc/11709/statm: 28282 362 304 221 0 87 0

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

/proc/11709/stat : 11709 (xcsp3-exec) S 11706 11709 4816 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445579419 115843072 362 33554432000 4194304 5098028 140722137960592 140722137958696 139928792064636 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30425088 140722137969531 140722137969773 140722137969773 140722137972682 0
/proc/11709/statm: 28282 362 304 221 0 87 0
[pid=11711] ppid=11709 vsize=15151156 memory=12809604 CPUtime=1271.34 cores=4-7
/proc/11711/stat : 11711 (java) S 11709 11709 4816 0 -1 1077944320 509229 0 0 0 125746 1388 0 0 20 0 15 0 445579419 15514783744 3202401 33554432000 4194304 4196468 140736307674880 140736307657424 140322427264759 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
/proc/11711/statm: 3787789 3202401 3513 1 0 3748889 0
[pid=11711/tid=11712] ppid=11709 vsize=15151156 memory=1398722017469774279 CPUtime=81.22 cores=4-7
/proc/11711/task/11712/stat : 11712 (java) S 11709 11709 4816 0 -1 1077944384 24107 0 0 0 8105 17 0 0 20 0 15 0 445579420 15514783744 3202401 33554432000 4194304 4196468 140736307674880 140322431504032 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11713] ppid=11709 vsize=15151156 memory=4126316290023845779 CPUtime=281.54 cores=4-7
/proc/11711/task/11713/stat : 11713 (java) S 11709 11709 4816 0 -1 1077944384 104421 0 0 0 27801 353 0 0 20 0 15 0 445579421 15514783744 3202401 33554432000 4194304 4196468 140736307674880 140322355304720 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11714] ppid=11709 vsize=15151156 memory=14068 CPUtime=281.81 cores=4-7
/proc/11711/task/11714/stat : 11714 (java) S 11709 11709 4816 0 -1 1077944384 87097 0 0 0 27855 326 0 0 20 0 15 0 445579421 15514783744 3202401 33554432000 4194304 4196468 140736307674880 140322354252176 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11715] ppid=11709 vsize=15151156 memory=2120 CPUtime=281.08 cores=4-7
/proc/11711/task/11715/stat : 11715 (java) S 11709 11709 4816 0 -1 1077944384 93932 0 0 0 27767 341 0 0 20 0 15 0 445579421 15514783744 3202401 33554432000 4194304 4196468 140736307674880 140322017765904 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11716] ppid=11709 vsize=15151156 memory=496 CPUtime=281.52 cores=4-7
/proc/11711/task/11716/stat : 11716 (java) S 11709 11709 4816 0 -1 1077944384 101150 0 0 0 27817 335 0 0 20 0 15 0 445579421 15514783744 3202401 33554432000 4194304 4196468 140736307674880 140322016713360 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11717] ppid=11709 vsize=15151156 memory=1556 CPUtime=59.25 cores=4-7
/proc/11711/task/11717/stat : 11717 (java) R 11709 11709 4816 0 -1 4202560 79230 0 0 0 5920 5 0 0 20 0 15 0 445579422 15514783744 3202401 33554432000 4194304 4196468 140736307674880 140321963115584 140322411965421 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11718] ppid=11709 vsize=15151156 memory=928 CPUtime=0 cores=4-7
/proc/11711/task/11718/stat : 11718 (java) S 11709 11709 4816 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 445579423 15514783744 3202401 33554432000 4194304 4196468 140736307674880 140321962063328 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11719] ppid=11709 vsize=15151156 memory=1628 CPUtime=0 cores=4-7
/proc/11711/task/11719/stat : 11719 (java) S 11709 11709 4816 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 445579423 15514783744 3202401 33554432000 4194304 4196468 140736307674880 140321961010688 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11720] ppid=11709 vsize=15151156 memory=796 CPUtime=0 cores=4-7
/proc/11711/task/11720/stat : 11720 (java) S 11709 11709 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445579426 15514783744 3202401 33554432000 4194304 4196468 140736307674880 140321959959248 140322427283355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11721] ppid=11709 vsize=15151156 memory=1444 CPUtime=1.96 cores=4-7
/proc/11711/task/11721/stat : 11721 (java) S 11709 11709 4816 0 -1 1077944384 5261 0 0 0 195 1 0 0 20 0 15 0 445579426 15514783744 3202401 33554432000 4194304 4196468 140736307674880 140321958905888 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11722] ppid=11709 vsize=15151156 memory=1984 CPUtime=1.97 cores=4-7
/proc/11711/task/11722/stat : 11722 (java) S 11709 11709 4816 0 -1 1077944384 5349 0 0 0 196 1 0 0 20 0 15 0 445579426 15514783744 3202401 33554432000 4194304 4196468 140736307674880 140321957853056 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11723] ppid=11709 vsize=15151156 memory=2424 CPUtime=0.69 cores=4-7
/proc/11711/task/11723/stat : 11723 (java) S 11709 11709 4816 0 -1 1077944384 6894 0 0 0 68 1 0 0 20 0 15 0 445579426 15514783744 3202401 33554432000 4194304 4196468 140736307674880 140321956800800 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11724] ppid=11709 vsize=15151156 memory=1760 CPUtime=0 cores=4-7
/proc/11711/task/11724/stat : 11724 (java) S 11709 11709 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445579426 15514783744 3202401 33554432000 4194304 4196468 140736307674880 140321955748448 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11725] ppid=11709 vsize=15151156 memory=1448 CPUtime=0.2 cores=4-7
/proc/11711/task/11725/stat : 11725 (java) S 11709 11709 4816 0 -1 1077944384 431 0 0 0 12 8 0 0 20 0 15 0 445579426 15514783744 3202401 33554432000 4194304 4196468 140736307674880 140321954695984 140322427275906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
Current children cumulated CPU time: 1271.34 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12811052 KiB

[startup+424.801 s]
/proc/loadavg: 7.82 7.67 7.30 6/234 11789
/proc/meminfo: memFree=13885304/32770688 swapFree=66961208/67108860
[pid=11709] ppid=11706 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/11709/stat : 11709 (xcsp3-exec) S 11706 11709 4816 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445579419 115843072 362 33554432000 4194304 5098028 140722137960592 140722137958696 139928792064636 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30425088 140722137969531 140722137969773 140722137969773 140722137972682 0
/proc/11709/statm: 28282 362 304 221 0 87 0
[pid=11711] ppid=11709 vsize=15151156 memory=12809612 CPUtime=1272.13 cores=4-7
/proc/11711/stat : 11711 (java) S 11709 11709 4816 0 -1 1077944320 509238 0 0 0 125825 1388 0 0 20 0 15 0 445579419 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140736307657424 140322427264759 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
/proc/11711/statm: 3787789 3202403 3513 1 0 3748889 0
[pid=11711/tid=11712] ppid=11709 vsize=15151156 memory=1088 CPUtime=81.22 cores=4-7
/proc/11711/task/11712/stat : 11712 (java) S 11709 11709 4816 0 -1 1077944384 24107 0 0 0 8105 17 0 0 20 0 15 0 445579420 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140322431504032 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11713] ppid=11709 vsize=15151156 memory=2832 CPUtime=281.54 cores=4-7
/proc/11711/task/11713/stat : 11713 (java) S 11709 11709 4816 0 -1 1077944384 104421 0 0 0 27801 353 0 0 20 0 15 0 445579421 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140322355304720 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11714] ppid=11709 vsize=15151156 memory=1564 CPUtime=281.81 cores=4-7
/proc/11711/task/11714/stat : 11714 (java) S 11709 11709 4816 0 -1 1077944384 87097 0 0 0 27855 326 0 0 20 0 15 0 445579421 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140322354252176 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11715] ppid=11709 vsize=15151156 memory=1448 CPUtime=281.08 cores=4-7
/proc/11711/task/11715/stat : 11715 (java) S 11709 11709 4816 0 -1 1077944384 93932 0 0 0 27767 341 0 0 20 0 15 0 445579421 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140322017765904 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11716] ppid=11709 vsize=15151156 memory=12809604 CPUtime=281.52 cores=4-7
/proc/11711/task/11716/stat : 11716 (java) S 11709 11709 4816 0 -1 1077944384 101150 0 0 0 27817 335 0 0 20 0 15 0 445579421 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140322016713360 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11717] ppid=11709 vsize=15151156 memory=1056 CPUtime=60.04 cores=4-7
/proc/11711/task/11717/stat : 11717 (java) R 11709 11709 4816 0 -1 4202560 79239 0 0 0 5999 5 0 0 20 0 15 0 445579422 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140321963115584 140322412261163 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11718] ppid=11709 vsize=15151156 memory=780 CPUtime=0 cores=4-7
/proc/11711/task/11718/stat : 11718 (java) S 11709 11709 4816 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 445579423 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140321962063328 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11719] ppid=11709 vsize=15151156 memory=1708 CPUtime=0 cores=4-7
/proc/11711/task/11719/stat : 11719 (java) S 11709 11709 4816 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 445579423 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140321961010688 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11720] ppid=11709 vsize=15151156 memory=1280 CPUtime=0 cores=4-7
/proc/11711/task/11720/stat : 11720 (java) S 11709 11709 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445579426 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140321959959248 140322427283355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11721] ppid=11709 vsize=15151156 memory=6028 CPUtime=1.96 cores=4-7
/proc/11711/task/11721/stat : 11721 (java) S 11709 11709 4816 0 -1 1077944384 5261 0 0 0 195 1 0 0 20 0 15 0 445579426 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140321958905888 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11722] ppid=11709 vsize=15151156 memory=780 CPUtime=1.97 cores=4-7
/proc/11711/task/11722/stat : 11722 (java) S 11709 11709 4816 0 -1 1077944384 5349 0 0 0 196 1 0 0 20 0 15 0 445579426 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140321957853056 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11723] ppid=11709 vsize=15151156 memory=1448 CPUtime=0.69 cores=4-7
/proc/11711/task/11723/stat : 11723 (java) S 11709 11709 4816 0 -1 1077944384 6894 0 0 0 68 1 0 0 20 0 15 0 445579426 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140321956800800 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11724] ppid=11709 vsize=15151156 memory=12809604 CPUtime=0 cores=4-7
/proc/11711/task/11724/stat : 11724 (java) S 11709 11709 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445579426 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140321955748448 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11725] ppid=11709 vsize=15151156 memory=2596 CPUtime=0.2 cores=4-7
/proc/11711/task/11725/stat : 11725 (java) S 11709 11709 4816 0 -1 1077944384 431 0 0 0 12 8 0 0 20 0 15 0 445579426 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140321954695984 140322427275906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
Current children cumulated CPU time: 1272.13 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12811060 KiB

[startup+425.601 s]
/proc/loadavg: 7.82 7.67 7.30 6/234 11789
/proc/meminfo: memFree=13885304/32770688 swapFree=66961208/67108860
[pid=11709] ppid=11706 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/11709/stat : 11709 (xcsp3-exec) S 11706 11709 4816 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445579419 115843072 362 33554432000 4194304 5098028 140722137960592 140722137958696 139928792064636 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30425088 140722137969531 140722137969773 140722137969773 140722137972682 0
/proc/11709/statm: 28282 362 304 221 0 87 0
[pid=11711] ppid=11709 vsize=15151156 memory=12809612 CPUtime=1272.93 cores=4-7
/proc/11711/stat : 11711 (java) S 11709 11709 4816 0 -1 1077944320 509450 0 0 0 125905 1388 0 0 20 0 15 0 445579419 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140736307657424 140322427264759 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
/proc/11711/statm: 3787789 3202403 3513 1 0 3748889 0
[pid=11711/tid=11712] ppid=11709 vsize=15151156 memory=6791534058613427641 CPUtime=81.22 cores=4-7
/proc/11711/task/11712/stat : 11712 (java) S 11709 11709 4816 0 -1 1077944384 24107 0 0 0 8105 17 0 0 20 0 15 0 445579420 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140322431504032 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11713] ppid=11709 vsize=15151156 memory=14068 CPUtime=281.54 cores=4-7
/proc/11711/task/11713/stat : 11713 (java) S 11709 11709 4816 0 -1 1077944384 104421 0 0 0 27801 353 0 0 20 0 15 0 445579421 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140322355304720 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11714] ppid=11709 vsize=15151156 memory=2120 CPUtime=281.81 cores=4-7
/proc/11711/task/11714/stat : 11714 (java) S 11709 11709 4816 0 -1 1077944384 87097 0 0 0 27855 326 0 0 20 0 15 0 445579421 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140322354252176 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11715] ppid=11709 vsize=15151156 memory=496 CPUtime=281.08 cores=4-7
/proc/11711/task/11715/stat : 11715 (java) S 11709 11709 4816 0 -1 1077944384 93932 0 0 0 27767 341 0 0 20 0 15 0 445579421 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140322017765904 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11716] ppid=11709 vsize=15151156 memory=6791534058613427641 CPUtime=281.52 cores=4-7
/proc/11711/task/11716/stat : 11716 (java) S 11709 11709 4816 0 -1 1077944384 101150 0 0 0 27817 335 0 0 20 0 15 0 445579421 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140322016713360 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11717] ppid=11709 vsize=15151156 memory=2044 CPUtime=60.84 cores=4-7
/proc/11711/task/11717/stat : 11717 (java) R 11709 11709 4816 0 -1 4202560 79451 0 0 0 6079 5 0 0 20 0 15 0 445579422 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140321963115472 140322412261140 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11718] ppid=11709 vsize=15151156 memory=1388 CPUtime=0 cores=4-7
/proc/11711/task/11718/stat : 11718 (java) S 11709 11709 4816 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 445579423 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140321962063328 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11719] ppid=11709 vsize=15151156 memory=1056 CPUtime=0 cores=4-7
/proc/11711/task/11719/stat : 11719 (java) S 11709 11709 4816 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 445579423 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140321961010688 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11720] ppid=11709 vsize=15151156 memory=1448 CPUtime=0 cores=4-7
/proc/11711/task/11720/stat : 11720 (java) S 11709 11709 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445579426 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140321959959248 140322427283355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11721] ppid=11709 vsize=15151156 memory=12809604 CPUtime=1.96 cores=4-7
/proc/11711/task/11721/stat : 11721 (java) S 11709 11709 4816 0 -1 1077944384 5261 0 0 0 195 1 0 0 20 0 15 0 445579426 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140321958905888 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11722] ppid=11709 vsize=15151156 memory=3244 CPUtime=1.97 cores=4-7
/proc/11711/task/11722/stat : 11722 (java) S 11709 11709 4816 0 -1 1077944384 5349 0 0 0 196 1 0 0 20 0 15 0 445579426 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140321957853056 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11723] ppid=11709 vsize=15151156 memory=1448 CPUtime=0.69 cores=4-7
/proc/11711/task/11723/stat : 11723 (java) S 11709 11709 4816 0 -1 1077944384 6894 0 0 0 68 1 0 0 20 0 15 0 445579426 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140321956800800 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11724] ppid=11709 vsize=15151156 memory=132 CPUtime=0 cores=4-7
/proc/11711/task/11724/stat : 11724 (java) S 11709 11709 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445579426 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140321955748448 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11725] ppid=11709 vsize=15151156 memory=-7737621075815351712 CPUtime=0.2 cores=4-7
/proc/11711/task/11725/stat : 11725 (java) S 11709 11709 4816 0 -1 1077944384 431 0 0 0 12 8 0 0 20 0 15 0 445579426 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140321954695984 140322427275906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
Current children cumulated CPU time: 1272.93 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12811060 KiB

[startup+425.801 s]
/proc/loadavg: 7.82 7.67 7.30 6/234 11789
/proc/meminfo: memFree=13885304/32770688 swapFree=66961208/67108860
[pid=11709] ppid=11706 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/11709/stat : 11709 (xcsp3-exec) S 11706 11709 4816 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445579419 115843072 362 33554432000 4194304 5098028 140722137960592 140722137958696 139928792064636 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30425088 140722137969531 140722137969773 140722137969773 140722137972682 0
/proc/11709/statm: 28282 362 304 221 0 87 0
[pid=11711] ppid=11709 vsize=15151156 memory=12809612 CPUtime=1273.13 cores=4-7
/proc/11711/stat : 11711 (java) S 11709 11709 4816 0 -1 1077944320 509450 0 0 0 125925 1388 0 0 20 0 15 0 445579419 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140736307657424 140322427264759 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
/proc/11711/statm: 3787789 3202403 3513 1 0 3748889 0
[pid=11711/tid=11712] ppid=11709 vsize=15151156 memory=-3622645143214314312 CPUtime=81.22 cores=4-7
/proc/11711/task/11712/stat : 11712 (java) S 11709 11709 4816 0 -1 1077944384 24107 0 0 0 8105 17 0 0 20 0 15 0 445579420 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140322431504032 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11713] ppid=11709 vsize=15151156 memory=12809604 CPUtime=281.54 cores=4-7
/proc/11711/task/11713/stat : 11713 (java) S 11709 11709 4816 0 -1 1077944384 104421 0 0 0 27801 353 0 0 20 0 15 0 445579421 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140322355304720 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11714] ppid=11709 vsize=15151156 memory=2120 CPUtime=281.81 cores=4-7
/proc/11711/task/11714/stat : 11714 (java) S 11709 11709 4816 0 -1 1077944384 87097 0 0 0 27855 326 0 0 20 0 15 0 445579421 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140322354252176 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11715] ppid=11709 vsize=15151156 memory=496 CPUtime=281.08 cores=4-7
/proc/11711/task/11715/stat : 11715 (java) S 11709 11709 4816 0 -1 1077944384 93932 0 0 0 27767 341 0 0 20 0 15 0 445579421 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140322017765904 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11716] ppid=11709 vsize=15151156 memory=3612 CPUtime=281.52 cores=4-7
/proc/11711/task/11716/stat : 11716 (java) S 11709 11709 4816 0 -1 1077944384 101150 0 0 0 27817 335 0 0 20 0 15 0 445579421 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140322016713360 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11717] ppid=11709 vsize=15151156 memory=6791534058613427641 CPUtime=61.04 cores=4-7
/proc/11711/task/11717/stat : 11717 (java) R 11709 11709 4816 0 -1 4202560 79451 0 0 0 6099 5 0 0 20 0 15 0 445579422 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140321963115472 140322405634939 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11718] ppid=11709 vsize=15151156 memory=984 CPUtime=0 cores=4-7
/proc/11711/task/11718/stat : 11718 (java) S 11709 11709 4816 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 445579423 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140321962063328 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11719] ppid=11709 vsize=15151156 memory=2044 CPUtime=0 cores=4-7
/proc/11711/task/11719/stat : 11719 (java) S 11709 11709 4816 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 445579423 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140321961010688 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11720] ppid=11709 vsize=15151156 memory=1388 CPUtime=0 cores=4-7
/proc/11711/task/11720/stat : 11720 (java) S 11709 11709 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445579426 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140321959959248 140322427283355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11721] ppid=11709 vsize=15151156 memory=1056 CPUtime=1.96 cores=4-7
/proc/11711/task/11721/stat : 11721 (java) S 11709 11709 4816 0 -1 1077944384 5261 0 0 0 195 1 0 0 20 0 15 0 445579426 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140321958905888 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11722] ppid=11709 vsize=15151156 memory=3612 CPUtime=1.97 cores=4-7
/proc/11711/task/11722/stat : 11722 (java) S 11709 11709 4816 0 -1 1077944384 5349 0 0 0 196 1 0 0 20 0 15 0 445579426 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140321957853056 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11723] ppid=11709 vsize=15151156 memory=46728 CPUtime=0.69 cores=4-7
/proc/11711/task/11723/stat : 11723 (java) S 11709 11709 4816 0 -1 1077944384 6894 0 0 0 68 1 0 0 20 0 15 0 445579426 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140321956800800 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11724] ppid=11709 vsize=15151156 memory=984 CPUtime=0 cores=4-7
/proc/11711/task/11724/stat : 11724 (java) S 11709 11709 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445579426 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140321955748448 140322427274965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
[pid=11711/tid=11725] ppid=11709 vsize=15151156 memory=2044 CPUtime=0.2 cores=4-7
/proc/11711/task/11725/stat : 11725 (java) S 11709 11709 4816 0 -1 1077944384 431 0 0 0 12 8 0 0 20 0 15 0 445579426 15514783744 3202403 33554432000 4194304 4196468 140736307674880 140321954695984 140322427275906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6455296 140736307676143 140736307676314 140736307676314 140736307679183 0
Current children cumulated CPU time: 1273.13 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12811060 KiB

Child status: 1
Real time (s): 425.869
CPU time (s): 1273.21
CPU user time (s): 1259.27
CPU system time (s): 13.9405
CPU usage (%): 298.969
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12811060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1259.27
system time used= 13.9405
maximum resident set size= 12809820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 510151
page faults= 0
swaps= 0
block input operations= 0
block output operations= 584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15481
involuntary context switches= 26665


# summary of solver processes directly reported to runsolver:
#   pid: 11709
#   total CPU time (s): 1273.21
#   total CPU user time (s): 1259.27
#   total CPU system time (s): 13.9405

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.92538 second user time and 4.95051 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-17 06:58:56
IDJOB=4399058
IDBENCH=126895
IDSOLVER=2853
FILE ID=node116/4399058-1568696376
RUNJOBID= node116-1568694541-4848
PBS_JOBID= 21703807
Free space on /tmp= 61124 MiB

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

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

MD5SUM BENCH= 080ba949cb23e1dea8bc7836215d1d0d
RANDOM SEED=816823273

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 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		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 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		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 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		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        26710736 kB
MemAvailable:   28071184 kB
Buffers:          147112 kB
Cached:          1507008 kB
SwapCached:        46588 kB
Active:          4905848 kB
Inactive:         570404 kB
Active(anon):    3775812 kB
Inactive(anon):    94964 kB
Active(file):    1130036 kB
Inactive(file):   475440 kB
Unevictable:      110568 kB
Mlocked:          110568 kB
SwapTotal:      67108860 kB
SwapFree:       66961208 kB
Dirty:            109052 kB
Writeback:             0 kB
AnonPages:       3886536 kB
Mapped:            61048 kB
Shmem:             40292 kB
Slab:             170488 kB
SReclaimable:     141612 kB
SUnreclaim:        28876 kB
KernelStack:        3792 kB
PageTables:        13260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    5451428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3770368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61096 MiB
End job on node116 at 2019-09-17 07:06:02