Trace number 4269476

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 4.0.5 seq (2017-08-09)? 86.261497 24.811001

General information on the benchmark

NameHanoi/Hanoi-m1-s1/
Hanoi-09.xml
MD5SUM974f0afcd706a93e2571fe02010426b6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark19.367001
Satisfiable
(Un)Satisfiability was proved
Number of variables510
Number of constraints510
Number of domains1
Minimum domain size19683
Maximum domain size19683
Distribution of domain sizes[{"size":19683,"count":510}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":509},{"degree":2,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":509}]
Number of extensional constraints509
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":509},{"type":"intension","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269476-1502849629.xml"  -tl '2520s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4269476-1502849629.xml, -tl, 2520s, -p, 1, -x, 0]
0.12/0.20	c simple solver
0.34/0.26	c parse instance...
76.26/22.21	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
86.12/24.76		at java.util.BitSet.initWords(BitSet.java:166)
86.12/24.76		at java.util.BitSet.<init>(BitSet.java:161)
86.12/24.76		at org.chocosolver.solver.constraints.extension.binary.CouplesBitSetTable.<init>(CouplesBitSetTable.java:53)
86.12/24.76		at org.chocosolver.solver.constraints.extension.binary.PropBinAC3bitrm.<init>(PropBinAC3bitrm.java:41)
86.12/24.76		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:392)
86.12/24.76		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:366)
86.12/24.76		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1843)
86.12/24.76		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1813)
86.12/24.76		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:313)
86.12/24.76		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
86.12/24.76		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
86.12/24.76		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
86.12/24.76		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
86.12/24.76		at org.xcsp.parser.XCallbacks$$Lambda$71/786041152.accept(Unknown Source)
86.12/24.76		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
86.12/24.76		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
86.12/24.76		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
86.12/24.76		at org.xcsp.parser.XCallbacks.loadSlide(XCallbacks.java:421)
86.12/24.76		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:370)
86.12/24.76		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
86.12/24.76		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
86.12/24.76		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
86.12/24.76		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
86.12/24.76		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
86.12/24.76		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
86.12/24.76	s UNKNOWN
86.12/24.76	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 (6938 MiB free)
  memory of node 1: 16384 MiB (13765 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269476-1502849629/watcher-4269476-1502849629 -o /tmp/evaluation-result-4269476-1502849629/solver-4269476-1502849629 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502838668-25115 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1508790379 HOME/instance-4269476-1502849629.xml 

running on 4 cores: 1,3,5,7

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

solver pid=26862, runsolver pid=26859

[startup+0.103712 s]*
/proc/loadavg: 2.15 2.06 2.05 5/217 26878
/proc/meminfo: memFree=21184628/32770624 swapFree=67108860/67108860
[pid=26862] ppid=26859 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26862/stat : 26862 (xcsp3-exec) S 26859 26862 25083 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118043730 9740288 346 33554432000 4194304 5098028 140720815339824 140720815337928 140242052993660 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 14217216 140720815346798 140720815347003 140720815347003 140720815349739 0
/proc/26862/statm: 2378 346 289 221 0 87 0
[pid=26864] ppid=26862 vsize=13978596 memory=27000 CPUtime=0.12 cores=1,3,5,7
/proc/26864/stat : 26864 (java) S 26862 26862 25083 0 -1 1077944320 5622 0 0 0 11 1 0 0 20 0 15 0 118043730 14314082304 6750 33554432000 4194304 4196468 140726986827024 140726986809568 140322854678263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
/proc/26864/statm: 3494649 6750 2890 1 0 3482966 0
[pid=26864/tid=26865] ppid=26862 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/26864/task/26865/stat : 26865 (java) R 26862 26862 25083 0 -1 4202560 3514 0 0 0 9 0 0 0 20 0 15 0 118043730 14314082304 6750 33554432000 4194304 4196468 140726986827024 140322858914688 140322838721893 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26866] ppid=26862 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26866/stat : 26866 (java) S 26862 26862 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118043731 14314082304 6750 33554432000 4194304 4196468 140726986827024 140322824391824 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26867] ppid=26862 vsize=13978596 memory=140386443089536 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26867/stat : 26867 (java) S 26862 26862 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118043731 14314082304 6750 33554432000 4194304 4196468 140726986827024 140322449267728 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26868] ppid=26862 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26868/stat : 26868 (java) S 26862 26862 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118043731 14314082304 6750 33554432000 4194304 4196468 140726986827024 140322448214928 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26869] ppid=26862 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26869/stat : 26869 (java) S 26862 26862 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118043731 14314082304 6750 33554432000 4194304 4196468 140726986827024 140322447162128 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26870] ppid=26862 vsize=13978596 memory=140386443089536 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26870/stat : 26870 (java) S 26862 26862 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118043732 14314082304 6750 33554432000 4194304 4196468 140726986827024 140321968322928 140322854689410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26871] ppid=26862 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26871/stat : 26871 (java) S 26862 26862 25083 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118043733 14314082304 6750 33554432000 4194304 4196468 140726986827024 140321967268896 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26872] ppid=26862 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26872/stat : 26872 (java) S 26862 26862 25083 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118043733 14314082304 6750 33554432000 4194304 4196468 140726986827024 140321966216048 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26873] ppid=26862 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26873/stat : 26873 (java) S 26862 26862 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118043736 14314082304 6750 33554432000 4194304 4196468 140726986827024 140321965164368 140322854696859 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26874] ppid=26862 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26874/stat : 26874 (java) S 26862 26862 25083 0 -1 1077944384 435 0 0 0 0 0 0 0 20 0 15 0 118043736 14314082304 6750 33554432000 4194304 4196468 140726986827024 140321964112752 140322854689410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26875] ppid=26862 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26875/stat : 26875 (java) S 26862 26862 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118043736 14314082304 6750 33554432000 4194304 4196468 140726986827024 140321963059952 140322854689410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26876] ppid=26862 vsize=13978596 memory=140386443089536 CPUtime=0.01 cores=1,3,5,7
/proc/26864/task/26876/stat : 26876 (java) R 26862 26862 25083 0 -1 4202560 365 0 0 0 1 0 0 0 20 0 15 0 118043736 14314082304 6750 33554432000 4194304 4196468 140726986827024 140321962004688 140322846915390 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26877] ppid=26862 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26877/stat : 26877 (java) S 26862 26862 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118043736 14314082304 6750 33554432000 4194304 4196468 140726986827024 140321960954592 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26878] ppid=26862 vsize=13978596 memory=140386443089536 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26878/stat : 26878 (java) S 26862 26862 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118043736 14314082304 6750 33554432000 4194304 4196468 140726986827024 140321959901872 140322854689410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 28384 KiB

[startup+0.210853 s]*
/proc/loadavg: 2.15 2.06 2.05 3/217 26878
/proc/meminfo: memFree=21172596/32770624 swapFree=67108860/67108860
[pid=26862] ppid=26859 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26862/stat : 26862 (xcsp3-exec) S 26859 26862 25083 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118043730 9740288 346 33554432000 4194304 5098028 140720815339824 140720815337928 140242052993660 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 14217216 140720815346798 140720815347003 140720815347003 140720815349739 0
/proc/26862/statm: 2378 346 289 221 0 87 0
[pid=26864] ppid=26862 vsize=13982852 memory=39220 CPUtime=0.34 cores=1,3,5,7
/proc/26864/stat : 26864 (java) S 26862 26862 25083 0 -1 1077944320 8423 0 0 0 32 2 0 0 20 0 15 0 118043730 14318440448 9805 33554432000 4194304 4196468 140726986827024 140726986809568 140322854678263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
/proc/26864/statm: 3495713 9805 3072 1 0 3482966 0
[pid=26864/tid=26865] ppid=26862 vsize=13982852 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/26864/task/26865/stat : 26865 (java) R 26862 26862 25083 0 -1 1077944384 5399 0 0 0 19 1 0 0 20 0 15 0 118043730 14318440448 9805 33554432000 4194304 4196468 140726986827024 140322858879952 140322847357485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26866] ppid=26862 vsize=13982852 memory=8911 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26866/stat : 26866 (java) S 26862 26862 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118043731 14318440448 9805 33554432000 4194304 4196468 140726986827024 140322824391824 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26867] ppid=26862 vsize=13982852 memory=288370762594801280 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26867/stat : 26867 (java) S 26862 26862 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118043731 14318440448 9805 33554432000 4194304 4196468 140726986827024 140322449267728 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26868] ppid=26862 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26868/stat : 26868 (java) S 26862 26862 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118043731 14318440448 9805 33554432000 4194304 4196468 140726986827024 140322448214928 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26869] ppid=26862 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26869/stat : 26869 (java) S 26862 26862 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118043731 14318440448 9805 33554432000 4194304 4196468 140726986827024 140322447162128 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26870] ppid=26862 vsize=13982884 memory=140386443089536 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26870/stat : 26870 (java) S 26862 26862 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118043732 14318473216 9805 33554432000 4194304 4196468 140726986827024 140321968322928 140322854689410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26871] ppid=26862 vsize=13982884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26871/stat : 26871 (java) S 26862 26862 25083 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118043733 14318473216 9805 33554432000 4194304 4196468 140726986827024 140321967268896 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26872] ppid=26862 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26872/stat : 26872 (java) S 26862 26862 25083 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118043733 14318440448 9805 33554432000 4194304 4196468 140726986827024 140321966216048 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26873] ppid=26862 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26873/stat : 26873 (java) S 26862 26862 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118043736 14318440448 9805 33554432000 4194304 4196468 140726986827024 140321965164368 140322854696859 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26874] ppid=26862 vsize=13982852 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/26864/task/26874/stat : 26874 (java) S 26862 26862 25083 0 -1 1077944384 514 0 0 0 1 0 0 0 20 0 15 0 118043736 14318440448 9805 33554432000 4194304 4196468 140726986827024 140321964112752 140322854689410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26875] ppid=26862 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/26864/task/26875/stat : 26875 (java) S 26862 26862 25083 0 -1 1077944384 361 0 0 0 2 0 0 0 20 0 15 0 118043736 14318440448 9805 33554432000 4194304 4196468 140726986827024 140321963059952 140322854689410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26876] ppid=26862 vsize=13982852 memory=140386443089536 CPUtime=0.08 cores=1,3,5,7
/proc/26864/task/26876/stat : 26876 (java) S 26862 26862 25083 0 -1 1077944384 858 0 0 0 8 0 0 0 20 0 15 0 118043736 14318440448 9805 33554432000 4194304 4196468 140726986827024 140321962007152 140322854689410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26877] ppid=26862 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26877/stat : 26877 (java) S 26862 26862 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118043736 14318440448 9805 33554432000 4194304 4196468 140726986827024 140321960954592 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26878] ppid=26862 vsize=13982884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26878/stat : 26878 (java) S 26862 26862 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118043736 14318473216 9805 33554432000 4194304 4196468 140726986827024 140321959901872 140322854689410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 40604 KiB

[startup+0.310565 s]*
/proc/loadavg: 2.15 2.06 2.05 4/217 26878
/proc/meminfo: memFree=21165772/32770624 swapFree=67108860/67108860
[pid=26862] ppid=26859 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26862/stat : 26862 (xcsp3-exec) S 26859 26862 25083 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118043730 9740288 346 33554432000 4194304 5098028 140720815339824 140720815337928 140242052993660 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 14217216 140720815346798 140720815347003 140720815347003 140720815349739 0
/proc/26862/statm: 2378 346 289 221 0 87 0
[pid=26864] ppid=26862 vsize=13982852 memory=46500 CPUtime=0.51 cores=1,3,5,7
/proc/26864/stat : 26864 (java) S 26862 26862 25083 0 -1 1077944320 9351 0 0 0 48 3 0 0 20 0 15 0 118043730 14318440448 11625 33554432000 4194304 4196468 140726986827024 140726986809568 140322854678263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
/proc/26864/statm: 3495713 11625 3105 1 0 3482966 0
[pid=26864/tid=26865] ppid=26862 vsize=13982852 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/26864/task/26865/stat : 26865 (java) R 26862 26862 25083 0 -1 4202560 5999 0 0 0 28 2 0 0 20 0 15 0 118043730 14318440448 11691 33554432000 4194304 4196468 140726986827024 140322858909360 140322854700189 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26866] ppid=26862 vsize=13982852 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26866/stat : 26866 (java) S 26862 26862 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118043731 14318440448 11691 33554432000 4194304 4196468 140726986827024 140322824391824 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26867] ppid=26862 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26867/stat : 26867 (java) S 26862 26862 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118043731 14318440448 11691 33554432000 4194304 4196468 140726986827024 140322449267728 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26868] ppid=26862 vsize=13982852 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26868/stat : 26868 (java) S 26862 26862 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118043731 14318440448 11691 33554432000 4194304 4196468 140726986827024 140322448214928 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26869] ppid=26862 vsize=13982852 memory=4500088472188524148 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26869/stat : 26869 (java) S 26862 26862 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118043731 14318440448 11691 33554432000 4194304 4196468 140726986827024 140322447162128 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26870] ppid=26862 vsize=13982852 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26870/stat : 26870 (java) S 26862 26862 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118043732 14318440448 11691 33554432000 4194304 4196468 140726986827024 140321968322928 140322854689410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26871] ppid=26862 vsize=13982852 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26871/stat : 26871 (java) S 26862 26862 25083 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118043733 14318440448 11691 33554432000 4194304 4196468 140726986827024 140321967268896 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26872] ppid=26862 vsize=13982852 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26872/stat : 26872 (java) S 26862 26862 25083 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118043733 14318440448 11691 33554432000 4194304 4196468 140726986827024 140321966216048 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26873] ppid=26862 vsize=13982852 memory=-6664436420846796947 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26873/stat : 26873 (java) S 26862 26862 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118043736 14318440448 11691 33554432000 4194304 4196468 140726986827024 140321965164368 140322854696859 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26874] ppid=26862 vsize=13982852 memory=4713750055892520310 CPUtime=0.03 cores=1,3,5,7
/proc/26864/task/26874/stat : 26874 (java) R 26862 26862 25083 0 -1 4202560 661 0 0 0 3 0 0 0 20 0 15 0 118043736 14318440448 11691 33554432000 4194304 4196468 140726986827024 140321964112752 140322835378560 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26875] ppid=26862 vsize=13982852 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/26864/task/26875/stat : 26875 (java) R 26862 26862 25083 0 -1 1077944384 376 0 0 0 4 0 0 0 20 0 15 0 118043736 14318440448 11691 33554432000 4194304 4196468 140726986827024 140321963059952 140322854689410 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26876] ppid=26862 vsize=13982852 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/26864/task/26876/stat : 26876 (java) S 26862 26862 25083 0 -1 1077944384 1018 0 0 0 12 0 0 0 20 0 15 0 118043736 14318440448 11691 33554432000 4194304 4196468 140726986827024 140321962007152 140322854689410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26877] ppid=26862 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26877/stat : 26877 (java) S 26862 26862 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118043736 14318440448 11691 33554432000 4194304 4196468 140726986827024 140321960954592 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26878] ppid=26862 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26878/stat : 26878 (java) S 26862 26862 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118043736 14318440448 11691 33554432000 4194304 4196468 140726986827024 140321959901872 140322854689410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 47884 KiB

[startup+0.701298 s]
/proc/loadavg: 2.15 2.06 2.05 5/217 26878
/proc/meminfo: memFree=21129232/32770624 swapFree=67108860/67108860
[pid=26862] ppid=26859 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26862/stat : 26862 (xcsp3-exec) S 26859 26862 25083 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118043730 9740288 346 33554432000 4194304 5098028 140720815339824 140720815337928 140242052993660 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 14217216 140720815346798 140720815347003 140720815347003 140720815349739 0
/proc/26862/statm: 2378 346 289 221 0 87 0
[pid=26864] ppid=26862 vsize=13982928 memory=157688 CPUtime=1.57 cores=1,3,5,7
/proc/26864/stat : 26864 (java) S 26862 26862 25083 0 -1 1077944320 11573 0 0 0 152 5 0 0 20 0 15 0 118043730 14318518272 39422 33554432000 4194304 4196468 140726986827024 140726986809568 140322854678263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
/proc/26864/statm: 3495732 39422 3193 1 0 3482966 0
[pid=26864/tid=26865] ppid=26862 vsize=13982928 memory=33 CPUtime=0.67 cores=1,3,5,7
/proc/26864/task/26865/stat : 26865 (java) R 26862 26862 25083 0 -1 4202560 6352 0 0 0 64 3 0 0 20 0 15 0 118043730 14318518272 39422 33554432000 4194304 4196468 140726986827024 140322858913448 140322494062991 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26866] ppid=26862 vsize=13982928 memory=-7816663703405220396 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26866/stat : 26866 (java) S 26862 26862 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118043731 14318518272 39422 33554432000 4194304 4196468 140726986827024 140322824391824 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26867] ppid=26862 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26867/stat : 26867 (java) S 26862 26862 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118043731 14318518272 39422 33554432000 4194304 4196468 140726986827024 140322449267728 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26868] ppid=26862 vsize=13982928 memory=33268 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26868/stat : 26868 (java) S 26862 26862 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118043731 14318518272 39422 33554432000 4194304 4196468 140726986827024 140322448214928 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26869] ppid=26862 vsize=13982928 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26869/stat : 26869 (java) S 26862 26862 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118043731 14318518272 39422 33554432000 4194304 4196468 140726986827024 140322447162128 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26870] ppid=26862 vsize=13982928 memory=2408 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26870/stat : 26870 (java) S 26862 26862 25083 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 118043732 14318518272 39422 33554432000 4194304 4196468 140726986827024 140321968322928 140322854689410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26871] ppid=26862 vsize=13982928 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26871/stat : 26871 (java) S 26862 26862 25083 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118043733 14318518272 39422 33554432000 4194304 4196468 140726986827024 140321967268896 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26872] ppid=26862 vsize=13982928 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26872/stat : 26872 (java) S 26862 26862 25083 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118043733 14318518272 39422 33554432000 4194304 4196468 140726986827024 140321966216048 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26873] ppid=26862 vsize=13982928 memory=12032 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26873/stat : 26873 (java) S 26862 26862 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118043736 14318518272 39422 33554432000 4194304 4196468 140726986827024 140321965164368 140322854696859 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26874] ppid=26862 vsize=13982928 memory=5792 CPUtime=0.32 cores=1,3,5,7
/proc/26864/task/26874/stat : 26874 (java) R 26862 26862 25083 0 -1 4202560 1280 0 0 0 32 0 0 0 20 0 15 0 118043736 14318518272 39422 33554432000 4194304 4196468 140726986827024 140321964098232 140322833940316 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26875] ppid=26862 vsize=13982928 memory=796 CPUtime=0.31 cores=1,3,5,7
/proc/26864/task/26875/stat : 26875 (java) R 26862 26862 25083 0 -1 4202560 1176 0 0 0 31 0 0 0 20 0 15 0 118043736 14318518272 39422 33554432000 4194304 4196468 140726986827024 140321963040968 140322836200833 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26876] ppid=26862 vsize=13982928 memory=1436 CPUtime=0.24 cores=1,3,5,7
/proc/26864/task/26876/stat : 26876 (java) S 26862 26862 25083 0 -1 1077944384 1455 0 0 0 24 0 0 0 20 0 15 0 118043736 14318518272 39422 33554432000 4194304 4196468 140726986827024 140321962007152 140322854689410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26877] ppid=26862 vsize=13982928 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26877/stat : 26877 (java) S 26862 26862 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118043736 14318518272 39422 33554432000 4194304 4196468 140726986827024 140321960954592 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26878] ppid=26862 vsize=13982928 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26878/stat : 26878 (java) S 26862 26862 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118043736 14318518272 39422 33554432000 4194304 4196468 140726986827024 140321959901872 140322854689410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 159072 KiB

[startup+1.50089 s]
/proc/loadavg: 2.15 2.06 2.05 4/217 26878
/proc/meminfo: memFree=20901912/32770624 swapFree=67108860/67108860
[pid=26862] ppid=26859 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26862/stat : 26862 (xcsp3-exec) S 26859 26862 25083 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118043730 9740288 346 33554432000 4194304 5098028 140720815339824 140720815337928 140242052993660 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 14217216 140720815346798 140720815347003 140720815347003 140720815349739 0
/proc/26862/statm: 2378 346 289 221 0 87 0

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

/proc/26864/task/26867/stat : 26867 (java) R 26862 26862 25083 0 -1 4202560 8342 0 0 0 1207 291 0 0 20 0 15 0 118043731 14318518272 2931611 33554432000 4194304 4196468 140726986827024 140322449267928 140322847777944 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26868] ppid=26862 vsize=13982928 memory=7523096410038888299 CPUtime=14.96 cores=1,3,5,7
/proc/26864/task/26868/stat : 26868 (java) R 26862 26862 25083 0 -1 4202560 9136 0 0 0 1246 250 0 0 20 0 15 0 118043731 14318518272 2931611 33554432000 4194304 4196468 140726986827024 140322448215048 140322847306471 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26869] ppid=26862 vsize=13982928 memory=6791534058613427641 CPUtime=14.97 cores=1,3,5,7
/proc/26864/task/26869/stat : 26869 (java) R 26862 26862 25083 0 -1 4202560 12964 0 0 0 1227 270 0 0 20 0 15 0 118043731 14318518272 2931611 33554432000 4194304 4196468 140726986827024 140322447162248 140322847306471 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26870] ppid=26862 vsize=13982928 memory=33268 CPUtime=0.8 cores=1,3,5,7
/proc/26864/task/26870/stat : 26870 (java) S 26862 26862 25083 0 -1 1077944384 13975 0 0 0 79 1 0 0 20 0 15 0 118043732 14318518272 2931611 33554432000 4194304 4196468 140726986827024 140321968321488 140322854688469 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 17 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26871] ppid=26862 vsize=13982928 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26871/stat : 26871 (java) S 26862 26862 25083 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 118043733 14318518272 2931611 33554432000 4194304 4196468 140726986827024 140321967268960 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26872] ppid=26862 vsize=13982928 memory=2408 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26872/stat : 26872 (java) S 26862 26862 25083 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 118043733 14318518272 2931611 33554432000 4194304 4196468 140726986827024 140321966216064 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26873] ppid=26862 vsize=13982928 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26873/stat : 26873 (java) S 26862 26862 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118043736 14318518272 2931611 33554432000 4194304 4196468 140726986827024 140321965164368 140322854696859 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26874] ppid=26862 vsize=13982928 memory=1384 CPUtime=0.57 cores=1,3,5,7
/proc/26864/task/26874/stat : 26874 (java) S 26862 26862 25083 0 -1 1077944384 2109 0 0 0 57 0 0 0 20 0 15 0 118043736 14318518272 2931611 33554432000 4194304 4196468 140726986827024 140321964112800 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26875] ppid=26862 vsize=13982928 memory=1384 CPUtime=0.58 cores=1,3,5,7
/proc/26864/task/26875/stat : 26875 (java) S 26862 26862 25083 0 -1 1077944384 1958 0 0 0 58 0 0 0 20 0 15 0 118043736 14318518272 2931611 33554432000 4194304 4196468 140726986827024 140321963060000 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26876] ppid=26862 vsize=13982928 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/26864/task/26876/stat : 26876 (java) S 26862 26862 25083 0 -1 1077944384 1626 0 0 0 30 0 0 0 20 0 15 0 118043736 14318518272 2931611 33554432000 4194304 4196468 140726986827024 140321962006912 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26877] ppid=26862 vsize=13982928 memory=4638778420176961639 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26877/stat : 26877 (java) S 26862 26862 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118043736 14318518272 2931611 33554432000 4194304 4196468 140726986827024 140321960954592 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26878] ppid=26862 vsize=13982928 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/26864/task/26878/stat : 26878 (java) S 26862 26862 25083 0 -1 1077944384 31 0 0 0 1 0 0 0 20 0 15 0 118043736 14318518272 2931611 33554432000 4194304 4196468 140726986827024 140321959901872 140322854689410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
Current children cumulated CPU time: 65.35 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 11727828 KiB

[startup+22.4009 s]
/proc/loadavg: 2.90 2.23 2.11 5/217 26878
/proc/meminfo: memFree=8954412/32770624 swapFree=67108860/67108860
[pid=26862] ppid=26859 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26862/stat : 26862 (xcsp3-exec) S 26859 26862 25083 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118043730 9740288 346 33554432000 4194304 5098028 140720815339824 140720815337928 140242052993660 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 14217216 140720815346798 140720815347003 140720815347003 140720815349739 0
/proc/26862/statm: 2378 346 289 221 0 87 0
[pid=26864] ppid=26862 vsize=13982928 memory=11726508 CPUtime=77.01 cores=1,3,5,7
/proc/26864/stat : 26864 (java) S 26862 26862 25083 0 -1 1077944320 83373 0 0 0 6564 1137 0 0 20 0 15 0 118043730 14318518272 2931627 33554432000 4194304 4196468 140726986827024 140726986809568 140322854678263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
/proc/26864/statm: 3495732 2931627 3249 1 0 3482966 0
[pid=26864/tid=26865] ppid=26862 vsize=13982928 memory=1296 CPUtime=3.09 cores=1,3,5,7
/proc/26864/task/26865/stat : 26865 (java) S 26862 26862 25083 0 -1 1077944384 8496 0 0 0 299 10 0 0 20 0 15 0 118043730 14318518272 2931627 33554432000 4194304 4196468 140726986827024 140322858917760 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26866] ppid=26862 vsize=13982928 memory=4564 CPUtime=17.82 cores=1,3,5,7
/proc/26864/task/26866/stat : 26866 (java) R 26862 26862 25083 0 -1 4202560 12743 0 0 0 1475 307 0 0 20 0 15 0 118043731 14318518272 2931627 33554432000 4194304 4196468 140726986827024 140322824392024 140322847306471 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26867] ppid=26862 vsize=13982928 memory=288230621803970871 CPUtime=17.82 cores=1,3,5,7
/proc/26864/task/26867/stat : 26867 (java) R 26862 26862 25083 0 -1 4202560 9180 0 0 0 1491 291 0 0 20 0 15 0 118043731 14318518272 2931627 33554432000 4194304 4196468 140726986827024 140322449267728 140322839629390 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26868] ppid=26862 vsize=13982928 memory=4144 CPUtime=17.78 cores=1,3,5,7
/proc/26864/task/26868/stat : 26868 (java) R 26862 26862 25083 0 -1 4202560 9717 0 0 0 1527 251 0 0 20 0 15 0 118043731 14318518272 2931627 33554432000 4194304 4196468 140726986827024 140322448214824 140322847306471 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26869] ppid=26862 vsize=13982928 memory=33268 CPUtime=17.8 cores=1,3,5,7
/proc/26864/task/26869/stat : 26869 (java) R 26862 26862 25083 0 -1 4202560 13574 0 0 0 1509 271 0 0 20 0 15 0 118043731 14318518272 2931627 33554432000 4194304 4196468 140726986827024 140322447162128 140322847306471 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26870] ppid=26862 vsize=13982928 memory=1296 CPUtime=1.14 cores=1,3,5,7
/proc/26864/task/26870/stat : 26870 (java) S 26862 26862 25083 0 -1 1077944384 22599 0 0 0 113 1 0 0 20 0 15 0 118043732 14318518272 2931627 33554432000 4194304 4196468 140726986827024 140321968321248 140322854688469 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 17 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26871] ppid=26862 vsize=13982928 memory=2408 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26871/stat : 26871 (java) S 26862 26862 25083 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 118043733 14318518272 2931627 33554432000 4194304 4196468 140726986827024 140321967268960 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26872] ppid=26862 vsize=13982928 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26872/stat : 26872 (java) S 26862 26862 25083 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 118043733 14318518272 2931627 33554432000 4194304 4196468 140726986827024 140321966216064 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26873] ppid=26862 vsize=13982928 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26873/stat : 26873 (java) S 26862 26862 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118043736 14318518272 2931627 33554432000 4194304 4196468 140726986827024 140321965164368 140322854696859 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26874] ppid=26862 vsize=13982928 memory=9099 CPUtime=0.57 cores=1,3,5,7
/proc/26864/task/26874/stat : 26874 (java) S 26862 26862 25083 0 -1 1077944384 2109 0 0 0 57 0 0 0 20 0 15 0 118043736 14318518272 2931627 33554432000 4194304 4196468 140726986827024 140321964112752 140322854689410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26875] ppid=26862 vsize=13982928 memory=19292 CPUtime=0.58 cores=1,3,5,7
/proc/26864/task/26875/stat : 26875 (java) S 26862 26862 25083 0 -1 1077944384 1958 0 0 0 58 0 0 0 20 0 15 0 118043736 14318518272 2931627 33554432000 4194304 4196468 140726986827024 140321963059952 140322854689410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26876] ppid=26862 vsize=13982928 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/26864/task/26876/stat : 26876 (java) S 26862 26862 25083 0 -1 1077944384 1626 0 0 0 30 0 0 0 20 0 15 0 118043736 14318518272 2931627 33554432000 4194304 4196468 140726986827024 140321962007152 140322854689410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26877] ppid=26862 vsize=13982928 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26877/stat : 26877 (java) S 26862 26862 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118043736 14318518272 2931627 33554432000 4194304 4196468 140726986827024 140321960954592 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26878] ppid=26862 vsize=13982928 memory=280772615632560 CPUtime=0.01 cores=1,3,5,7
/proc/26864/task/26878/stat : 26878 (java) S 26862 26862 25083 0 -1 1077944384 57 0 0 0 1 0 0 0 20 0 15 0 118043736 14318518272 2931627 33554432000 4194304 4196468 140726986827024 140321959901872 140322854689410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
Current children cumulated CPU time: 77.01 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 11727892 KiB

[startup+24.0013 s]*
/proc/loadavg: 3.30 2.33 2.14 6/217 26878
/proc/meminfo: memFree=8964428/32770624 swapFree=67108860/67108860
[pid=26862] ppid=26859 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26862/stat : 26862 (xcsp3-exec) S 26859 26862 25083 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118043730 9740288 346 33554432000 4194304 5098028 140720815339824 140720815337928 140242052993660 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 14217216 140720815346798 140720815347003 140720815347003 140720815349739 0
/proc/26862/statm: 2378 346 289 221 0 87 0
[pid=26864] ppid=26862 vsize=13982928 memory=11726512 CPUtime=83.37 cores=1,3,5,7
/proc/26864/stat : 26864 (java) S 26862 26862 25083 0 -1 1077944320 86182 0 0 0 7199 1138 0 0 20 0 15 0 118043730 14318518272 2931628 33554432000 4194304 4196468 140726986827024 140726986809568 140322854678263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
/proc/26864/statm: 3495732 2931628 3249 1 0 3482966 0
[pid=26864/tid=26865] ppid=26862 vsize=13982928 memory=6791534058613427641 CPUtime=3.09 cores=1,3,5,7
/proc/26864/task/26865/stat : 26865 (java) S 26862 26862 25083 0 -1 1077944384 8496 0 0 0 299 10 0 0 20 0 15 0 118043730 14318518272 2931628 33554432000 4194304 4196468 140726986827024 140322858917760 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26866] ppid=26862 vsize=13982928 memory=4872558044660077418 CPUtime=19.38 cores=1,3,5,7
/proc/26864/task/26866/stat : 26866 (java) R 26862 26862 25083 0 -1 4202560 13078 0 0 0 1631 307 0 0 20 0 15 0 118043731 14318518272 2931628 33554432000 4194304 4196468 140726986827024 140322824392024 140322847777919 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26867] ppid=26862 vsize=13982928 memory=6944656425123422848 CPUtime=19.42 cores=1,3,5,7
/proc/26864/task/26867/stat : 26867 (java) R 26862 26862 25083 0 -1 4202560 10090 0 0 0 1651 291 0 0 20 0 15 0 118043731 14318518272 2931628 33554432000 4194304 4196468 140726986827024 140322449267848 140322847306471 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26868] ppid=26862 vsize=13982928 memory=6944652177228980320 CPUtime=19.36 cores=1,3,5,7
/proc/26864/task/26868/stat : 26868 (java) R 26862 26862 25083 0 -1 4202560 10588 0 0 0 1685 251 0 0 20 0 15 0 118043731 14318518272 2931628 33554432000 4194304 4196468 140726986827024 140322448215048 140322847306471 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26869] ppid=26862 vsize=13982928 memory=6944656592455097440 CPUtime=19.39 cores=1,3,5,7
/proc/26864/task/26869/stat : 26869 (java) R 26862 26862 25083 0 -1 4202560 14267 0 0 0 1668 271 0 0 20 0 15 0 118043731 14318518272 2931628 33554432000 4194304 4196468 140726986827024 140322447162248 140322847306471 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26870] ppid=26862 vsize=13982928 memory=6944652177228980320 CPUtime=1.15 cores=1,3,5,7
/proc/26864/task/26870/stat : 26870 (java) S 26862 26862 25083 0 -1 1077944384 22599 0 0 0 114 1 0 0 20 0 15 0 118043732 14318518272 2931628 33554432000 4194304 4196468 140726986827024 140321968321472 140322854688469 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 17 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26871] ppid=26862 vsize=13982928 memory=7374761407988523884 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26871/stat : 26871 (java) S 26862 26862 25083 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 118043733 14318518272 2931628 33554432000 4194304 4196468 140726986827024 140321967268960 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26872] ppid=26862 vsize=13982928 memory=7522818323774788970 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26872/stat : 26872 (java) S 26862 26862 25083 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 118043733 14318518272 2931628 33554432000 4194304 4196468 140726986827024 140321966216064 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26873] ppid=26862 vsize=13982928 memory=7017841250531803201 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26873/stat : 26873 (java) S 26862 26862 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118043736 14318518272 2931628 33554432000 4194304 4196468 140726986827024 140321965164368 140322854696859 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26874] ppid=26862 vsize=13982928 memory=288287792113648182 CPUtime=0.57 cores=1,3,5,7
/proc/26864/task/26874/stat : 26874 (java) S 26862 26862 25083 0 -1 1077944384 2109 0 0 0 57 0 0 0 20 0 15 0 118043736 14318518272 2931628 33554432000 4194304 4196468 140726986827024 140321964112752 140322854689410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26875] ppid=26862 vsize=13982928 memory=288230376152558739 CPUtime=0.58 cores=1,3,5,7
/proc/26864/task/26875/stat : 26875 (java) S 26862 26862 25083 0 -1 1077944384 1958 0 0 0 58 0 0 0 20 0 15 0 118043736 14318518272 2931628 33554432000 4194304 4196468 140726986827024 140321963059952 140322854689410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26876] ppid=26862 vsize=13982928 memory=280772616614752 CPUtime=0.3 cores=1,3,5,7
/proc/26864/task/26876/stat : 26876 (java) S 26862 26862 25083 0 -1 1077944384 1626 0 0 0 30 0 0 0 20 0 15 0 118043736 14318518272 2931628 33554432000 4194304 4196468 140726986827024 140321962007152 140322854689410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26877] ppid=26862 vsize=13982928 memory=7594587674001172330 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26877/stat : 26877 (java) S 26862 26862 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118043736 14318518272 2931628 33554432000 4194304 4196468 140726986827024 140321960954592 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26878] ppid=26862 vsize=13982928 memory=5789193038506583128 CPUtime=0.01 cores=1,3,5,7
/proc/26864/task/26878/stat : 26878 (java) S 26862 26862 25083 0 -1 1077944384 57 0 0 0 1 0 0 0 20 0 15 0 118043736 14318518272 2931628 33554432000 4194304 4196468 140726986827024 140321959901872 140322854689410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
Current children cumulated CPU time: 83.37 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 11727896 KiB

[startup+24.4013 s]
/proc/loadavg: 3.30 2.33 2.14 6/217 26878
/proc/meminfo: memFree=8964428/32770624 swapFree=67108860/67108860
[pid=26862] ppid=26859 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26862/stat : 26862 (xcsp3-exec) S 26859 26862 25083 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118043730 9740288 346 33554432000 4194304 5098028 140720815339824 140720815337928 140242052993660 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 14217216 140720815346798 140720815347003 140720815347003 140720815349739 0
/proc/26862/statm: 2378 346 289 221 0 87 0
[pid=26864] ppid=26862 vsize=13982928 memory=11726512 CPUtime=84.92 cores=1,3,5,7
/proc/26864/stat : 26864 (java) S 26862 26862 25083 0 -1 1077944320 86182 0 0 0 7354 1138 0 0 20 0 15 0 118043730 14318518272 2931628 33554432000 4194304 4196468 140726986827024 140726986809568 140322854678263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
/proc/26864/statm: 3495732 2931628 3249 1 0 3482966 0
[pid=26864/tid=26865] ppid=26862 vsize=13982928 memory=6508 CPUtime=3.09 cores=1,3,5,7
/proc/26864/task/26865/stat : 26865 (java) S 26862 26862 25083 0 -1 1077944384 8496 0 0 0 299 10 0 0 20 0 15 0 118043730 14318518272 2931628 33554432000 4194304 4196468 140726986827024 140322858917760 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26866] ppid=26862 vsize=13982928 memory=6791534058613427641 CPUtime=19.77 cores=1,3,5,7
/proc/26864/task/26866/stat : 26866 (java) R 26862 26862 25083 0 -1 4202560 13078 0 0 0 1670 307 0 0 20 0 15 0 118043731 14318518272 2931628 33554432000 4194304 4196468 140726986827024 140322824392024 140322839667920 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26867] ppid=26862 vsize=13982928 memory=11726512 CPUtime=19.81 cores=1,3,5,7
/proc/26864/task/26867/stat : 26867 (java) R 26862 26862 25083 0 -1 4202560 10090 0 0 0 1690 291 0 0 20 0 15 0 118043731 14318518272 2931628 33554432000 4194304 4196468 140726986827024 140322449267848 140322847777935 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26868] ppid=26862 vsize=13982928 memory=3832 CPUtime=19.75 cores=1,3,5,7
/proc/26864/task/26868/stat : 26868 (java) R 26862 26862 25083 0 -1 4202560 10588 0 0 0 1724 251 0 0 20 0 15 0 118043731 14318518272 2931628 33554432000 4194304 4196468 140726986827024 140322448215048 140322839674609 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26869] ppid=26862 vsize=13982928 memory=2544 CPUtime=19.78 cores=1,3,5,7
/proc/26864/task/26869/stat : 26869 (java) R 26862 26862 25083 0 -1 4202560 14267 0 0 0 1707 271 0 0 20 0 15 0 118043731 14318518272 2931628 33554432000 4194304 4196468 140726986827024 140322447162248 140322839676337 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26870] ppid=26862 vsize=13982928 memory=2632 CPUtime=1.15 cores=1,3,5,7
/proc/26864/task/26870/stat : 26870 (java) S 26862 26862 25083 0 -1 1077944384 22599 0 0 0 114 1 0 0 20 0 15 0 118043732 14318518272 2931628 33554432000 4194304 4196468 140726986827024 140321968321472 140322854688469 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 17 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26871] ppid=26862 vsize=13982928 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26871/stat : 26871 (java) S 26862 26862 25083 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 118043733 14318518272 2931628 33554432000 4194304 4196468 140726986827024 140321967268960 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26872] ppid=26862 vsize=13982928 memory=1160 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26872/stat : 26872 (java) S 26862 26862 25083 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 118043733 14318518272 2931628 33554432000 4194304 4196468 140726986827024 140321966216064 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26873] ppid=26862 vsize=13982928 memory=3000 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26873/stat : 26873 (java) S 26862 26862 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118043736 14318518272 2931628 33554432000 4194304 4196468 140726986827024 140321965164368 140322854696859 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26874] ppid=26862 vsize=13982928 memory=1384 CPUtime=0.57 cores=1,3,5,7
/proc/26864/task/26874/stat : 26874 (java) S 26862 26862 25083 0 -1 1077944384 2109 0 0 0 57 0 0 0 20 0 15 0 118043736 14318518272 2931628 33554432000 4194304 4196468 140726986827024 140321964112752 140322854689410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26875] ppid=26862 vsize=13982928 memory=7037444 CPUtime=0.58 cores=1,3,5,7
/proc/26864/task/26875/stat : 26875 (java) S 26862 26862 25083 0 -1 1077944384 1958 0 0 0 58 0 0 0 20 0 15 0 118043736 14318518272 2931628 33554432000 4194304 4196468 140726986827024 140321963059952 140322854689410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26876] ppid=26862 vsize=13982928 memory=1156 CPUtime=0.3 cores=1,3,5,7
/proc/26864/task/26876/stat : 26876 (java) S 26862 26862 25083 0 -1 1077944384 1626 0 0 0 30 0 0 0 20 0 15 0 118043736 14318518272 2931628 33554432000 4194304 4196468 140726986827024 140321962007152 140322854689410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26877] ppid=26862 vsize=13982928 memory=2756 CPUtime=0 cores=1,3,5,7
/proc/26864/task/26877/stat : 26877 (java) S 26862 26862 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118043736 14318518272 2931628 33554432000 4194304 4196468 140726986827024 140321960954592 140322854688469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
[pid=26864/tid=26878] ppid=26862 vsize=13982928 memory=1384 CPUtime=0.02 cores=1,3,5,7
/proc/26864/task/26878/stat : 26878 (java) S 26862 26862 25083 0 -1 1077944384 57 0 0 0 2 0 0 0 20 0 15 0 118043736 14318518272 2931628 33554432000 4194304 4196468 140726986827024 140321959901872 140322854689410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18599936 140726986830999 140726986831175 140726986831175 140726986833871 0
Current children cumulated CPU time: 84.92 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 11727896 KiB

[startup+24.8009 s]
/proc/loadavg: 3.30 2.33 2.14 6/217 26878
/proc/meminfo: memFree=8964428/32770624 swapFree=67108860/67108860
[pid=26862] ppid=26859 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26862/stat : 26862 (xcsp3-exec) S 26859 26862 25083 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118043730 9740288 346 33554432000 4194304 5098028 140720815339824 140720815337928 140242052993660 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 14217216 140720815346798 140720815347003 140720815347003 140720815349739 0
/proc/26862/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1384 KiB

Child status: 1
Real time (s): 24.811
CPU time (s): 86.2615
CPU user time (s): 74.8337
CPU system time (s): 11.4277
CPU usage (%): 347.675
Max. virtual memory (cumulated for all children) (KiB): 13992440
Max. memory (cumulated for all children) (KiB): 11727896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.8337
system time used= 11.4277
maximum resident set size= 11726844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87530
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3150
involuntary context switches= 957


# summary of solver processes directly reported to runsolver:
#   pid: 26862
#   total CPU time (s): 86.2615
#   total CPU user time (s): 74.8337
#   total CPU system time (s): 11.4277

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.181063 second user time and 0.323302 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-16 03:59:30
IDJOB=4269476
IDBENCH=138764
IDSOLVER=2660
FILE ID=node149/4269476-1502849629
RUNJOBID= node149-1502838668-25115
PBS_JOBID= 20629851
Free space on /tmp= 61928 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Hanoi/Hanoi-m1-s1/Hanoi-09.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4269476-1502849629/watcher-4269476-1502849629 -o /tmp/evaluation-result-4269476-1502849629/solver-4269476-1502849629 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502838668-25115 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1508790379 HOME/instance-4269476-1502849629.xml

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

MD5SUM BENCH= 974f0afcd706a93e2571fe02010426b6
RANDOM SEED=1508790379

node149.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.43
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.43
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.43
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.43
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:        21200096 kB
MemAvailable:   25441568 kB
Buffers:          330780 kB
Cached:          4182888 kB
SwapCached:            0 kB
Active:          7732776 kB
Inactive:        3353968 kB
Active(anon):    6576160 kB
Inactive(anon):    24956 kB
Active(file):    1156616 kB
Inactive(file):  3329012 kB
Unevictable:        6348 kB
Mlocked:            6348 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8940 kB
Writeback:             0 kB
AnonPages:       6600012 kB
Mapped:            59032 kB
Shmem:             25224 kB
Slab:             171168 kB
SReclaimable:     143356 kB
SUnreclaim:        27812 kB
KernelStack:        3808 kB
PageTables:        18100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7704056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6359040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61924 MiB
End job on node149 at 2017-08-16 03:59:55