Trace number 4404416

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 parallel? 4677.65 649.648

General information on the benchmark

NameKnightTour/KnightTour-ext-s1/
KnightTour-15-ext06.xml
MD5SUMaf3f6bb9b1ca00becd13f0e7ebc5af3a
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 benchmark17.3587
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints47
Number of domains1
Minimum domain size225
Maximum domain size225
Distribution of domain sizes[{"size":225,"count":225}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":223},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity225
Distribution of constraint arities[{"arity":2,"count":1},{"arity":6,"count":45},{"arity":225,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404416-1569004833.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4404416-1569004833.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
4676.69/648.71	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
4676.69/648.71		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:159)
4676.69/648.71		at org.chocosolver.solver.constraints.extension.Tuples.<init>(Tuples.java:59)
4676.69/648.71		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:309)
4676.69/648.71		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
4676.69/648.71		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
4676.69/648.71		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
4676.69/648.71		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
4676.69/648.71		at org.xcsp.parser.XCallbacks$$Lambda$120/1429880200.accept(Unknown Source)
4676.69/648.71		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
4676.69/648.71		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
4676.69/648.71		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
4676.69/648.71		at org.xcsp.parser.XCallbacks.loadSlide(XCallbacks.java:477)
4676.69/648.71		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:424)
4676.69/648.71		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
4676.69/648.71		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
4676.69/648.71		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
4676.69/648.71		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
4676.69/648.71		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
4676.69/648.71		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
4676.69/648.71		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
4676.69/648.71	s UNKNOWN
4676.69/648.71	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 (6732 MiB free)
  memory of node 1: 16384 MiB (6996 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404416-1569004833/watcher-4404416-1569004833 -o /var/tmp/evaluation-result-4404416-1569004833/solver-4404416-1569004833 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node119-1569004688-31966 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 212207618 HOME/instance-4404416-1569004833.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=32467, runsolver pid=32464
Current StackSize limit: 8192 KiB


[startup+0.100138 s]*
/proc/loadavg: 4.49 6.68 7.69 2/211 32488
/proc/meminfo: memFree=14039564/32770624 swapFree=66953204/67108860
[pid=32467] ppid=32464 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32467/stat : 32467 (xcsp3-exec) S 32464 32467 31939 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476398158 115843072 363 33554432000 4194304 5098028 140726220605008 140726220603112 140424205283964 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15163392 140726220608338 140726220608597 140726220608597 140726220611526 0
/proc/32467/statm: 28282 363 304 221 0 87 0
[pid=32469] ppid=32467 vsize=28227396 memory=30088 CPUtime=0.13 cores=0-7
/proc/32469/stat : 32469 (java) S 32467 32467 31939 0 -1 1077944320 5491 0 0 0 11 2 0 0 20 0 20 0 476398158 28904853504 7522 33554432000 4194304 4196468 140728490387552 140728490370096 140684451151607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
/proc/32469/statm: 7056849 7522 3121 1 0 7019032 0
[pid=32469/tid=32470] ppid=32467 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/32469/task/32470/stat : 32470 (java) R 32467 32467 31939 0 -1 4202560 3400 0 0 0 8 1 0 0 20 0 20 0 476398158 28904853504 7522 33554432000 4194304 4196468 140728490387552 140684455383856 140684451163542 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32471] ppid=32467 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32469/task/32471/stat : 32471 (java) S 32467 32467 31939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476398159 28904853504 7522 33554432000 4194304 4196468 140728490387552 140684407704080 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32472] ppid=32467 vsize=28227396 memory=140524908336768 CPUtime=0 cores=0-7
/proc/32469/task/32472/stat : 32472 (java) S 32467 32467 31939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476398159 28904853504 7522 33554432000 4194304 4196468 140728490387552 140684406651536 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32473] ppid=32467 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32469/task/32473/stat : 32473 (java) S 32467 32467 31939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476398159 28904853504 7522 33554432000 4194304 4196468 140728490387552 140684000614672 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32474] ppid=32467 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32469/task/32474/stat : 32474 (java) S 32467 32467 31939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476398159 28904853504 7522 33554432000 4194304 4196468 140728490387552 140683999562128 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32475] ppid=32467 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32469/task/32475/stat : 32475 (java) S 32467 32467 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476398159 28904853504 7522 33554432000 4194304 4196468 140728490387552 140683998510096 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32476] ppid=32467 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32469/task/32476/stat : 32476 (java) S 32467 32467 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476398159 28904853504 7522 33554432000 4194304 4196468 140728490387552 140683997457552 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32477] ppid=32467 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32469/task/32477/stat : 32477 (java) S 32467 32467 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476398159 28904853504 7522 33554432000 4194304 4196468 140728490387552 140683996404496 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32478] ppid=32467 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32469/task/32478/stat : 32478 (java) S 32467 32467 31939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476398159 28904853504 7522 33554432000 4194304 4196468 140728490387552 140683995351952 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32479] ppid=32467 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32469/task/32479/stat : 32479 (java) S 32467 32467 31939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476398161 28904853504 7522 33554432000 4194304 4196468 140728490387552 140683835873520 140684451162754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32480] ppid=32467 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32469/task/32480/stat : 32480 (java) S 32467 32467 31939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476398161 28904853504 7522 33554432000 4194304 4196468 140728490387552 140683834819744 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32481] ppid=32467 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32469/task/32481/stat : 32481 (java) S 32467 32467 31939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476398161 28904853504 7522 33554432000 4194304 4196468 140728490387552 140683833766640 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32482] ppid=32467 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32469/task/32482/stat : 32482 (java) S 32467 32467 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476398164 28904853504 7522 33554432000 4194304 4196468 140728490387552 140683832715216 140684451170203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32483] ppid=32467 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32469/task/32483/stat : 32483 (java) S 32467 32467 31939 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 20 0 476398164 28904853504 7522 33554432000 4194304 4196468 140728490387552 140683831663344 140684451162754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32484] ppid=32467 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32469/task/32484/stat : 32484 (java) R 32467 32467 31939 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 476398164 28904853504 7522 33554432000 4194304 4196468 140728490387552 140683830610800 140684451162754 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32485] ppid=32467 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32469/task/32485/stat : 32485 (java) S 32467 32467 31939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476398164 28904853504 7522 33554432000 4194304 4196468 140728490387552 140683829557744 140684451162754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32486] ppid=32467 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/32469/task/32486/stat : 32486 (java) R 32467 32467 31939 0 -1 4202560 358 0 0 0 2 0 0 0 20 0 20 0 476398164 28904853504 7522 33554432000 4194304 4196468 140728490387552 140683828505200 140684443388734 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32487] ppid=32467 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32469/task/32487/stat : 32487 (java) S 32467 32467 31939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476398164 28904853504 7522 33554432000 4194304 4196468 140728490387552 140683827452384 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32488] ppid=32467 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32469/task/32488/stat : 32488 (java) S 32467 32467 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476398164 28904853504 7522 33554432000 4194304 4196468 140728490387552 140683826399920 140684451162754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31540 KiB

[startup+0.210613 s]*
/proc/loadavg: 4.49 6.68 7.69 3/211 32488
/proc/meminfo: memFree=14027712/32770624 swapFree=66953204/67108860
[pid=32467] ppid=32464 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32467/stat : 32467 (xcsp3-exec) S 32464 32467 31939 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476398158 115843072 363 33554432000 4194304 5098028 140726220605008 140726220603112 140424205283964 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15163392 140726220608338 140726220608597 140726220608597 140726220611526 0
/proc/32467/statm: 28282 363 304 221 0 87 0
[pid=32469] ppid=32467 vsize=28227396 memory=41500 CPUtime=0.34 cores=0-7
/proc/32469/stat : 32469 (java) S 32467 32467 31939 0 -1 1077944320 9082 0 0 0 30 4 0 0 20 0 20 0 476398158 28904853504 10375 33554432000 4194304 4196468 140728490387552 140728490370096 140684451151607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
/proc/32469/statm: 7056849 10375 3305 1 0 7019032 0
[pid=32469/tid=32470] ppid=32467 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/32469/task/32470/stat : 32470 (java) R 32467 32467 31939 0 -1 4202560 6210 0 0 0 17 2 0 0 20 0 20 0 476398158 28904853504 10375 33554432000 4194304 4196468 140728490387552 140684455386752 140684444258104 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32471] ppid=32467 vsize=28227396 memory=342 CPUtime=0 cores=0-7
/proc/32469/task/32471/stat : 32471 (java) S 32467 32467 31939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476398159 28904853504 10375 33554432000 4194304 4196468 140728490387552 140684407704080 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32472] ppid=32467 vsize=28227396 memory=3761831724359767712 CPUtime=0 cores=0-7
/proc/32469/task/32472/stat : 32472 (java) S 32467 32467 31939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476398159 28904853504 10375 33554432000 4194304 4196468 140728490387552 140684406651536 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32473] ppid=32467 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32469/task/32473/stat : 32473 (java) S 32467 32467 31939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476398159 28904853504 10375 33554432000 4194304 4196468 140728490387552 140684000614672 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32474] ppid=32467 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32469/task/32474/stat : 32474 (java) S 32467 32467 31939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476398159 28904853504 10375 33554432000 4194304 4196468 140728490387552 140683999562128 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32475] ppid=32467 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32469/task/32475/stat : 32475 (java) S 32467 32467 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476398159 28904853504 10375 33554432000 4194304 4196468 140728490387552 140683998510096 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32476] ppid=32467 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32469/task/32476/stat : 32476 (java) S 32467 32467 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476398159 28904853504 10375 33554432000 4194304 4196468 140728490387552 140683997457552 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32477] ppid=32467 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32469/task/32477/stat : 32477 (java) S 32467 32467 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476398159 28904853504 10375 33554432000 4194304 4196468 140728490387552 140683996404496 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32478] ppid=32467 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32469/task/32478/stat : 32478 (java) S 32467 32467 31939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476398159 28904853504 10375 33554432000 4194304 4196468 140728490387552 140683995351952 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32479] ppid=32467 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32469/task/32479/stat : 32479 (java) S 32467 32467 31939 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476398161 28904853504 10375 33554432000 4194304 4196468 140728490387552 140683835873520 140684451162754 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32480] ppid=32467 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32469/task/32480/stat : 32480 (java) S 32467 32467 31939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476398161 28904853504 10375 33554432000 4194304 4196468 140728490387552 140683834819744 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32481] ppid=32467 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32469/task/32481/stat : 32481 (java) S 32467 32467 31939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476398161 28904853504 10375 33554432000 4194304 4196468 140728490387552 140683833766640 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32482] ppid=32467 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32469/task/32482/stat : 32482 (java) S 32467 32467 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476398164 28904853504 10375 33554432000 4194304 4196468 140728490387552 140683832715216 140684451170203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32483] ppid=32467 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/32469/task/32483/stat : 32483 (java) S 32467 32467 31939 0 -1 1077944384 420 0 0 0 1 0 0 0 20 0 20 0 476398164 28904853504 10375 33554432000 4194304 4196468 140728490387552 140683831663344 140684451162754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32484] ppid=32467 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/32469/task/32484/stat : 32484 (java) S 32467 32467 31939 0 -1 1077944384 350 0 0 0 2 0 0 0 20 0 20 0 476398164 28904853504 10375 33554432000 4194304 4196468 140728490387552 140683830610800 140684451162754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32485] ppid=32467 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32469/task/32485/stat : 32485 (java) S 32467 32467 31939 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 476398164 28904853504 10375 33554432000 4194304 4196468 140728490387552 140683829557744 140684451162754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32486] ppid=32467 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/32469/task/32486/stat : 32486 (java) R 32467 32467 31939 0 -1 4202560 740 0 0 0 8 0 0 0 20 0 20 0 476398164 28904853504 10375 33554432000 4194304 4196468 140728490387552 140683828505008 140684429169377 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32487] ppid=32467 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32469/task/32487/stat : 32487 (java) S 32467 32467 31939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476398164 28904853504 10375 33554432000 4194304 4196468 140728490387552 140683827452384 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32488] ppid=32467 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32469/task/32488/stat : 32488 (java) S 32467 32467 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476398164 28904853504 10375 33554432000 4194304 4196468 140728490387552 140683826399920 140684451162754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42952 KiB

[startup+0.320548 s]*
/proc/loadavg: 4.49 6.68 7.69 2/211 32488
/proc/meminfo: memFree=14020812/32770624 swapFree=66953204/67108860
[pid=32467] ppid=32464 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32467/stat : 32467 (xcsp3-exec) S 32464 32467 31939 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476398158 115843072 363 33554432000 4194304 5098028 140726220605008 140726220603112 140424205283964 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15163392 140726220608338 140726220608597 140726220608597 140726220611526 0
/proc/32467/statm: 28282 363 304 221 0 87 0
[pid=32469] ppid=32467 vsize=28231652 memory=50268 CPUtime=0.53 cores=0-7
/proc/32469/stat : 32469 (java) S 32467 32467 31939 0 -1 1077944320 10419 0 0 0 48 5 0 0 20 0 20 0 476398158 28909211648 12567 33554432000 4194304 4196468 140728490387552 140728490370096 140684451151607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
/proc/32469/statm: 7057913 12567 3339 1 0 7019032 0
[pid=32469/tid=32470] ppid=32467 vsize=28231652 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/32469/task/32470/stat : 32470 (java) R 32467 32467 31939 0 -1 4202560 7454 0 0 0 27 3 0 0 20 0 20 0 476398158 28909211648 12567 33554432000 4194304 4196468 140728490387552 140684455384064 140684435232094 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32471] ppid=32467 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32469/task/32471/stat : 32471 (java) S 32467 32467 31939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476398159 28909211648 12567 33554432000 4194304 4196468 140728490387552 140684407704080 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32472] ppid=32467 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32469/task/32472/stat : 32472 (java) S 32467 32467 31939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476398159 28909211648 12567 33554432000 4194304 4196468 140728490387552 140684406651536 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32473] ppid=32467 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32469/task/32473/stat : 32473 (java) S 32467 32467 31939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476398159 28909211648 12567 33554432000 4194304 4196468 140728490387552 140684000614672 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32474] ppid=32467 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32469/task/32474/stat : 32474 (java) S 32467 32467 31939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476398159 28909211648 12567 33554432000 4194304 4196468 140728490387552 140683999562128 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32475] ppid=32467 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/32469/task/32475/stat : 32475 (java) S 32467 32467 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476398159 28909211648 12567 33554432000 4194304 4196468 140728490387552 140683998510096 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32476] ppid=32467 vsize=28231652 memory=140524753351599 CPUtime=0 cores=0-7
/proc/32469/task/32476/stat : 32476 (java) S 32467 32467 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476398159 28909211648 12567 33554432000 4194304 4196468 140728490387552 140683997457552 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32477] ppid=32467 vsize=28231652 memory=140524753353904 CPUtime=0 cores=0-7
/proc/32469/task/32477/stat : 32477 (java) S 32467 32467 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476398159 28909211648 12567 33554432000 4194304 4196468 140728490387552 140683996404496 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32478] ppid=32467 vsize=28231652 memory=140524753356208 CPUtime=0 cores=0-7
/proc/32469/task/32478/stat : 32478 (java) S 32467 32467 31939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476398159 28909211648 12567 33554432000 4194304 4196468 140728490387552 140683995351952 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32479] ppid=32467 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32469/task/32479/stat : 32479 (java) S 32467 32467 31939 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476398161 28909211648 12567 33554432000 4194304 4196468 140728490387552 140683835873520 140684451162754 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32480] ppid=32467 vsize=28231652 memory=281049506719376 CPUtime=0 cores=0-7
/proc/32469/task/32480/stat : 32480 (java) S 32467 32467 31939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476398161 28909211648 12567 33554432000 4194304 4196468 140728490387552 140683834819744 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32481] ppid=32467 vsize=28231652 memory=281049506726288 CPUtime=0 cores=0-7
/proc/32469/task/32481/stat : 32481 (java) S 32467 32467 31939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476398161 28909211648 12567 33554432000 4194304 4196468 140728490387552 140683833766640 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32482] ppid=32467 vsize=28231652 memory=281049506667568 CPUtime=0 cores=0-7
/proc/32469/task/32482/stat : 32482 (java) S 32467 32467 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476398164 28909211648 12567 33554432000 4194304 4196468 140728490387552 140683832715216 140684451170203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32483] ppid=32467 vsize=28231652 memory=281049506740112 CPUtime=0.02 cores=0-7
/proc/32469/task/32483/stat : 32483 (java) S 32467 32467 31939 0 -1 1077944384 429 0 0 0 2 0 0 0 20 0 20 0 476398164 28909211648 12567 33554432000 4194304 4196468 140728490387552 140683831663344 140684451162754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32484] ppid=32467 vsize=28231652 memory=281049506747024 CPUtime=0.03 cores=0-7
/proc/32469/task/32484/stat : 32484 (java) S 32467 32467 31939 0 -1 1077944384 356 0 0 0 3 0 0 0 20 0 20 0 476398164 28909211648 12567 33554432000 4194304 4196468 140728490387552 140683830610800 140684451162754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32485] ppid=32467 vsize=28231652 memory=281049506744720 CPUtime=0.01 cores=0-7
/proc/32469/task/32485/stat : 32485 (java) S 32467 32467 31939 0 -1 1077944384 54 0 0 0 1 0 0 0 20 0 20 0 476398164 28909211648 12567 33554432000 4194304 4196468 140728490387552 140683829557744 140684451162754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32486] ppid=32467 vsize=28231652 memory=281049506760880 CPUtime=0.12 cores=0-7
/proc/32469/task/32486/stat : 32486 (java) S 32467 32467 31939 0 -1 1077944384 814 0 0 0 12 0 0 0 20 0 20 0 476398164 28909211648 12567 33554432000 4194304 4196468 140728490387552 140683828505200 140684451162754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32487] ppid=32467 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32469/task/32487/stat : 32487 (java) S 32467 32467 31939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476398164 28909211648 12567 33554432000 4194304 4196468 140728490387552 140683827452384 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32488] ppid=32467 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/32469/task/32488/stat : 32488 (java) S 32467 32467 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476398164 28909211648 12567 33554432000 4194304 4196468 140728490387552 140683826399920 140684451162754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51720 KiB

[startup+0.709867 s]
/proc/loadavg: 4.49 6.68 7.69 4/211 32488
/proc/meminfo: memFree=13932320/32770624 swapFree=66953204/67108860
[pid=32467] ppid=32464 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32467/stat : 32467 (xcsp3-exec) S 32464 32467 31939 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476398158 115843072 363 33554432000 4194304 5098028 140726220605008 140726220603112 140424205283964 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15163392 140726220608338 140726220608597 140726220608597 140726220611526 0
/proc/32467/statm: 28282 363 304 221 0 87 0
[pid=32469] ppid=32467 vsize=28231728 memory=563792 CPUtime=1.42 cores=0-7
/proc/32469/stat : 32469 (java) S 32467 32467 31939 0 -1 1077944320 11939 0 0 0 103 39 0 0 20 0 20 0 476398158 28909289472 140948 33554432000 4194304 4196468 140728490387552 140728490370096 140684451151607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
/proc/32469/statm: 7057932 140948 3422 1 0 7019032 0
[pid=32469/tid=32470] ppid=32467 vsize=28231728 memory=281049507118768 CPUtime=0.63 cores=0-7
/proc/32469/task/32470/stat : 32470 (java) R 32467 32467 31939 0 -1 4202560 8041 0 0 0 53 10 0 0 20 0 20 0 476398158 28909289472 140948 33554432000 4194304 4196468 140728490387552 140684455389008 140684089077512 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32471] ppid=32467 vsize=28231728 memory=140524753560432 CPUtime=0.04 cores=0-7
/proc/32469/task/32471/stat : 32471 (java) S 32467 32467 31939 0 -1 1077944384 45 0 0 0 1 3 0 0 20 0 20 0 476398159 28909289472 140948 33554432000 4194304 4196468 140728490387552 140684407704080 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32472] ppid=32467 vsize=28231728 memory=0 CPUtime=0.04 cores=0-7
/proc/32469/task/32472/stat : 32472 (java) S 32467 32467 31939 0 -1 1077944384 49 0 0 0 1 3 0 0 20 0 20 0 476398159 28909289472 140948 33554432000 4194304 4196468 140728490387552 140684406651536 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32473] ppid=32467 vsize=28231728 memory=668 CPUtime=0.04 cores=0-7
/proc/32469/task/32473/stat : 32473 (java) S 32467 32467 31939 0 -1 1077944384 55 0 0 0 1 3 0 0 20 0 20 0 476398159 28909289472 140948 33554432000 4194304 4196468 140728490387552 140684000614672 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0

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

[pid=32469/tid=32481] ppid=32467 vsize=28233776 memory=2116 CPUtime=0 cores=0-7
/proc/32469/task/32481/stat : 32481 (java) S 32467 32467 31939 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 476398161 28911386624 5806819 33554432000 4194304 4196468 140728490387552 140683833766656 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32482] ppid=32467 vsize=28233776 memory=520 CPUtime=0 cores=0-7
/proc/32469/task/32482/stat : 32482 (java) S 32467 32467 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476398164 28911386624 5806819 33554432000 4194304 4196468 140728490387552 140683832715216 140684451170203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32483] ppid=32467 vsize=28233776 memory=1452 CPUtime=0.39 cores=0-7
/proc/32469/task/32483/stat : 32483 (java) S 32467 32467 31939 0 -1 1077944384 2241 0 0 0 38 1 0 0 20 0 20 0 476398164 28911386624 5806819 33554432000 4194304 4196468 140728490387552 140683831663392 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32484] ppid=32467 vsize=28233776 memory=23227268 CPUtime=0.48 cores=0-7
/proc/32469/task/32484/stat : 32484 (java) S 32467 32467 31939 0 -1 1077944384 3332 0 0 0 46 2 0 0 20 0 20 0 476398164 28911386624 5806819 33554432000 4194304 4196468 140728490387552 140683830610800 140684451162754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32485] ppid=32467 vsize=28233776 memory=1452 CPUtime=0.42 cores=0-7
/proc/32469/task/32485/stat : 32485 (java) S 32467 32467 31939 0 -1 1077944384 2316 0 0 0 41 1 0 0 20 0 20 0 476398164 28911386624 5806819 33554432000 4194304 4196468 140728490387552 140683829557504 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32486] ppid=32467 vsize=28233776 memory=1452 CPUtime=0.36 cores=0-7
/proc/32469/task/32486/stat : 32486 (java) S 32467 32467 31939 0 -1 1077944384 3560 0 0 0 36 0 0 0 20 0 20 0 476398164 28911386624 5806819 33554432000 4194304 4196468 140728490387552 140683828505200 140684451162754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32487] ppid=32467 vsize=28233776 memory=1452 CPUtime=0 cores=0-7
/proc/32469/task/32487/stat : 32487 (java) S 32467 32467 31939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476398164 28911386624 5806819 33554432000 4194304 4196468 140728490387552 140683827452384 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32488] ppid=32467 vsize=28233776 memory=23227268 CPUtime=0.33 cores=0-7
/proc/32469/task/32488/stat : 32488 (java) S 32467 32467 31939 0 -1 1077944384 931 0 0 0 20 13 0 0 20 0 20 0 476398164 28911386624 5806819 33554432000 4194304 4196468 140728490387552 140683826399920 140684451162754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
Current children cumulated CPU time: 4631.49 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 23228728 KiB

[startup+649.648 s]
# the end of solver process 32467 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4597.18 s, system=80.4683 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+646.402 s]
/proc/loadavg: 8.30 7.93 7.78 9/212 32542
/proc/meminfo: memFree=190768/32770624 swapFree=66953204/67108860
[pid=32467] ppid=32464 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32467/stat : 32467 (xcsp3-exec) S 32464 32467 31939 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476398158 115843072 363 33554432000 4194304 5098028 140726220605008 140726220603112 140424205283964 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15163392 140726220608338 140726220608597 140726220608597 140726220611526 0
/proc/32467/statm: 28282 363 304 221 0 87 0
[pid=32469] ppid=32467 vsize=28233776 memory=23227280 CPUtime=4663.08 cores=0-7
/proc/32469/stat : 32469 (java) S 32467 32467 31939 0 -1 1077944320 25706792 0 0 0 458530 7778 0 0 20 0 20 0 476398158 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140728490370096 140684451151607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
/proc/32469/statm: 7058444 5806820 3502 1 0 7019544 0
[pid=32469/tid=32470] ppid=32467 vsize=28233776 memory=1408 CPUtime=21.63 cores=0-7
/proc/32469/task/32470/stat : 32470 (java) S 32467 32467 31939 0 -1 1077944384 44271 0 0 0 2127 36 0 0 20 0 20 0 476398158 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140684455391392 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32471] ppid=32467 vsize=28233776 memory=1728 CPUtime=574.9 cores=0-7
/proc/32469/task/32471/stat : 32471 (java) R 32467 32467 31939 0 -1 4202560 2850566 0 0 0 56588 902 0 0 20 0 20 0 476398159 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140684407704280 140684436149620 0 4 0 16800975 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32472] ppid=32467 vsize=28233776 memory=7824 CPUtime=575.03 cores=0-7
/proc/32469/task/32472/stat : 32472 (java) R 32467 32467 31939 0 -1 4202560 3988620 0 0 0 56440 1063 0 0 20 0 20 0 476398159 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140684406651736 140684444254636 0 4 0 16800975 0 0 0 -1 6 0 0 9 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32473] ppid=32467 vsize=28233776 memory=9580 CPUtime=574.4 cores=0-7
/proc/32469/task/32473/stat : 32473 (java) R 32467 32467 31939 0 -1 4202560 4734582 0 0 0 56435 1005 0 0 20 0 20 0 476398159 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140684000614872 140684444254600 0 4 0 16800975 0 0 0 -1 5 0 0 10 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32474] ppid=32467 vsize=28233776 memory=6791534058613427641 CPUtime=572.82 cores=0-7
/proc/32469/task/32474/stat : 32474 (java) R 32467 32467 31939 0 -1 4202560 2665614 0 0 0 56277 1005 0 0 20 0 20 0 476398159 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140683999562328 140684436141536 0 4 0 16800975 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32475] ppid=32467 vsize=28233776 memory=55580 CPUtime=573.58 cores=0-7
/proc/32469/task/32475/stat : 32475 (java) R 32467 32467 31939 0 -1 4202560 2698637 0 0 0 56515 843 0 0 20 0 20 0 476398159 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140683998509984 140684444254607 0 4 0 16800975 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32476] ppid=32467 vsize=28233776 memory=988 CPUtime=574.05 cores=0-7
/proc/32469/task/32476/stat : 32476 (java) R 32467 32467 31939 0 -1 4202560 2502776 0 0 0 56441 964 0 0 20 0 20 0 476398159 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140683997457752 140684444254600 0 4 0 16800975 0 0 0 -1 7 0 0 9 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32477] ppid=32467 vsize=28233776 memory=2008 CPUtime=573.9 cores=0-7
/proc/32469/task/32477/stat : 32477 (java) R 32467 32467 31939 0 -1 4202560 2989572 0 0 0 56452 938 0 0 20 0 20 0 476398159 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140683996404696 140684444254616 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32478] ppid=32467 vsize=28233776 memory=-3622645143214314312 CPUtime=574.37 cores=0-7
/proc/32469/task/32478/stat : 32478 (java) R 32467 32467 31939 0 -1 4202560 2471855 0 0 0 56468 969 0 0 20 0 20 0 476398159 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140683995352152 140684444254616 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32479] ppid=32467 vsize=28233776 memory=520 CPUtime=46.31 cores=0-7
/proc/32469/task/32479/stat : 32479 (java) S 32467 32467 31939 0 -1 1077944384 746759 0 0 0 4589 42 0 0 20 0 20 0 476398161 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140683835872064 140684451161813 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32480] ppid=32467 vsize=28233776 memory=1560 CPUtime=0 cores=0-7
/proc/32469/task/32480/stat : 32480 (java) S 32467 32467 31939 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 476398161 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140683834819808 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32481] ppid=32467 vsize=28233776 memory=924 CPUtime=0 cores=0-7
/proc/32469/task/32481/stat : 32481 (java) S 32467 32467 31939 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 476398161 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140683833766656 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32482] ppid=32467 vsize=28233776 memory=3688 CPUtime=0 cores=0-7
/proc/32469/task/32482/stat : 32482 (java) S 32467 32467 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476398164 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140683832715216 140684451170203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32483] ppid=32467 vsize=28233776 memory=6791534058613427641 CPUtime=0.39 cores=0-7
/proc/32469/task/32483/stat : 32483 (java) S 32467 32467 31939 0 -1 1077944384 2241 0 0 0 38 1 0 0 20 0 20 0 476398164 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140683831663392 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32484] ppid=32467 vsize=28233776 memory=3640 CPUtime=0.48 cores=0-7
/proc/32469/task/32484/stat : 32484 (java) S 32467 32467 31939 0 -1 1077944384 3335 0 0 0 46 2 0 0 20 0 20 0 476398164 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140683830610848 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32485] ppid=32467 vsize=28233776 memory=1548 CPUtime=0.42 cores=0-7
/proc/32469/task/32485/stat : 32485 (java) S 32467 32467 31939 0 -1 1077944384 2316 0 0 0 41 1 0 0 20 0 20 0 476398164 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140683829557504 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32486] ppid=32467 vsize=28233776 memory=1728 CPUtime=0.36 cores=0-7
/proc/32469/task/32486/stat : 32486 (java) S 32467 32467 31939 0 -1 1077944384 3562 0 0 0 36 0 0 0 20 0 20 0 476398164 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140683828505248 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32487] ppid=32467 vsize=28233776 memory=7824 CPUtime=0 cores=0-7
/proc/32469/task/32487/stat : 32487 (java) S 32467 32467 31939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476398164 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140683827452384 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32488] ppid=32467 vsize=28233776 memory=3500 CPUtime=0.33 cores=0-7
/proc/32469/task/32488/stat : 32488 (java) S 32467 32467 31939 0 -1 1077944384 953 0 0 0 20 13 0 0 20 0 20 0 476398164 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140683826399920 140684451162754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
Current children cumulated CPU time: 4663.08 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 23228732 KiB

[startup+648.002 s]*
/proc/loadavg: 8.35 7.95 7.78 9/212 32542
/proc/meminfo: memFree=190768/32770624 swapFree=66953204/67108860
[pid=32467] ppid=32464 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32467/stat : 32467 (xcsp3-exec) S 32464 32467 31939 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476398158 115843072 363 33554432000 4194304 5098028 140726220605008 140726220603112 140424205283964 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15163392 140726220608338 140726220608597 140726220608597 140726220611526 0
/proc/32467/statm: 28282 363 304 221 0 87 0
[pid=32469] ppid=32467 vsize=28233776 memory=23227280 CPUtime=4675.93 cores=0-7
/proc/32469/stat : 32469 (java) S 32467 32467 31939 0 -1 1077944320 27420157 0 0 0 459642 7951 0 0 20 0 20 0 476398158 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140728490370096 140684451151607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
/proc/32469/statm: 7058444 5806820 3502 1 0 7019544 0
[pid=32469/tid=32470] ppid=32467 vsize=28233776 memory=30588 CPUtime=21.63 cores=0-7
/proc/32469/task/32470/stat : 32470 (java) S 32467 32467 31939 0 -1 1077944384 44271 0 0 0 2127 36 0 0 20 0 20 0 476398158 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140684455391392 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32471] ppid=32467 vsize=28233776 memory=4126316290023845779 CPUtime=576.51 cores=0-7
/proc/32469/task/32471/stat : 32471 (java) R 32467 32467 31939 0 -1 4202560 3070153 0 0 0 56728 923 0 0 20 0 20 0 476398159 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140684407704280 140684444254626 0 4 0 16800975 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32472] ppid=32467 vsize=28233776 memory=2116 CPUtime=576.64 cores=0-7
/proc/32469/task/32472/stat : 32472 (java) R 32467 32467 31939 0 -1 4202560 4203283 0 0 0 56578 1086 0 0 20 0 20 0 476398159 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140684406651736 140684444254631 0 4 0 16800975 0 0 0 -1 6 0 0 9 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32473] ppid=32467 vsize=28233776 memory=520 CPUtime=576.01 cores=0-7
/proc/32469/task/32473/stat : 32473 (java) R 32467 32467 31939 0 -1 4202560 4961311 0 0 0 56572 1029 0 0 20 0 20 0 476398159 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140684000614872 140684444256305 0 4 0 16800975 0 0 0 -1 5 0 0 10 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32474] ppid=32467 vsize=28233776 memory=1560 CPUtime=574.44 cores=0-7
/proc/32469/task/32474/stat : 32474 (java) R 32467 32467 31939 0 -1 4202560 2875017 0 0 0 56418 1026 0 0 20 0 20 0 476398159 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140683999562328 140684435851397 0 4 0 16800975 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32475] ppid=32467 vsize=28233776 memory=924 CPUtime=575.19 cores=0-7
/proc/32469/task/32475/stat : 32475 (java) R 32467 32467 31939 0 -1 4202560 2920578 0 0 0 56652 867 0 0 20 0 20 0 476398159 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140683998509984 140684444254641 0 4 0 16800975 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32476] ppid=32467 vsize=28233776 memory=3688 CPUtime=575.62 cores=0-7
/proc/32469/task/32476/stat : 32476 (java) R 32467 32467 31939 0 -1 4202560 2713646 0 0 0 56578 984 0 0 20 0 20 0 476398159 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140683997457752 140684444254600 0 4 0 16800975 0 0 0 -1 7 0 0 9 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32477] ppid=32467 vsize=28233776 memory=1984 CPUtime=575.5 cores=0-7
/proc/32469/task/32477/stat : 32477 (java) R 32467 32467 31939 0 -1 4202560 3185064 0 0 0 56591 959 0 0 20 0 20 0 476398159 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140683996404696 140684444254631 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32478] ppid=32467 vsize=28233776 memory=1440 CPUtime=575.98 cores=0-7
/proc/32469/task/32478/stat : 32478 (java) R 32467 32467 31939 0 -1 4202560 2686741 0 0 0 56610 988 0 0 20 0 20 0 476398159 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140683995352152 140684444254641 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32479] ppid=32467 vsize=28233776 memory=800 CPUtime=46.31 cores=0-7
/proc/32469/task/32479/stat : 32479 (java) S 32467 32467 31939 0 -1 1077944384 746759 0 0 0 4589 42 0 0 20 0 20 0 476398161 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140683835872064 140684451161813 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32480] ppid=32467 vsize=28233776 memory=2580 CPUtime=0 cores=0-7
/proc/32469/task/32480/stat : 32480 (java) S 32467 32467 31939 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 476398161 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140683834819808 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32481] ppid=32467 vsize=28233776 memory=1452 CPUtime=0 cores=0-7
/proc/32469/task/32481/stat : 32481 (java) S 32467 32467 31939 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 476398161 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140683833766656 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32482] ppid=32467 vsize=28233776 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/32469/task/32482/stat : 32482 (java) S 32467 32467 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476398164 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140683832715216 140684451170203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32483] ppid=32467 vsize=28233776 memory=6791534058613427641 CPUtime=0.39 cores=0-7
/proc/32469/task/32483/stat : 32483 (java) S 32467 32467 31939 0 -1 1077944384 2241 0 0 0 38 1 0 0 20 0 20 0 476398164 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140683831663392 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32484] ppid=32467 vsize=28233776 memory=4126316290023845779 CPUtime=0.48 cores=0-7
/proc/32469/task/32484/stat : 32484 (java) S 32467 32467 31939 0 -1 1077944384 3335 0 0 0 46 2 0 0 20 0 20 0 476398164 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140683830610848 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32485] ppid=32467 vsize=28233776 memory=1760 CPUtime=0.42 cores=0-7
/proc/32469/task/32485/stat : 32485 (java) S 32467 32467 31939 0 -1 1077944384 2316 0 0 0 41 1 0 0 20 0 20 0 476398164 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140683829557504 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32486] ppid=32467 vsize=28233776 memory=111636 CPUtime=0.36 cores=0-7
/proc/32469/task/32486/stat : 32486 (java) S 32467 32467 31939 0 -1 1077944384 3562 0 0 0 36 0 0 0 20 0 20 0 476398164 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140683828505248 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32487] ppid=32467 vsize=28233776 memory=808 CPUtime=0 cores=0-7
/proc/32469/task/32487/stat : 32487 (java) S 32467 32467 31939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476398164 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140683827452384 140684451161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
[pid=32469/tid=32488] ppid=32467 vsize=28233776 memory=1620 CPUtime=0.33 cores=0-7
/proc/32469/task/32488/stat : 32488 (java) S 32467 32467 31939 0 -1 1077944384 953 0 0 0 20 13 0 0 20 0 20 0 476398164 28911386624 5806820 33554432000 4194304 4196468 140728490387552 140683826399920 140684451162754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140728490394582 140728490394758 140728490394758 140728490397647 0
Current children cumulated CPU time: 4675.93 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 23228732 KiB

[startup+648.801 s]
/proc/loadavg: 8.35 7.95 7.78 9/212 32542
/proc/meminfo: memFree=190768/32770624 swapFree=66953204/67108860
[pid=32467] ppid=32464 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32467/stat : 32467 (xcsp3-exec) S 32464 32467 31939 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476398158 115843072 363 33554432000 4194304 5098028 140726220605008 140726220603112 140424205283964 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15163392 140726220608338 140726220608597 140726220608597 140726220611526 0
/proc/32467/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

[startup+649.2 s]
/proc/loadavg: 8.35 7.95 7.78 2/194 32543
/proc/meminfo: memFree=9182396/32770624 swapFree=66953204/67108860
[pid=32467] ppid=32464 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32467/stat : 32467 (xcsp3-exec) S 32464 32467 31939 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476398158 115843072 363 33554432000 4194304 5098028 140726220605008 140726220603112 140424205283964 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15163392 140726220608338 140726220608597 140726220608597 140726220611526 0
/proc/32467/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

[startup+649.6 s]
/proc/loadavg: 8.35 7.95 7.78 2/194 32543
/proc/meminfo: memFree=9182396/32770624 swapFree=66953204/67108860
[pid=32467] ppid=32464 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32467/stat : 32467 (xcsp3-exec) S 32464 32467 31939 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476398158 115843072 363 33554432000 4194304 5098028 140726220605008 140726220603112 140424205283964 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15163392 140726220608338 140726220608597 140726220608597 140726220611526 0
/proc/32467/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 1
Real time (s): 649.648
CPU time (s): 4677.65
CPU user time (s): 4597.18
CPU system time (s): 80.4683
CPU usage (%): 720.029
Max. virtual memory (cumulated for all children) (KiB): 28346904
Max. memory (cumulated for all children) (KiB): 23228732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4597.18
system time used= 80.4683
maximum resident set size= 23227568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27448851
page faults= 0
swaps= 0
block input operations= 0
block output operations= 880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 88328
involuntary context switches= 85320


# summary of solver processes directly reported to runsolver:
#   pid: 32467
#   total CPU time (s): 4677.65
#   total CPU user time (s): 4597.18
#   total CPU system time (s): 80.4683

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.39651 second user time and 7.21652 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-20 20:39:53
IDJOB=4404416
IDBENCH=134616
IDSOLVER=2865
FILE ID=node119/4404416-1569004833
RUNJOBID= node119-1569004688-31966
PBS_JOBID= 21704741
Free space on /var/tmp= 13472 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/KnightTour/KnightTour-ext-s1/KnightTour-15-ext06.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404416-1569004833/watcher-4404416-1569004833 -o /var/tmp/evaluation-result-4404416-1569004833/solver-4404416-1569004833 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node119-1569004688-31966 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 212207618 HOME/instance-4404416-1569004833.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= af3f6bb9b1ca00becd13f0e7ebc5af3a
RANDOM SEED=212207618

node119.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.47
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.47
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.47
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.47
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:        14058624 kB
MemAvailable:   31805352 kB
Buffers:          155228 kB
Cached:         17518336 kB
SwapCached:        46584 kB
Active:          8821976 kB
Inactive:        8901656 kB
Active(anon):       4588 kB
Inactive(anon):    94036 kB
Active(file):    8817388 kB
Inactive(file):  8807620 kB
Unevictable:      109116 kB
Mlocked:          109116 kB
SwapTotal:      67108860 kB
SwapFree:       66953204 kB
Dirty:             68404 kB
Writeback:             0 kB
AnonPages:        114016 kB
Mapped:            52200 kB
Shmem:             40128 kB
Slab:             579184 kB
SReclaimable:     550180 kB
SUnreclaim:        29004 kB
KernelStack:        3424 kB
PageTables:         5052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /var/tmp at the end= 13448 MiB
End job on node119 at 2019-09-20 20:50:43