Trace number 4393587

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-06-14 parallel? 1297.48 283.03

General information on the benchmark

NamePigeonsPlus/PigeonsPlus-m1-s1/
pigeonsPlus-08-08.xml
MD5SUMa4344d82eae68729eeb0bbc0b13d3fa1
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 benchmark29.4324
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints44
Number of domains2
Minimum domain size7
Maximum domain size8
Distribution of domain sizes[{"size":7,"count":8},{"size":8,"count":64}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":56},{"degree":2,"count":8},{"degree":8,"count":8}]
Minimum constraint arity2
Maximum constraint arity8
Distribution of constraint arities[{"arity":2,"count":36},{"arity":8,"count":8}]
Number of extensional constraints44
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":44}]
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-4393587-1568435952.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393587-1568435952.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1297.13/282.72	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1297.13/282.72		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:101)
1297.13/282.72		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
1297.13/282.72		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2096)
1297.13/282.72		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2043)
1297.13/282.72		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:317)
1297.13/282.72		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
1297.13/282.72		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
1297.13/282.72		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1297.13/282.72		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
1297.13/282.72		at org.xcsp.parser.XCallbacks$$Lambda$95/861842890.accept(Unknown Source)
1297.13/282.72		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1297.13/282.72		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1297.13/282.72		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
1297.13/282.72		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
1297.13/282.72		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
1297.13/282.72		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1297.13/282.72		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1297.13/282.72		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1297.13/282.72		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1297.13/282.72		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1297.13/282.72		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1297.13/282.72		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1297.13/282.72	s UNKNOWN
1297.13/282.72	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 (15099 MiB free)
  memory of node 1: 16384 MiB (14893 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393587-1568435952/watcher-4393587-1568435952 -o /tmp/evaluation-result-4393587-1568435952/solver-4393587-1568435952 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node135-1568428312-22143 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1912985154 HOME/instance-4393587-1568435952.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=23401, runsolver pid=23398
Current StackSize limit: 8192 KiB


[startup+0.100135 s]*
/proc/loadavg: 7.17 7.05 7.08 2/216 23422
/proc/meminfo: memFree=30696092/32770624 swapFree=66968420/67108860
[pid=23401] ppid=23398 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23401/stat : 23401 (xcsp3-exec) S 23398 23401 22116 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 419844828 115843072 363 33554432000 4194304 5098028 140724393995728 140724393993832 139942630822524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36016128 140724393997173 140724393997417 140724393997417 140724394000330 0
/proc/23401/statm: 28282 363 305 221 0 87 0
[pid=23403] ppid=23401 vsize=28227388 memory=28792 CPUtime=0.13 cores=0-7
/proc/23403/stat : 23403 (java) S 23401 23401 22116 0 -1 1077944320 5700 0 0 0 12 1 0 0 20 0 20 0 419844829 28904845312 7198 33554432000 4194304 4196468 140726324071568 140726324054112 140151306206967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
/proc/23403/statm: 7056847 7198 3119 1 0 7019032 0
[pid=23403/tid=23404] ppid=23401 vsize=28227388 memory=7969008973282974871 CPUtime=0.08 cores=0-7
/proc/23403/task/23404/stat : 23404 (java) R 23401 23401 22116 0 -1 4202560 3584 0 0 0 8 0 0 0 20 0 20 0 419844829 28904845312 7198 33554432000 4194304 4196468 140726324071568 140151310446208 140151290287454 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23405] ppid=23401 vsize=28227388 memory=732370012791380965 CPUtime=0 cores=0-7
/proc/23403/task/23405/stat : 23405 (java) S 23401 23401 22116 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419844830 28904845312 7198 33554432000 4194304 4196468 140726324071568 140150857390864 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23406] ppid=23401 vsize=28227388 memory=139874453927552 CPUtime=0 cores=0-7
/proc/23403/task/23406/stat : 23406 (java) S 23401 23401 22116 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419844830 28904845312 7198 33554432000 4194304 4196468 140726324071568 140150856338320 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23407] ppid=23401 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23403/task/23407/stat : 23407 (java) S 23401 23401 22116 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419844830 28904845312 7198 33554432000 4194304 4196468 140726324071568 140150855285776 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23408] ppid=23401 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23403/task/23408/stat : 23408 (java) S 23401 23401 22116 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419844830 28904845312 7198 33554432000 4194304 4196468 140726324071568 140150854233232 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23409] ppid=23401 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23403/task/23409/stat : 23409 (java) S 23401 23401 22116 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419844830 28904845312 7198 33554432000 4194304 4196468 140726324071568 140150853179664 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23410] ppid=23401 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23403/task/23410/stat : 23410 (java) S 23401 23401 22116 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419844830 28904845312 7198 33554432000 4194304 4196468 140726324071568 140150852127120 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23411] ppid=23401 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23403/task/23411/stat : 23411 (java) S 23401 23401 22116 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419844830 28904845312 7198 33554432000 4194304 4196468 140726324071568 140150851074576 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23412] ppid=23401 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23403/task/23412/stat : 23412 (java) S 23401 23401 22116 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419844830 28904845312 7198 33554432000 4194304 4196468 140726324071568 140150850022032 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23413] ppid=23401 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23403/task/23413/stat : 23413 (java) S 23401 23401 22116 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419844831 28904845312 7198 33554432000 4194304 4196468 140726324071568 140150020786672 140151306218114 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23414] ppid=23401 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23403/task/23414/stat : 23414 (java) S 23401 23401 22116 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419844832 28904845312 7198 33554432000 4194304 4196468 140726324071568 140150019732896 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23415] ppid=23401 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23403/task/23415/stat : 23415 (java) S 23401 23401 22116 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419844832 28904845312 7198 33554432000 4194304 4196468 140726324071568 140150018680304 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23416] ppid=23401 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23403/task/23416/stat : 23416 (java) S 23401 23401 22116 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419844834 28904845312 7198 33554432000 4194304 4196468 140726324071568 140149748918992 140151306225563 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23417] ppid=23401 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23403/task/23417/stat : 23417 (java) S 23401 23401 22116 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 20 0 419844834 28904845312 7198 33554432000 4194304 4196468 140726324071568 140149747865584 140151306218114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23418] ppid=23401 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23403/task/23418/stat : 23418 (java) S 23401 23401 22116 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 20 0 419844834 28904845312 7198 33554432000 4194304 4196468 140726324071568 140149746813040 140151306218114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23419] ppid=23401 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23403/task/23419/stat : 23419 (java) S 23401 23401 22116 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419844834 28904845312 7198 33554432000 4194304 4196468 140726324071568 140149745760496 140151306218114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23420] ppid=23401 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/23403/task/23420/stat : 23420 (java) S 23401 23401 22116 0 -1 1077944384 387 0 0 0 2 0 0 0 20 0 20 0 419844834 28904845312 7198 33554432000 4194304 4196468 140726324071568 140149744707952 140151306218114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23421] ppid=23401 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23403/task/23421/stat : 23421 (java) S 23401 23401 22116 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419844835 28904845312 7198 33554432000 4194304 4196468 140726324071568 140149743655648 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23422] ppid=23401 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23403/task/23422/stat : 23422 (java) S 23401 23401 22116 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419844835 28904845312 7198 33554432000 4194304 4196468 140726324071568 140149742603184 140151306218114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30244 KiB

[startup+0.211083 s]*
/proc/loadavg: 7.17 7.05 7.08 2/216 23422
/proc/meminfo: memFree=30683072/32770624 swapFree=66968420/67108860
[pid=23401] ppid=23398 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23401/stat : 23401 (xcsp3-exec) S 23398 23401 22116 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 419844828 115843072 363 33554432000 4194304 5098028 140724393995728 140724393993832 139942630822524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36016128 140724393997173 140724393997417 140724393997417 140724394000330 0
/proc/23401/statm: 28282 363 305 221 0 87 0
[pid=23403] ppid=23401 vsize=28227388 memory=40996 CPUtime=0.34 cores=0-7
/proc/23403/stat : 23403 (java) S 23401 23401 22116 0 -1 1077944320 9512 0 0 0 31 3 0 0 20 0 20 0 419844829 28904845312 10249 33554432000 4194304 4196468 140726324071568 140726324054112 140151306206967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
/proc/23403/statm: 7056847 10249 3305 1 0 7019032 0
[pid=23403/tid=23404] ppid=23401 vsize=28227388 memory=0 CPUtime=0.2 cores=0-7
/proc/23403/task/23404/stat : 23404 (java) R 23401 23401 22116 0 -1 4202560 6617 0 0 0 18 2 0 0 20 0 20 0 419844829 28904845312 10249 33554432000 4194304 4196468 140726324071568 140151310440672 140151306218902 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23405] ppid=23401 vsize=28227388 memory=279748788074232 CPUtime=0 cores=0-7
/proc/23403/task/23405/stat : 23405 (java) S 23401 23401 22116 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419844830 28904845312 10249 33554432000 4194304 4196468 140726324071568 140150857390864 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23406] ppid=23401 vsize=28227388 memory=139874453927552 CPUtime=0 cores=0-7
/proc/23403/task/23406/stat : 23406 (java) S 23401 23401 22116 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419844830 28904845312 10249 33554432000 4194304 4196468 140726324071568 140150856338320 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23407] ppid=23401 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23403/task/23407/stat : 23407 (java) S 23401 23401 22116 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419844830 28904845312 10249 33554432000 4194304 4196468 140726324071568 140150855285776 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23408] ppid=23401 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23403/task/23408/stat : 23408 (java) S 23401 23401 22116 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419844830 28904845312 10249 33554432000 4194304 4196468 140726324071568 140150854233232 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23409] ppid=23401 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23403/task/23409/stat : 23409 (java) S 23401 23401 22116 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419844830 28904845312 10249 33554432000 4194304 4196468 140726324071568 140150853179664 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23410] ppid=23401 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23403/task/23410/stat : 23410 (java) S 23401 23401 22116 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419844830 28904845312 10249 33554432000 4194304 4196468 140726324071568 140150852127120 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23411] ppid=23401 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23403/task/23411/stat : 23411 (java) S 23401 23401 22116 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419844830 28904845312 10249 33554432000 4194304 4196468 140726324071568 140150851074576 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23412] ppid=23401 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23403/task/23412/stat : 23412 (java) S 23401 23401 22116 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419844830 28904845312 10249 33554432000 4194304 4196468 140726324071568 140150850022032 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23413] ppid=23401 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23403/task/23413/stat : 23413 (java) S 23401 23401 22116 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419844831 28904845312 10249 33554432000 4194304 4196468 140726324071568 140150020786672 140151306218114 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23414] ppid=23401 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23403/task/23414/stat : 23414 (java) S 23401 23401 22116 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419844832 28904845312 10249 33554432000 4194304 4196468 140726324071568 140150019732896 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23415] ppid=23401 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23403/task/23415/stat : 23415 (java) S 23401 23401 22116 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419844832 28904845312 10249 33554432000 4194304 4196468 140726324071568 140150018680304 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23416] ppid=23401 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23403/task/23416/stat : 23416 (java) S 23401 23401 22116 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419844834 28904845312 10249 33554432000 4194304 4196468 140726324071568 140149748918992 140151306225563 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23417] ppid=23401 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23403/task/23417/stat : 23417 (java) S 23401 23401 22116 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 20 0 419844834 28904845312 10249 33554432000 4194304 4196468 140726324071568 140149747865584 140151306218114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23418] ppid=23401 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/23403/task/23418/stat : 23418 (java) S 23401 23401 22116 0 -1 1077944384 418 0 0 0 2 0 0 0 20 0 20 0 419844834 28904845312 10249 33554432000 4194304 4196468 140726324071568 140149746813040 140151306218114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23419] ppid=23401 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/23403/task/23419/stat : 23419 (java) S 23401 23401 22116 0 -1 1077944384 56 0 0 0 1 0 0 0 20 0 20 0 419844834 28904845312 10249 33554432000 4194304 4196468 140726324071568 140149745760496 140151306218114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23420] ppid=23401 vsize=28227388 memory=0 CPUtime=0.08 cores=0-7
/proc/23403/task/23420/stat : 23420 (java) R 23401 23401 22116 0 -1 4202560 814 0 0 0 8 0 0 0 20 0 20 0 419844834 28904845312 10249 33554432000 4194304 4196468 140726324071568 140149744707952 140151284339620 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23421] ppid=23401 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23403/task/23421/stat : 23421 (java) S 23401 23401 22116 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419844835 28904845312 10249 33554432000 4194304 4196468 140726324071568 140149743655648 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23422] ppid=23401 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23403/task/23422/stat : 23422 (java) S 23401 23401 22116 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419844835 28904845312 10249 33554432000 4194304 4196468 140726324071568 140149742603184 140151306218114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42448 KiB

[startup+0.310893 s]*
/proc/loadavg: 7.17 7.05 7.08 4/216 23422
/proc/meminfo: memFree=30675432/32770624 swapFree=66968420/67108860
[pid=23401] ppid=23398 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23401/stat : 23401 (xcsp3-exec) S 23398 23401 22116 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 419844828 115843072 363 33554432000 4194304 5098028 140724393995728 140724393993832 139942630822524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36016128 140724393997173 140724393997417 140724393997417 140724394000330 0
/proc/23401/statm: 28282 363 305 221 0 87 0
[pid=23403] ppid=23401 vsize=28231644 memory=50068 CPUtime=0.53 cores=0-7
/proc/23403/stat : 23403 (java) S 23401 23401 22116 0 -1 1077944320 10884 0 0 0 49 4 0 0 20 0 20 0 419844829 28909203456 12517 33554432000 4194304 4196468 140726324071568 140726324054112 140151306206967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
/proc/23403/statm: 7057911 12517 3341 1 0 7019032 0
[pid=23403/tid=23404] ppid=23401 vsize=28231644 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/23403/task/23404/stat : 23404 (java) R 23401 23401 22116 0 -1 4202560 7753 0 0 0 27 2 0 0 20 0 20 0 419844829 28909203456 12517 33554432000 4194304 4196468 140726324071568 140151310440344 140151290287491 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23405] ppid=23401 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23403/task/23405/stat : 23405 (java) S 23401 23401 22116 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419844830 28909203456 12517 33554432000 4194304 4196468 140726324071568 140150857390864 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23406] ppid=23401 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23403/task/23406/stat : 23406 (java) S 23401 23401 22116 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419844830 28909203456 12517 33554432000 4194304 4196468 140726324071568 140150856338320 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23407] ppid=23401 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23403/task/23407/stat : 23407 (java) S 23401 23401 22116 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419844830 28909203456 12517 33554432000 4194304 4196468 140726324071568 140150855285776 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23408] ppid=23401 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23403/task/23408/stat : 23408 (java) S 23401 23401 22116 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419844830 28909203456 12517 33554432000 4194304 4196468 140726324071568 140150854233232 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23409] ppid=23401 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/23403/task/23409/stat : 23409 (java) S 23401 23401 22116 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419844830 28909203456 12517 33554432000 4194304 4196468 140726324071568 140150853179664 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23410] ppid=23401 vsize=28231644 memory=139874334241711 CPUtime=0 cores=0-7
/proc/23403/task/23410/stat : 23410 (java) S 23401 23401 22116 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419844830 28909203456 12517 33554432000 4194304 4196468 140726324071568 140150852127120 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23411] ppid=23401 vsize=28231644 memory=139874334244016 CPUtime=0 cores=0-7
/proc/23403/task/23411/stat : 23411 (java) S 23401 23401 22116 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419844830 28909203456 12517 33554432000 4194304 4196468 140726324071568 140150851074576 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23412] ppid=23401 vsize=28231644 memory=139874334246320 CPUtime=0 cores=0-7
/proc/23403/task/23412/stat : 23412 (java) S 23401 23401 22116 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419844830 28909203456 12517 33554432000 4194304 4196468 140726324071568 140150850022032 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23413] ppid=23401 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23403/task/23413/stat : 23413 (java) S 23401 23401 22116 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419844831 28909203456 12517 33554432000 4194304 4196468 140726324071568 140150020786672 140151306218114 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23414] ppid=23401 vsize=28231644 memory=279748668499600 CPUtime=0 cores=0-7
/proc/23403/task/23414/stat : 23414 (java) S 23401 23401 22116 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419844832 28909203456 12517 33554432000 4194304 4196468 140726324071568 140150019732896 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23415] ppid=23401 vsize=28231644 memory=279748668506512 CPUtime=0 cores=0-7
/proc/23403/task/23415/stat : 23415 (java) S 23401 23401 22116 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419844832 28909203456 12517 33554432000 4194304 4196468 140726324071568 140150018680304 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23416] ppid=23401 vsize=28231644 memory=279748668447792 CPUtime=0 cores=0-7
/proc/23403/task/23416/stat : 23416 (java) S 23401 23401 22116 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419844834 28909203456 12517 33554432000 4194304 4196468 140726324071568 140149748918992 140151306225563 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23417] ppid=23401 vsize=28231644 memory=279748668520336 CPUtime=0.02 cores=0-7
/proc/23403/task/23417/stat : 23417 (java) R 23401 23401 22116 0 -1 4202560 413 0 0 0 2 0 0 0 20 0 20 0 419844834 28909203456 12517 33554432000 4194304 4196468 140726324071568 140149747846696 140151291332866 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23418] ppid=23401 vsize=28231644 memory=279748668527248 CPUtime=0.03 cores=0-7
/proc/23403/task/23418/stat : 23418 (java) S 23401 23401 22116 0 -1 1077944384 430 0 0 0 3 0 0 0 20 0 20 0 419844834 28909203456 12517 33554432000 4194304 4196468 140726324071568 140149746813040 140151306218114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23419] ppid=23401 vsize=28231644 memory=279748668524944 CPUtime=0.02 cores=0-7
/proc/23403/task/23419/stat : 23419 (java) S 23401 23401 22116 0 -1 1077944384 63 0 0 0 2 0 0 0 20 0 20 0 419844834 28909203456 12517 33554432000 4194304 4196468 140726324071568 140149745760496 140151306218114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23420] ppid=23401 vsize=28231644 memory=279748668541104 CPUtime=0.13 cores=0-7
/proc/23403/task/23420/stat : 23420 (java) S 23401 23401 22116 0 -1 1077944384 915 0 0 0 13 0 0 0 20 0 20 0 419844834 28909203456 12517 33554432000 4194304 4196468 140726324071568 140149744707952 140151306218114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23421] ppid=23401 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23403/task/23421/stat : 23421 (java) S 23401 23401 22116 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419844835 28909203456 12517 33554432000 4194304 4196468 140726324071568 140149743655648 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23422] ppid=23401 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/23403/task/23422/stat : 23422 (java) S 23401 23401 22116 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419844835 28909203456 12517 33554432000 4194304 4196468 140726324071568 140149742603184 140151306218114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51520 KiB

[startup+0.701565 s]
/proc/loadavg: 7.17 7.05 7.08 9/216 23422
/proc/meminfo: memFree=30500744/32770624 swapFree=66968420/67108860
[pid=23401] ppid=23398 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23401/stat : 23401 (xcsp3-exec) S 23398 23401 22116 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 419844828 115843072 363 33554432000 4194304 5098028 140724393995728 140724393993832 139942630822524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36016128 140724393997173 140724393997417 140724393997417 140724394000330 0
/proc/23401/statm: 28282 363 305 221 0 87 0
[pid=23403] ppid=23401 vsize=28233768 memory=289716 CPUtime=1.43 cores=0-7
/proc/23403/stat : 23403 (java) S 23401 23401 22116 0 -1 1077944320 12409 0 0 0 107 36 0 0 20 0 20 0 419844829 28911378432 72429 33554432000 4194304 4196468 140726324071568 140726324054112 140151306206967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
/proc/23403/statm: 7058442 72429 3421 1 0 7019544 0
[pid=23403/tid=23404] ppid=23401 vsize=28233768 memory=279748668835968 CPUtime=0.62 cores=0-7
/proc/23403/task/23404/stat : 23404 (java) R 23401 23401 22116 0 -1 4202560 8306 0 0 0 56 6 0 0 20 0 20 0 419844829 28911378432 72429 33554432000 4194304 4196468 140726324071568 140151310431856 140151287032258 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23405] ppid=23401 vsize=28233768 memory=3928 CPUtime=0.04 cores=0-7
/proc/23403/task/23405/stat : 23405 (java) S 23401 23401 22116 0 -1 1077944384 57 0 0 0 1 3 0 0 20 0 20 0 419844830 28911378432 72429 33554432000 4194304 4196468 140726324071568 140150857390864 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23406] ppid=23401 vsize=28233768 memory=716 CPUtime=0.04 cores=0-7
/proc/23403/task/23406/stat : 23406 (java) S 23401 23401 22116 0 -1 1077944384 57 0 0 0 1 3 0 0 20 0 20 0 419844830 28911378432 72429 33554432000 4194304 4196468 140726324071568 140150856338320 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23407] ppid=23401 vsize=28233768 memory=776 CPUtime=0.03 cores=0-7
/proc/23403/task/23407/stat : 23407 (java) S 23401 23401 22116 0 -1 1077944384 46 0 0 0 1 2 0 0 20 0 20 0 419844830 28911378432 72429 33554432000 4194304 4196468 140726324071568 140150855285776 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0

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

[pid=23403/tid=23410] ppid=23401 vsize=28233768 memory=1452 CPUtime=92.68 cores=0-7
/proc/23403/task/23410/stat : 23410 (java) R 23401 23401 22116 0 -1 4202560 937396 0 0 0 8639 629 0 0 20 0 20 0 419844830 28911378432 6421001 33554432000 4194304 4196468 140726324071568 140150852127008 140151291192263 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23411] ppid=23401 vsize=28233768 memory=1452 CPUtime=91.75 cores=0-7
/proc/23403/task/23411/stat : 23411 (java) R 23401 23401 22116 0 -1 4202560 692383 0 0 0 8665 510 0 0 20 0 20 0 419844830 28911378432 6421001 33554432000 4194304 4196468 140726324071568 140150851074776 140151286233151 0 4 0 16800975 0 0 0 -1 3 0 0 17 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23412] ppid=23401 vsize=28233768 memory=1452 CPUtime=91.79 cores=0-7
/proc/23403/task/23412/stat : 23412 (java) R 23401 23401 22116 0 -1 4202560 845659 0 0 0 8690 489 0 0 20 0 20 0 419844830 28911378432 6421001 33554432000 4194304 4196468 140726324071568 140150850022232 140151290904742 0 4 0 16800975 0 0 0 -1 6 0 0 22 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23413] ppid=23401 vsize=28233768 memory=14008 CPUtime=43.37 cores=0-7
/proc/23403/task/23413/stat : 23413 (java) S 23401 23401 22116 0 -1 1077944384 197551 0 0 0 4290 47 0 0 20 0 20 0 419844831 28911378432 6421001 33554432000 4194304 4196468 140726324071568 140150020784992 140151306217173 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23414] ppid=23401 vsize=28233768 memory=8096 CPUtime=0 cores=0-7
/proc/23403/task/23414/stat : 23414 (java) S 23401 23401 22116 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 20 0 419844832 28911378432 6421001 33554432000 4194304 4196468 140726324071568 140150019732960 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23415] ppid=23401 vsize=28233768 memory=1452 CPUtime=0 cores=0-7
/proc/23403/task/23415/stat : 23415 (java) S 23401 23401 22116 0 -1 1077944384 237 0 0 0 0 0 0 0 20 0 20 0 419844832 28911378432 6421001 33554432000 4194304 4196468 140726324071568 140150018680320 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23416] ppid=23401 vsize=28233768 memory=1452 CPUtime=0 cores=0-7
/proc/23403/task/23416/stat : 23416 (java) S 23401 23401 22116 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419844834 28911378432 6421001 33554432000 4194304 4196468 140726324071568 140149748918992 140151306225563 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23417] ppid=23401 vsize=28233768 memory=25684004 CPUtime=0.84 cores=0-7
/proc/23403/task/23417/stat : 23417 (java) S 23401 23401 22116 0 -1 1077944384 8015 0 0 0 82 2 0 0 20 0 20 0 419844834 28911378432 6421001 33554432000 4194304 4196468 140726324071568 140149747865632 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23418] ppid=23401 vsize=28233768 memory=1452 CPUtime=0.64 cores=0-7
/proc/23403/task/23418/stat : 23418 (java) S 23401 23401 22116 0 -1 1077944384 5191 0 0 0 64 0 0 0 20 0 20 0 419844834 28911378432 6421001 33554432000 4194304 4196468 140726324071568 140149746813088 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23419] ppid=23401 vsize=28233768 memory=1452 CPUtime=0.53 cores=0-7
/proc/23403/task/23419/stat : 23419 (java) S 23401 23401 22116 0 -1 1077944384 3488 0 0 0 52 1 0 0 20 0 20 0 419844834 28911378432 6421001 33554432000 4194304 4196468 140726324071568 140149745760544 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23420] ppid=23401 vsize=28233768 memory=25684004 CPUtime=0.43 cores=0-7
/proc/23403/task/23420/stat : 23420 (java) S 23401 23401 22116 0 -1 1077944384 5956 0 0 0 42 1 0 0 20 0 20 0 419844834 28911378432 6421001 33554432000 4194304 4196468 140726324071568 140149744707712 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23421] ppid=23401 vsize=28233768 memory=3624 CPUtime=0 cores=0-7
/proc/23403/task/23421/stat : 23421 (java) S 23401 23401 22116 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419844835 28911378432 6421001 33554432000 4194304 4196468 140726324071568 140149743655648 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23422] ppid=23401 vsize=28233768 memory=24312 CPUtime=0.08 cores=0-7
/proc/23403/task/23422/stat : 23422 (java) S 23401 23401 22116 0 -1 1077944384 1316 0 0 0 3 5 0 0 20 0 20 0 419844835 28911378432 6421001 33554432000 4194304 4196468 140726324071568 140149742603184 140151306218114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
Current children cumulated CPU time: 867.68 s
Current children cumulated vsize: 28346896 KiB
Current children cumulated memory: 25685456 KiB

[startup+282.301 s]
/proc/loadavg: 4.05 4.81 6.07 9/216 23448
/proc/meminfo: memFree=4993232/32770624 swapFree=66968420/67108860
[pid=23401] ppid=23398 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23401/stat : 23401 (xcsp3-exec) S 23398 23401 22116 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 419844828 115843072 363 33554432000 4194304 5098028 140724393995728 140724393993832 139942630822524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36016128 140724393997173 140724393997417 140724393997417 140724394000330 0
/proc/23401/statm: 28282 363 305 221 0 87 0
[pid=23403] ppid=23401 vsize=28233768 memory=25684072 CPUtime=1296.74 cores=0-7
/proc/23403/stat : 23403 (java) S 23401 23401 22116 0 -1 1077944320 8768155 0 0 0 124966 4708 0 0 20 0 20 0 419844829 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140726324054112 140151306206967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
/proc/23403/statm: 7058442 6421018 3512 1 0 7019544 0
[pid=23403/tid=23404] ppid=23401 vsize=28233768 memory=25684072 CPUtime=85.68 cores=0-7
/proc/23403/task/23404/stat : 23404 (java) S 23401 23401 22116 0 -1 1077944384 98745 0 0 0 8456 112 0 0 20 0 20 0 419844829 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140151310445088 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23405] ppid=23401 vsize=28233768 memory=25684072 CPUtime=144.32 cores=0-7
/proc/23403/task/23405/stat : 23405 (java) S 23401 23401 22116 0 -1 1077944384 794259 0 0 0 13890 542 0 0 20 0 20 0 419844830 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140150857390864 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23406] ppid=23401 vsize=28233768 memory=25684072 CPUtime=145.2 cores=0-7
/proc/23403/task/23406/stat : 23406 (java) S 23401 23401 22116 0 -1 1077944384 1460624 0 0 0 13909 611 0 0 20 0 20 0 419844830 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140150856338320 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 18 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23407] ppid=23401 vsize=28233768 memory=25684072 CPUtime=144.98 cores=0-7
/proc/23403/task/23407/stat : 23407 (java) S 23401 23401 22116 0 -1 1077944384 757351 0 0 0 13935 563 0 0 20 0 20 0 419844830 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140150855285776 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 17 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23408] ppid=23401 vsize=28233768 memory=25684072 CPUtime=145.04 cores=0-7
/proc/23403/task/23408/stat : 23408 (java) S 23401 23401 22116 0 -1 1077944384 1220823 0 0 0 13921 583 0 0 20 0 20 0 419844830 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140150854233232 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23409] ppid=23401 vsize=28233768 memory=1452 CPUtime=144.71 cores=0-7
/proc/23403/task/23409/stat : 23409 (java) S 23401 23401 22116 0 -1 1077944384 954849 0 0 0 13952 519 0 0 20 0 20 0 419844830 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140150853179664 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23410] ppid=23401 vsize=28233768 memory=1452 CPUtime=145.01 cores=0-7
/proc/23403/task/23410/stat : 23410 (java) S 23401 23401 22116 0 -1 1077944384 1059846 0 0 0 13843 658 0 0 20 0 20 0 419844830 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140150852127120 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23411] ppid=23401 vsize=28233768 memory=1452 CPUtime=144.83 cores=0-7
/proc/23403/task/23411/stat : 23411 (java) S 23401 23401 22116 0 -1 1077944384 1162448 0 0 0 13945 538 0 0 20 0 20 0 419844830 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140150851074576 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23412] ppid=23401 vsize=28233768 memory=1452 CPUtime=144.61 cores=0-7
/proc/23403/task/23412/stat : 23412 (java) S 23401 23401 22116 0 -1 1077944384 964202 0 0 0 13955 506 0 0 20 0 20 0 419844830 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140150850022032 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 22 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23413] ppid=23401 vsize=28233768 memory=25684072 CPUtime=49.66 cores=0-7
/proc/23403/task/23413/stat : 23413 (java) R 23401 23401 22116 0 -1 4202560 269354 0 0 0 4906 60 0 0 20 0 20 0 419844831 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140150020785232 140151291203374 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23414] ppid=23401 vsize=28233768 memory=1452 CPUtime=0 cores=0-7
/proc/23403/task/23414/stat : 23414 (java) S 23401 23401 22116 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 20 0 419844832 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140150019732496 140151306218114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23415] ppid=23401 vsize=28233768 memory=1452 CPUtime=0 cores=0-7
/proc/23403/task/23415/stat : 23415 (java) S 23401 23401 22116 0 -1 1077944384 237 0 0 0 0 0 0 0 20 0 20 0 419844832 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140150018680320 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23416] ppid=23401 vsize=28233768 memory=1452 CPUtime=0 cores=0-7
/proc/23403/task/23416/stat : 23416 (java) S 23401 23401 22116 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419844834 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140149748918992 140151306225563 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23417] ppid=23401 vsize=28233768 memory=25684072 CPUtime=0.84 cores=0-7
/proc/23403/task/23417/stat : 23417 (java) S 23401 23401 22116 0 -1 1077944384 8021 0 0 0 82 2 0 0 20 0 20 0 419844834 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140149747865632 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23418] ppid=23401 vsize=28233768 memory=1452 CPUtime=0.64 cores=0-7
/proc/23403/task/23418/stat : 23418 (java) S 23401 23401 22116 0 -1 1077944384 5195 0 0 0 64 0 0 0 20 0 20 0 419844834 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140149746813088 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23419] ppid=23401 vsize=28233768 memory=25684068 CPUtime=0.53 cores=0-7
/proc/23403/task/23419/stat : 23419 (java) S 23401 23401 22116 0 -1 1077944384 3493 0 0 0 52 1 0 0 20 0 20 0 419844834 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140149745760256 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23420] ppid=23401 vsize=28233768 memory=1452 CPUtime=0.43 cores=0-7
/proc/23403/task/23420/stat : 23420 (java) S 23401 23401 22116 0 -1 1077944384 5966 0 0 0 42 1 0 0 20 0 20 0 419844834 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140149744708000 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23421] ppid=23401 vsize=28233768 memory=25684072 CPUtime=0 cores=0-7
/proc/23403/task/23421/stat : 23421 (java) S 23401 23401 22116 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419844835 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140149743655648 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23422] ppid=23401 vsize=28233768 memory=2048 CPUtime=0.09 cores=0-7
/proc/23403/task/23422/stat : 23422 (java) S 23401 23401 22116 0 -1 1077944384 1404 0 0 0 3 6 0 0 20 0 20 0 419844835 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140149742603184 140151306218114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
Current children cumulated CPU time: 1296.74 s
Current children cumulated vsize: 28346896 KiB
Current children cumulated memory: 25685524 KiB

[startup+283.03 s]
# the end of solver process 23401 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1250.09 s, system=47.3919 s

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

[startup+282.401 s]
/proc/loadavg: 4.05 4.81 6.07 9/216 23448
/proc/meminfo: memFree=4993232/32770624 swapFree=66968420/67108860
[pid=23401] ppid=23398 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23401/stat : 23401 (xcsp3-exec) S 23398 23401 22116 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 419844828 115843072 363 33554432000 4194304 5098028 140724393995728 140724393993832 139942630822524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36016128 140724393997173 140724393997417 140724393997417 140724394000330 0
/proc/23401/statm: 28282 363 305 221 0 87 0
[pid=23403] ppid=23401 vsize=28233768 memory=25684072 CPUtime=1296.84 cores=0-7
/proc/23403/stat : 23403 (java) S 23401 23401 22116 0 -1 1077944320 8768155 0 0 0 124976 4708 0 0 20 0 20 0 419844829 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140726324054112 140151306206967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
/proc/23403/statm: 7058442 6421018 3512 1 0 7019544 0
[pid=23403/tid=23404] ppid=23401 vsize=28233768 memory=2120 CPUtime=85.68 cores=0-7
/proc/23403/task/23404/stat : 23404 (java) S 23401 23401 22116 0 -1 1077944384 98745 0 0 0 8456 112 0 0 20 0 20 0 419844829 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140151310445088 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23405] ppid=23401 vsize=28233768 memory=13948 CPUtime=144.32 cores=0-7
/proc/23403/task/23405/stat : 23405 (java) S 23401 23401 22116 0 -1 1077944384 794259 0 0 0 13890 542 0 0 20 0 20 0 419844830 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140150857390864 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23406] ppid=23401 vsize=28233768 memory=1564 CPUtime=145.2 cores=0-7
/proc/23403/task/23406/stat : 23406 (java) S 23401 23401 22116 0 -1 1077944384 1460624 0 0 0 13909 611 0 0 20 0 20 0 419844830 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140150856338320 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 18 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23407] ppid=23401 vsize=28233768 memory=25684068 CPUtime=144.98 cores=0-7
/proc/23403/task/23407/stat : 23407 (java) S 23401 23401 22116 0 -1 1077944384 757351 0 0 0 13935 563 0 0 20 0 20 0 419844830 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140150855285776 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 17 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23408] ppid=23401 vsize=28233768 memory=1564 CPUtime=145.04 cores=0-7
/proc/23403/task/23408/stat : 23408 (java) S 23401 23401 22116 0 -1 1077944384 1220823 0 0 0 13921 583 0 0 20 0 20 0 419844830 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140150854233232 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23409] ppid=23401 vsize=28233768 memory=500 CPUtime=144.71 cores=0-7
/proc/23403/task/23409/stat : 23409 (java) S 23401 23401 22116 0 -1 1077944384 954849 0 0 0 13952 519 0 0 20 0 20 0 419844830 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140150853179664 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23410] ppid=23401 vsize=28233768 memory=932 CPUtime=145.01 cores=0-7
/proc/23403/task/23410/stat : 23410 (java) S 23401 23401 22116 0 -1 1077944384 1059846 0 0 0 13843 658 0 0 20 0 20 0 419844830 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140150852127120 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23411] ppid=23401 vsize=28233768 memory=1424 CPUtime=144.83 cores=0-7
/proc/23403/task/23411/stat : 23411 (java) S 23401 23401 22116 0 -1 1077944384 1162448 0 0 0 13945 538 0 0 20 0 20 0 419844830 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140150851074576 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23412] ppid=23401 vsize=28233768 memory=6791534058613427641 CPUtime=144.61 cores=0-7
/proc/23403/task/23412/stat : 23412 (java) S 23401 23401 22116 0 -1 1077944384 964202 0 0 0 13955 506 0 0 20 0 20 0 419844830 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140150850022032 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 22 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23413] ppid=23401 vsize=28233768 memory=984 CPUtime=49.75 cores=0-7
/proc/23403/task/23413/stat : 23413 (java) R 23401 23401 22116 0 -1 4202560 269354 0 0 0 4915 60 0 0 20 0 20 0 419844831 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140150020785232 140151290664558 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23414] ppid=23401 vsize=28233768 memory=2048 CPUtime=0 cores=0-7
/proc/23403/task/23414/stat : 23414 (java) S 23401 23401 22116 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 20 0 419844832 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140150019732496 140151306218114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23415] ppid=23401 vsize=28233768 memory=1240 CPUtime=0 cores=0-7
/proc/23403/task/23415/stat : 23415 (java) S 23401 23401 22116 0 -1 1077944384 237 0 0 0 0 0 0 0 20 0 20 0 419844832 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140150018680320 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23416] ppid=23401 vsize=28233768 memory=25684072 CPUtime=0 cores=0-7
/proc/23403/task/23416/stat : 23416 (java) S 23401 23401 22116 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419844834 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140149748918992 140151306225563 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23417] ppid=23401 vsize=28233768 memory=9328 CPUtime=0.84 cores=0-7
/proc/23403/task/23417/stat : 23417 (java) S 23401 23401 22116 0 -1 1077944384 8021 0 0 0 82 2 0 0 20 0 20 0 419844834 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140149747865632 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23418] ppid=23401 vsize=28233768 memory=1716 CPUtime=0.64 cores=0-7
/proc/23403/task/23418/stat : 23418 (java) S 23401 23401 22116 0 -1 1077944384 5195 0 0 0 64 0 0 0 20 0 20 0 419844834 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140149746813088 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23419] ppid=23401 vsize=28233768 memory=1216 CPUtime=0.53 cores=0-7
/proc/23403/task/23419/stat : 23419 (java) S 23401 23401 22116 0 -1 1077944384 3493 0 0 0 52 1 0 0 20 0 20 0 419844834 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140149745760256 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23420] ppid=23401 vsize=28233768 memory=1000 CPUtime=0.43 cores=0-7
/proc/23403/task/23420/stat : 23420 (java) S 23401 23401 22116 0 -1 1077944384 5966 0 0 0 42 1 0 0 20 0 20 0 419844834 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140149744708000 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23421] ppid=23401 vsize=28233768 memory=7996 CPUtime=0 cores=0-7
/proc/23403/task/23421/stat : 23421 (java) S 23401 23401 22116 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419844835 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140149743655648 140151306217173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
[pid=23403/tid=23422] ppid=23401 vsize=28233768 memory=6791534058613427641 CPUtime=0.09 cores=0-7
/proc/23403/task/23422/stat : 23422 (java) S 23401 23401 22116 0 -1 1077944384 1404 0 0 0 3 6 0 0 20 0 20 0 419844835 28911378432 6421018 33554432000 4194304 4196468 140726324071568 140149742603184 140151306218114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726324077546 140726324077718 140726324077718 140726324080591 0
Current children cumulated CPU time: 1296.84 s
Current children cumulated vsize: 28346896 KiB
Current children cumulated memory: 25685524 KiB

[startup+282.801 s]
/proc/loadavg: 4.05 4.81 6.07 9/216 23448
/proc/meminfo: memFree=4993232/32770624 swapFree=66968420/67108860
[pid=23401] ppid=23398 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23401/stat : 23401 (xcsp3-exec) S 23398 23401 22116 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 419844828 115843072 363 33554432000 4194304 5098028 140724393995728 140724393993832 139942630822524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36016128 140724393997173 140724393997417 140724393997417 140724394000330 0
/proc/23401/statm: 28282 363 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

[startup+283 s]*
/proc/loadavg: 4.05 4.81 6.07 2/198 23449
/proc/meminfo: memFree=29628184/32770624 swapFree=66968420/67108860
[pid=23401] ppid=23398 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23401/stat : 23401 (xcsp3-exec) S 23398 23401 22116 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 419844828 115843072 363 33554432000 4194304 5098028 140724393995728 140724393993832 139942630822524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36016128 140724393997173 140724393997417 140724393997417 140724394000330 0
/proc/23401/statm: 28282 363 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 1
Real time (s): 283.03
CPU time (s): 1297.48
CPU user time (s): 1250.09
CPU system time (s): 47.3919
CPU usage (%): 458.425
Max. virtual memory (cumulated for all children) (KiB): 28346896
Max. memory (cumulated for all children) (KiB): 25685524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1250.09
system time used= 47.3919
maximum resident set size= 25684184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8768940
page faults= 0
swaps= 0
block input operations= 0
block output operations= 536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60640
involuntary context switches= 31147


# summary of solver processes directly reported to runsolver:
#   pid: 23401
#   total CPU time (s): 1297.48
#   total CPU user time (s): 1250.09
#   total CPU system time (s): 47.3919

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.12072 second user time and 3.01728 second system time

The end

Launcher Data

Begin job on node135 at 2019-09-14 06:38:33
IDJOB=4393587
IDBENCH=134289
IDSOLVER=2841
FILE ID=node135/4393587-1568435952
RUNJOBID= node135-1568428312-22143
PBS_JOBID= 21702304
Free space on /tmp= 61280 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/PigeonsPlus/PigeonsPlus-m1-s1/pigeonsPlus-08-08.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 /tmp/evaluation-result-4393587-1568435952/watcher-4393587-1568435952 -o /tmp/evaluation-result-4393587-1568435952/solver-4393587-1568435952 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node135-1568428312-22143 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1912985154 HOME/instance-4393587-1568435952.xml

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

MD5SUM BENCH= a4344d82eae68729eeb0bbc0b13d3fa1
RANDOM SEED=1912985154

node135.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.76
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.76
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.76
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.76
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:        30713124 kB
MemAvailable:   31862464 kB
Buffers:          169368 kB
Cached:          1248616 kB
SwapCached:        34624 kB
Active:           659936 kB
Inactive:         795608 kB
Active(anon):      10616 kB
Inactive(anon):    60388 kB
Active(file):     649320 kB
Inactive(file):   735220 kB
Unevictable:      110024 kB
Mlocked:          110024 kB
SwapTotal:      67108860 kB
SwapFree:       66968420 kB
Dirty:            121908 kB
Writeback:             0 kB
AnonPages:        114288 kB
Mapped:            37144 kB
Shmem:             24352 kB
Slab:             191964 kB
SReclaimable:     161272 kB
SUnreclaim:        30692 kB
KernelStack:        3488 kB
PageTables:         5024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61256 MiB
End job on node135 at 2019-09-14 06:43:16