Trace number 4403417

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-20? 1077.67 306.137

General information on the benchmark

NameSocialGolfers/SocialGolfers-cp-s1/
SocialGolfers-8-9-9-cp.xml
MD5SUM7f38f9e4cc6c9387b3de2b1a6255283e
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 benchmark27.2146
Satisfiable
(Un)Satisfiability was proved
Number of variables648
Number of constraints92027
Number of domains1
Minimum domain size8
Maximum domain size8
Distribution of domain sizes[{"size":8,"count":648}]
Minimum variable degree570
Maximum variable degree571
Distribution of variable degrees[{"degree":570,"count":576},{"degree":571,"count":72}]
Minimum constraint arity4
Maximum constraint arity648
Distribution of constraint arities[{"arity":4,"count":92016},{"arity":72,"count":10},{"arity":648,"count":1}]
Number of extensional constraints0
Number of intensional constraints92016
Distribution of constraint types[{"type":"intension","count":92016},{"type":"lex","count":1},{"type":"cardinality","count":9},{"type":"instantiation","count":1}]
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-4403417-1568990177.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4403417-1568990177.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1053.71/299.84	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1077.33/305.89		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:159)
1077.33/305.89		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1077.33/305.89		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
1077.33/305.89		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1077.33/305.89		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1077.33/305.89		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1077.33/305.89		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1077.33/305.89		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
1077.33/305.89		at org.xcsp.parser.XCallbacks$$Lambda$111/1368594774.accept(Unknown Source)
1077.33/305.89		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1077.33/305.89		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1077.33/305.89		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
1077.33/305.89		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
1077.33/305.89		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
1077.33/305.89		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1077.33/305.89		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1077.33/305.89		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1077.33/305.89		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1077.33/305.89		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1077.33/305.89		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1077.33/305.89		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1077.33/305.90	s UNKNOWN
1077.33/305.90	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 (7410 MiB free)
  memory of node 1: 16384 MiB (5190 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403417-1568990177/watcher-4403417-1568990177 -o /tmp/evaluation-result-4403417-1568990177/solver-4403417-1568990177 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568983762-7721 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 951153514 HOME/instance-4403417-1568990177.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
solver pid=10114, runsolver pid=10111
Current StackSize limit: 8192 KiB


[startup+0.100278 s]*
/proc/loadavg: 8.36 8.47 7.58 7/232 10130
/proc/meminfo: memFree=12887508/32770624 swapFree=66986244/67108860
[pid=10114] ppid=10111 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10114/stat : 10114 (xcsp3-exec) S 10111 10114 7690 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475274566 115843072 362 33554432000 4194304 5098028 140721078939024 140721078937128 139768335159932 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 31948800 140721078944635 140721078944877 140721078944877 140721078947786 0
/proc/10114/statm: 28282 362 304 221 0 87 0
[pid=10116] ppid=10114 vsize=15144776 memory=28592 CPUtime=0.12 cores=0,2,4,6
/proc/10116/stat : 10116 (java) S 10114 10114 7690 0 -1 1077944320 5651 0 0 0 11 1 0 0 20 0 15 0 475274566 15508250624 7148 33554432000 4194304 4196468 140724759794400 140724759776944 140521983512311 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
/proc/10116/statm: 3786194 7148 3118 1 0 3748377 0
[pid=10116/tid=10117] ppid=10114 vsize=15144776 memory=-2698087569006908830 CPUtime=0.08 cores=0,2,4,6
/proc/10116/task/10117/stat : 10117 (java) R 10114 10114 7690 0 -1 4202560 3567 0 0 0 8 0 0 0 20 0 15 0 475274567 15508250624 7214 33554432000 4194304 4196468 140724759794400 140521987746848 140521616015968 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10118] ppid=10114 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10118/stat : 10118 (java) S 10114 10114 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475274567 15508250624 7214 33554432000 4194304 4196468 140724759794400 140521936132752 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10119] ppid=10114 vsize=15144776 memory=140000465610368 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10119/stat : 10119 (java) S 10114 10114 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475274567 15508250624 7214 33554432000 4194304 4196468 140724759794400 140521574947344 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10120] ppid=10114 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10120/stat : 10120 (java) S 10114 10114 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475274567 15508250624 7214 33554432000 4194304 4196468 140724759794400 140521573894544 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10121] ppid=10114 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10121/stat : 10121 (java) S 10114 10114 7690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475274567 15508250624 7214 33554432000 4194304 4196468 140724759794400 140521572841744 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10122] ppid=10114 vsize=15144776 memory=140000465610368 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10122/stat : 10122 (java) S 10114 10114 7690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475274569 15508250624 7214 33554432000 4194304 4196468 140724759794400 140521452014448 140521983523458 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10123] ppid=10114 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10123/stat : 10123 (java) S 10114 10114 7690 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475274569 15508250624 7214 33554432000 4194304 4196468 140724759794400 140521450960416 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10124] ppid=10114 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10124/stat : 10124 (java) S 10114 10114 7690 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475274570 15508250624 7214 33554432000 4194304 4196468 140724759794400 140521449907568 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10125] ppid=10114 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10125/stat : 10125 (java) S 10114 10114 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475274572 15508250624 7214 33554432000 4194304 4196468 140724759794400 140521448855888 140521983530907 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10126] ppid=10114 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10126/stat : 10126 (java) R 10114 10114 7690 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 475274572 15508250624 7214 33554432000 4194304 4196468 140724759794400 140521447803248 140521983523458 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10127] ppid=10114 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10127/stat : 10127 (java) R 10114 10114 7690 0 -1 4202560 144 0 0 0 0 0 0 0 20 0 15 0 475274572 15508250624 7214 33554432000 4194304 4196468 140724759794400 140521446750448 140521966948049 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10128] ppid=10114 vsize=15144776 memory=140000465610368 CPUtime=0.02 cores=0,2,4,6
/proc/10116/task/10128/stat : 10128 (java) R 10114 10114 7690 0 -1 4202560 364 0 0 0 2 0 0 0 20 0 15 0 475274572 15508250624 7214 33554432000 4194304 4196468 140724759794400 140521445697648 140521967592798 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10129] ppid=10114 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10129/stat : 10129 (java) S 10114 10114 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475274572 15508250624 7214 33554432000 4194304 4196468 140724759794400 140521444645088 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10130] ppid=10114 vsize=15144776 memory=140000465610368 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10130/stat : 10130 (java) S 10114 10114 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475274572 15508250624 7214 33554432000 4194304 4196468 140724759794400 140521443593392 140521983523458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30040 KiB

[startup+0.210724 s]*
/proc/loadavg: 8.36 8.47 7.58 6/232 10130
/proc/meminfo: memFree=12872540/32770624 swapFree=66986244/67108860
[pid=10114] ppid=10111 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10114/stat : 10114 (xcsp3-exec) S 10111 10114 7690 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475274566 115843072 362 33554432000 4194304 5098028 140721078939024 140721078937128 139768335159932 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 31948800 140721078944635 140721078944877 140721078944877 140721078947786 0
/proc/10114/statm: 28282 362 304 221 0 87 0
[pid=10116] ppid=10114 vsize=15144776 memory=41216 CPUtime=0.34 cores=0,2,4,6
/proc/10116/stat : 10116 (java) S 10114 10114 7690 0 -1 1077944320 9476 0 0 0 31 3 0 0 20 0 15 0 475274566 15508250624 10304 33554432000 4194304 4196468 140724759794400 140724759776944 140521983512311 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
/proc/10116/statm: 3786194 10304 3319 1 0 3748377 0
[pid=10116/tid=10117] ppid=10114 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/10116/task/10117/stat : 10117 (java) R 10114 10114 7690 0 -1 4202560 6585 0 0 0 18 2 0 0 20 0 15 0 475274567 15508250624 10304 33554432000 4194304 4196468 140724759794400 140521987743632 140521983524246 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10118] ppid=10114 vsize=15144776 memory=1898699 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10118/stat : 10118 (java) S 10114 10114 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475274567 15508250624 10304 33554432000 4194304 4196468 140724759794400 140521936132752 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10119] ppid=10114 vsize=15144776 memory=288230376155090511 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10119/stat : 10119 (java) S 10114 10114 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475274567 15508250624 10304 33554432000 4194304 4196468 140724759794400 140521574947344 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10120] ppid=10114 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10120/stat : 10120 (java) S 10114 10114 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475274567 15508250624 10304 33554432000 4194304 4196468 140724759794400 140521573894544 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10121] ppid=10114 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10121/stat : 10121 (java) S 10114 10114 7690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475274567 15508250624 10304 33554432000 4194304 4196468 140724759794400 140521572841744 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10122] ppid=10114 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10122/stat : 10122 (java) S 10114 10114 7690 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475274569 15508250624 10304 33554432000 4194304 4196468 140724759794400 140521452014448 140521983523458 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10123] ppid=10114 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10123/stat : 10123 (java) S 10114 10114 7690 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475274569 15508250624 10304 33554432000 4194304 4196468 140724759794400 140521450960416 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10124] ppid=10114 vsize=15144776 memory=140000465610368 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10124/stat : 10124 (java) S 10114 10114 7690 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475274570 15508250624 10304 33554432000 4194304 4196468 140724759794400 140521449907568 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10125] ppid=10114 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10125/stat : 10125 (java) S 10114 10114 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475274572 15508250624 10304 33554432000 4194304 4196468 140724759794400 140521448855888 140521983530907 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10126] ppid=10114 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10116/task/10126/stat : 10126 (java) S 10114 10114 7690 0 -1 1077944384 631 0 0 0 2 0 0 0 20 0 15 0 475274572 15508250624 10304 33554432000 4194304 4196468 140724759794400 140521447803248 140521983523458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10127] ppid=10114 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/10116/task/10127/stat : 10127 (java) S 10114 10114 7690 0 -1 1077944384 210 0 0 0 2 0 0 0 20 0 15 0 475274572 15508250624 10304 33554432000 4194304 4196468 140724759794400 140521446750448 140521983523458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10128] ppid=10114 vsize=15144776 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10116/task/10128/stat : 10128 (java) R 10114 10114 7690 0 -1 4202560 745 0 0 0 8 0 0 0 20 0 15 0 475274572 15508250624 10304 33554432000 4194304 4196468 140724759794400 140521445697456 140521962640688 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10129] ppid=10114 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10129/stat : 10129 (java) S 10114 10114 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475274572 15508250624 10304 33554432000 4194304 4196468 140724759794400 140521444645088 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10130] ppid=10114 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10130/stat : 10130 (java) S 10114 10114 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475274572 15508250624 10304 33554432000 4194304 4196468 140724759794400 140521443593392 140521983523458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42664 KiB

[startup+0.310709 s]*
/proc/loadavg: 8.36 8.47 7.58 7/232 10130
/proc/meminfo: memFree=12865888/32770624 swapFree=66986244/67108860
[pid=10114] ppid=10111 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10114/stat : 10114 (xcsp3-exec) S 10111 10114 7690 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475274566 115843072 362 33554432000 4194304 5098028 140721078939024 140721078937128 139768335159932 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 31948800 140721078944635 140721078944877 140721078944877 140721078947786 0
/proc/10114/statm: 28282 362 304 221 0 87 0
[pid=10116] ppid=10114 vsize=15149032 memory=49788 CPUtime=0.52 cores=0,2,4,6
/proc/10116/stat : 10116 (java) S 10114 10114 7690 0 -1 1077944320 10745 0 0 0 48 4 0 0 20 0 15 0 475274566 15512608768 12447 33554432000 4194304 4196468 140724759794400 140724759776944 140521983512311 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
/proc/10116/statm: 3787258 12447 3352 1 0 3748377 0
[pid=10116/tid=10117] ppid=10114 vsize=15149032 memory=7883960649037381690 CPUtime=0.29 cores=0,2,4,6
/proc/10116/task/10117/stat : 10117 (java) R 10114 10114 7690 0 -1 4202560 7738 0 0 0 27 2 0 0 20 0 15 0 475274567 15512608768 12447 33554432000 4194304 4196468 140724759794400 140521987746096 140521967592273 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10118] ppid=10114 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10118/stat : 10118 (java) S 10114 10114 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475274567 15512608768 12447 33554432000 4194304 4196468 140724759794400 140521936132752 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10119] ppid=10114 vsize=15149032 memory=3386676 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10119/stat : 10119 (java) S 10114 10114 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475274567 15512608768 12447 33554432000 4194304 4196468 140724759794400 140521574947344 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10120] ppid=10114 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10120/stat : 10120 (java) S 10114 10114 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475274567 15512608768 12447 33554432000 4194304 4196468 140724759794400 140521573894544 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10121] ppid=10114 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10121/stat : 10121 (java) S 10114 10114 7690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475274567 15512608768 12447 33554432000 4194304 4196468 140724759794400 140521572841744 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10122] ppid=10114 vsize=15149032 memory=140000465610368 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10122/stat : 10122 (java) S 10114 10114 7690 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475274569 15512608768 12447 33554432000 4194304 4196468 140724759794400 140521452014448 140521983523458 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10123] ppid=10114 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10123/stat : 10123 (java) S 10114 10114 7690 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475274569 15512608768 12447 33554432000 4194304 4196468 140724759794400 140521450960416 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10124] ppid=10114 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10124/stat : 10124 (java) S 10114 10114 7690 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475274570 15512608768 12447 33554432000 4194304 4196468 140724759794400 140521449907568 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10125] ppid=10114 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10125/stat : 10125 (java) S 10114 10114 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475274572 15512608768 12447 33554432000 4194304 4196468 140724759794400 140521448855888 140521983530907 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10126] ppid=10114 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/10116/task/10126/stat : 10126 (java) S 10114 10114 7690 0 -1 1077944384 649 0 0 0 4 0 0 0 20 0 15 0 475274572 15512608768 12447 33554432000 4194304 4196468 140724759794400 140521447803248 140521983523458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10127] ppid=10114 vsize=15149032 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/10116/task/10127/stat : 10127 (java) S 10114 10114 7690 0 -1 1077944384 219 0 0 0 3 0 0 0 20 0 15 0 475274572 15512608768 12447 33554432000 4194304 4196468 140724759794400 140521446750448 140521983523458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10128] ppid=10114 vsize=15149032 memory=140000465610368 CPUtime=0.13 cores=0,2,4,6
/proc/10116/task/10128/stat : 10128 (java) S 10114 10114 7690 0 -1 1077944384 843 0 0 0 13 0 0 0 20 0 15 0 475274572 15512608768 12447 33554432000 4194304 4196468 140724759794400 140521445697648 140521983523458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10129] ppid=10114 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10129/stat : 10129 (java) S 10114 10114 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475274572 15512608768 12447 33554432000 4194304 4196468 140724759794400 140521444645088 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10130] ppid=10114 vsize=15149032 memory=140000465610368 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10130/stat : 10130 (java) S 10114 10114 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475274572 15512608768 12447 33554432000 4194304 4196468 140724759794400 140521443593392 140521983523458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51236 KiB

[startup+0.708277 s]
/proc/loadavg: 8.36 8.47 7.58 8/232 10130
/proc/meminfo: memFree=12828800/32770624 swapFree=66986244/67108860
[pid=10114] ppid=10111 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10114/stat : 10114 (xcsp3-exec) S 10111 10114 7690 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475274566 115843072 362 33554432000 4194304 5098028 140721078939024 140721078937128 139768335159932 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 31948800 140721078944635 140721078944877 140721078944877 140721078947786 0
/proc/10114/statm: 28282 362 304 221 0 87 0
[pid=10116] ppid=10114 vsize=15151156 memory=130260 CPUtime=1.65 cores=0,2,4,6
/proc/10116/stat : 10116 (java) S 10114 10114 7690 0 -1 1077944320 14018 0 0 0 159 6 0 0 20 0 15 0 475274566 15514783744 32565 33554432000 4194304 4196468 140724759794400 140724759776944 140521983512311 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
/proc/10116/statm: 3787789 32565 3428 1 0 3748889 0
[pid=10116/tid=10117] ppid=10114 vsize=15151156 memory=2120 CPUtime=0.68 cores=0,2,4,6
/proc/10116/task/10117/stat : 10117 (java) R 10114 10114 7690 0 -1 4202560 8288 0 0 0 65 3 0 0 20 0 15 0 475274567 15514783744 32565 33554432000 4194304 4196468 140724759794400 140521987746960 140521616067521 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10118] ppid=10114 vsize=15151156 memory=532 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10118/stat : 10118 (java) S 10114 10114 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475274567 15514783744 32565 33554432000 4194304 4196468 140724759794400 140521936132752 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10119] ppid=10114 vsize=15151156 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10119/stat : 10119 (java) S 10114 10114 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475274567 15514783744 32565 33554432000 4194304 4196468 140724759794400 140521574947344 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10120] ppid=10114 vsize=15151156 memory=924 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10120/stat : 10120 (java) S 10114 10114 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475274567 15514783744 32565 33554432000 4194304 4196468 140724759794400 140521573894544 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10121] ppid=10114 vsize=15151156 memory=1680 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10121/stat : 10121 (java) S 10114 10114 7690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475274567 15514783744 32569 33554432000 4194304 4196468 140724759794400 140521572841744 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10122] ppid=10114 vsize=15151156 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10122/stat : 10122 (java) S 10114 10114 7690 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475274569 15514783744 32569 33554432000 4194304 4196468 140724759794400 140521452014448 140521983523458 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10123] ppid=10114 vsize=15151156 memory=912 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10123/stat : 10123 (java) S 10114 10114 7690 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475274569 15514783744 32569 33554432000 4194304 4196468 140724759794400 140521450960416 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10124] ppid=10114 vsize=15151156 memory=1984 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10124/stat : 10124 (java) S 10114 10114 7690 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475274570 15514783744 32569 33554432000 4194304 4196468 140724759794400 140521449907568 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10125] ppid=10114 vsize=15151156 memory=2480 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10125/stat : 10125 (java) S 10114 10114 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475274572 15514783744 32569 33554432000 4194304 4196468 140724759794400 140521448855888 140521983530907 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10126] ppid=10114 vsize=15151156 memory=7302135314614015849 CPUtime=0.34 cores=0,2,4,6
/proc/10116/task/10126/stat : 10126 (java) R 10114 10114 7690 0 -1 4202560 1702 0 0 0 33 1 0 0 20 0 15 0 475274572 15514783744 32569 33554432000 4194304 4196468 140724759794400 140521447789792 140521965056873 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10127] ppid=10114 vsize=15151156 memory=6369606547964062294 CPUtime=0.32 cores=0,2,4,6
/proc/10116/task/10127/stat : 10127 (java) R 10114 10114 7690 0 -1 4202560 1225 0 0 0 32 0 0 0 20 0 15 0 475274572 15514783744 32569 33554432000 4194304 4196468 140724759794400 140521446740560 140521964920190 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10128] ppid=10114 vsize=15151156 memory=7295944995277656144 CPUtime=0.28 cores=0,2,4,6
/proc/10116/task/10128/stat : 10128 (java) R 10114 10114 7690 0 -1 4202560 1501 0 0 0 28 0 0 0 20 0 15 0 475274572 15514783744 32569 33554432000 4194304 4196468 140724759794400 140521445692000 140521964922461 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10129] ppid=10114 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10129/stat : 10129 (java) S 10114 10114 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475274572 15514783744 32569 33554432000 4194304 4196468 140724759794400 140521444645088 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10130] ppid=10114 vsize=15151156 memory=7523096512984082771 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10130/stat : 10130 (java) S 10114 10114 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475274572 15514783744 32569 33554432000 4194304 4196468 140724759794400 140521443593392 140521983523458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 131708 KiB

[startup+1.50091 s]
/proc/loadavg: 8.36 8.47 7.58 8/232 10130
/proc/meminfo: memFree=12667936/32770624 swapFree=66986244/67108860
[pid=10114] ppid=10111 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10114/stat : 10114 (xcsp3-exec) S 10111 10114 7690 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475274566 115843072 362 33554432000 4194304 5098028 140721078939024 140721078937128 139768335159932 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 31948800 140721078944635 140721078944877 140721078944877 140721078947786 0
/proc/10114/statm: 28282 362 304 221 0 87 0

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

/proc/10116/task/10124/stat : 10124 (java) S 10114 10114 7690 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 475274570 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521449907584 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10125] ppid=10114 vsize=15151156 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10125/stat : 10125 (java) S 10114 10114 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475274572 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521448855888 140521983530907 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10126] ppid=10114 vsize=15151156 memory=1084 CPUtime=2.53 cores=0,2,4,6
/proc/10116/task/10126/stat : 10126 (java) S 10114 10114 7690 0 -1 1077944384 12091 0 0 0 251 2 0 0 20 0 15 0 475274572 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521447803248 140521983523458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10127] ppid=10114 vsize=15151156 memory=14012 CPUtime=2.46 cores=0,2,4,6
/proc/10116/task/10127/stat : 10127 (java) S 10114 10114 7690 0 -1 1077944384 8489 0 0 0 245 1 0 0 20 0 15 0 475274572 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521446750448 140521983523458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10128] ppid=10114 vsize=15151156 memory=14048 CPUtime=0.59 cores=0,2,4,6
/proc/10116/task/10128/stat : 10128 (java) S 10114 10114 7690 0 -1 1077944384 3398 0 0 0 59 0 0 0 20 0 15 0 475274572 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521445697648 140521983523458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10129] ppid=10114 vsize=15151156 memory=29440 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10129/stat : 10129 (java) S 10114 10114 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475274572 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521444645088 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10130] ppid=10114 vsize=15151156 memory=2120 CPUtime=0.11 cores=0,2,4,6
/proc/10116/task/10130/stat : 10130 (java) S 10114 10114 7690 0 -1 1077944384 421 0 0 0 5 6 0 0 20 0 15 0 475274572 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521443593392 140521983523458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
Current children cumulated CPU time: 1057.54 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12644868 KiB

[startup+304.001 s]*
/proc/loadavg: 7.06 7.78 7.53 6/229 10239
/proc/meminfo: memFree=209636/32770624 swapFree=66986244/67108860
[pid=10114] ppid=10111 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10114/stat : 10114 (xcsp3-exec) S 10111 10114 7690 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475274566 115843072 362 33554432000 4194304 5098028 140721078939024 140721078937128 139768335159932 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 31948800 140721078944635 140721078944877 140721078944877 140721078947786 0
/proc/10114/statm: 28282 362 304 221 0 87 0
[pid=10116] ppid=10114 vsize=15151156 memory=12643420 CPUtime=1070.25 cores=0,2,4,6
/proc/10116/stat : 10116 (java) S 10114 10114 7690 0 -1 1077944320 4395058 0 0 0 105400 1625 0 0 20 0 15 0 475274566 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140724759776944 140521983512311 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
/proc/10116/statm: 3787789 3160855 3518 1 0 3748889 0
[pid=10116/tid=10117] ppid=10114 vsize=15151156 memory=8317482817917895235 CPUtime=43.59 cores=0,2,4,6
/proc/10116/task/10117/stat : 10117 (java) S 10114 10114 7690 0 -1 1077944384 22907 0 0 0 4343 16 0 0 20 0 15 0 475274567 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521987752096 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10118] ppid=10114 vsize=15151156 memory=4126316290023845779 CPUtime=254.6 cores=0,2,4,6
/proc/10116/task/10118/stat : 10118 (java) R 10114 10114 7690 0 -1 4202560 879781 0 0 0 25078 382 0 0 20 0 15 0 475274567 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521936132752 140521968501865 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10119] ppid=10114 vsize=15151156 memory=7552 CPUtime=253.53 cores=0,2,4,6
/proc/10116/task/10119/stat : 10119 (java) R 10114 10114 7690 0 -1 4202560 1228893 0 0 0 24943 410 0 0 20 0 15 0 475274567 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521574947544 140521968212101 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10120] ppid=10114 vsize=15151156 memory=6791534058613427641 CPUtime=254.19 cores=0,2,4,6
/proc/10116/task/10120/stat : 10120 (java) R 10114 10114 7690 0 -1 4202560 1092788 0 0 0 25022 397 0 0 20 0 15 0 475274567 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521573894544 140521976615968 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10121] ppid=10114 vsize=15151156 memory=1448 CPUtime=254.1 cores=0,2,4,6
/proc/10116/task/10121/stat : 10121 (java) R 10114 10114 7690 0 -1 4202560 1021513 0 0 0 25007 403 0 0 20 0 15 0 475274567 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521572841632 140521968510394 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10122] ppid=10114 vsize=15151156 memory=6791534058613427641 CPUtime=4.46 cores=0,2,4,6
/proc/10116/task/10122/stat : 10122 (java) S 10114 10114 7690 0 -1 1077944384 123413 0 0 0 438 8 0 0 20 0 15 0 475274569 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521452012992 140521983522517 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10123] ppid=10114 vsize=15151156 memory=14048 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10123/stat : 10123 (java) S 10114 10114 7690 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 475274569 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521450960480 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10124] ppid=10114 vsize=15151156 memory=29440 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10124/stat : 10124 (java) S 10114 10114 7690 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 475274570 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521449907584 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10125] ppid=10114 vsize=15151156 memory=2120 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10125/stat : 10125 (java) S 10114 10114 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475274572 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521448855888 140521983530907 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10126] ppid=10114 vsize=15151156 memory=532 CPUtime=2.53 cores=0,2,4,6
/proc/10116/task/10126/stat : 10126 (java) S 10114 10114 7690 0 -1 1077944384 12091 0 0 0 251 2 0 0 20 0 15 0 475274572 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521447803248 140521983523458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10127] ppid=10114 vsize=15151156 memory=1564 CPUtime=2.46 cores=0,2,4,6
/proc/10116/task/10127/stat : 10127 (java) S 10114 10114 7690 0 -1 1077944384 8489 0 0 0 245 1 0 0 20 0 15 0 475274572 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521446750448 140521983523458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10128] ppid=10114 vsize=15151156 memory=924 CPUtime=0.59 cores=0,2,4,6
/proc/10116/task/10128/stat : 10128 (java) S 10114 10114 7690 0 -1 1077944384 3398 0 0 0 59 0 0 0 20 0 15 0 475274572 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521445697648 140521983523458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10129] ppid=10114 vsize=15151156 memory=1680 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10129/stat : 10129 (java) S 10114 10114 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475274572 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521444645088 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10130] ppid=10114 vsize=15151156 memory=1440 CPUtime=0.11 cores=0,2,4,6
/proc/10116/task/10130/stat : 10130 (java) S 10114 10114 7690 0 -1 1077944384 423 0 0 0 5 6 0 0 20 0 15 0 475274572 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521443593392 140521983523458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
Current children cumulated CPU time: 1070.25 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12644868 KiB

[startup+304.801 s]
/proc/loadavg: 7.06 7.78 7.53 6/229 10239
/proc/meminfo: memFree=209636/32770624 swapFree=66986244/67108860
[pid=10114] ppid=10111 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10114/stat : 10114 (xcsp3-exec) S 10111 10114 7690 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475274566 115843072 362 33554432000 4194304 5098028 140721078939024 140721078937128 139768335159932 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 31948800 140721078944635 140721078944877 140721078944877 140721078947786 0
/proc/10114/statm: 28282 362 304 221 0 87 0
[pid=10116] ppid=10114 vsize=15151156 memory=12643420 CPUtime=1073.41 cores=0,2,4,6
/proc/10116/stat : 10116 (java) S 10114 10114 7690 0 -1 1077944320 4420300 0 0 0 105715 1626 0 0 20 0 15 0 475274566 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140724759776944 140521983512311 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
/proc/10116/statm: 3787789 3160855 3518 1 0 3748889 0
[pid=10116/tid=10117] ppid=10114 vsize=15151156 memory=12643420 CPUtime=43.59 cores=0,2,4,6
/proc/10116/task/10117/stat : 10117 (java) S 10114 10114 7690 0 -1 1077944384 22907 0 0 0 4343 16 0 0 20 0 15 0 475274567 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521987752096 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10118] ppid=10114 vsize=15151156 memory=1448 CPUtime=255.39 cores=0,2,4,6
/proc/10116/task/10118/stat : 10118 (java) R 10114 10114 7690 0 -1 4202560 881226 0 0 0 25157 382 0 0 20 0 15 0 475274567 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521936132952 140521968212239 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10119] ppid=10114 vsize=15151156 memory=12643420 CPUtime=254.32 cores=0,2,4,6
/proc/10116/task/10119/stat : 10119 (java) R 10114 10114 7690 0 -1 4202560 1239123 0 0 0 25021 411 0 0 20 0 15 0 475274567 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521574947544 140521967969902 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10120] ppid=10114 vsize=15151156 memory=14048 CPUtime=254.98 cores=0,2,4,6
/proc/10116/task/10120/stat : 10120 (java) R 10114 10114 7690 0 -1 4202560 1093329 0 0 0 25101 397 0 0 20 0 15 0 475274567 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521573894744 140521968501834 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10121] ppid=10114 vsize=15151156 memory=6791534058613427641 CPUtime=254.89 cores=0,2,4,6
/proc/10116/task/10121/stat : 10121 (java) R 10114 10114 7690 0 -1 4202560 1034539 0 0 0 25085 404 0 0 20 0 15 0 475274567 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521572841632 140521968510394 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10122] ppid=10114 vsize=15151156 memory=2120 CPUtime=4.46 cores=0,2,4,6
/proc/10116/task/10122/stat : 10122 (java) S 10114 10114 7690 0 -1 1077944384 123413 0 0 0 438 8 0 0 20 0 15 0 475274569 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521452012992 140521983522517 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10123] ppid=10114 vsize=15151156 memory=532 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10123/stat : 10123 (java) S 10114 10114 7690 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 475274569 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521450960480 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10124] ppid=10114 vsize=15151156 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10124/stat : 10124 (java) S 10114 10114 7690 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 475274570 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521449907584 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10125] ppid=10114 vsize=15151156 memory=924 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10125/stat : 10125 (java) S 10114 10114 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475274572 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521448855888 140521983530907 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10126] ppid=10114 vsize=15151156 memory=1680 CPUtime=2.53 cores=0,2,4,6
/proc/10116/task/10126/stat : 10126 (java) S 10114 10114 7690 0 -1 1077944384 12091 0 0 0 251 2 0 0 20 0 15 0 475274572 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521447803248 140521983523458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10127] ppid=10114 vsize=15151156 memory=1440 CPUtime=2.46 cores=0,2,4,6
/proc/10116/task/10127/stat : 10127 (java) S 10114 10114 7690 0 -1 1077944384 8489 0 0 0 245 1 0 0 20 0 15 0 475274572 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521446750448 140521983523458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10128] ppid=10114 vsize=15151156 memory=912 CPUtime=0.59 cores=0,2,4,6
/proc/10116/task/10128/stat : 10128 (java) S 10114 10114 7690 0 -1 1077944384 3398 0 0 0 59 0 0 0 20 0 15 0 475274572 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521445697648 140521983523458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10129] ppid=10114 vsize=15151156 memory=1984 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10129/stat : 10129 (java) S 10114 10114 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475274572 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521444645088 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10130] ppid=10114 vsize=15151156 memory=2480 CPUtime=0.11 cores=0,2,4,6
/proc/10116/task/10130/stat : 10130 (java) S 10114 10114 7690 0 -1 1077944384 423 0 0 0 5 6 0 0 20 0 15 0 475274572 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521443593392 140521983523458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
Current children cumulated CPU time: 1073.41 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12644868 KiB

[startup+305.601 s]
/proc/loadavg: 6.81 7.72 7.51 6/229 10239
/proc/meminfo: memFree=209760/32770624 swapFree=66986244/67108860
[pid=10114] ppid=10111 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10114/stat : 10114 (xcsp3-exec) S 10111 10114 7690 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475274566 115843072 362 33554432000 4194304 5098028 140721078939024 140721078937128 139768335159932 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 31948800 140721078944635 140721078944877 140721078944877 140721078947786 0
/proc/10114/statm: 28282 362 304 221 0 87 0
[pid=10116] ppid=10114 vsize=15151156 memory=12643420 CPUtime=1076.58 cores=0,2,4,6
/proc/10116/stat : 10116 (java) S 10114 10114 7690 0 -1 1077944320 4463018 0 0 0 106031 1627 0 0 20 0 15 0 475274566 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140724759776944 140521983512311 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
/proc/10116/statm: 3787789 3160855 3518 1 0 3748889 0
[pid=10116/tid=10117] ppid=10114 vsize=15151156 memory=12643420 CPUtime=43.59 cores=0,2,4,6
/proc/10116/task/10117/stat : 10117 (java) S 10114 10114 7690 0 -1 1077944384 22907 0 0 0 4343 16 0 0 20 0 15 0 475274567 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521987752096 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10118] ppid=10114 vsize=15151156 memory=3616 CPUtime=256.18 cores=0,2,4,6
/proc/10116/task/10118/stat : 10118 (java) R 10114 10114 7690 0 -1 4202560 892524 0 0 0 25236 382 0 0 20 0 15 0 475274567 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521936132952 140521967969902 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10119] ppid=10114 vsize=15151156 memory=55320 CPUtime=255.1 cores=0,2,4,6
/proc/10116/task/10119/stat : 10119 (java) R 10114 10114 7690 0 -1 4202560 1249986 0 0 0 25099 411 0 0 20 0 15 0 475274567 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521574947544 140521976615963 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10120] ppid=10114 vsize=15151156 memory=988 CPUtime=255.78 cores=0,2,4,6
/proc/10116/task/10120/stat : 10120 (java) R 10114 10114 7690 0 -1 4202560 1101494 0 0 0 25181 397 0 0 20 0 15 0 475274567 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521573894744 140521976615963 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10121] ppid=10114 vsize=15151156 memory=6791534058613427641 CPUtime=255.69 cores=0,2,4,6
/proc/10116/task/10121/stat : 10121 (java) R 10114 10114 7690 0 -1 4202560 1046930 0 0 0 25165 404 0 0 20 0 15 0 475274567 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521572841632 140521968212124 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10122] ppid=10114 vsize=15151156 memory=1712 CPUtime=4.46 cores=0,2,4,6
/proc/10116/task/10122/stat : 10122 (java) S 10114 10114 7690 0 -1 1077944384 123413 0 0 0 438 8 0 0 20 0 15 0 475274569 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521452012992 140521983522517 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10123] ppid=10114 vsize=15151156 memory=692 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10123/stat : 10123 (java) S 10114 10114 7690 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 475274569 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521450960480 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10124] ppid=10114 vsize=15151156 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10124/stat : 10124 (java) S 10114 10114 7690 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 475274570 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521449907584 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10125] ppid=10114 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10125/stat : 10125 (java) S 10114 10114 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475274572 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521448855888 140521983530907 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10126] ppid=10114 vsize=15151156 memory=5787477641288517003 CPUtime=2.53 cores=0,2,4,6
/proc/10116/task/10126/stat : 10126 (java) S 10114 10114 7690 0 -1 1077944384 12091 0 0 0 251 2 0 0 20 0 15 0 475274572 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521447803296 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10127] ppid=10114 vsize=15151156 memory=0 CPUtime=2.46 cores=0,2,4,6
/proc/10116/task/10127/stat : 10127 (java) S 10114 10114 7690 0 -1 1077944384 8490 0 0 0 245 1 0 0 20 0 15 0 475274572 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521446750208 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10128] ppid=10114 vsize=15151156 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/10116/task/10128/stat : 10128 (java) S 10114 10114 7690 0 -1 1077944384 3398 0 0 0 59 0 0 0 20 0 15 0 475274572 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521445697696 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10129] ppid=10114 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10116/task/10129/stat : 10129 (java) S 10114 10114 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475274572 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521444645088 140521983522517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
[pid=10116/tid=10130] ppid=10114 vsize=15151156 memory=1556 CPUtime=0.11 cores=0,2,4,6
/proc/10116/task/10130/stat : 10130 (java) S 10114 10114 7690 0 -1 1077944384 423 0 0 0 5 6 0 0 20 0 15 0 475274572 15514783744 3160855 33554432000 4194304 4196468 140724759794400 140521443593392 140521983523458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14000128 140724759802863 140724759803034 140724759803034 140724759805903 0
Current children cumulated CPU time: 1076.58 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12644868 KiB

[startup+306.001 s]*
/proc/loadavg: 6.81 7.72 7.51 6/220 10244
/proc/meminfo: memFree=6978060/32770624 swapFree=66986244/67108860
[pid=10114] ppid=10111 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10114/stat : 10114 (xcsp3-exec) S 10111 10114 7690 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475274566 115843072 362 33554432000 4194304 5098028 140721078939024 140721078937128 139768335159932 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 31948800 140721078944635 140721078944877 140721078944877 140721078947786 0
/proc/10114/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

[startup+306.11 s]
/proc/loadavg: 6.81 7.72 7.51 6/220 10244
/proc/meminfo: memFree=6978060/32770624 swapFree=66986244/67108860
[pid=10114] ppid=10111 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10114/stat : 10114 (xcsp3-exec) S 10111 10114 7690 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475274566 115843072 362 33554432000 4194304 5098028 140721078939024 140721078937128 139768335159932 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 31948800 140721078944635 140721078944877 140721078944877 140721078947786 0
/proc/10114/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

Child status: 1
Real time (s): 306.137
CPU time (s): 1077.67
CPU user time (s): 1061.17
CPU system time (s): 16.4972
CPU usage (%): 352.023
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12644868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1061.17
system time used= 16.4972
maximum resident set size= 12643692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4465105
page faults= 0
swaps= 0
block input operations= 8
block output operations= 440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13588
involuntary context switches= 20259


# summary of solver processes directly reported to runsolver:
#   pid: 10114
#   total CPU time (s): 1077.67
#   total CPU user time (s): 1061.17
#   total CPU system time (s): 16.4972

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.90878 second user time and 3.20534 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-20 15:25:56
IDJOB=4403417
IDBENCH=126615
IDSOLVER=2863
FILE ID=node104/4403417-1568990177
RUNJOBID= node104-1568983762-7721
PBS_JOBID= 21704640
Free space on /tmp= 9556 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-cp-s1/SocialGolfers-8-9-9-cp.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-4403417-1568990177/watcher-4403417-1568990177 -o /tmp/evaluation-result-4403417-1568990177/solver-4403417-1568990177 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568983762-7721 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 951153514 HOME/instance-4403417-1568990177.xml

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

MD5SUM BENCH= 7f38f9e4cc6c9387b3de2b1a6255283e
RANDOM SEED=951153514

node104.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        12902856 kB
MemAvailable:   31437632 kB
Buffers:          100816 kB
Cached:         18341208 kB
SwapCached:        22652 kB
Active:          9592928 kB
Inactive:        9269132 kB
Active(anon):     394516 kB
Inactive(anon):    74632 kB
Active(file):    9198412 kB
Inactive(file):  9194500 kB
Unevictable:      109712 kB
Mlocked:          109712 kB
SwapTotal:      67108860 kB
SwapFree:       66986244 kB
Dirty:             30796 kB
Writeback:             0 kB
AnonPages:        507776 kB
Mapped:            65264 kB
Shmem:             40708 kB
Slab:             599644 kB
SReclaimable:     570324 kB
SUnreclaim:        29320 kB
KernelStack:        3776 kB
PageTables:         6236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1449960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    395264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 9524 MiB
End job on node104 at 2019-09-20 15:31:02