Trace number 4403409

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? 2396.4 809.51

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-26.xml
MD5SUM163dd1c4311ae2a810c887bcbec28782
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 benchmark15.5906
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains64
Minimum domain size413
Maximum domain size511
Distribution of domain sizes[{"size":413,"count":2},{"size":414,"count":2},{"size":415,"count":2},{"size":417,"count":2},{"size":418,"count":4},{"size":420,"count":2},{"size":421,"count":4},{"size":422,"count":4},{"size":423,"count":2},{"size":425,"count":2},{"size":428,"count":4},{"size":430,"count":4},{"size":432,"count":2},{"size":434,"count":2},{"size":435,"count":2},{"size":437,"count":4},{"size":439,"count":2},{"size":440,"count":2},{"size":443,"count":4},{"size":445,"count":8},{"size":447,"count":2},{"size":448,"count":2},{"size":450,"count":2},{"size":453,"count":6},{"size":456,"count":2},"...",{"size":478,"count":2}, {"size":479,"count":2}, {"size":481,"count":10}, {"size":482,"count":2}, {"size":484,"count":2}, {"size":485,"count":2}, {"size":486,"count":6}, {"size":487,"count":2}, {"size":488,"count":2}, {"size":489,"count":2}, {"size":490,"count":4}, {"size":491,"count":4}, {"size":492,"count":4}, {"size":493,"count":2}, {"size":494,"count":2}, {"size":495,"count":4}, {"size":496,"count":4}, {"size":497,"count":2}, {"size":499,"count":4}, {"size":501,"count":2}, {"size":502,"count":4}, {"size":503,"count":8}, {"size":504,"count":4}, {"size":507,"count":2}, {"size":511,"count":4}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
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-4403409-1568992754.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403409-1568992754.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
2371.74/801.85	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
2371.74/801.85		at java.util.Arrays.copyOf(Arrays.java:3181)
2371.74/801.85		at java.util.ArrayList.grow(ArrayList.java:261)
2371.74/801.85		at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
2371.74/801.85		at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
2371.74/801.85		at java.util.ArrayList.add(ArrayList.java:458)
2371.74/801.85		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:159)
2371.74/801.85		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
2371.74/801.85		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
2371.74/801.85		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
2371.74/801.85		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
2371.74/801.85		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
2371.74/801.85		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
2371.74/801.85		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
2371.74/801.85		at org.xcsp.parser.XCallbacks$$Lambda$88/592688102.accept(Unknown Source)
2371.74/801.85		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
2371.74/801.85		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2371.74/801.85		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
2371.74/801.85		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
2371.74/801.85		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
2371.74/801.85		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
2371.74/801.85		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
2371.74/801.85		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
2371.74/801.85		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
2371.74/801.85		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
2371.74/801.85		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
2371.74/801.85		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
2396.09/809.27	s UNKNOWN
2396.09/809.27	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 (10794 MiB free)
  memory of node 1: 16384 MiB (6448 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403409-1568992754/watcher-4403409-1568992754 -o /var/tmp/evaluation-result-4403409-1568992754/solver-4403409-1568992754 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1568987938-25142 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 581907280 HOME/instance-4403409-1568992754.xml 

running on 4 cores: 0,2,4,6

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

solver pid=31118, runsolver pid=31115

[startup+0.100059 s]*
/proc/loadavg: 8.07 8.41 8.48 4/229 31134
/proc/meminfo: memFree=17640644/32770624 swapFree=67002252/67108860
[pid=31118] ppid=31115 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/31118/stat : 31118 (xcsp3-exec) S 31115 31118 25111 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475524006 115843072 363 33554432000 4194304 5098028 140728312643120 140728312641224 140405225079420 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19107840 140728312644439 140728312644697 140728312644697 140728312647622 0
/proc/31118/statm: 28282 363 305 221 0 87 0
[pid=31120] ppid=31118 vsize=15144776 memory=29044 CPUtime=0.13 cores=0,2,4,6
/proc/31120/stat : 31120 (java) S 31118 31118 25111 0 -1 1077944320 5655 0 0 0 12 1 0 0 20 0 15 0 475524006 15508250624 7261 33554432000 4194304 4196468 140732471301216 140732471283760 139719383428855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
/proc/31120/statm: 3786194 7261 3189 1 0 3748377 0
[pid=31120/tid=31121] ppid=31118 vsize=15144776 memory=-6962121287837372198 CPUtime=0.08 cores=0,2,4,6
/proc/31120/task/31121/stat : 31121 (java) R 31118 31118 25111 0 -1 4202560 3556 0 0 0 8 0 0 0 20 0 15 0 475524006 15508250624 7261 33554432000 4194304 4196468 140732471301216 139719387653264 139719367509342 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31122] ppid=31118 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31122/stat : 31122 (java) S 31118 31118 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475524007 15508250624 7261 33554432000 4194304 4196468 140732471301216 139719319665808 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31123] ppid=31118 vsize=15144776 memory=139764988712576 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31123/stat : 31123 (java) S 31118 31118 25111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475524007 15508250624 7261 33554432000 4194304 4196468 140732471301216 139719318613008 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31124] ppid=31118 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31124/stat : 31124 (java) S 31118 31118 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475524007 15508250624 7261 33554432000 4194304 4196468 140732471301216 139719317560208 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31125] ppid=31118 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31125/stat : 31125 (java) S 31118 31118 25111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475524007 15508250624 7261 33554432000 4194304 4196468 140732471301216 139719316507408 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31126] ppid=31118 vsize=15144776 memory=139764988712576 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31126/stat : 31126 (java) S 31118 31118 25111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475524008 15508250624 7261 33554432000 4194304 4196468 140732471301216 139718919272816 139719383440002 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31127] ppid=31118 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31127/stat : 31127 (java) S 31118 31118 25111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475524009 15508250624 7261 33554432000 4194304 4196468 140732471301216 139718918218784 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31128] ppid=31118 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31128/stat : 31128 (java) S 31118 31118 25111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475524009 15508250624 7261 33554432000 4194304 4196468 140732471301216 139718917165936 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31129] ppid=31118 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31129/stat : 31129 (java) S 31118 31118 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475524012 15508250624 7261 33554432000 4194304 4196468 140732471301216 139718916114256 139719383447451 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31130] ppid=31118 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31130/stat : 31130 (java) R 31118 31118 25111 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 475524012 15508250624 7261 33554432000 4194304 4196468 140732471301216 139718915062640 139719383440002 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31131] ppid=31118 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31131/stat : 31131 (java) R 31118 31118 25111 0 -1 4202560 174 0 0 0 0 0 0 0 20 0 15 0 475524012 15508250624 7261 33554432000 4194304 4196468 140732471301216 139718914009024 139719361317328 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31132] ppid=31118 vsize=15144776 memory=139764988712576 CPUtime=0.02 cores=0,2,4,6
/proc/31120/task/31132/stat : 31132 (java) S 31118 31118 25111 0 -1 1077944384 333 0 0 0 2 0 0 0 20 0 15 0 475524012 15508250624 7261 33554432000 4194304 4196468 140732471301216 139718912957040 139719383440002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31133] ppid=31118 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31133/stat : 31133 (java) S 31118 31118 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475524012 15508250624 7261 33554432000 4194304 4196468 140732471301216 139718911904480 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31134] ppid=31118 vsize=15144776 memory=139764988712576 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31134/stat : 31134 (java) S 31118 31118 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475524012 15508250624 7261 33554432000 4194304 4196468 140732471301216 139718842903216 139719383440002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30496 KiB

[startup+0.210723 s]*
/proc/loadavg: 8.07 8.41 8.48 4/229 31134
/proc/meminfo: memFree=17626692/32770624 swapFree=67002252/67108860
[pid=31118] ppid=31115 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/31118/stat : 31118 (xcsp3-exec) S 31115 31118 25111 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475524006 115843072 363 33554432000 4194304 5098028 140728312643120 140728312641224 140405225079420 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19107840 140728312644439 140728312644697 140728312644697 140728312647622 0
/proc/31118/statm: 28282 363 305 221 0 87 0
[pid=31120] ppid=31118 vsize=15144776 memory=40832 CPUtime=0.34 cores=0,2,4,6
/proc/31120/stat : 31120 (java) S 31118 31118 25111 0 -1 1077944320 9462 0 0 0 31 3 0 0 20 0 15 0 475524006 15508250624 10208 33554432000 4194304 4196468 140732471301216 140732471283760 139719383428855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
/proc/31120/statm: 3786194 10208 3276 1 0 3748377 0
[pid=31120/tid=31121] ppid=31118 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/31120/task/31121/stat : 31121 (java) R 31118 31118 25111 0 -1 4202560 6580 0 0 0 18 2 0 0 20 0 15 0 475524006 15508250624 10208 33554432000 4194304 4196468 140732471301216 139719387668528 139719383440790 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31122] ppid=31118 vsize=15144776 memory=13620 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31122/stat : 31122 (java) S 31118 31118 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475524007 15508250624 10208 33554432000 4194304 4196468 140732471301216 139719319665808 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31123] ppid=31118 vsize=15144776 memory=139764992241304 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31123/stat : 31123 (java) S 31118 31118 25111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475524007 15508250624 10208 33554432000 4194304 4196468 140732471301216 139719318613008 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31124] ppid=31118 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31124/stat : 31124 (java) S 31118 31118 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475524007 15508250624 10208 33554432000 4194304 4196468 140732471301216 139719317560208 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31125] ppid=31118 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31125/stat : 31125 (java) S 31118 31118 25111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475524007 15508250624 10208 33554432000 4194304 4196468 140732471301216 139719316507408 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31126] ppid=31118 vsize=15144776 memory=139764988712576 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31126/stat : 31126 (java) S 31118 31118 25111 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475524008 15508250624 10208 33554432000 4194304 4196468 140732471301216 139718919272816 139719383440002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31127] ppid=31118 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31127/stat : 31127 (java) S 31118 31118 25111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475524009 15508250624 10208 33554432000 4194304 4196468 140732471301216 139718918218784 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31128] ppid=31118 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31128/stat : 31128 (java) S 31118 31118 25111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475524009 15508250624 10208 33554432000 4194304 4196468 140732471301216 139718917165936 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31129] ppid=31118 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31129/stat : 31129 (java) S 31118 31118 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475524012 15508250624 10208 33554432000 4194304 4196468 140732471301216 139718916114256 139719383447451 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31130] ppid=31118 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/31120/task/31130/stat : 31130 (java) S 31118 31118 25111 0 -1 1077944384 581 0 0 0 2 0 0 0 20 0 15 0 475524012 15508250624 10208 33554432000 4194304 4196468 140732471301216 139718915062640 139719383440002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31131] ppid=31118 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/31120/task/31131/stat : 31131 (java) R 31118 31118 25111 0 -1 4202560 220 0 0 0 2 0 0 0 20 0 15 0 475524012 15508250624 10208 33554432000 4194304 4196468 140732471301216 139718914009840 139719383440002 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31132] ppid=31118 vsize=15144776 memory=139764988712576 CPUtime=0.08 cores=0,2,4,6
/proc/31120/task/31132/stat : 31132 (java) S 31118 31118 25111 0 -1 1077944384 772 0 0 0 8 0 0 0 20 0 15 0 475524012 15508250624 10208 33554432000 4194304 4196468 140732471301216 139718912957040 139719383440002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31133] ppid=31118 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31133/stat : 31133 (java) S 31118 31118 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475524012 15508250624 10208 33554432000 4194304 4196468 140732471301216 139718911904480 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31134] ppid=31118 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31134/stat : 31134 (java) S 31118 31118 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475524012 15508250624 10208 33554432000 4194304 4196468 140732471301216 139718842903216 139719383440002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42284 KiB

[startup+0.310623 s]*
/proc/loadavg: 8.07 8.41 8.48 4/229 31134
/proc/meminfo: memFree=17619928/32770624 swapFree=67002252/67108860
[pid=31118] ppid=31115 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/31118/stat : 31118 (xcsp3-exec) S 31115 31118 25111 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475524006 115843072 363 33554432000 4194304 5098028 140728312643120 140728312641224 140405225079420 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19107840 140728312644439 140728312644697 140728312644697 140728312647622 0
/proc/31118/statm: 28282 363 305 221 0 87 0
[pid=31120] ppid=31118 vsize=15149032 memory=49572 CPUtime=0.52 cores=0,2,4,6
/proc/31120/stat : 31120 (java) S 31118 31118 25111 0 -1 1077944320 10706 0 0 0 48 4 0 0 20 0 15 0 475524006 15512608768 12393 33554432000 4194304 4196468 140732471301216 140732471283760 139719383428855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
/proc/31120/statm: 3787258 12393 3364 1 0 3748377 0
[pid=31120/tid=31121] ppid=31118 vsize=15149032 memory=7883960649037381690 CPUtime=0.3 cores=0,2,4,6
/proc/31120/task/31121/stat : 31121 (java) R 31118 31118 25111 0 -1 4202560 7728 0 0 0 27 3 0 0 20 0 15 0 475524006 15512608768 12393 33554432000 4194304 4196468 140732471301216 139719387659968 139719383450781 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31122] ppid=31118 vsize=15149032 memory=13961 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31122/stat : 31122 (java) S 31118 31118 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475524007 15512608768 12393 33554432000 4194304 4196468 140732471301216 139719319665808 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31123] ppid=31118 vsize=15149032 memory=3546595 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31123/stat : 31123 (java) S 31118 31118 25111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475524007 15512608768 12393 33554432000 4194304 4196468 140732471301216 139719318613008 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31124] ppid=31118 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31124/stat : 31124 (java) S 31118 31118 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475524007 15512608768 12393 33554432000 4194304 4196468 140732471301216 139719317560208 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31125] ppid=31118 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31125/stat : 31125 (java) S 31118 31118 25111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475524007 15512608768 12393 33554432000 4194304 4196468 140732471301216 139719316507408 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31126] ppid=31118 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31126/stat : 31126 (java) S 31118 31118 25111 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475524008 15512608768 12393 33554432000 4194304 4196468 140732471301216 139718919272816 139719383440002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31127] ppid=31118 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31127/stat : 31127 (java) S 31118 31118 25111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475524009 15512608768 12393 33554432000 4194304 4196468 140732471301216 139718918218784 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31128] ppid=31118 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31128/stat : 31128 (java) S 31118 31118 25111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475524009 15512608768 12393 33554432000 4194304 4196468 140732471301216 139718917165936 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31129] ppid=31118 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31129/stat : 31129 (java) S 31118 31118 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475524012 15512608768 12393 33554432000 4194304 4196468 140732471301216 139718916114256 139719383447451 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31130] ppid=31118 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/31120/task/31130/stat : 31130 (java) S 31118 31118 25111 0 -1 1077944384 597 0 0 0 4 0 0 0 20 0 15 0 475524012 15512608768 12393 33554432000 4194304 4196468 140732471301216 139718915062640 139719383440002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31131] ppid=31118 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/31120/task/31131/stat : 31131 (java) S 31118 31118 25111 0 -1 1077944384 225 0 0 0 4 0 0 0 20 0 15 0 475524012 15512608768 12393 33554432000 4194304 4196468 140732471301216 139718914009840 139719383440002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31132] ppid=31118 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/31120/task/31132/stat : 31132 (java) S 31118 31118 25111 0 -1 1077944384 847 0 0 0 13 0 0 0 20 0 15 0 475524012 15512608768 12393 33554432000 4194304 4196468 140732471301216 139718912957040 139719383440002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31133] ppid=31118 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31133/stat : 31133 (java) S 31118 31118 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475524012 15512608768 12393 33554432000 4194304 4196468 140732471301216 139718911904480 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31134] ppid=31118 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31134/stat : 31134 (java) S 31118 31118 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475524012 15512608768 12393 33554432000 4194304 4196468 140732471301216 139718842903216 139719383440002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51024 KiB

[startup+0.70121 s]
/proc/loadavg: 8.07 8.41 8.48 5/229 31134
/proc/meminfo: memFree=17598152/32770624 swapFree=67002252/67108860
[pid=31118] ppid=31115 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/31118/stat : 31118 (xcsp3-exec) S 31115 31118 25111 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475524006 115843072 363 33554432000 4194304 5098028 140728312643120 140728312641224 140405225079420 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19107840 140728312644439 140728312644697 140728312644697 140728312647622 0
/proc/31118/statm: 28282 363 305 221 0 87 0
[pid=31120] ppid=31118 vsize=15151156 memory=109432 CPUtime=1.78 cores=0,2,4,6
/proc/31120/stat : 31120 (java) S 31118 31118 25111 0 -1 1077944320 16486 0 0 0 172 6 0 0 20 0 15 0 475524006 15514783744 27358 33554432000 4194304 4196468 140732471301216 140732471283760 139719383428855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
/proc/31120/statm: 3787789 27358 3441 1 0 3748889 0
[pid=31120/tid=31121] ppid=31118 vsize=15151156 memory=29952 CPUtime=0.67 cores=0,2,4,6
/proc/31120/task/31121/stat : 31121 (java) R 31118 31118 25111 0 -1 4202560 9158 0 0 0 63 4 0 0 20 0 15 0 475524006 15514783744 27358 33554432000 4194304 4196468 140732471301216 139719387664648 139718997787432 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31122] ppid=31118 vsize=15151156 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31122/stat : 31122 (java) S 31118 31118 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475524007 15514783744 27358 33554432000 4194304 4196468 140732471301216 139719319665808 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31123] ppid=31118 vsize=15151156 memory=500 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31123/stat : 31123 (java) S 31118 31118 25111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475524007 15514783744 27358 33554432000 4194304 4196468 140732471301216 139719318613008 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31124] ppid=31118 vsize=15151156 memory=932 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31124/stat : 31124 (java) S 31118 31118 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475524007 15514783744 27358 33554432000 4194304 4196468 140732471301216 139719317560208 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31125] ppid=31118 vsize=15151156 memory=1776 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31125/stat : 31125 (java) S 31118 31118 25111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475524007 15514783744 27358 33554432000 4194304 4196468 140732471301216 139719316507408 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31126] ppid=31118 vsize=15151156 memory=1656 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31126/stat : 31126 (java) S 31118 31118 25111 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475524008 15514783744 27358 33554432000 4194304 4196468 140732471301216 139718919272816 139719383440002 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31127] ppid=31118 vsize=15151156 memory=804 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31127/stat : 31127 (java) S 31118 31118 25111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475524009 15514783744 27358 33554432000 4194304 4196468 140732471301216 139718918218784 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31128] ppid=31118 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31128/stat : 31128 (java) S 31118 31118 25111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475524009 15514783744 27358 33554432000 4194304 4196468 140732471301216 139718917165936 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31129] ppid=31118 vsize=15151156 memory=1980 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31129/stat : 31129 (java) S 31118 31118 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475524012 15514783744 27358 33554432000 4194304 4196468 140732471301216 139718916114256 139719383447451 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31130] ppid=31118 vsize=15151156 memory=2676 CPUtime=0.37 cores=0,2,4,6
/proc/31120/task/31130/stat : 31130 (java) R 31118 31118 25111 0 -1 4202560 2022 0 0 0 37 0 0 0 20 0 15 0 475524012 15514783744 27358 33554432000 4194304 4196468 140732471301216 139718915050512 139719368569824 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31131] ppid=31118 vsize=15151156 memory=1764 CPUtime=0.36 cores=0,2,4,6
/proc/31120/task/31131/stat : 31131 (java) R 31118 31118 25111 0 -1 4202560 1794 0 0 0 36 0 0 0 20 0 15 0 475524012 15514783744 27358 33554432000 4194304 4196468 140732471301216 139718913990856 139719383450202 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31132] ppid=31118 vsize=15151156 memory=111632 CPUtime=0.34 cores=0,2,4,6
/proc/31120/task/31132/stat : 31132 (java) S 31118 31118 25111 0 -1 1077944384 2203 0 0 0 34 0 0 0 20 0 15 0 475524012 15514783744 27358 33554432000 4194304 4196468 140732471301216 139718912957040 139719383440002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31133] ppid=31118 vsize=15151156 memory=796 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31133/stat : 31133 (java) S 31118 31118 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475524012 15514783744 27358 33554432000 4194304 4196468 140732471301216 139718911904480 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31134] ppid=31118 vsize=15151156 memory=4096 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31134/stat : 31134 (java) S 31118 31118 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475524012 15514783744 27358 33554432000 4194304 4196468 140732471301216 139718842903216 139719383440002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
Current children cumulated CPU time: 1.78 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 110884 KiB

[startup+1.50081 s]
/proc/loadavg: 7.67 8.33 8.45 6/229 31134
/proc/meminfo: memFree=17455628/32770624 swapFree=67002252/67108860
[pid=31118] ppid=31115 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/31118/stat : 31118 (xcsp3-exec) S 31115 31118 25111 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475524006 115843072 363 33554432000 4194304 5098028 140728312643120 140728312641224 140405225079420 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19107840 140728312644439 140728312644697 140728312644697 140728312647622 0
/proc/31118/statm: 28282 363 305 221 0 87 0

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

/proc/31120/task/31132/stat : 31132 (java) S 31118 31118 25111 0 -1 1077944384 5792 0 0 0 57 1 0 0 20 0 16 0 475524012 15582945280 3154656 33554432000 4194304 4196468 140732471301216 139718912956608 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31133] ppid=31118 vsize=15217720 memory=111632 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31133/stat : 31133 (java) S 31118 31118 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 475524012 15582945280 3154656 33554432000 4194304 4196468 140732471301216 139718911904480 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31134] ppid=31118 vsize=15217720 memory=1452 CPUtime=0.37 cores=0,2,4,6
/proc/31120/task/31134/stat : 31134 (java) S 31118 31118 25111 0 -1 1077944384 952 0 0 0 20 17 0 0 20 0 16 0 475524012 15582945280 3154656 33554432000 4194304 4196468 140732471301216 139718842903216 139719383440002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31217] ppid=31118 vsize=15217720 memory=12618612 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31217/stat : 31217 (java) S 31118 31118 25111 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 475604191 15582945280 3154656 33554432000 4194304 4196468 140732471301216 139718833925440 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
Current children cumulated CPU time: 2389.89 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12620076 KiB

[startup+808.001 s]*
/proc/loadavg: 6.51 7.04 7.21 9/238 31301
/proc/meminfo: memFree=12509448/32770624 swapFree=67002252/67108860
[pid=31118] ppid=31115 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/31118/stat : 31118 (xcsp3-exec) S 31115 31118 25111 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475524006 115843072 363 33554432000 4194304 5098028 140728312643120 140728312641224 140405225079420 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19107840 140728312644439 140728312644697 140728312644697 140728312647622 0
/proc/31118/statm: 28282 363 305 221 0 87 0
[pid=31120] ppid=31118 vsize=15217720 memory=12618628 CPUtime=2394.91 cores=0,2,4,6
/proc/31120/stat : 31120 (java) S 31118 31118 25111 0 -1 1077944320 7908932 0 0 0 237542 1949 0 0 20 0 16 0 475524006 15582945280 3154657 33554432000 4194304 4196468 140732471301216 140732471283760 139719383428855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
/proc/31120/statm: 3804430 3154657 3509 1 0 3765530 0
[pid=31120/tid=31121] ppid=31118 vsize=15217720 memory=6791534058613427641 CPUtime=178.66 cores=0,2,4,6
/proc/31120/task/31121/stat : 31121 (java) S 31118 31118 25111 0 -1 1077944384 34781 0 0 0 17816 50 0 0 20 0 16 0 475524006 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139719387669536 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31122] ppid=31118 vsize=15217720 memory=6789802306324843961 CPUtime=529.12 cores=0,2,4,6
/proc/31120/task/31122/stat : 31122 (java) S 31118 31118 25111 0 -1 1077944384 2049076 0 0 0 52465 447 0 0 20 0 16 0 475524007 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139719319665808 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31123] ppid=31118 vsize=15217720 memory=1412 CPUtime=529.67 cores=0,2,4,6
/proc/31120/task/31123/stat : 31123 (java) S 31118 31118 25111 0 -1 1077944384 2313494 0 0 0 52463 504 0 0 20 0 16 0 475524007 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139719318613008 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31124] ppid=31118 vsize=15217720 memory=2424 CPUtime=528.99 cores=0,2,4,6
/proc/31120/task/31124/stat : 31124 (java) S 31118 31118 25111 0 -1 1077944384 1269556 0 0 0 52464 435 0 0 20 0 16 0 475524007 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139719317560208 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31125] ppid=31118 vsize=15217720 memory=1456 CPUtime=529.59 cores=0,2,4,6
/proc/31120/task/31125/stat : 31125 (java) S 31118 31118 25111 0 -1 1077944384 1821841 0 0 0 52487 472 0 0 20 0 16 0 475524007 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139719316507408 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31126] ppid=31118 vsize=15217720 memory=220276 CPUtime=94.16 cores=0,2,4,6
/proc/31120/task/31126/stat : 31126 (java) R 31118 31118 25111 0 -1 4202560 386407 0 0 0 9390 26 0 0 20 0 16 0 475524008 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139718919271248 139719368425262 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31127] ppid=31118 vsize=15217720 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31127/stat : 31127 (java) S 31118 31118 25111 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 475524009 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139718918218848 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31128] ppid=31118 vsize=15217720 memory=636 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31128/stat : 31128 (java) S 31118 31118 25111 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 475524009 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139718917165952 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31129] ppid=31118 vsize=15217720 memory=2836 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31129/stat : 31129 (java) S 31118 31118 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 475524012 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139718916114256 139719383447451 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31130] ppid=31118 vsize=15217720 memory=1056 CPUtime=1.61 cores=0,2,4,6
/proc/31120/task/31130/stat : 31130 (java) S 31118 31118 25111 0 -1 1077944384 12406 0 0 0 160 1 0 0 20 0 16 0 475524012 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139718915062400 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31131] ppid=31118 vsize=15217720 memory=1568 CPUtime=2.04 cores=0,2,4,6
/proc/31120/task/31131/stat : 31131 (java) S 31118 31118 25111 0 -1 1077944384 13273 0 0 0 203 1 0 0 20 0 16 0 475524012 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139718914009888 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31132] ppid=31118 vsize=15217720 memory=1048 CPUtime=0.58 cores=0,2,4,6
/proc/31120/task/31132/stat : 31132 (java) S 31118 31118 25111 0 -1 1077944384 5792 0 0 0 57 1 0 0 20 0 16 0 475524012 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139718912956608 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31133] ppid=31118 vsize=15217720 memory=13976 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31133/stat : 31133 (java) S 31118 31118 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 475524012 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139718911904480 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31134] ppid=31118 vsize=15217720 memory=1266 CPUtime=0.37 cores=0,2,4,6
/proc/31120/task/31134/stat : 31134 (java) S 31118 31118 25111 0 -1 1077944384 952 0 0 0 20 17 0 0 20 0 16 0 475524012 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139718842903216 139719383440002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31217] ppid=31118 vsize=15217720 memory=272 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31217/stat : 31217 (java) S 31118 31118 25111 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 475604191 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139718833925440 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
Current children cumulated CPU time: 2394.91 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12620080 KiB

[startup+808.801 s]
/proc/loadavg: 6.51 7.04 7.21 9/238 31301
/proc/meminfo: memFree=12509448/32770624 swapFree=67002252/67108860
[pid=31118] ppid=31115 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/31118/stat : 31118 (xcsp3-exec) S 31115 31118 25111 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475524006 115843072 363 33554432000 4194304 5098028 140728312643120 140728312641224 140405225079420 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19107840 140728312644439 140728312644697 140728312644697 140728312647622 0
/proc/31118/statm: 28282 363 305 221 0 87 0
[pid=31120] ppid=31118 vsize=15217720 memory=12618628 CPUtime=2395.7 cores=0,2,4,6
/proc/31120/stat : 31120 (java) S 31118 31118 25111 0 -1 1077944320 7910658 0 0 0 237621 1949 0 0 20 0 16 0 475524006 15582945280 3154657 33554432000 4194304 4196468 140732471301216 140732471283760 139719383428855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
/proc/31120/statm: 3804430 3154657 3509 1 0 3765530 0
[pid=31120/tid=31121] ppid=31118 vsize=15217720 memory=291 CPUtime=178.66 cores=0,2,4,6
/proc/31120/task/31121/stat : 31121 (java) S 31118 31118 25111 0 -1 1077944384 34781 0 0 0 17816 50 0 0 20 0 16 0 475524006 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139719387669536 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31122] ppid=31118 vsize=15217720 memory=271378 CPUtime=529.12 cores=0,2,4,6
/proc/31120/task/31122/stat : 31122 (java) S 31118 31118 25111 0 -1 1077944384 2049076 0 0 0 52465 447 0 0 20 0 16 0 475524007 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139719319665808 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31123] ppid=31118 vsize=15217720 memory=2 CPUtime=529.67 cores=0,2,4,6
/proc/31120/task/31123/stat : 31123 (java) S 31118 31118 25111 0 -1 1077944384 2313494 0 0 0 52463 504 0 0 20 0 16 0 475524007 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139719318613008 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31124] ppid=31118 vsize=15217720 memory=12618628 CPUtime=528.99 cores=0,2,4,6
/proc/31120/task/31124/stat : 31124 (java) S 31118 31118 25111 0 -1 1077944384 1269556 0 0 0 52464 435 0 0 20 0 16 0 475524007 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139719317560208 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31125] ppid=31118 vsize=15217720 memory=55400 CPUtime=529.59 cores=0,2,4,6
/proc/31120/task/31125/stat : 31125 (java) S 31118 31118 25111 0 -1 1077944384 1821841 0 0 0 52487 472 0 0 20 0 16 0 475524007 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139719316507408 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31126] ppid=31118 vsize=15217720 memory=988 CPUtime=94.95 cores=0,2,4,6
/proc/31120/task/31126/stat : 31126 (java) R 31118 31118 25111 0 -1 4202560 388158 0 0 0 9469 26 0 0 20 0 16 0 475524008 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139718919271248 139719367886486 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31127] ppid=31118 vsize=15217720 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31127/stat : 31127 (java) S 31118 31118 25111 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 475524009 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139718918218848 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31128] ppid=31118 vsize=15217720 memory=636 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31128/stat : 31128 (java) S 31118 31118 25111 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 475524009 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139718917165952 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31129] ppid=31118 vsize=15217720 memory=2836 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31129/stat : 31129 (java) S 31118 31118 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 475524012 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139718916114256 139719383447451 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31130] ppid=31118 vsize=15217720 memory=1056 CPUtime=1.61 cores=0,2,4,6
/proc/31120/task/31130/stat : 31130 (java) S 31118 31118 25111 0 -1 1077944384 12406 0 0 0 160 1 0 0 20 0 16 0 475524012 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139718915062400 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31131] ppid=31118 vsize=15217720 memory=1568 CPUtime=2.04 cores=0,2,4,6
/proc/31120/task/31131/stat : 31131 (java) S 31118 31118 25111 0 -1 1077944384 13273 0 0 0 203 1 0 0 20 0 16 0 475524012 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139718914009888 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31132] ppid=31118 vsize=15217720 memory=1048 CPUtime=0.58 cores=0,2,4,6
/proc/31120/task/31132/stat : 31132 (java) S 31118 31118 25111 0 -1 1077944384 5792 0 0 0 57 1 0 0 20 0 16 0 475524012 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139718912956608 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31133] ppid=31118 vsize=15217720 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31133/stat : 31133 (java) S 31118 31118 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 475524012 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139718911904480 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31134] ppid=31118 vsize=15217720 memory=1416 CPUtime=0.37 cores=0,2,4,6
/proc/31120/task/31134/stat : 31134 (java) S 31118 31118 25111 0 -1 1077944384 952 0 0 0 20 17 0 0 20 0 16 0 475524012 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139718842903216 139719383440002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31217] ppid=31118 vsize=15217720 memory=776 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31217/stat : 31217 (java) S 31118 31118 25111 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 475604191 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139718833925440 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
Current children cumulated CPU time: 2395.7 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12620080 KiB

[startup+809.201 s]
/proc/loadavg: 6.51 7.04 7.21 2/231 31301
/proc/meminfo: memFree=12474696/32770624 swapFree=67002252/67108860
[pid=31118] ppid=31115 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/31118/stat : 31118 (xcsp3-exec) S 31115 31118 25111 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475524006 115843072 363 33554432000 4194304 5098028 140728312643120 140728312641224 140405225079420 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19107840 140728312644439 140728312644697 140728312644697 140728312647622 0
/proc/31118/statm: 28282 363 305 221 0 87 0
[pid=31120] ppid=31118 vsize=15217720 memory=12618628 CPUtime=2396.09 cores=0,2,4,6
/proc/31120/stat : 31120 (java) S 31118 31118 25111 0 -1 1077944320 7915636 0 0 0 237660 1949 0 0 20 0 16 0 475524006 15582945280 3154657 33554432000 4194304 4196468 140732471301216 140732471283760 139719383428855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
/proc/31120/statm: 3804430 3154657 3509 1 0 3765530 0
[pid=31120/tid=31121] ppid=31118 vsize=15217720 memory=1656 CPUtime=178.66 cores=0,2,4,6
/proc/31120/task/31121/stat : 31121 (java) S 31118 31118 25111 0 -1 1077944384 34781 0 0 0 17816 50 0 0 20 0 16 0 475524006 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139719387669536 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31122] ppid=31118 vsize=15217720 memory=804 CPUtime=529.12 cores=0,2,4,6
/proc/31120/task/31122/stat : 31122 (java) S 31118 31118 25111 0 -1 1077944384 2049076 0 0 0 52465 447 0 0 20 0 16 0 475524007 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139719319665808 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31123] ppid=31118 vsize=15217720 memory=1448 CPUtime=529.67 cores=0,2,4,6
/proc/31120/task/31123/stat : 31123 (java) S 31118 31118 25111 0 -1 1077944384 2313494 0 0 0 52463 504 0 0 20 0 16 0 475524007 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139719318613008 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31124] ppid=31118 vsize=15217720 memory=1980 CPUtime=528.99 cores=0,2,4,6
/proc/31120/task/31124/stat : 31124 (java) S 31118 31118 25111 0 -1 1077944384 1269556 0 0 0 52464 435 0 0 20 0 16 0 475524007 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139719317560208 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31125] ppid=31118 vsize=15217720 memory=2676 CPUtime=529.59 cores=0,2,4,6
/proc/31120/task/31125/stat : 31125 (java) S 31118 31118 25111 0 -1 1077944384 1821841 0 0 0 52487 472 0 0 20 0 16 0 475524007 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139719316507408 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31126] ppid=31118 vsize=15217720 memory=1764 CPUtime=95.35 cores=0,2,4,6
/proc/31120/task/31126/stat : 31126 (java) R 31118 31118 25111 0 -1 4202560 393111 0 0 0 9508 27 0 0 20 0 16 0 475524008 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139718919271248 139719368425259 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31127] ppid=31118 vsize=15217720 memory=111632 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31127/stat : 31127 (java) S 31118 31118 25111 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 475524009 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139718918218848 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31128] ppid=31118 vsize=15217720 memory=796 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31128/stat : 31128 (java) S 31118 31118 25111 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 475524009 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139718917165952 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31129] ppid=31118 vsize=15217720 memory=1808 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31129/stat : 31129 (java) S 31118 31118 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 475524012 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139718916114256 139719383447451 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31130] ppid=31118 vsize=15217720 memory=920 CPUtime=1.61 cores=0,2,4,6
/proc/31120/task/31130/stat : 31130 (java) S 31118 31118 25111 0 -1 1077944384 12406 0 0 0 160 1 0 0 20 0 16 0 475524012 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139718915062400 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31131] ppid=31118 vsize=15217720 memory=3820 CPUtime=2.04 cores=0,2,4,6
/proc/31120/task/31131/stat : 31131 (java) S 31118 31118 25111 0 -1 1077944384 13273 0 0 0 203 1 0 0 20 0 16 0 475524012 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139718914009888 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31132] ppid=31118 vsize=15217720 memory=1452 CPUtime=0.58 cores=0,2,4,6
/proc/31120/task/31132/stat : 31132 (java) S 31118 31118 25111 0 -1 1077944384 5792 0 0 0 57 1 0 0 20 0 16 0 475524012 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139718912956608 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31133] ppid=31118 vsize=15217720 memory=12618628 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31133/stat : 31133 (java) S 31118 31118 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 475524012 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139718911904480 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31134] ppid=31118 vsize=15217720 memory=3 CPUtime=0.38 cores=0,2,4,6
/proc/31120/task/31134/stat : 31134 (java) S 31118 31118 25111 0 -1 1077944384 952 0 0 0 21 17 0 0 20 0 16 0 475524012 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139718842903216 139719383440002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
[pid=31120/tid=31217] ppid=31118 vsize=15217720 memory=131 CPUtime=0 cores=0,2,4,6
/proc/31120/task/31217/stat : 31217 (java) S 31118 31118 25111 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 475604191 15582945280 3154657 33554432000 4194304 4196468 140732471301216 139718833925440 139719383439061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6434816 140732471305179 140732471305354 140732471305354 140732471308239 0
Current children cumulated CPU time: 2396.09 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12620080 KiB

[startup+809.401 s]
/proc/loadavg: 6.51 7.04 7.21 2/231 31301
/proc/meminfo: memFree=12474696/32770624 swapFree=67002252/67108860
[pid=31118] ppid=31115 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/31118/stat : 31118 (xcsp3-exec) S 31115 31118 25111 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475524006 115843072 363 33554432000 4194304 5098028 140728312643120 140728312641224 140405225079420 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19107840 140728312644439 140728312644697 140728312644697 140728312647622 0
/proc/31118/statm: 28282 363 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

[startup+809.5 s]
/proc/loadavg: 6.51 7.04 7.21 2/231 31301
/proc/meminfo: memFree=12474696/32770624 swapFree=67002252/67108860
[pid=31118] ppid=31115 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/31118/stat : 31118 (xcsp3-exec) S 31115 31118 25111 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475524006 115843072 363 33554432000 4194304 5098028 140728312643120 140728312641224 140405225079420 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19107840 140728312644439 140728312644697 140728312644697 140728312647622 0
/proc/31118/statm: 28282 363 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 1
Real time (s): 809.51
CPU time (s): 2396.4
CPU user time (s): 2376.69
CPU system time (s): 19.7128
CPU usage (%): 296.031
Max. virtual memory (cumulated for all children) (KiB): 15330848
Max. memory (cumulated for all children) (KiB): 12620080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2376.69
system time used= 19.7128
maximum resident set size= 12618908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7916258
page faults= 0
swaps= 0
block input operations= 8
block output operations= 1120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34951
involuntary context switches= 50820


# summary of solver processes directly reported to runsolver:
#   pid: 31118
#   total CPU time (s): 2396.4
#   total CPU user time (s): 2376.69
#   total CPU system time (s): 19.7128

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.10376 second user time and 8.36904 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-20 17:18:29
IDJOB=4403409
IDBENCH=138449
IDSOLVER=2863
FILE ID=node136/4403409-1568992754
RUNJOBID= node136-1568987938-25142
PBS_JOBID= 21704639
Free space on /var/tmp= 13460 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-26.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 /var/tmp/evaluation-result-4403409-1568992754/watcher-4403409-1568992754 -o /var/tmp/evaluation-result-4403409-1568992754/solver-4403409-1568992754 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1568987938-25142 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 581907280 HOME/instance-4403409-1568992754.xml

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

MD5SUM BENCH= 163dd1c4311ae2a810c887bcbec28782
RANDOM SEED=581907280

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        17656136 kB
MemAvailable:   27816588 kB
Buffers:           92452 kB
Cached:         10126452 kB
SwapCached:         3516 kB
Active:          9089624 kB
Inactive:        5163600 kB
Active(anon):    4030276 kB
Inactive(anon):    52544 kB
Active(file):    5059348 kB
Inactive(file):  5111056 kB
Unevictable:      110480 kB
Mlocked:          110480 kB
SwapTotal:      67108860 kB
SwapFree:       67002252 kB
Dirty:             26236 kB
Writeback:             0 kB
AnonPages:       4146892 kB
Mapped:            65120 kB
Shmem:             40208 kB
Slab:             447980 kB
SReclaimable:     418508 kB
SUnreclaim:        29472 kB
KernelStack:        4000 kB
PageTables:        13840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5517448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3971072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13436 MiB
End job on node136 at 2019-09-20 17:31:59