Trace number 4297400

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 NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7b par (e747e1e)? 739.119 583.458

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-10-4-rom_c18.xml
MD5SUM1ce90bfeea193be77ab92ac06e9a3657
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables340
Number of constraints80
Number of domains5
Minimum domain size2
Maximum domain size102325
Distribution of domain sizes[{"size":2,"count":20},{"size":11,"count":140},{"size":27,"count":100},{"size":102325,"count":80}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":100},{"degree":2,"count":140},{"degree":8,"count":100}]
Minimum constraint arity13
Maximum constraint arity14
Distribution of constraint arities[{"arity":13,"count":20},{"arity":14,"count":60}]
Number of extensional constraints80
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":80}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297400-1532714618.xml"  -tl '20160s' -p 8
0.10/0.18	c Choco e747e1e
0.10/0.18	c [HOME/instance-4297400-1532714618.xml, -tl, 20160s, -p, 8]
0.32/0.22	c 8 solvers in parallel
0.32/0.28	c parse instance...
735.66/582.78	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
735.66/582.79		at org.chocosolver.solver.constraints.extension.nary.PropCompactTableStar.computeSupports(PropCompactTableStar.java:81)
735.66/582.79		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
735.66/582.79		at org.chocosolver.solver.constraints.extension.nary.PropCompactTableStar.<init>(PropCompactTableStar.java:45)
738.85/583.30		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2042)
738.85/583.30		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2000)
738.85/583.30		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:315)
738.85/583.30		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
738.85/583.30		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
738.85/583.30		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
738.85/583.30		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
738.85/583.30		at org.xcsp.parser.XCallbacks$$Lambda$99/532854629.accept(Unknown Source)
738.85/583.30		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
738.85/583.30		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
738.85/583.30		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
738.85/583.30		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1414)
738.85/583.30		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
738.85/583.30		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
738.85/583.30		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
738.85/583.30		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
738.85/583.30		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
738.85/583.30		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
738.85/583.30		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:100)
738.85/583.30		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
738.85/583.30	s UNKNOWN
738.85/583.30	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 (10378 MiB free)
  memory of node 1: 16384 MiB (15796 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297400-1532714618/watcher-4297400-1532714618 -o /tmp/evaluation-result-4297400-1532714618/solver-4297400-1532714618 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1532711744-22305 --watchdog 2580 HOME/xcsp3-exec -seed 1032104874 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297400-1532714618.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
Current StackSize limit: 8192 KiB

solver pid=22969, runsolver pid=22966

[startup+0.100115 s]*
/proc/loadavg: 2.16 3.62 6.14 2/200 22990
/proc/meminfo: memFree=26787212/32770624 swapFree=67027880/67108860
[pid=22969] ppid=22966 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22969/stat : 22969 (xcsp3-exec) S 22966 22969 22278 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 89024990 115843072 363 33554432000 4194304 5098028 140723306543920 140723306542024 139927236452988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16818176 140723306546229 140723306546432 140723306546432 140723306549194 0
/proc/22969/statm: 28282 363 306 221 0 87 0
[pid=22971] ppid=22969 vsize=26104152 memory=27588 CPUtime=0.1 cores=0-7
/proc/22971/stat : 22971 (java) S 22969 22969 22278 0 -1 1077944320 5823 0 0 0 9 1 0 0 20 0 20 0 89024990 26730651648 6897 33554432000 4194304 4196468 140721326784304 140721326766848 139717501976311 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
/proc/22971/statm: 6526038 6897 2991 1 0 6488315 0
[pid=22971/tid=22972] ppid=22969 vsize=26104152 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/22971/task/22972/stat : 22972 (java) R 22969 22969 22278 0 -1 4202560 3828 0 0 0 8 1 0 0 20 0 20 0 89024991 26730651648 6897 33554432000 4194304 4196468 140721326784304 139717506195288 139717114992059 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22973] ppid=22969 vsize=26104152 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/22971/task/22973/stat : 22973 (java) S 22969 22969 22278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89024991 26730651648 6897 33554432000 4194304 4196468 140721326784304 139717454596880 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22974] ppid=22969 vsize=26104152 memory=139949440308864 CPUtime=0 cores=0-7
/proc/22971/task/22974/stat : 22974 (java) S 22969 22969 22278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89024991 26730651648 6897 33554432000 4194304 4196468 140721326784304 139717453544336 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22975] ppid=22969 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22971/task/22975/stat : 22975 (java) S 22969 22969 22278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89024992 26730651648 6897 33554432000 4194304 4196468 140721326784304 139717452491792 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22976] ppid=22969 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22971/task/22976/stat : 22976 (java) S 22969 22969 22278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89024992 26730651648 6897 33554432000 4194304 4196468 140721326784304 139717451439248 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22977] ppid=22969 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22971/task/22977/stat : 22977 (java) S 22969 22969 22278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89024992 26730651648 6897 33554432000 4194304 4196468 140721326784304 139717450385680 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22978] ppid=22969 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/22971/task/22978/stat : 22978 (java) S 22969 22969 22278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89024992 26730651648 6897 33554432000 4194304 4196468 140721326784304 139717449333136 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22979] ppid=22969 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22971/task/22979/stat : 22979 (java) S 22969 22969 22278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89024992 26730651648 6897 33554432000 4194304 4196468 140721326784304 139717448280592 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22980] ppid=22969 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22971/task/22980/stat : 22980 (java) S 22969 22969 22278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89024992 26730651648 6897 33554432000 4194304 4196468 140721326784304 139717447228048 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22981] ppid=22969 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22971/task/22981/stat : 22981 (java) S 22969 22969 22278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89024993 26730651648 6897 33554432000 4194304 4196468 140721326784304 139716042172912 139717501987458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22982] ppid=22969 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22971/task/22982/stat : 22982 (java) S 22969 22969 22278 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89024993 26730651648 6897 33554432000 4194304 4196468 140721326784304 139716041119136 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22983] ppid=22969 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22971/task/22983/stat : 22983 (java) S 22969 22969 22278 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89024994 26730651648 6897 33554432000 4194304 4196468 140721326784304 139716040066544 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22984] ppid=22969 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22971/task/22984/stat : 22984 (java) S 22969 22969 22278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89024996 26730651648 6897 33554432000 4194304 4196468 140721326784304 139716039015120 139717501994907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22985] ppid=22969 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22971/task/22985/stat : 22985 (java) S 22969 22969 22278 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 89024996 26730651648 6897 33554432000 4194304 4196468 140721326784304 139716037961712 139717501987458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22986] ppid=22969 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22971/task/22986/stat : 22986 (java) S 22969 22969 22278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89024996 26730651648 6897 33554432000 4194304 4196468 140721326784304 139716036909168 139717501987458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22987] ppid=22969 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22971/task/22987/stat : 22987 (java) S 22969 22969 22278 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 89024996 26730651648 6897 33554432000 4194304 4196468 140721326784304 139716035856624 139717501987458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22988] ppid=22969 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/22971/task/22988/stat : 22988 (java) R 22969 22969 22278 0 -1 4202560 255 0 0 0 1 0 0 0 20 0 20 0 89024996 26730651648 6897 33554432000 4194304 4196468 140721326784304 139716034804080 139717501997658 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22989] ppid=22969 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22971/task/22989/stat : 22989 (java) S 22969 22969 22278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89024997 26730651648 6897 33554432000 4194304 4196468 140721326784304 139716033751776 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22990] ppid=22969 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/22971/task/22990/stat : 22990 (java) S 22969 22969 22278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89024997 26730651648 6897 33554432000 4194304 4196468 140721326784304 139716032699312 139717501987458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 29040 KiB

[startup+0.210133 s]*
/proc/loadavg: 2.16 3.62 6.14 2/200 22990
/proc/meminfo: memFree=26776172/32770624 swapFree=67027880/67108860
[pid=22969] ppid=22966 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22969/stat : 22969 (xcsp3-exec) S 22966 22969 22278 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 89024990 115843072 363 33554432000 4194304 5098028 140723306543920 140723306542024 139927236452988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16818176 140723306546229 140723306546432 140723306546432 140723306549194 0
/proc/22969/statm: 28282 363 306 221 0 87 0
[pid=22971] ppid=22969 vsize=26104152 memory=39624 CPUtime=0.32 cores=0-7
/proc/22971/stat : 22971 (java) S 22969 22969 22278 0 -1 1077944320 8470 0 0 0 29 3 0 0 20 0 20 0 89024990 26730651648 9906 33554432000 4194304 4196468 140721326784304 140721326766848 139717501976311 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
/proc/22971/statm: 6526038 9906 3196 1 0 6488315 0
[pid=22971/tid=22972] ppid=22969 vsize=26104152 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/22971/task/22972/stat : 22972 (java) R 22969 22969 22278 0 -1 4202560 5582 0 0 0 17 2 0 0 20 0 20 0 89024991 26730651648 9906 33554432000 4194304 4196468 140721326784304 139717506206848 139717114975930 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22973] ppid=22969 vsize=26104152 memory=329 CPUtime=0 cores=0-7
/proc/22971/task/22973/stat : 22973 (java) S 22969 22969 22278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89024991 26730651648 9906 33554432000 4194304 4196468 140721326784304 139717454596880 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22974] ppid=22969 vsize=26104152 memory=139949440331340 CPUtime=0 cores=0-7
/proc/22971/task/22974/stat : 22974 (java) S 22969 22969 22278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89024991 26730651648 9906 33554432000 4194304 4196468 140721326784304 139717453544336 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22975] ppid=22969 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/22971/task/22975/stat : 22975 (java) S 22969 22969 22278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89024992 26730651648 9906 33554432000 4194304 4196468 140721326784304 139717452491792 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22976] ppid=22969 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22971/task/22976/stat : 22976 (java) S 22969 22969 22278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89024992 26730651648 9906 33554432000 4194304 4196468 140721326784304 139717451439248 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22977] ppid=22969 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22971/task/22977/stat : 22977 (java) S 22969 22969 22278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89024992 26730651648 9906 33554432000 4194304 4196468 140721326784304 139717450385680 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22978] ppid=22969 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/22971/task/22978/stat : 22978 (java) S 22969 22969 22278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89024992 26730651648 9906 33554432000 4194304 4196468 140721326784304 139717449333136 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22979] ppid=22969 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22971/task/22979/stat : 22979 (java) S 22969 22969 22278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89024992 26730651648 9906 33554432000 4194304 4196468 140721326784304 139717448280592 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22980] ppid=22969 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22971/task/22980/stat : 22980 (java) S 22969 22969 22278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89024992 26730651648 9906 33554432000 4194304 4196468 140721326784304 139717447228048 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22981] ppid=22969 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22971/task/22981/stat : 22981 (java) S 22969 22969 22278 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 89024993 26730651648 9906 33554432000 4194304 4196468 140721326784304 139716042172912 139717501987458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22982] ppid=22969 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22971/task/22982/stat : 22982 (java) S 22969 22969 22278 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89024993 26730651648 9906 33554432000 4194304 4196468 140721326784304 139716041119136 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22983] ppid=22969 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22971/task/22983/stat : 22983 (java) S 22969 22969 22278 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89024994 26730651648 9906 33554432000 4194304 4196468 140721326784304 139716040066544 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22984] ppid=22969 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22971/task/22984/stat : 22984 (java) S 22969 22969 22278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89024996 26730651648 9906 33554432000 4194304 4196468 140721326784304 139716039015120 139717501994907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22985] ppid=22969 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/22971/task/22985/stat : 22985 (java) S 22969 22969 22278 0 -1 1077944384 540 0 0 0 1 0 0 0 20 0 20 0 89024996 26730651648 9906 33554432000 4194304 4196468 140721326784304 139716037961712 139717501987458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22986] ppid=22969 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/22971/task/22986/stat : 22986 (java) S 22969 22969 22278 0 -1 1077944384 52 0 0 0 1 0 0 0 20 0 20 0 89024996 26730651648 9906 33554432000 4194304 4196468 140721326784304 139716036909168 139717501987458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22987] ppid=22969 vsize=26104152 memory=-1 CPUtime=0.01 cores=0-7
/proc/22971/task/22987/stat : 22987 (java) S 22969 22969 22278 0 -1 1077944384 214 0 0 0 1 0 0 0 20 0 20 0 89024996 26730651648 9906 33554432000 4194304 4196468 140721326784304 139716035856624 139717501987458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22988] ppid=22969 vsize=26104152 memory=-1 CPUtime=0.07 cores=0-7
/proc/22971/task/22988/stat : 22988 (java) R 22969 22969 22278 0 -1 4202560 767 0 0 0 7 0 0 0 20 0 20 0 89024996 26730651648 9906 33554432000 4194304 4196468 140721326784304 139716034804080 139717494213438 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22989] ppid=22969 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22971/task/22989/stat : 22989 (java) S 22969 22969 22278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89024997 26730651648 9906 33554432000 4194304 4196468 140721326784304 139716033751776 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22990] ppid=22969 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/22971/task/22990/stat : 22990 (java) S 22969 22969 22278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89024997 26730651648 9906 33554432000 4194304 4196468 140721326784304 139716032699312 139717501987458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 41076 KiB

[startup+0.30961 s]*
/proc/loadavg: 2.16 3.62 6.14 4/200 22990
/proc/meminfo: memFree=26770464/32770624 swapFree=67027880/67108860
[pid=22969] ppid=22966 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22969/stat : 22969 (xcsp3-exec) S 22966 22969 22278 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 89024990 115843072 363 33554432000 4194304 5098028 140723306543920 140723306542024 139927236452988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16818176 140723306546229 140723306546432 140723306546432 140723306549194 0
/proc/22969/statm: 28282 363 306 221 0 87 0
[pid=22971] ppid=22969 vsize=26108408 memory=46404 CPUtime=0.51 cores=0-7
/proc/22971/stat : 22971 (java) S 22969 22969 22278 0 -1 1077944320 9276 0 0 0 47 4 0 0 20 0 20 0 89024990 26735009792 11601 33554432000 4194304 4196468 140721326784304 140721326766848 139717501976311 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
/proc/22971/statm: 6527102 11601 3246 1 0 6488315 0
[pid=22971/tid=22972] ppid=22969 vsize=26108408 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/22971/task/22972/stat : 22972 (java) R 22969 22969 22278 0 -1 4202560 6222 0 0 0 27 2 0 0 20 0 20 0 89024991 26735009792 11601 33554432000 4194304 4196468 140721326784304 139717506207504 139717501998237 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22973] ppid=22969 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/22971/task/22973/stat : 22973 (java) S 22969 22969 22278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89024991 26735009792 11601 33554432000 4194304 4196468 140721326784304 139717454596880 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22974] ppid=22969 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/22971/task/22974/stat : 22974 (java) S 22969 22969 22278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89024991 26735009792 11601 33554432000 4194304 4196468 140721326784304 139717453544336 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22975] ppid=22969 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/22971/task/22975/stat : 22975 (java) S 22969 22969 22278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89024992 26735009792 11601 33554432000 4194304 4196468 140721326784304 139717452491792 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22976] ppid=22969 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/22971/task/22976/stat : 22976 (java) S 22969 22969 22278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89024992 26735009792 11601 33554432000 4194304 4196468 140721326784304 139717451439248 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22977] ppid=22969 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/22971/task/22977/stat : 22977 (java) S 22969 22969 22278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89024992 26735009792 11601 33554432000 4194304 4196468 140721326784304 139717450385680 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22978] ppid=22969 vsize=26108408 memory=139949294842799 CPUtime=0 cores=0-7
/proc/22971/task/22978/stat : 22978 (java) S 22969 22969 22278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89024992 26735009792 11601 33554432000 4194304 4196468 140721326784304 139717449333136 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22979] ppid=22969 vsize=26108408 memory=139949294845104 CPUtime=0 cores=0-7
/proc/22971/task/22979/stat : 22979 (java) S 22969 22969 22278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89024992 26735009792 11601 33554432000 4194304 4196468 140721326784304 139717448280592 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22980] ppid=22969 vsize=26108408 memory=139949294847408 CPUtime=0 cores=0-7
/proc/22971/task/22980/stat : 22980 (java) S 22969 22969 22278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89024992 26735009792 11601 33554432000 4194304 4196468 140721326784304 139717447228048 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22981] ppid=22969 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/22971/task/22981/stat : 22981 (java) S 22969 22969 22278 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 89024993 26735009792 11601 33554432000 4194304 4196468 140721326784304 139716042172912 139717501987458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22982] ppid=22969 vsize=26108408 memory=279898589701776 CPUtime=0 cores=0-7
/proc/22971/task/22982/stat : 22982 (java) S 22969 22969 22278 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89024993 26735009792 11601 33554432000 4194304 4196468 140721326784304 139716041119136 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22983] ppid=22969 vsize=26108408 memory=279898589708688 CPUtime=0 cores=0-7
/proc/22971/task/22983/stat : 22983 (java) S 22969 22969 22278 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89024994 26735009792 11601 33554432000 4194304 4196468 140721326784304 139716040066544 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22984] ppid=22969 vsize=26108408 memory=279898589649840 CPUtime=0 cores=0-7
/proc/22971/task/22984/stat : 22984 (java) S 22969 22969 22278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89024996 26735009792 11601 33554432000 4194304 4196468 140721326784304 139716039015120 139717501994907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22985] ppid=22969 vsize=26108408 memory=279898589722512 CPUtime=0.02 cores=0-7
/proc/22971/task/22985/stat : 22985 (java) S 22969 22969 22278 0 -1 1077944384 549 0 0 0 2 0 0 0 20 0 20 0 89024996 26735009792 11601 33554432000 4194304 4196468 140721326784304 139716037961712 139717501987458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22986] ppid=22969 vsize=26108408 memory=279898589729424 CPUtime=0.04 cores=0-7
/proc/22971/task/22986/stat : 22986 (java) R 22969 22969 22278 0 -1 4202560 148 0 0 0 4 0 0 0 20 0 20 0 89024996 26735009792 11601 33554432000 4194304 4196468 140721326784304 139716036890184 139717485535385 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22987] ppid=22969 vsize=26108408 memory=279898589727120 CPUtime=0.01 cores=0-7
/proc/22971/task/22987/stat : 22987 (java) S 22969 22969 22278 0 -1 1077944384 217 0 0 0 1 0 0 0 20 0 20 0 89024996 26735009792 11601 33554432000 4194304 4196468 140721326784304 139716035856624 139717501987458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22988] ppid=22969 vsize=26108408 memory=279898589743280 CPUtime=0.12 cores=0-7
/proc/22971/task/22988/stat : 22988 (java) S 22969 22969 22278 0 -1 1077944384 827 0 0 0 12 0 0 0 20 0 20 0 89024996 26735009792 11601 33554432000 4194304 4196468 140721326784304 139716034804080 139717501987458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22989] ppid=22969 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/22971/task/22989/stat : 22989 (java) S 22969 22969 22278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89024997 26735009792 11601 33554432000 4194304 4196468 140721326784304 139716033751776 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22990] ppid=22969 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/22971/task/22990/stat : 22990 (java) S 22969 22969 22278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89024997 26735009792 11601 33554432000 4194304 4196468 140721326784304 139716032699312 139717501987458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 47856 KiB

[startup+0.708322 s]
/proc/loadavg: 2.16 3.62 6.14 2/200 22990
/proc/meminfo: memFree=26676136/32770624 swapFree=67027880/67108860
[pid=22969] ppid=22966 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22969/stat : 22969 (xcsp3-exec) S 22966 22969 22278 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 89024990 115843072 363 33554432000 4194304 5098028 140723306543920 140723306542024 139927236452988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16818176 140723306546229 140723306546432 140723306546432 140723306549194 0
/proc/22969/statm: 28282 363 306 221 0 87 0
[pid=22971] ppid=22969 vsize=26110532 memory=259808 CPUtime=1.76 cores=0-7
/proc/22971/stat : 22971 (java) S 22969 22969 22278 0 -1 1077944320 13276 0 0 0 157 19 0 0 20 0 20 0 89024990 26737184768 64952 33554432000 4194304 4196468 140721326784304 140721326766848 139717501976311 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
/proc/22971/statm: 6527633 64952 3350 1 0 6488827 0
[pid=22971/tid=22972] ppid=22969 vsize=26110532 memory=279898590101168 CPUtime=0.64 cores=0-7
/proc/22971/task/22972/stat : 22972 (java) R 22969 22969 22278 0 -1 4202560 6801 0 0 0 60 4 0 0 20 0 20 0 89024991 26737184768 64952 33554432000 4194304 4196468 140721326784304 139717506210416 139717118041215 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22973] ppid=22969 vsize=26110532 memory=139949295051632 CPUtime=0.02 cores=0-7
/proc/22971/task/22973/stat : 22973 (java) S 22969 22969 22278 0 -1 1077944384 33 0 0 0 1 1 0 0 20 0 20 0 89024991 26737184768 64952 33554432000 4194304 4196468 140721326784304 139717454596880 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22974] ppid=22969 vsize=26110532 memory=0 CPUtime=0.03 cores=0-7
/proc/22971/task/22974/stat : 22974 (java) S 22969 22969 22278 0 -1 1077944384 37 0 0 0 2 1 0 0 20 0 20 0 89024991 26737184768 64952 33554432000 4194304 4196468 140721326784304 139717453544336 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22975] ppid=22969 vsize=26110532 memory=2764 CPUtime=0.02 cores=0-7
/proc/22971/task/22975/stat : 22975 (java) S 22969 22969 22278 0 -1 1077944384 41 0 0 0 1 1 0 0 20 0 20 0 89024992 26737184768 64952 33554432000 4194304 4196468 140721326784304 139717452491792 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0

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

[pid=22971/tid=22978] ppid=22969 vsize=26110532 memory=1452 CPUtime=21.43 cores=0-7
/proc/22971/task/22978/stat : 22978 (java) S 22969 22969 22278 0 -1 1077944384 63695 0 0 0 1426 717 0 0 20 0 20 0 89024992 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139717449333136 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 17 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22979] ppid=22969 vsize=26110532 memory=1452 CPUtime=21.5 cores=0-7
/proc/22971/task/22979/stat : 22979 (java) S 22969 22969 22278 0 -1 1077944384 206559 0 0 0 1375 775 0 0 20 0 20 0 89024992 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139717448280592 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 19 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22980] ppid=22969 vsize=26110532 memory=23172476 CPUtime=21.52 cores=0-7
/proc/22971/task/22980/stat : 22980 (java) S 22969 22969 22278 0 -1 1077944384 62153 0 0 0 1399 753 0 0 20 0 20 0 89024992 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139717447228048 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 18 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22981] ppid=22969 vsize=26110532 memory=15128 CPUtime=1.22 cores=0-7
/proc/22971/task/22981/stat : 22981 (java) R 22969 22969 22278 0 -1 4202560 50044 0 0 0 113 9 0 0 20 0 20 0 89024993 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139716042171472 139717480346491 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22982] ppid=22969 vsize=26110532 memory=640 CPUtime=0 cores=0-7
/proc/22971/task/22982/stat : 22982 (java) S 22969 22969 22278 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 89024993 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139716041119200 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22983] ppid=22969 vsize=26110532 memory=1760 CPUtime=0 cores=0-7
/proc/22971/task/22983/stat : 22983 (java) S 22969 22969 22278 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 89024994 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139716040066560 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22984] ppid=22969 vsize=26110532 memory=960 CPUtime=0 cores=0-7
/proc/22971/task/22984/stat : 22984 (java) S 22969 22969 22278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89024996 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139716039015120 139717501994907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22985] ppid=22969 vsize=26110532 memory=1220 CPUtime=0.41 cores=0-7
/proc/22971/task/22985/stat : 22985 (java) S 22969 22969 22278 0 -1 1077944384 2106 0 0 0 40 1 0 0 20 0 20 0 89024996 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139716037961760 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22986] ppid=22969 vsize=26110532 memory=1540 CPUtime=0.41 cores=0-7
/proc/22971/task/22986/stat : 22986 (java) S 22969 22969 22278 0 -1 1077944384 1623 0 0 0 41 0 0 0 20 0 20 0 89024996 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139716036909216 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22987] ppid=22969 vsize=26110532 memory=2164 CPUtime=0.38 cores=0-7
/proc/22971/task/22987/stat : 22987 (java) S 22969 22969 22278 0 -1 1077944384 2971 0 0 0 37 1 0 0 20 0 20 0 89024996 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139716035856384 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22988] ppid=22969 vsize=26110532 memory=3700 CPUtime=0.33 cores=0-7
/proc/22971/task/22988/stat : 22988 (java) S 22969 22969 22278 0 -1 1077944384 2632 0 0 0 33 0 0 0 20 0 20 0 89024996 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139716034804128 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22989] ppid=22969 vsize=26110532 memory=844 CPUtime=0 cores=0-7
/proc/22971/task/22989/stat : 22989 (java) S 22969 22969 22278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89024997 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139716033751776 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22990] ppid=22969 vsize=26110532 memory=1460 CPUtime=0.4 cores=0-7
/proc/22971/task/22990/stat : 22990 (java) S 22969 22969 22278 0 -1 1077944384 4809 0 0 0 21 19 0 0 20 0 20 0 89024997 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139716032699312 139717501987458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 63 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
Current children cumulated CPU time: 733.92 s
Current children cumulated vsize: 26223660 KiB
Current children cumulated memory: 23173936 KiB

[startup+583.458 s]
# the end of solver process 22969 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=676.28 s, system=62.8391 s

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

[startup+582.701 s]
/proc/loadavg: 1.21 1.51 3.81 2/200 22998
/proc/meminfo: memFree=3602196/32770624 swapFree=67027880/67108860
[pid=22969] ppid=22966 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22969/stat : 22969 (xcsp3-exec) S 22966 22969 22278 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 89024990 115843072 363 33554432000 4194304 5098028 140723306543920 140723306542024 139927236452988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16818176 140723306546229 140723306546432 140723306546432 140723306549194 0
/proc/22969/statm: 28282 363 306 221 0 87 0
[pid=22971] ppid=22969 vsize=26110532 memory=23172484 CPUtime=735.66 cores=0-7
/proc/22971/stat : 22971 (java) S 22969 22969 22278 0 -1 1077944320 1046762 0 0 0 67298 6268 0 0 20 0 20 0 89024990 26737184768 5793121 33554432000 4194304 4196468 140721326784304 140721326766848 139717501976311 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
/proc/22971/statm: 6527633 5793121 3400 1 0 6488827 0
[pid=22971/tid=22972] ppid=22969 vsize=26110532 memory=6943526294501994554 CPUtime=558.5 cores=0-7
/proc/22971/task/22972/stat : 22972 (java) S 22969 22969 22278 0 -1 1077944384 130206 0 0 0 55663 187 0 0 20 0 20 0 89024991 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139717506214304 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22973] ppid=22969 vsize=26110532 memory=6944652177228980272 CPUtime=21.69 cores=0-7
/proc/22971/task/22973/stat : 22973 (java) S 22969 22969 22278 0 -1 1077944384 76007 0 0 0 1409 760 0 0 20 0 20 0 89024991 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139717454596880 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22974] ppid=22969 vsize=26110532 memory=6791534058613427641 CPUtime=21.79 cores=0-7
/proc/22971/task/22974/stat : 22974 (java) S 22969 22969 22278 0 -1 1077944384 124961 0 0 0 1425 754 0 0 20 0 20 0 89024991 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139717453544336 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 16 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22975] ppid=22969 vsize=26110532 memory=1760 CPUtime=21.6 cores=0-7
/proc/22971/task/22975/stat : 22975 (java) S 22969 22969 22278 0 -1 1077944384 61489 0 0 0 1423 737 0 0 20 0 20 0 89024992 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139717452491792 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22976] ppid=22969 vsize=26110532 memory=960 CPUtime=21.7 cores=0-7
/proc/22971/task/22976/stat : 22976 (java) S 22969 22969 22278 0 -1 1077944384 75604 0 0 0 1412 758 0 0 20 0 20 0 89024992 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139717451439248 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 21 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22977] ppid=22969 vsize=26110532 memory=1220 CPUtime=21.85 cores=0-7
/proc/22971/task/22977/stat : 22977 (java) S 22969 22969 22278 0 -1 1077944384 173566 0 0 0 1392 793 0 0 20 0 20 0 89024992 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139717450385680 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 23 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22978] ppid=22969 vsize=26110532 memory=1452 CPUtime=21.63 cores=0-7
/proc/22971/task/22978/stat : 22978 (java) S 22969 22969 22278 0 -1 1077944384 63704 0 0 0 1445 718 0 0 20 0 20 0 89024992 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139717449333136 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 17 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22979] ppid=22969 vsize=26110532 memory=23172476 CPUtime=21.69 cores=0-7
/proc/22971/task/22979/stat : 22979 (java) S 22969 22969 22278 0 -1 1077944384 213488 0 0 0 1393 776 0 0 20 0 20 0 89024992 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139717448280592 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 19 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22980] ppid=22969 vsize=26110532 memory=796 CPUtime=21.71 cores=0-7
/proc/22971/task/22980/stat : 22980 (java) S 22969 22969 22278 0 -1 1077944384 62227 0 0 0 1418 753 0 0 20 0 20 0 89024992 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139717447228048 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 18 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22981] ppid=22969 vsize=26110532 memory=1008 CPUtime=1.42 cores=0-7
/proc/22971/task/22981/stat : 22981 (java) R 22969 22969 22278 0 -1 4202560 50048 0 0 0 133 9 0 0 20 0 20 0 89024993 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139716042171472 139717480346475 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22982] ppid=22969 vsize=26110532 memory=15316 CPUtime=0 cores=0-7
/proc/22971/task/22982/stat : 22982 (java) S 22969 22969 22278 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 89024993 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139716041118736 139717501987458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22983] ppid=22969 vsize=26110532 memory=960 CPUtime=0 cores=0-7
/proc/22971/task/22983/stat : 22983 (java) S 22969 22969 22278 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 89024994 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139716040066560 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22984] ppid=22969 vsize=26110532 memory=1220 CPUtime=0 cores=0-7
/proc/22971/task/22984/stat : 22984 (java) S 22969 22969 22278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89024996 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139716039015120 139717501994907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22985] ppid=22969 vsize=26110532 memory=1540 CPUtime=0.41 cores=0-7
/proc/22971/task/22985/stat : 22985 (java) S 22969 22969 22278 0 -1 1077944384 2106 0 0 0 40 1 0 0 20 0 20 0 89024996 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139716037961712 139717501987458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22986] ppid=22969 vsize=26110532 memory=2164 CPUtime=0.41 cores=0-7
/proc/22971/task/22986/stat : 22986 (java) S 22969 22969 22278 0 -1 1077944384 1623 0 0 0 41 0 0 0 20 0 20 0 89024996 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139716036909168 139717501987458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22987] ppid=22969 vsize=26110532 memory=3700 CPUtime=0.38 cores=0-7
/proc/22971/task/22987/stat : 22987 (java) S 22969 22969 22278 0 -1 1077944384 2971 0 0 0 37 1 0 0 20 0 20 0 89024996 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139716035856624 139717501987458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22988] ppid=22969 vsize=26110532 memory=15128 CPUtime=0.33 cores=0-7
/proc/22971/task/22988/stat : 22988 (java) S 22969 22969 22278 0 -1 1077944384 2632 0 0 0 33 0 0 0 20 0 20 0 89024996 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139716034804080 139717501987458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22989] ppid=22969 vsize=26110532 memory=640 CPUtime=0 cores=0-7
/proc/22971/task/22989/stat : 22989 (java) S 22969 22969 22278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89024997 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139716033751776 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22990] ppid=22969 vsize=26110532 memory=1760 CPUtime=0.4 cores=0-7
/proc/22971/task/22990/stat : 22990 (java) S 22969 22969 22278 0 -1 1077944384 4809 0 0 0 21 19 0 0 20 0 20 0 89024997 26737184768 5793121 33554432000 4194304 4196468 140721326784304 139716032699312 139717501987458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 63 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
Current children cumulated CPU time: 735.66 s
Current children cumulated vsize: 26223660 KiB
Current children cumulated memory: 23173936 KiB

[startup+583.101 s]
/proc/loadavg: 1.21 1.51 3.81 2/200 22998
/proc/meminfo: memFree=3602196/32770624 swapFree=67027880/67108860
[pid=22969] ppid=22966 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22969/stat : 22969 (xcsp3-exec) S 22966 22969 22278 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 89024990 115843072 363 33554432000 4194304 5098028 140723306543920 140723306542024 139927236452988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16818176 140723306546229 140723306546432 140723306546432 140723306549194 0
/proc/22969/statm: 28282 363 306 221 0 87 0
[pid=22971] ppid=22969 vsize=26110532 memory=23172552 CPUtime=738.13 cores=0-7
/proc/22971/stat : 22971 (java) S 22969 22969 22278 0 -1 1077944320 1046856 0 0 0 67545 6268 0 0 20 0 20 0 89024990 26737184768 5793138 33554432000 4194304 4196468 140721326784304 140721326766848 139717501976311 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
/proc/22971/statm: 6527633 5793138 3401 1 0 6488827 0
[pid=22971/tid=22972] ppid=22969 vsize=26110532 memory=6791534058613427641 CPUtime=558.5 cores=0-7
/proc/22971/task/22972/stat : 22972 (java) S 22969 22969 22278 0 -1 1077944384 130280 0 0 0 55663 187 0 0 20 0 20 0 89024991 26737184768 5793138 33554432000 4194304 4196468 140721326784304 139717506215328 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22973] ppid=22969 vsize=26110532 memory=776 CPUtime=21.98 cores=0-7
/proc/22971/task/22973/stat : 22973 (java) R 22969 22969 22278 0 -1 4202560 76013 0 0 0 1438 760 0 0 20 0 20 0 89024991 26737184768 5793138 33554432000 4194304 4196468 140721326784304 139717454596880 139717486974459 0 4 0 16800975 0 0 0 -1 6 0 0 23 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22974] ppid=22969 vsize=26110532 memory=1452 CPUtime=22.08 cores=0-7
/proc/22971/task/22974/stat : 22974 (java) R 22969 22969 22278 0 -1 4202560 124961 0 0 0 1454 754 0 0 20 0 20 0 89024991 26737184768 5793138 33554432000 4194304 4196468 140721326784304 139717453544456 139717495079297 0 4 0 16800975 0 0 0 -1 2 0 0 16 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22975] ppid=22969 vsize=26110532 memory=23161264 CPUtime=21.9 cores=0-7
/proc/22971/task/22975/stat : 22975 (java) R 22969 22969 22278 0 -1 4202560 61489 0 0 0 1453 737 0 0 20 0 20 0 89024992 26737184768 5793138 33554432000 4194304 4196468 140721326784304 139717452491680 139717495079340 0 4 0 16800975 0 0 0 -1 7 0 0 19 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22976] ppid=22969 vsize=26110532 memory=15316 CPUtime=22 cores=0-7
/proc/22971/task/22976/stat : 22976 (java) R 22969 22969 22278 0 -1 4202560 75604 0 0 0 1442 758 0 0 20 0 20 0 89024992 26737184768 5793138 33554432000 4194304 4196468 140721326784304 139717451439248 139717495079283 0 4 0 16800975 0 0 0 -1 1 0 0 21 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22977] ppid=22969 vsize=26110532 memory=1452 CPUtime=22.15 cores=0-7
/proc/22971/task/22977/stat : 22977 (java) R 22969 22969 22278 0 -1 4202560 173566 0 0 0 1422 793 0 0 20 0 20 0 89024992 26737184768 5793138 33554432000 4194304 4196468 140721326784304 139717450385680 139717495079335 0 4 0 16800975 0 0 0 -1 4 0 0 23 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22978] ppid=22969 vsize=26110532 memory=23172476 CPUtime=21.93 cores=0-7
/proc/22971/task/22978/stat : 22978 (java) R 22969 22969 22278 0 -1 4202560 63704 0 0 0 1475 718 0 0 20 0 20 0 89024992 26737184768 5793138 33554432000 4194304 4196468 140721326784304 139717449333136 139717495079325 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22979] ppid=22969 vsize=26110532 memory=796 CPUtime=21.99 cores=0-7
/proc/22971/task/22979/stat : 22979 (java) R 22969 22969 22278 0 -1 4202560 213488 0 0 0 1423 776 0 0 20 0 20 0 89024992 26737184768 5793138 33554432000 4194304 4196468 140721326784304 139717448280592 139717495079290 0 4 0 16800975 0 0 0 -1 0 0 0 19 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22980] ppid=22969 vsize=26110532 memory=1008 CPUtime=22.01 cores=0-7
/proc/22971/task/22980/stat : 22980 (java) R 22969 22969 22278 0 -1 4202560 62235 0 0 0 1448 753 0 0 20 0 20 0 89024992 26737184768 5793138 33554432000 4194304 4196468 140721326784304 139717447228048 139717495079283 0 4 0 16800975 0 0 0 -1 3 0 0 18 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22981] ppid=22969 vsize=26110532 memory=15316 CPUtime=1.52 cores=0-7
/proc/22971/task/22981/stat : 22981 (java) S 22969 22969 22278 0 -1 1077944384 50052 0 0 0 143 9 0 0 20 0 20 0 89024993 26737184768 5793138 33554432000 4194304 4196468 140721326784304 139716042171456 139717501986517 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22982] ppid=22969 vsize=26110532 memory=3604 CPUtime=0 cores=0-7
/proc/22971/task/22982/stat : 22982 (java) S 22969 22969 22278 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 89024993 26737184768 5793138 33554432000 4194304 4196468 140721326784304 139716041119200 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22983] ppid=22969 vsize=26110532 memory=11444 CPUtime=0 cores=0-7
/proc/22971/task/22983/stat : 22983 (java) S 22969 22969 22278 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 89024994 26737184768 5793138 33554432000 4194304 4196468 140721326784304 139716040066560 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22984] ppid=22969 vsize=26110532 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/22971/task/22984/stat : 22984 (java) S 22969 22969 22278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89024996 26737184768 5793138 33554432000 4194304 4196468 140721326784304 139716039015120 139717501994907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22985] ppid=22969 vsize=26110532 memory=1664 CPUtime=0.41 cores=0-7
/proc/22971/task/22985/stat : 22985 (java) S 22969 22969 22278 0 -1 1077944384 2106 0 0 0 40 1 0 0 20 0 20 0 89024996 26737184768 5793138 33554432000 4194304 4196468 140721326784304 139716037961712 139717501987458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22986] ppid=22969 vsize=26110532 memory=1828 CPUtime=0.41 cores=0-7
/proc/22971/task/22986/stat : 22986 (java) S 22969 22969 22278 0 -1 1077944384 1623 0 0 0 41 0 0 0 20 0 20 0 89024996 26737184768 5793138 33554432000 4194304 4196468 140721326784304 139716036909168 139717501987458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22987] ppid=22969 vsize=26110532 memory=800 CPUtime=0.38 cores=0-7
/proc/22971/task/22987/stat : 22987 (java) S 22969 22969 22278 0 -1 1077944384 2971 0 0 0 37 1 0 0 20 0 20 0 89024996 26737184768 5793138 33554432000 4194304 4196468 140721326784304 139716035856624 139717501987458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22988] ppid=22969 vsize=26110532 memory=5212 CPUtime=0.33 cores=0-7
/proc/22971/task/22988/stat : 22988 (java) S 22969 22969 22278 0 -1 1077944384 2632 0 0 0 33 0 0 0 20 0 20 0 89024996 26737184768 5793138 33554432000 4194304 4196468 140721326784304 139716034804080 139717501987458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22989] ppid=22969 vsize=26110532 memory=12772 CPUtime=0 cores=0-7
/proc/22971/task/22989/stat : 22989 (java) S 22969 22969 22278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89024997 26737184768 5793138 33554432000 4194304 4196468 140721326784304 139716033751776 139717501986517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
[pid=22971/tid=22990] ppid=22969 vsize=26110532 memory=1332 CPUtime=0.4 cores=0-7
/proc/22971/task/22990/stat : 22990 (java) S 22969 22969 22278 0 -1 1077944384 4811 0 0 0 21 19 0 0 20 0 20 0 89024997 26737184768 5793138 33554432000 4194304 4196468 140721326784304 139716032699312 139717501987458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 63 0 0 6293624 6294260 35041280 140721326789761 140721326789933 140721326789933 140721326792655 0
Current children cumulated CPU time: 738.13 s
Current children cumulated vsize: 26223660 KiB
Current children cumulated memory: 23174004 KiB

[startup+583.301 s]*
/proc/loadavg: 1.20 1.50 3.80 2/200 22998
/proc/meminfo: memFree=3601824/32770624 swapFree=67027880/67108860
[pid=22969] ppid=22966 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22969/stat : 22969 (xcsp3-exec) S 22966 22969 22278 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 89024990 115843072 363 33554432000 4194304 5098028 140723306543920 140723306542024 139927236452988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16818176 140723306546229 140723306546432 140723306546432 140723306549194 0
/proc/22969/statm: 28282 363 306 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

[startup+583.41 s]
/proc/loadavg: 1.20 1.50 3.80 2/200 22998
/proc/meminfo: memFree=3601824/32770624 swapFree=67027880/67108860
[pid=22969] ppid=22966 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22969/stat : 22969 (xcsp3-exec) S 22966 22969 22278 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 89024990 115843072 363 33554432000 4194304 5098028 140723306543920 140723306542024 139927236452988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16818176 140723306546229 140723306546432 140723306546432 140723306549194 0
/proc/22969/statm: 28282 363 306 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): 583.458
CPU time (s): 739.119
CPU user time (s): 676.28
CPU system time (s): 62.8391
CPU usage (%): 126.679
Max. virtual memory (cumulated for all children) (KiB): 26223660
Max. memory (cumulated for all children) (KiB): 23174004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 676.28
system time used= 62.8391
maximum resident set size= 23172856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1047519
page faults= 0
swaps= 0
block input operations= 0
block output operations= 704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39841
involuntary context switches= 3905


# summary of solver processes directly reported to runsolver:
#   pid: 22969
#   total CPU time (s): 739.119
#   total CPU user time (s): 676.28
#   total CPU system time (s): 62.8391

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.33623 second user time and 4.89281 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-27 20:03:38
IDJOB=4297400
IDBENCH=141306
IDSOLVER=2760
FILE ID=node102/4297400-1532714618
RUNJOBID= node102-1532711744-22305
PBS_JOBID= 21022317
Free space on /tmp= 52720 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-10-4-rom_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 22000 -p NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297400-1532714618/watcher-4297400-1532714618 -o /tmp/evaluation-result-4297400-1532714618/solver-4297400-1532714618 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1532711744-22305 --watchdog 2580  HOME/xcsp3-exec -seed 1032104874 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297400-1532714618.xml

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

MD5SUM BENCH= 1ce90bfeea193be77ab92ac06e9a3657
RANDOM SEED=1032104874

node102.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.51
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.51
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.51
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.51
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:        26804244 kB
MemAvailable:   31932312 kB
Buffers:          193056 kB
Cached:          5190544 kB
SwapCached:        53668 kB
Active:          1230344 kB
Inactive:        4233628 kB
Active(anon):       5840 kB
Inactive(anon):    98876 kB
Active(file):    1224504 kB
Inactive(file):  4134752 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67027880 kB
Dirty:             49976 kB
Writeback:             0 kB
AnonPages:         33972 kB
Mapped:            34732 kB
Shmem:             21664 kB
Slab:             196748 kB
SReclaimable:     169292 kB
SUnreclaim:        27456 kB
KernelStack:        3184 kB
PageTables:         4712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52700 MiB
End job on node102 at 2018-07-27 20:13:22