Trace number 4393049

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-06-14SAT 222.325 67.5576

General information on the benchmark

NameQRandom/QRandom-mdd-7-25-5/
mdd-7-25-5-56-17.xml
MD5SUM9efca6d5489e39e5f473d5ee8bd54dad
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark22.8714
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree8
Maximum variable degree25
Distribution of variable degrees[{"degree":8,"count":1},{"degree":10,"count":1},{"degree":11,"count":3},{"degree":12,"count":2},{"degree":13,"count":1},{"degree":14,"count":2},{"degree":15,"count":3},{"degree":16,"count":2},{"degree":17,"count":2},{"degree":18,"count":2},{"degree":19,"count":1},{"degree":20,"count":2},{"degree":22,"count":1},{"degree":23,"count":1},{"degree":25,"count":1}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":56}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
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-4393049-1568316858.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393049-1568316858.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
32.41/19.80	c solve instance...
222.17/67.53	s SATISFIABLE
222.17/67.53	v <instantiation>
222.17/67.53	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] </list>
222.17/67.53	v 	<values>1 1 1 4 2 2 0 1 1 4 4 4 0 4 2 4 2 4 1 0 4 3 3 4 4 </values>
222.17/67.53	v </instantiation>

Verifier Data

OK	

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 (15235 MiB free)
  memory of node 1: 16384 MiB (15527 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393049-1568316858/watcher-4393049-1568316858 -o /tmp/evaluation-result-4393049-1568316858/solver-4393049-1568316858 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568312479-6784 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1471829743 HOME/instance-4393049-1568316858.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=12255, runsolver pid=12252
Current StackSize limit: 8192 KiB


[startup+0.100094 s]*
/proc/loadavg: 8.07 8.32 7.61 6/233 12271
/proc/meminfo: memFree=31485748/32770624 swapFree=66979456/67108860
[pid=12255] ppid=12252 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/12255/stat : 12255 (xcsp3-exec) S 12252 12255 6753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407948529 115843072 362 33554432000 4194304 5098028 140720347402560 140720347400664 140711346758268 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27201536 140720347411322 140720347411565 140720347411565 140720347414474 0
/proc/12255/statm: 28282 362 304 221 0 87 0
[pid=12257] ppid=12255 vsize=15144768 memory=28604 CPUtime=0.12 cores=0,2,4,6
/proc/12257/stat : 12257 (java) S 12255 12255 6753 0 -1 1077944320 5649 0 0 0 11 1 0 0 20 0 15 0 407948530 15508242432 7151 33554432000 4194304 4196468 140724423811984 140724423794528 139750933323511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
/proc/12257/statm: 3786192 7151 3118 1 0 3748377 0
[pid=12257/tid=12258] ppid=12255 vsize=15144768 memory=7100839878644302962 CPUtime=0.08 cores=0,2,4,6
/proc/12257/task/12258/stat : 12258 (java) R 12255 12255 6753 0 -1 4202560 3562 0 0 0 8 0 0 0 20 0 15 0 407948530 15508242432 7151 33554432000 4194304 4196468 140724423811984 139750937555440 139750536117478 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12259] ppid=12255 vsize=15144768 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12259/stat : 12259 (java) S 12255 12255 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407948531 15508242432 7151 33554432000 4194304 4196468 140724423811984 139750861364240 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12260] ppid=12255 vsize=15144768 memory=139938677044864 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12260/stat : 12260 (java) S 12255 12255 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407948531 15508242432 7151 33554432000 4194304 4196468 140724423811984 139750860311696 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12261] ppid=12255 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12261/stat : 12261 (java) S 12255 12255 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407948531 15508242432 7151 33554432000 4194304 4196468 140724423811984 139750859258640 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12262] ppid=12255 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12262/stat : 12262 (java) S 12255 12255 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407948531 15508242432 7151 33554432000 4194304 4196468 140724423811984 139750858206096 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12263] ppid=12255 vsize=15144768 memory=139938677044864 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12263/stat : 12263 (java) S 12255 12255 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407948532 15508242432 7151 33554432000 4194304 4196468 140724423811984 139749806995696 139750933334658 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12264] ppid=12255 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12264/stat : 12264 (java) S 12255 12255 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407948532 15508242432 7151 33554432000 4194304 4196468 140724423811984 139749805941920 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12265] ppid=12255 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12265/stat : 12265 (java) S 12255 12255 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407948533 15508242432 7151 33554432000 4194304 4196468 140724423811984 139749804888816 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12266] ppid=12255 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12266/stat : 12266 (java) S 12255 12255 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407948535 15508242432 7151 33554432000 4194304 4196468 140724423811984 139749803837392 139750933342107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12267] ppid=12255 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12267/stat : 12267 (java) S 12255 12255 6753 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 407948535 15508242432 7151 33554432000 4194304 4196468 140724423811984 139749802785520 139750933334658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12268] ppid=12255 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12268/stat : 12268 (java) S 12255 12255 6753 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 407948535 15508242432 7151 33554432000 4194304 4196468 140724423811984 139749801732976 139750933334658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12269] ppid=12255 vsize=15144768 memory=139938677044864 CPUtime=0.02 cores=0,2,4,6
/proc/12257/task/12269/stat : 12269 (java) R 12255 12255 6753 0 -1 4202560 361 0 0 0 2 0 0 0 20 0 15 0 407948535 15508242432 7151 33554432000 4194304 4196468 140724423811984 139749800679920 139750933335446 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12270] ppid=12255 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12270/stat : 12270 (java) S 12255 12255 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407948535 15508242432 7151 33554432000 4194304 4196468 140724423811984 139749799627616 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12271] ppid=12255 vsize=15144768 memory=139938677044864 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12271/stat : 12271 (java) S 12255 12255 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407948536 15508242432 7151 33554432000 4194304 4196468 140724423811984 139749798574640 139750933334658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30052 KiB

[startup+0.210736 s]*
/proc/loadavg: 8.07 8.32 7.61 7/233 12271
/proc/meminfo: memFree=31472276/32770624 swapFree=66979456/67108860
[pid=12255] ppid=12252 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/12255/stat : 12255 (xcsp3-exec) S 12252 12255 6753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407948529 115843072 362 33554432000 4194304 5098028 140720347402560 140720347400664 140711346758268 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27201536 140720347411322 140720347411565 140720347411565 140720347414474 0
/proc/12255/statm: 28282 362 304 221 0 87 0
[pid=12257] ppid=12255 vsize=15144768 memory=40408 CPUtime=0.34 cores=0,2,4,6
/proc/12257/stat : 12257 (java) S 12255 12255 6753 0 -1 1077944320 9286 0 0 0 31 3 0 0 20 0 15 0 407948530 15508242432 10102 33554432000 4194304 4196468 140724423811984 140724423794528 139750933323511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
/proc/12257/statm: 3786192 10102 3303 1 0 3748377 0
[pid=12257/tid=12258] ppid=12255 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/12257/task/12258/stat : 12258 (java) R 12255 12255 6753 0 -1 4202560 6543 0 0 0 18 2 0 0 20 0 15 0 407948530 15508242432 10102 33554432000 4194304 4196468 140724423811984 139750937554752 139750535101530 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12259] ppid=12255 vsize=15144768 memory=2995868 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12259/stat : 12259 (java) S 12255 12255 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407948531 15508242432 10102 33554432000 4194304 4196468 140724423811984 139750861364240 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12260] ppid=12255 vsize=15144768 memory=139938677056907 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12260/stat : 12260 (java) S 12255 12255 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407948531 15508242432 10102 33554432000 4194304 4196468 140724423811984 139750860311696 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12261] ppid=12255 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12261/stat : 12261 (java) S 12255 12255 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407948531 15508242432 10102 33554432000 4194304 4196468 140724423811984 139750859258640 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12262] ppid=12255 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12262/stat : 12262 (java) S 12255 12255 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407948531 15508242432 10102 33554432000 4194304 4196468 140724423811984 139750858206096 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12263] ppid=12255 vsize=15144768 memory=139938677044864 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12263/stat : 12263 (java) S 12255 12255 6753 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407948532 15508242432 10102 33554432000 4194304 4196468 140724423811984 139749806995696 139750933334658 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12264] ppid=12255 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12264/stat : 12264 (java) S 12255 12255 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407948532 15508242432 10102 33554432000 4194304 4196468 140724423811984 139749805941920 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12265] ppid=12255 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12265/stat : 12265 (java) S 12255 12255 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407948533 15508242432 10102 33554432000 4194304 4196468 140724423811984 139749804888816 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12266] ppid=12255 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12266/stat : 12266 (java) S 12255 12255 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407948535 15508242432 10102 33554432000 4194304 4196468 140724423811984 139749803837392 139750933342107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12267] ppid=12255 vsize=15144768 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/12257/task/12267/stat : 12267 (java) S 12255 12255 6753 0 -1 1077944384 406 0 0 0 2 0 0 0 20 0 15 0 407948535 15508242432 10102 33554432000 4194304 4196468 140724423811984 139749802785520 139750933334658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12268] ppid=12255 vsize=15144768 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/12257/task/12268/stat : 12268 (java) S 12255 12255 6753 0 -1 1077944384 232 0 0 0 2 0 0 0 20 0 15 0 407948535 15508242432 10102 33554432000 4194304 4196468 140724423811984 139749801732976 139750933334658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12269] ppid=12255 vsize=15144768 memory=139938677044864 CPUtime=0.07 cores=0,2,4,6
/proc/12257/task/12269/stat : 12269 (java) R 12255 12255 6753 0 -1 4202560 800 0 0 0 7 0 0 0 20 0 15 0 407948535 15508242432 10102 33554432000 4194304 4196468 140724423811984 139749800679728 139750925560638 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12270] ppid=12255 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12270/stat : 12270 (java) S 12255 12255 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407948535 15508242432 10102 33554432000 4194304 4196468 140724423811984 139749799627616 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12271] ppid=12255 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12271/stat : 12271 (java) S 12255 12255 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407948536 15508242432 10102 33554432000 4194304 4196468 140724423811984 139749798574640 139750933334658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 41856 KiB

[startup+0.319094 s]*
/proc/loadavg: 8.07 8.32 7.61 7/233 12271
/proc/meminfo: memFree=31465252/32770624 swapFree=66979456/67108860
[pid=12255] ppid=12252 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/12255/stat : 12255 (xcsp3-exec) S 12252 12255 6753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407948529 115843072 362 33554432000 4194304 5098028 140720347402560 140720347400664 140711346758268 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27201536 140720347411322 140720347411565 140720347411565 140720347414474 0
/proc/12255/statm: 28282 362 304 221 0 87 0
[pid=12257] ppid=12255 vsize=15149024 memory=50460 CPUtime=0.54 cores=0,2,4,6
/proc/12257/stat : 12257 (java) S 12255 12255 6753 0 -1 1077944320 10868 0 0 0 50 4 0 0 20 0 15 0 407948530 15512600576 12615 33554432000 4194304 4196468 140724423811984 140724423794528 139750933323511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
/proc/12257/statm: 3787256 12615 3376 1 0 3748377 0
[pid=12257/tid=12258] ppid=12255 vsize=15149024 memory=7883960649037381690 CPUtime=0.3 cores=0,2,4,6
/proc/12257/task/12258/stat : 12258 (java) R 12255 12255 6753 0 -1 4202560 7811 0 0 0 28 2 0 0 20 0 15 0 407948530 15512600576 12615 33554432000 4194304 4196468 140724423811984 139750937554624 139750917403998 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12259] ppid=12255 vsize=15149024 memory=2996209 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12259/stat : 12259 (java) S 12255 12255 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407948531 15512600576 12615 33554432000 4194304 4196468 140724423811984 139750861364240 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12260] ppid=12255 vsize=15149024 memory=3155436 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12260/stat : 12260 (java) S 12255 12255 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407948531 15512600576 12615 33554432000 4194304 4196468 140724423811984 139750860311696 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12261] ppid=12255 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12261/stat : 12261 (java) S 12255 12255 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407948531 15512600576 12615 33554432000 4194304 4196468 140724423811984 139750859258640 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12262] ppid=12255 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12262/stat : 12262 (java) S 12255 12255 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407948531 15512600576 12615 33554432000 4194304 4196468 140724423811984 139750858206096 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12263] ppid=12255 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12263/stat : 12263 (java) S 12255 12255 6753 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407948532 15512600576 12615 33554432000 4194304 4196468 140724423811984 139749806995696 139750933334658 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12264] ppid=12255 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12264/stat : 12264 (java) S 12255 12255 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407948532 15512600576 12624 33554432000 4194304 4196468 140724423811984 139749805941920 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12265] ppid=12255 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12265/stat : 12265 (java) S 12255 12255 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407948533 15512600576 12624 33554432000 4194304 4196468 140724423811984 139749804888816 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12266] ppid=12255 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12266/stat : 12266 (java) S 12255 12255 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407948535 15512600576 12624 33554432000 4194304 4196468 140724423811984 139749803837392 139750933342107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12267] ppid=12255 vsize=15149024 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/12257/task/12267/stat : 12267 (java) S 12255 12255 6753 0 -1 1077944384 531 0 0 0 5 0 0 0 20 0 15 0 407948535 15512600576 12624 33554432000 4194304 4196468 140724423811984 139749802785520 139750933334658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12268] ppid=12255 vsize=15149024 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/12257/task/12268/stat : 12268 (java) S 12255 12255 6753 0 -1 1077944384 299 0 0 0 4 0 0 0 20 0 15 0 407948535 15512600576 12624 33554432000 4194304 4196468 140724423811984 139749801732976 139750933334658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12269] ppid=12255 vsize=15149024 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/12257/task/12269/stat : 12269 (java) S 12255 12255 6753 0 -1 1077944384 926 0 0 0 12 0 0 0 20 0 15 0 407948535 15512600576 12624 33554432000 4194304 4196468 140724423811984 139749800679920 139750933334658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12270] ppid=12255 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12270/stat : 12270 (java) S 12255 12255 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407948535 15512600576 12624 33554432000 4194304 4196468 140724423811984 139749799627616 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12271] ppid=12255 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12271/stat : 12271 (java) S 12255 12255 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407948536 15512600576 12624 33554432000 4194304 4196468 140724423811984 139749798574640 139750933334658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51908 KiB

[startup+0.701121 s]
/proc/loadavg: 7.90 8.28 7.60 9/233 12271
/proc/meminfo: memFree=31387556/32770624 swapFree=66979456/67108860
[pid=12255] ppid=12252 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/12255/stat : 12255 (xcsp3-exec) S 12252 12255 6753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407948529 115843072 362 33554432000 4194304 5098028 140720347402560 140720347400664 140711346758268 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27201536 140720347411322 140720347411565 140720347411565 140720347414474 0
/proc/12255/statm: 28282 362 304 221 0 87 0
[pid=12257] ppid=12255 vsize=15149100 memory=250332 CPUtime=1.5 cores=0,2,4,6
/proc/12257/stat : 12257 (java) S 12255 12255 6753 0 -1 1077944320 13574 0 0 0 136 14 0 0 20 0 15 0 407948530 15512678400 62583 33554432000 4194304 4196468 140724423811984 140724423794528 139750933323511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
/proc/12257/statm: 3787275 62583 3452 1 0 3748377 0
[pid=12257/tid=12258] ppid=12255 vsize=15149100 memory=1790934254849 CPUtime=0.64 cores=0,2,4,6
/proc/12257/task/12258/stat : 12258 (java) R 12255 12255 6753 0 -1 4202560 8233 0 0 0 59 5 0 0 20 0 15 0 407948530 15512678400 62583 33554432000 4194304 4196468 140724423811984 139750937559392 139750535406318 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12259] ppid=12255 vsize=15149100 memory=512 CPUtime=0.03 cores=0,2,4,6
/proc/12257/task/12259/stat : 12259 (java) S 12255 12255 6753 0 -1 1077944384 40 0 0 0 2 1 0 0 20 0 15 0 407948531 15512678400 62583 33554432000 4194304 4196468 140724423811984 139750861364240 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12260] ppid=12255 vsize=15149100 memory=1564 CPUtime=0.02 cores=0,2,4,6
/proc/12257/task/12260/stat : 12260 (java) S 12255 12255 6753 0 -1 1077944384 48 0 0 0 1 1 0 0 20 0 15 0 407948531 15512678400 62583 33554432000 4194304 4196468 140724423811984 139750860311696 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12261] ppid=12255 vsize=15149100 memory=928 CPUtime=0.01 cores=0,2,4,6
/proc/12257/task/12261/stat : 12261 (java) S 12255 12255 6753 0 -1 1077944384 41 0 0 0 0 1 0 0 20 0 15 0 407948531 15512678400 62583 33554432000 4194304 4196468 140724423811984 139750859258640 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12262] ppid=12255 vsize=15149100 memory=3772 CPUtime=0.02 cores=0,2,4,6
/proc/12257/task/12262/stat : 12262 (java) S 12255 12255 6753 0 -1 1077944384 34 0 0 0 1 1 0 0 20 0 15 0 407948531 15512678400 62583 33554432000 4194304 4196468 140724423811984 139750858206096 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12263] ppid=12255 vsize=15149100 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12263/stat : 12263 (java) S 12255 12255 6753 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 407948532 15512678400 62583 33554432000 4194304 4196468 140724423811984 139749806995696 139750933334658 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12264] ppid=12255 vsize=15149100 memory=920 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12264/stat : 12264 (java) S 12255 12255 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407948532 15512678400 62583 33554432000 4194304 4196468 140724423811984 139749805941920 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12265] ppid=12255 vsize=15149100 memory=1984 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12265/stat : 12265 (java) S 12255 12255 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407948533 15512678400 62583 33554432000 4194304 4196468 140724423811984 139749804888816 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12266] ppid=12255 vsize=15149100 memory=2404 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12266/stat : 12266 (java) S 12255 12255 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407948535 15512678400 62583 33554432000 4194304 4196468 140724423811984 139749803837392 139750933342107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12267] ppid=12255 vsize=15149100 memory=1764 CPUtime=0.24 cores=0,2,4,6
/proc/12257/task/12267/stat : 12267 (java) R 12255 12255 6753 0 -1 4202560 1337 0 0 0 24 0 0 0 20 0 15 0 407948535 15512678400 62583 33554432000 4194304 4196468 140724423811984 139749802770192 139750916809565 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12268] ppid=12255 vsize=15149100 memory=111632 CPUtime=0.22 cores=0,2,4,6
/proc/12257/task/12268/stat : 12268 (java) R 12255 12255 6753 0 -1 4202560 1021 0 0 0 22 0 0 0 20 0 15 0 407948535 15512678400 62583 33554432000 4194304 4196468 140724423811984 139749801719000 139750914848333 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12269] ppid=12255 vsize=15149100 memory=804 CPUtime=0.24 cores=0,2,4,6
/proc/12257/task/12269/stat : 12269 (java) S 12255 12255 6753 0 -1 1077944384 1441 0 0 0 24 0 0 0 20 0 15 0 407948535 15512678400 62583 33554432000 4194304 4196468 140724423811984 139749800679920 139750933334658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12270] ppid=12255 vsize=15149100 memory=1808 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12270/stat : 12270 (java) S 12255 12255 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407948535 15512678400 62583 33554432000 4194304 4196468 140724423811984 139749799627616 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12271] ppid=12255 vsize=15149100 memory=924 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12271/stat : 12271 (java) S 12255 12255 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407948536 15512678400 62583 33554432000 4194304 4196468 140724423811984 139749798574640 139750933334658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 15262228 KiB
Current children cumulated memory: 251780 KiB

[startup+1.50114 s]
/proc/loadavg: 7.90 8.28 7.60 7/233 12271
/proc/meminfo: memFree=31235144/32770624 swapFree=66979456/67108860
[pid=12255] ppid=12252 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/12255/stat : 12255 (xcsp3-exec) S 12252 12255 6753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407948529 115843072 362 33554432000 4194304 5098028 140720347402560 140720347400664 140711346758268 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27201536 140720347411322 140720347411565 140720347411565 140720347414474 0
/proc/12255/statm: 28282 362 304 221 0 87 0

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

/proc/12257/task/12271/stat : 12271 (java) S 12255 12255 6753 0 -1 1077944384 1202 0 0 0 0 2 0 0 20 0 19 0 407948536 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749798574640 139750933334658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12272] ppid=12255 vsize=15417404 memory=1028 CPUtime=45.38 cores=0,2,4,6
/proc/12257/task/12272/stat : 12272 (java) R 12255 12255 6753 0 -1 4202560 892 0 0 0 4538 0 0 0 20 0 19 0 407950511 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749789600904 139750541123809 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12273] ppid=12255 vsize=15417404 memory=0 CPUtime=46.03 cores=0,2,4,6
/proc/12257/task/12273/stat : 12273 (java) R 12255 12255 6753 0 -1 4202560 1973 0 0 0 4603 0 0 0 20 0 19 0 407950511 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749788549128 139750540429963 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12274] ppid=12255 vsize=15417404 memory=0 CPUtime=45.61 cores=0,2,4,6
/proc/12257/task/12274/stat : 12274 (java) R 12255 12255 6753 0 -1 4202560 842 0 0 0 4561 0 0 0 20 0 19 0 407950511 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749787496440 139750540565349 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12275] ppid=12255 vsize=15417404 memory=0 CPUtime=45.82 cores=0,2,4,6
/proc/12257/task/12275/stat : 12275 (java) R 12255 12255 6753 0 -1 4202560 1770 0 0 0 4582 0 0 0 20 0 19 0 407950511 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749786444160 139750541451521 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
Current children cumulated CPU time: 217.8 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 4652876 KiB

[startup+67.2011 s]
/proc/loadavg: 8.41 8.29 7.65 10/237 12401
/proc/meminfo: memFree=26829732/32770624 swapFree=66979456/67108860
[pid=12255] ppid=12252 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/12255/stat : 12255 (xcsp3-exec) S 12252 12255 6753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407948529 115843072 362 33554432000 4194304 5098028 140720347402560 140720347400664 140711346758268 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27201536 140720347411322 140720347411565 140720347411565 140720347414474 0
/proc/12255/statm: 28282 362 304 221 0 87 0
[pid=12257] ppid=12255 vsize=15417404 memory=4651428 CPUtime=220.97 cores=0,2,4,6
/proc/12257/stat : 12257 (java) S 12255 12255 6753 0 -1 1077944320 75639 0 0 0 21764 333 0 0 20 0 19 0 407948530 15787421696 1162857 33554432000 4194304 4196468 140724423811984 140724423794528 139750933323511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
/proc/12257/statm: 3854351 1162857 3520 1 0 3815453 0
[pid=12257/tid=12258] ppid=12255 vsize=15417404 memory=6791534058613427641 CPUtime=15.2 cores=0,2,4,6
/proc/12257/task/12258/stat : 12258 (java) S 12255 12255 6753 0 -1 1077944384 15528 0 0 0 1480 40 0 0 20 0 19 0 407948530 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139750937564288 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12259] ppid=12255 vsize=15417404 memory=984 CPUtime=3.54 cores=0,2,4,6
/proc/12257/task/12259/stat : 12259 (java) S 12255 12255 6753 0 -1 1077944384 5198 0 0 0 280 74 0 0 20 0 19 0 407948531 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139750861364240 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12260] ppid=12255 vsize=15417404 memory=1328 CPUtime=3.53 cores=0,2,4,6
/proc/12257/task/12260/stat : 12260 (java) S 12255 12255 6753 0 -1 1077944384 5303 0 0 0 280 73 0 0 20 0 19 0 407948531 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139750860311696 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12261] ppid=12255 vsize=15417404 memory=780 CPUtime=3.48 cores=0,2,4,6
/proc/12257/task/12261/stat : 12261 (java) S 12255 12255 6753 0 -1 1077944384 5847 0 0 0 277 71 0 0 20 0 19 0 407948531 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139750859258640 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12262] ppid=12255 vsize=15417404 memory=1448 CPUtime=3.55 cores=0,2,4,6
/proc/12257/task/12262/stat : 12262 (java) S 12255 12255 6753 0 -1 1077944384 3701 0 0 0 287 68 0 0 20 0 19 0 407948531 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139750858206096 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12263] ppid=12255 vsize=15417404 memory=4651424 CPUtime=0.99 cores=0,2,4,6
/proc/12257/task/12263/stat : 12263 (java) S 12255 12255 6753 0 -1 1077944384 8744 0 0 0 98 1 0 0 20 0 19 0 407948532 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749806995696 139750933334658 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12264] ppid=12255 vsize=15417404 memory=14008 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12264/stat : 12264 (java) S 12255 12255 6753 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 19 0 407948532 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749805941984 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12265] ppid=12255 vsize=15417404 memory=2120 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12265/stat : 12265 (java) S 12255 12255 6753 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 19 0 407948533 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749804888832 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12266] ppid=12255 vsize=15417404 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12266/stat : 12266 (java) S 12255 12255 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407948535 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749803837392 139750933342107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12267] ppid=12255 vsize=15417404 memory=4651424 CPUtime=1.97 cores=0,2,4,6
/proc/12257/task/12267/stat : 12267 (java) S 12255 12255 6753 0 -1 1077944384 9104 0 0 0 196 1 0 0 20 0 19 0 407948535 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749802785520 139750933334658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12268] ppid=12255 vsize=15417404 memory=512 CPUtime=1.93 cores=0,2,4,6
/proc/12257/task/12268/stat : 12268 (java) S 12255 12255 6753 0 -1 1077944384 7761 0 0 0 192 1 0 0 20 0 19 0 407948535 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749801732976 139750933334658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12269] ppid=12255 vsize=15417404 memory=1564 CPUtime=0.64 cores=0,2,4,6
/proc/12257/task/12269/stat : 12269 (java) S 12255 12255 6753 0 -1 1077944384 6441 0 0 0 63 1 0 0 20 0 19 0 407948535 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749800679920 139750933334658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12270] ppid=12255 vsize=15417404 memory=4651428 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12270/stat : 12270 (java) S 12255 12255 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407948535 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749799627616 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12271] ppid=12255 vsize=15417404 memory=-3839181685606014076 CPUtime=0.02 cores=0,2,4,6
/proc/12257/task/12271/stat : 12271 (java) S 12255 12255 6753 0 -1 1077944384 1202 0 0 0 0 2 0 0 20 0 19 0 407948536 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749798574640 139750933334658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12272] ppid=12255 vsize=15417404 memory=-9109213556526920549 CPUtime=46.15 cores=0,2,4,6
/proc/12257/task/12272/stat : 12272 (java) R 12255 12255 6753 0 -1 4202560 892 0 0 0 4615 0 0 0 20 0 19 0 407950511 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749789600904 139750540430420 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12273] ppid=12255 vsize=15417404 memory=-7896958341738507680 CPUtime=46.82 cores=0,2,4,6
/proc/12257/task/12273/stat : 12273 (java) R 12255 12255 6753 0 -1 4202560 1975 0 0 0 4682 0 0 0 20 0 19 0 407950511 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749788549128 139750540429963 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12274] ppid=12255 vsize=15417404 memory=6720696446780535410 CPUtime=46.41 cores=0,2,4,6
/proc/12257/task/12274/stat : 12274 (java) R 12255 12255 6753 0 -1 4202560 842 0 0 0 4641 0 0 0 20 0 19 0 407950511 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749787496440 139750541120697 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12275] ppid=12255 vsize=15417404 memory=-3839181684196723249 CPUtime=46.62 cores=0,2,4,6
/proc/12257/task/12275/stat : 12275 (java) R 12255 12255 6753 0 -1 4202560 1772 0 0 0 4662 0 0 0 20 0 19 0 407950511 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749786444160 139750541120725 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
Current children cumulated CPU time: 220.97 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 4652876 KiB

[startup+67.4011 s]
/proc/loadavg: 8.41 8.29 7.65 10/237 12401
/proc/meminfo: memFree=26829732/32770624 swapFree=66979456/67108860
[pid=12255] ppid=12252 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/12255/stat : 12255 (xcsp3-exec) S 12252 12255 6753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407948529 115843072 362 33554432000 4194304 5098028 140720347402560 140720347400664 140711346758268 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27201536 140720347411322 140720347411565 140720347411565 140720347414474 0
/proc/12255/statm: 28282 362 304 221 0 87 0
[pid=12257] ppid=12255 vsize=15417404 memory=4651428 CPUtime=221.77 cores=0,2,4,6
/proc/12257/stat : 12257 (java) S 12255 12255 6753 0 -1 1077944320 75639 0 0 0 21844 333 0 0 20 0 19 0 407948530 15787421696 1162857 33554432000 4194304 4196468 140724423811984 140724423794528 139750933323511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
/proc/12257/statm: 3854351 1162857 3520 1 0 3815453 0
[pid=12257/tid=12258] ppid=12255 vsize=15417404 memory=3772 CPUtime=15.2 cores=0,2,4,6
/proc/12257/task/12258/stat : 12258 (java) S 12255 12255 6753 0 -1 1077944384 15528 0 0 0 1480 40 0 0 20 0 19 0 407948530 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139750937564288 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12259] ppid=12255 vsize=15417404 memory=1440 CPUtime=3.54 cores=0,2,4,6
/proc/12257/task/12259/stat : 12259 (java) S 12255 12255 6753 0 -1 1077944384 5198 0 0 0 280 74 0 0 20 0 19 0 407948531 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139750861364240 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12260] ppid=12255 vsize=15417404 memory=920 CPUtime=3.53 cores=0,2,4,6
/proc/12257/task/12260/stat : 12260 (java) S 12255 12255 6753 0 -1 1077944384 5303 0 0 0 280 73 0 0 20 0 19 0 407948531 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139750860311696 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12261] ppid=12255 vsize=15417404 memory=1984 CPUtime=3.48 cores=0,2,4,6
/proc/12257/task/12261/stat : 12261 (java) S 12255 12255 6753 0 -1 1077944384 5847 0 0 0 277 71 0 0 20 0 19 0 407948531 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139750859258640 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12262] ppid=12255 vsize=15417404 memory=2404 CPUtime=3.55 cores=0,2,4,6
/proc/12257/task/12262/stat : 12262 (java) S 12255 12255 6753 0 -1 1077944384 3701 0 0 0 287 68 0 0 20 0 19 0 407948531 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139750858206096 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12263] ppid=12255 vsize=15417404 memory=1764 CPUtime=0.99 cores=0,2,4,6
/proc/12257/task/12263/stat : 12263 (java) S 12255 12255 6753 0 -1 1077944384 8744 0 0 0 98 1 0 0 20 0 19 0 407948532 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749806995696 139750933334658 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12264] ppid=12255 vsize=15417404 memory=1328 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12264/stat : 12264 (java) S 12255 12255 6753 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 19 0 407948532 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749805941984 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12265] ppid=12255 vsize=15417404 memory=780 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12265/stat : 12265 (java) S 12255 12255 6753 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 19 0 407948533 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749804888832 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12266] ppid=12255 vsize=15417404 memory=3360 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12266/stat : 12266 (java) S 12255 12255 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407948535 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749803837392 139750933342107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12267] ppid=12255 vsize=15417404 memory=1692 CPUtime=1.97 cores=0,2,4,6
/proc/12257/task/12267/stat : 12267 (java) S 12255 12255 6753 0 -1 1077944384 9104 0 0 0 196 1 0 0 20 0 19 0 407948535 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749802785520 139750933334658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12268] ppid=12255 vsize=15417404 memory=1028 CPUtime=1.93 cores=0,2,4,6
/proc/12257/task/12268/stat : 12268 (java) S 12255 12255 6753 0 -1 1077944384 7761 0 0 0 192 1 0 0 20 0 19 0 407948535 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749801732976 139750933334658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12269] ppid=12255 vsize=15417404 memory=1060 CPUtime=0.64 cores=0,2,4,6
/proc/12257/task/12269/stat : 12269 (java) S 12255 12255 6753 0 -1 1077944384 6441 0 0 0 63 1 0 0 20 0 19 0 407948535 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749800679920 139750933334658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12270] ppid=12255 vsize=15417404 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12270/stat : 12270 (java) S 12255 12255 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407948535 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749799627616 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12271] ppid=12255 vsize=15417404 memory=4651428 CPUtime=0.02 cores=0,2,4,6
/proc/12257/task/12271/stat : 12271 (java) S 12255 12255 6753 0 -1 1077944384 1202 0 0 0 0 2 0 0 20 0 19 0 407948536 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749798574640 139750933334658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12272] ppid=12255 vsize=15417404 memory=1520 CPUtime=46.35 cores=0,2,4,6
/proc/12257/task/12272/stat : 12272 (java) R 12255 12255 6753 0 -1 4202560 892 0 0 0 4635 0 0 0 20 0 19 0 407950511 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749789600904 139750541120668 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12273] ppid=12255 vsize=15417404 memory=354 CPUtime=47.02 cores=0,2,4,6
/proc/12257/task/12273/stat : 12273 (java) R 12255 12255 6753 0 -1 4202560 1975 0 0 0 4702 0 0 0 20 0 19 0 407950511 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749788549128 139750540429604 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12274] ppid=12255 vsize=15417404 memory=353 CPUtime=46.61 cores=0,2,4,6
/proc/12257/task/12274/stat : 12274 (java) R 12255 12255 6753 0 -1 4202560 842 0 0 0 4661 0 0 0 20 0 19 0 407950511 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749787496440 139750540551306 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12275] ppid=12255 vsize=15417404 memory=348 CPUtime=46.82 cores=0,2,4,6
/proc/12257/task/12275/stat : 12275 (java) R 12255 12255 6753 0 -1 4202560 1772 0 0 0 4682 0 0 0 20 0 19 0 407950511 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749786444160 139750540565399 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
Current children cumulated CPU time: 221.77 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 4652876 KiB

[startup+67.5011 s]
/proc/loadavg: 8.41 8.29 7.65 10/237 12401
/proc/meminfo: memFree=26829732/32770624 swapFree=66979456/67108860
[pid=12255] ppid=12252 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/12255/stat : 12255 (xcsp3-exec) S 12252 12255 6753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407948529 115843072 362 33554432000 4194304 5098028 140720347402560 140720347400664 140711346758268 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27201536 140720347411322 140720347411565 140720347411565 140720347414474 0
/proc/12255/statm: 28282 362 304 221 0 87 0
[pid=12257] ppid=12255 vsize=15417404 memory=4651428 CPUtime=222.17 cores=0,2,4,6
/proc/12257/stat : 12257 (java) S 12255 12255 6753 0 -1 1077944320 75639 0 0 0 21884 333 0 0 20 0 19 0 407948530 15787421696 1162857 33554432000 4194304 4196468 140724423811984 140724423794528 139750933323511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
/proc/12257/statm: 3854351 1162857 3520 1 0 3815453 0
[pid=12257/tid=12258] ppid=12255 vsize=15417404 memory=-9109213556524817813 CPUtime=15.2 cores=0,2,4,6
/proc/12257/task/12258/stat : 12258 (java) S 12255 12255 6753 0 -1 1077944384 15528 0 0 0 1480 40 0 0 20 0 19 0 407948530 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139750937564288 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12259] ppid=12255 vsize=15417404 memory=1448 CPUtime=3.54 cores=0,2,4,6
/proc/12257/task/12259/stat : 12259 (java) S 12255 12255 6753 0 -1 1077944384 5198 0 0 0 280 74 0 0 20 0 19 0 407948531 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139750861364240 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12260] ppid=12255 vsize=15417404 memory=4651428 CPUtime=3.53 cores=0,2,4,6
/proc/12257/task/12260/stat : 12260 (java) S 12255 12255 6753 0 -1 1077944384 5303 0 0 0 280 73 0 0 20 0 19 0 407948531 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139750860311696 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12261] ppid=12255 vsize=15417404 memory=1448 CPUtime=3.48 cores=0,2,4,6
/proc/12257/task/12261/stat : 12261 (java) S 12255 12255 6753 0 -1 1077944384 5847 0 0 0 277 71 0 0 20 0 19 0 407948531 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139750859258640 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12262] ppid=12255 vsize=15417404 memory=0 CPUtime=3.55 cores=0,2,4,6
/proc/12257/task/12262/stat : 12262 (java) S 12255 12255 6753 0 -1 1077944384 3701 0 0 0 287 68 0 0 20 0 19 0 407948531 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139750858206096 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12263] ppid=12255 vsize=15417404 memory=4651428 CPUtime=0.99 cores=0,2,4,6
/proc/12257/task/12263/stat : 12263 (java) S 12255 12255 6753 0 -1 1077944384 8744 0 0 0 98 1 0 0 20 0 19 0 407948532 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749806995696 139750933334658 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12264] ppid=12255 vsize=15417404 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12264/stat : 12264 (java) S 12255 12255 6753 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 19 0 407948532 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749805941984 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12265] ppid=12255 vsize=15417404 memory=2004 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12265/stat : 12265 (java) S 12255 12255 6753 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 19 0 407948533 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749804888832 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12266] ppid=12255 vsize=15417404 memory=984 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12266/stat : 12266 (java) S 12255 12255 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407948535 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749803837392 139750933342107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12267] ppid=12255 vsize=15417404 memory=3360 CPUtime=1.97 cores=0,2,4,6
/proc/12257/task/12267/stat : 12267 (java) S 12255 12255 6753 0 -1 1077944384 9104 0 0 0 196 1 0 0 20 0 19 0 407948535 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749802785520 139750933334658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12268] ppid=12255 vsize=15417404 memory=1692 CPUtime=1.93 cores=0,2,4,6
/proc/12257/task/12268/stat : 12268 (java) S 12255 12255 6753 0 -1 1077944384 7761 0 0 0 192 1 0 0 20 0 19 0 407948535 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749801732976 139750933334658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12269] ppid=12255 vsize=15417404 memory=1448 CPUtime=0.64 cores=0,2,4,6
/proc/12257/task/12269/stat : 12269 (java) S 12255 12255 6753 0 -1 1077944384 6441 0 0 0 63 1 0 0 20 0 19 0 407948535 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749800679920 139750933334658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12270] ppid=12255 vsize=15417404 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/12257/task/12270/stat : 12270 (java) S 12255 12255 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407948535 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749799627616 139750933333717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12271] ppid=12255 vsize=15417404 memory=4651424 CPUtime=0.02 cores=0,2,4,6
/proc/12257/task/12271/stat : 12271 (java) S 12255 12255 6753 0 -1 1077944384 1202 0 0 0 0 2 0 0 20 0 19 0 407948536 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749798574640 139750933334658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12272] ppid=12255 vsize=15417404 memory=353 CPUtime=46.45 cores=0,2,4,6
/proc/12257/task/12272/stat : 12272 (java) R 12255 12255 6753 0 -1 4202560 892 0 0 0 4645 0 0 0 20 0 19 0 407950511 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749789600904 139750541120649 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12273] ppid=12255 vsize=15417404 memory=1448 CPUtime=47.12 cores=0,2,4,6
/proc/12257/task/12273/stat : 12273 (java) R 12255 12255 6753 0 -1 4202560 1975 0 0 0 4712 0 0 0 20 0 19 0 407950511 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749788549128 139750541122160 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12274] ppid=12255 vsize=15417404 memory=1448 CPUtime=46.71 cores=0,2,4,6
/proc/12257/task/12274/stat : 12274 (java) R 12255 12255 6753 0 -1 4202560 842 0 0 0 4671 0 0 0 20 0 19 0 407950511 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749787496440 139750541122057 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
[pid=12257/tid=12275] ppid=12255 vsize=15417404 memory=1448 CPUtime=46.92 cores=0,2,4,6
/proc/12257/task/12275/stat : 12275 (java) R 12255 12255 6753 0 -1 4202560 1772 0 0 0 4692 0 0 0 20 0 19 0 407950511 15787421696 1162857 33554432000 4194304 4196468 140724423811984 139749786444160 139750541123461 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19120128 140724423816175 140724423816346 140724423816346 140724423819215 0
Current children cumulated CPU time: 222.17 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 4652876 KiB

Child status: 0
Real time (s): 67.5576
CPU time (s): 222.325
CPU user time (s): 218.962
CPU system time (s): 3.36293
CPU usage (%): 329.089
Max. virtual memory (cumulated for all children) (KiB): 15530532
Max. memory (cumulated for all children) (KiB): 4652876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 218.962
system time used= 3.36293
maximum resident set size= 4651532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77581
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4778
involuntary context switches= 4358


# summary of solver processes directly reported to runsolver:
#   pid: 12255
#   total CPU time (s): 222.325
#   total CPU user time (s): 218.962
#   total CPU system time (s): 3.36293

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.470828 second user time and 0.76902 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-12 21:33:37
IDJOB=4393049
IDBENCH=126096
IDSOLVER=2840
FILE ID=node121/4393049-1568316858
RUNJOBID= node121-1568312479-6784
PBS_JOBID= 21701130
Free space on /tmp= 60992 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/QRandom/QRandom-mdd-7-25-5/mdd-7-25-5-56-17.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-4393049-1568316858/watcher-4393049-1568316858 -o /tmp/evaluation-result-4393049-1568316858/solver-4393049-1568316858 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568312479-6784 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1471829743 HOME/instance-4393049-1568316858.xml

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

MD5SUM BENCH= 9efca6d5489e39e5f473d5ee8bd54dad
RANDOM SEED=1471829743

node121.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.75
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	: 5333.75
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	: 5333.75
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	: 5333.75
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:        31500808 kB
MemAvailable:   31755744 kB
Buffers:          117984 kB
Cached:           431872 kB
SwapCached:        19208 kB
Active:           480680 kB
Inactive:         255608 kB
Active(anon):     172736 kB
Inactive(anon):    42408 kB
Active(file):     307944 kB
Inactive(file):   213200 kB
Unevictable:      109568 kB
Mlocked:          109568 kB
SwapTotal:      67108860 kB
SwapFree:       66979456 kB
Dirty:             58708 kB
Writeback:             0 kB
AnonPages:        277012 kB
Mapped:            44540 kB
Shmem:             20400 kB
Slab:             128012 kB
SReclaimable:      99256 kB
SUnreclaim:        28756 kB
KernelStack:        3808 kB
PageTables:         5956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1382456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 60968 MiB
End job on node121 at 2019-09-12 21:34:44