Trace number 4282249

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-18)? 359.05301 307.767

General information on the benchmark

NameKnightTour/KnightTour-ext-s1/
KnightTour-15-ext06.xml
MD5SUMaf3f6bb9b1ca00becd13f0e7ebc5af3a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark17.343201
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints47
Number of domains1
Minimum domain size225
Maximum domain size225
Distribution of domain sizes[{"size":225,"count":225}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":223},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity225
Distribution of constraint arities[{"arity":2,"count":1},{"arity":6,"count":45},{"arity":225,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282249-1503144929.xml"  -tl '2520s' -p 1 -x 0
0.15/0.24	c [HOME/instance-4282249-1503144929.xml, -tl, 2520s, -p, 1, -x, 0]
0.15/0.30	c simple solver
0.35/0.37	c parse instance...
358.88/307.67	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
358.88/307.67		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
358.88/307.67		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
358.88/307.67		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1867)
358.88/307.67		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1823)
358.88/307.67		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:313)
358.88/307.67		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
358.88/307.67		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
358.88/307.67		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
358.88/307.67		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
358.88/307.67		at org.xcsp.parser.XCallbacks$$Lambda$85/733957003.accept(Unknown Source)
358.88/307.67		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
358.88/307.67		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
358.88/307.67		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
358.88/307.67		at org.xcsp.parser.XCallbacks.loadSlide(XCallbacks.java:421)
358.88/307.67		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:370)
358.88/307.67		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
358.88/307.67		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
358.88/307.67		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
358.88/307.67		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
358.88/307.67		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
358.88/307.67		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
358.88/307.67	s UNKNOWN
358.88/307.67	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 (15293 MiB free)
  memory of node 1: 16384 MiB (15611 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282249-1503144929/watcher-4282249-1503144929 -o /tmp/evaluation-result-4282249-1503144929/solver-4282249-1503144929 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node130-1503095856-15586 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1053279044 HOME/instance-4282249-1503144929.xml 

running on 4 cores: 0,2,4,6

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

solver pid=25752, runsolver pid=25749

[startup+0.100201 s]*
/proc/loadavg: 2.04 1.85 1.80 3/207 25761
/proc/meminfo: memFree=31638596/32770624 swapFree=67108860/67108860
[pid=25752] ppid=25749 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/25752/stat : 25752 (xcsp3-exec) S 25749 25752 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 12900995 9740288 345 18446744073709551615 4194304 5098028 140722470111760 140722470109864 139799220634236 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 18178048 140722470117753 140722470117958 140722470117958 140722470121451 0
/proc/25752/statm: 2378 345 289 221 0 87 0
[pid=25754] ppid=25752 vsize=13574484 memory=17724 CPUtime=0.02 cores=0,2,4,6
/proc/25754/stat : 25754 (java) S 25752 25752 15523 0 -1 1077944320 3776 0 0 0 2 0 0 0 20 0 9 0 12901002 13900271616 4431 18446744073709551615 4194304 4196468 140734879881584 140734879864128 139890664460023 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
/proc/25754/statm: 3393621 4431 2085 1 0 3383118 0
[pid=25754/tid=25755] ppid=25752 vsize=13574484 memory=-8713483618642457695 CPUtime=0.02 cores=0,2,4,6
/proc/25754/task/25755/stat : 25755 (java) R 25752 25752 15523 0 -1 4202560 2484 0 0 0 2 0 0 0 20 0 9 0 12901003 13900271616 4431 18446744073709551615 4194304 4196468 140734879881584 139890668695784 139890650528142 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25756] ppid=25752 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25756/stat : 25756 (java) S 25752 25752 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 12901003 13900271616 4431 18446744073709551615 4194304 4196468 140734879881584 139890583874448 139890664470229 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25757] ppid=25752 vsize=13574484 memory=139934078912128 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25757/stat : 25757 (java) S 25752 25752 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 12901003 13900271616 4431 18446744073709551615 4194304 4196468 140734879881584 139890582821648 139890664470229 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25758] ppid=25752 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25758/stat : 25758 (java) S 25752 25752 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 12901003 13900271616 4431 18446744073709551615 4194304 4196468 140734879881584 139890581769360 139890664470229 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25759] ppid=25752 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25759/stat : 25759 (java) S 25752 25752 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 12901003 13900271616 4431 18446744073709551615 4194304 4196468 140734879881584 139890580716560 139890664470229 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25760] ppid=25752 vsize=13574484 memory=139934078912128 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25760/stat : 25760 (java) S 25752 25752 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 12901005 13900271616 4431 18446744073709551615 4194304 4196468 140734879881584 139889781487728 139890664471170 0 0 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25761] ppid=25752 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25761/stat : 25761 (java) S 25752 25752 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 12901005 13900271616 4431 18446744073709551615 4194304 4196468 140734879881584 139889780433696 139890664470229 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25762] ppid=25752 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25762/stat : 25762 (java) S 25752 25752 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 12901005 13900271616 4431 18446744073709551615 4194304 4196468 140734879881584 139889779381424 139890664470229 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 19104 KiB

[startup+0.212034 s]*
/proc/loadavg: 2.04 1.85 1.80 4/214 25768
/proc/meminfo: memFree=31629816/32770624 swapFree=67108860/67108860
[pid=25752] ppid=25749 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/25752/stat : 25752 (xcsp3-exec) S 25749 25752 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 12900995 9740288 345 18446744073709551615 4194304 5098028 140722470111760 140722470109864 139799220634236 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 18178048 140722470117753 140722470117958 140722470117958 140722470121451 0
/proc/25752/statm: 2378 345 289 221 0 87 0
[pid=25754] ppid=25752 vsize=13974352 memory=30268 CPUtime=0.15 cores=0,2,4,6
/proc/25754/stat : 25754 (java) S 25752 25752 15523 0 -1 1077944320 5457 0 0 0 14 1 0 0 20 0 15 0 12901002 14309736448 7567 18446744073709551615 4194304 4196468 140734879881584 140734879864128 139890664460023 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
/proc/25754/statm: 3493588 7567 2950 1 0 3482964 0
[pid=25754/tid=25755] ppid=25752 vsize=13974352 memory=7311146985107750967 CPUtime=0.1 cores=0,2,4,6
/proc/25754/task/25755/stat : 25755 (java) R 25752 25752 15523 0 -1 4202560 3149 0 0 0 10 0 0 0 20 0 15 0 12901003 14309736448 7567 18446744073709551615 4194304 4196468 140734879881584 139890668691256 139890656697150 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25756] ppid=25752 vsize=13974352 memory=8941 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25756/stat : 25756 (java) S 25752 25752 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12901003 14309736448 7567 18446744073709551615 4194304 4196468 140734879881584 139890583874448 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25757] ppid=25752 vsize=13974352 memory=4121835403950212768 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25757/stat : 25757 (java) S 25752 25752 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12901003 14309736448 7567 18446744073709551615 4194304 4196468 140734879881584 139890582821648 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25758] ppid=25752 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25758/stat : 25758 (java) S 25752 25752 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12901003 14309736448 7567 18446744073709551615 4194304 4196468 140734879881584 139890581769360 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25759] ppid=25752 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25759/stat : 25759 (java) S 25752 25752 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12901003 14309736448 7567 18446744073709551615 4194304 4196468 140734879881584 139890580716560 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25760] ppid=25752 vsize=13974352 memory=139934078912128 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25760/stat : 25760 (java) S 25752 25752 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12901005 14309736448 7567 18446744073709551615 4194304 4196468 140734879881584 139889781487728 139890664471170 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25761] ppid=25752 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25761/stat : 25761 (java) S 25752 25752 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12901005 14309736448 7567 18446744073709551615 4194304 4196468 140734879881584 139889780433696 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25762] ppid=25752 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25762/stat : 25762 (java) S 25752 25752 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12901005 14309736448 7567 18446744073709551615 4194304 4196468 140734879881584 139889779381360 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25763] ppid=25752 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25763/stat : 25763 (java) S 25752 25752 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12901008 14309736448 7567 18446744073709551615 4194304 4196468 140734879881584 139889778329680 139890664478619 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25764] ppid=25752 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25764/stat : 25764 (java) S 25752 25752 15523 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 12901008 14309736448 7567 18446744073709551615 4194304 4196468 140734879881584 139889777277552 139890664471170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25765] ppid=25752 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25765/stat : 25765 (java) R 25752 25752 15523 0 -1 4202560 242 0 0 0 0 0 0 0 20 0 15 0 12901008 14309736448 7567 18446744073709551615 4194304 4196468 140734879881584 139889776205752 139890648856710 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25766] ppid=25752 vsize=13974352 memory=139934078912128 CPUtime=0.02 cores=0,2,4,6
/proc/25754/task/25766/stat : 25766 (java) R 25752 25752 15523 0 -1 4202560 525 0 0 0 2 0 0 0 20 0 15 0 12901008 14309736448 7567 18446744073709551615 4194304 4196468 140734879881584 139889775169272 139890643858539 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25767] ppid=25752 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25767/stat : 25767 (java) S 25752 25752 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12901008 14309736448 7567 18446744073709551615 4194304 4196468 140734879881584 139889774119904 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25768] ppid=25752 vsize=13974352 memory=139934078912128 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25768/stat : 25768 (java) S 25752 25752 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12901011 14309736448 7633 18446744073709551615 4194304 4196468 140734879881584 139889773066672 139890664471170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 31648 KiB

[startup+0.319545 s]*
/proc/loadavg: 2.04 1.85 1.80 4/214 25768
/proc/meminfo: memFree=31617524/32770624 swapFree=67108860/67108860
[pid=25752] ppid=25749 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/25752/stat : 25752 (xcsp3-exec) S 25749 25752 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 12900995 9740288 345 18446744073709551615 4194304 5098028 140722470111760 140722470109864 139799220634236 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 18178048 140722470117753 140722470117958 140722470117958 140722470121451 0
/proc/25752/statm: 2378 345 289 221 0 87 0
[pid=25754] ppid=25752 vsize=13978608 memory=40140 CPUtime=0.35 cores=0,2,4,6
/proc/25754/stat : 25754 (java) S 25752 25752 15523 0 -1 1077944320 9223 0 0 0 32 3 0 0 20 0 15 0 12901002 14314094592 10035 18446744073709551615 4194304 4196468 140734879881584 140734879864128 139890664460023 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
/proc/25754/statm: 3494652 10035 3044 1 0 3482964 0
[pid=25754/tid=25755] ppid=25752 vsize=13978608 memory=-8774313645642428999 CPUtime=0.21 cores=0,2,4,6
/proc/25754/task/25755/stat : 25755 (java) R 25752 25752 15523 0 -1 4202560 6443 0 0 0 19 2 0 0 20 0 15 0 12901003 14314094592 10035 18446744073709551615 4194304 4196468 140734879881584 139890668686800 139890664481949 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25756] ppid=25752 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25756/stat : 25756 (java) S 25752 25752 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12901003 14314094592 10035 18446744073709551615 4194304 4196468 140734879881584 139890583874448 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25757] ppid=25752 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25757/stat : 25757 (java) S 25752 25752 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12901003 14314094592 10035 18446744073709551615 4194304 4196468 140734879881584 139890582821648 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25758] ppid=25752 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25758/stat : 25758 (java) S 25752 25752 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12901003 14314094592 10035 18446744073709551615 4194304 4196468 140734879881584 139890581769360 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25759] ppid=25752 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25759/stat : 25759 (java) S 25752 25752 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12901003 14314094592 10035 18446744073709551615 4194304 4196468 140734879881584 139890580716560 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25760] ppid=25752 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25760/stat : 25760 (java) S 25752 25752 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12901005 14314094592 10035 18446744073709551615 4194304 4196468 140734879881584 139889781487728 139890664471170 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25761] ppid=25752 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25761/stat : 25761 (java) S 25752 25752 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12901005 14314094592 10035 18446744073709551615 4194304 4196468 140734879881584 139889780433696 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25762] ppid=25752 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25762/stat : 25762 (java) S 25752 25752 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12901005 14314094592 10035 18446744073709551615 4194304 4196468 140734879881584 139889779381360 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25763] ppid=25752 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25763/stat : 25763 (java) S 25752 25752 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12901008 14314094592 10035 18446744073709551615 4194304 4196468 140734879881584 139889778329680 139890664478619 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25764] ppid=25752 vsize=13978608 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/25754/task/25764/stat : 25764 (java) S 25752 25752 15523 0 -1 1077944384 419 0 0 0 2 0 0 0 20 0 15 0 12901008 14314094592 10035 18446744073709551615 4194304 4196468 140734879881584 139889777277552 139890664471170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25765] ppid=25752 vsize=13978608 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/25754/task/25765/stat : 25765 (java) S 25752 25752 15523 0 -1 1077944384 375 0 0 0 1 0 0 0 20 0 15 0 12901008 14314094592 10035 18446744073709551615 4194304 4196468 140734879881584 139889776224752 139890664471170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25766] ppid=25752 vsize=13978608 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25754/task/25766/stat : 25766 (java) R 25752 25752 15523 0 -1 4202560 681 0 0 0 8 0 0 0 20 0 15 0 12901008 14314094592 10035 18446744073709551615 4194304 4196468 140734879881584 139889775172464 139890643264351 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25767] ppid=25752 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25767/stat : 25767 (java) S 25752 25752 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12901008 14314094592 10035 18446744073709551615 4194304 4196468 140734879881584 139889774119904 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25768] ppid=25752 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25768/stat : 25768 (java) S 25752 25752 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12901011 14314094592 10035 18446744073709551615 4194304 4196468 140734879881584 139889773066672 139890664471170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 41520 KiB

[startup+0.701054 s]
/proc/loadavg: 2.04 1.85 1.80 3/214 25768
/proc/meminfo: memFree=31552624/32770624 swapFree=67108860/67108860
[pid=25752] ppid=25749 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/25752/stat : 25752 (xcsp3-exec) S 25749 25752 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 12900995 9740288 345 18446744073709551615 4194304 5098028 140722470111760 140722470109864 139799220634236 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 18178048 140722470117753 140722470117958 140722470117958 140722470121451 0
/proc/25752/statm: 2378 345 289 221 0 87 0
[pid=25754] ppid=25752 vsize=13978684 memory=351896 CPUtime=1.02 cores=0,2,4,6
/proc/25754/stat : 25754 (java) S 25752 25752 15523 0 -1 1077944320 10889 0 0 0 81 21 0 0 20 0 15 0 12901002 14314172416 87974 18446744073709551615 4194304 4196468 140734879881584 140734879864128 139890664460023 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
/proc/25754/statm: 3494671 87974 3131 1 0 3482964 0
[pid=25754/tid=25755] ppid=25752 vsize=13978684 memory=437 CPUtime=0.52 cores=0,2,4,6
/proc/25754/task/25755/stat : 25755 (java) R 25752 25752 15523 0 -1 4202560 7403 0 0 0 46 6 0 0 20 0 15 0 12901003 14314172416 87974 18446744073709551615 4194304 4196468 140734879881584 139890668697504 139890256061190 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25756] ppid=25752 vsize=13978684 memory=81 CPUtime=0.05 cores=0,2,4,6
/proc/25754/task/25756/stat : 25756 (java) S 25752 25752 15523 0 -1 1077944384 53 0 0 0 2 3 0 0 20 0 15 0 12901003 14314172416 87974 18446744073709551615 4194304 4196468 140734879881584 139890583874448 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25757] ppid=25752 vsize=13978684 memory=61 CPUtime=0.04 cores=0,2,4,6
/proc/25754/task/25757/stat : 25757 (java) S 25752 25752 15523 0 -1 1077944384 53 0 0 0 2 2 0 0 20 0 15 0 12901003 14314172416 87974 18446744073709551615 4194304 4196468 140734879881584 139890582821648 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25758] ppid=25752 vsize=13978684 memory=175 CPUtime=0.05 cores=0,2,4,6
/proc/25754/task/25758/stat : 25758 (java) S 25752 25752 15523 0 -1 1077944384 49 0 0 0 2 3 0 0 20 0 15 0 12901003 14314172416 87974 18446744073709551615 4194304 4196468 140734879881584 139890581769360 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25759] ppid=25752 vsize=13978684 memory=55 CPUtime=0.04 cores=0,2,4,6
/proc/25754/task/25759/stat : 25759 (java) S 25752 25752 15523 0 -1 1077944384 54 0 0 0 1 3 0 0 20 0 15 0 12901003 14314172416 87974 18446744073709551615 4194304 4196468 140734879881584 139890580716560 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25760] ppid=25752 vsize=13978684 memory=59 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25760/stat : 25760 (java) S 25752 25752 15523 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 12901005 14314172416 87974 18446744073709551615 4194304 4196468 140734879881584 139889781487728 139890664471170 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25761] ppid=25752 vsize=13978684 memory=115208 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25761/stat : 25761 (java) S 25752 25752 15523 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 12901005 14314172416 87974 18446744073709551615 4194304 4196468 140734879881584 139889780433696 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25762] ppid=25752 vsize=13978684 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25762/stat : 25762 (java) S 25752 25752 15523 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 12901005 14314172416 87974 18446744073709551615 4194304 4196468 140734879881584 139889779381360 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25763] ppid=25752 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25763/stat : 25763 (java) S 25752 25752 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12901008 14314172416 87974 18446744073709551615 4194304 4196468 140734879881584 139889778329680 139890664478619 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25764] ppid=25752 vsize=13978684 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/25754/task/25764/stat : 25764 (java) S 25752 25752 15523 0 -1 1077944384 559 0 0 0 5 0 0 0 20 0 15 0 12901008 14314172416 87974 18446744073709551615 4194304 4196468 140734879881584 139889777277552 139890664471170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25765] ppid=25752 vsize=13978684 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/25754/task/25765/stat : 25765 (java) S 25752 25752 15523 0 -1 1077944384 450 0 0 0 5 0 0 0 20 0 15 0 12901008 14314172416 87974 18446744073709551615 4194304 4196468 140734879881584 139889776224752 139890664471170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25766] ppid=25752 vsize=13978684 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/25754/task/25766/stat : 25766 (java) S 25752 25752 15523 0 -1 1077944384 885 0 0 0 16 0 0 0 20 0 15 0 12901008 14314172416 87974 18446744073709551615 4194304 4196468 140734879881584 139889775172464 139890664471170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25767] ppid=25752 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25767/stat : 25767 (java) S 25752 25752 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12901008 14314172416 87974 18446744073709551615 4194304 4196468 140734879881584 139889774119904 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25768] ppid=25752 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25768/stat : 25768 (java) S 25752 25752 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12901011 14314172416 87974 18446744073709551615 4194304 4196468 140734879881584 139889773066672 139890664471170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 353276 KiB

[startup+1.50103 s]
/proc/loadavg: 2.20 1.88 1.81 2/214 25768
/proc/meminfo: memFree=31164628/32770624 swapFree=67108860/67108860
[pid=25752] ppid=25749 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/25752/stat : 25752 (xcsp3-exec) S 25749 25752 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 12900995 9740288 345 18446744073709551615 4194304 5098028 140722470111760 140722470109864 139799220634236 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 18178048 140722470117753 140722470117958 140722470117958 140722470121451 0
/proc/25752/statm: 2378 345 289 221 0 87 0
[pid=25754] ppid=25752 vsize=13978684 memory=613980 CPUtime=1.77 cores=0,2,4,6
/proc/25754/stat : 25754 (java) S 25752 25752 15523 0 -1 1077944320 11488 0 0 0 150 27 0 0 20 0 15 0 12901002 14314172416 153495 18446744073709551615 4194304 4196468 140734879881584 140734879864128 139890664460023 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
/proc/25754/statm: 3494671 153495 3166 1 0 3482964 0
[pid=25754/tid=25755] ppid=25752 vsize=13978684 memory=75 CPUtime=0.86 cores=0,2,4,6
/proc/25754/task/25755/stat : 25755 (java) R 25752 25752 15523 0 -1 4202560 7594 0 0 0 76 10 0 0 20 0 15 0 12901003 14314172416 153495 18446744073709551615 4194304 4196468 140734879881584 139890668697040 139890258244434 0 4 1 16800974 0 0 0 -1 2 0 0 40 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25756] ppid=25752 vsize=13978684 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/25754/task/25756/stat : 25756 (java) S 25752 25752 15523 0 -1 1077944384 71 0 0 0 9 3 0 0 20 0 15 0 12901003 14314172416 153495 18446744073709551615 4194304 4196468 140734879881584 139890583874448 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25757] ppid=25752 vsize=13978684 memory=139933927121504 CPUtime=0.12 cores=0,2,4,6
/proc/25754/task/25757/stat : 25757 (java) S 25752 25752 15523 0 -1 1077944384 74 0 0 0 9 3 0 0 20 0 15 0 12901003 14314172416 153495 18446744073709551615 4194304 4196468 140734879881584 139890582821648 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25758] ppid=25752 vsize=13978684 memory=139933927121536 CPUtime=0.12 cores=0,2,4,6
/proc/25754/task/25758/stat : 25758 (java) S 25752 25752 15523 0 -1 1077944384 62 0 0 0 9 3 0 0 20 0 15 0 12901003 14314172416 153495 18446744073709551615 4194304 4196468 140734879881584 139890581769360 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25759] ppid=25752 vsize=13978684 memory=139933927121568 CPUtime=0.12 cores=0,2,4,6

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

/proc/25754/task/25757/stat : 25757 (java) R 25752 25752 15523 0 -1 4202560 93247 0 0 0 1247 273 0 0 20 0 15 0 12901003 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139890582821848 139890649157720 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25758] ppid=25752 vsize=13980732 memory=11076 CPUtime=15.22 cores=0,2,4,6
/proc/25754/task/25758/stat : 25758 (java) R 25752 25752 15523 0 -1 4202560 146861 0 0 0 1248 274 0 0 20 0 15 0 12901003 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139890581769360 139890649413525 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25759] ppid=25752 vsize=13980732 memory=1380 CPUtime=15.2 cores=0,2,4,6
/proc/25754/task/25759/stat : 25759 (java) R 25752 25752 15523 0 -1 4202560 93755 0 0 0 1272 248 0 0 20 0 15 0 12901003 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139890580716760 139890649413525 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25760] ppid=25752 vsize=13980732 memory=11398788 CPUtime=2.49 cores=0,2,4,6
/proc/25754/task/25760/stat : 25760 (java) S 25752 25752 15523 0 -1 1077944384 19781 0 0 0 246 3 0 0 20 0 15 0 12901005 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889781486064 139890664470229 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25761] ppid=25752 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25761/stat : 25761 (java) S 25752 25752 15523 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 12901005 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889780433760 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25762] ppid=25752 vsize=13980732 memory=288230604624101684 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25762/stat : 25762 (java) S 25752 25752 15523 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 12901005 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889779381376 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25763] ppid=25752 vsize=13980732 memory=15261445554177768 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25763/stat : 25763 (java) S 25752 25752 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12901008 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889778329680 139890664478619 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25764] ppid=25752 vsize=13980732 memory=-8774313645642428999 CPUtime=0.59 cores=0,2,4,6
/proc/25754/task/25764/stat : 25764 (java) S 25752 25752 15523 0 -1 1077944384 3721 0 0 0 59 0 0 0 20 0 15 0 12901008 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889777277552 139890664471170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25765] ppid=25752 vsize=13980732 memory=1008 CPUtime=0.59 cores=0,2,4,6
/proc/25754/task/25765/stat : 25765 (java) S 25752 25752 15523 0 -1 1077944384 3773 0 0 0 58 1 0 0 20 0 15 0 12901008 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889776224752 139890664471170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25766] ppid=25752 vsize=13980732 memory=1228 CPUtime=0.33 cores=0,2,4,6
/proc/25754/task/25766/stat : 25766 (java) S 25752 25752 15523 0 -1 1077944384 3727 0 0 0 32 1 0 0 20 0 15 0 12901008 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889775172464 139890664471170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25767] ppid=25752 vsize=13980732 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25767/stat : 25767 (java) S 25752 25752 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12901008 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889774119904 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25768] ppid=25752 vsize=13980732 memory=11952 CPUtime=0.2 cores=0,2,4,6
/proc/25754/task/25768/stat : 25768 (java) S 25752 25752 15523 0 -1 1077944384 264 0 0 0 9 11 0 0 20 0 15 0 12901011 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889773066672 139890664471170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 37 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
Current children cumulated CPU time: 352.3 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11433332 KiB

[startup+306.401 s]
/proc/loadavg: 2.44 2.05 1.89 6/211 25857
/proc/meminfo: memFree=20164656/32770624 swapFree=67108860/67108860
[pid=25752] ppid=25749 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/25752/stat : 25752 (xcsp3-exec) S 25749 25752 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 12900995 9740288 345 18446744073709551615 4194304 5098028 140722470111760 140722470109864 139799220634236 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 18178048 140722470117753 140722470117958 140722470117958 140722470121451 0
/proc/25752/statm: 2378 345 289 221 0 87 0
[pid=25754] ppid=25752 vsize=13980732 memory=11431952 CPUtime=355.39 cores=0,2,4,6
/proc/25754/stat : 25754 (java) S 25752 25752 15523 0 -1 1077944320 613589 0 0 0 34435 1104 0 0 20 0 15 0 12901002 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 140734879864128 139890664460023 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
/proc/25754/statm: 3495183 2857988 3222 1 0 3483476 0
[pid=25754/tid=25755] ppid=25752 vsize=13980732 memory=11431952 CPUtime=287.23 cores=0,2,4,6
/proc/25754/task/25755/stat : 25755 (java) S 25752 25752 15523 0 -1 1077944384 19149 0 0 0 28709 14 0 0 20 0 15 0 12901003 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139890668698224 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25756] ppid=25752 vsize=13980732 memory=8684 CPUtime=15.93 cores=0,2,4,6
/proc/25754/task/25756/stat : 25756 (java) R 25752 25752 15523 0 -1 4202560 227943 0 0 0 1319 274 0 0 20 0 15 0 12901003 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139890583874336 139890657563016 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25757] ppid=25752 vsize=13980732 memory=792 CPUtime=15.96 cores=0,2,4,6
/proc/25754/task/25757/stat : 25757 (java) R 25752 25752 15523 0 -1 4202560 93247 0 0 0 1323 273 0 0 20 0 15 0 12901003 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139890582821456 139890657088231 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25758] ppid=25752 vsize=13980732 memory=5412 CPUtime=15.99 cores=0,2,4,6
/proc/25754/task/25758/stat : 25758 (java) R 25752 25752 15523 0 -1 4202560 146861 0 0 0 1325 274 0 0 20 0 15 0 12901003 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139890581769168 139890657088231 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25759] ppid=25752 vsize=13980732 memory=1380 CPUtime=15.95 cores=0,2,4,6
/proc/25754/task/25759/stat : 25759 (java) R 25752 25752 15523 0 -1 4202560 93755 0 0 0 1346 249 0 0 20 0 15 0 12901003 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139890580716680 139890657088231 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25760] ppid=25752 vsize=13980732 memory=11398788 CPUtime=2.5 cores=0,2,4,6
/proc/25754/task/25760/stat : 25760 (java) S 25752 25752 15523 0 -1 1077944384 19793 0 0 0 247 3 0 0 20 0 15 0 12901005 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889781486288 139890664470229 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25761] ppid=25752 vsize=13980732 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25761/stat : 25761 (java) S 25752 25752 15523 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 12901005 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889780433760 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25762] ppid=25752 vsize=13980732 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25762/stat : 25762 (java) S 25752 25752 15523 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 12901005 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889779381376 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25763] ppid=25752 vsize=13980732 memory=11952 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25763/stat : 25763 (java) S 25752 25752 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12901008 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889778329680 139890664478619 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25764] ppid=25752 vsize=13980732 memory=1996 CPUtime=0.59 cores=0,2,4,6
/proc/25754/task/25764/stat : 25764 (java) S 25752 25752 15523 0 -1 1077944384 3721 0 0 0 59 0 0 0 20 0 15 0 12901008 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889777277552 139890664471170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25765] ppid=25752 vsize=13980732 memory=1440 CPUtime=0.59 cores=0,2,4,6
/proc/25754/task/25765/stat : 25765 (java) S 25752 25752 15523 0 -1 1077944384 3773 0 0 0 58 1 0 0 20 0 15 0 12901008 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889776224752 139890664471170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25766] ppid=25752 vsize=13980732 memory=8684 CPUtime=0.33 cores=0,2,4,6
/proc/25754/task/25766/stat : 25766 (java) S 25752 25752 15523 0 -1 1077944384 3727 0 0 0 32 1 0 0 20 0 15 0 12901008 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889775172464 139890664471170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25767] ppid=25752 vsize=13980732 memory=792 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25767/stat : 25767 (java) S 25752 25752 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12901008 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889774119904 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25768] ppid=25752 vsize=13980732 memory=5412 CPUtime=0.2 cores=0,2,4,6
/proc/25754/task/25768/stat : 25768 (java) S 25752 25752 15523 0 -1 1077944384 264 0 0 0 9 11 0 0 20 0 15 0 12901011 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889773066672 139890664471170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 37 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
Current children cumulated CPU time: 355.39 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11433332 KiB

[startup+307.201 s]
/proc/loadavg: 2.44 2.05 1.89 6/211 25857
/proc/meminfo: memFree=20164656/32770624 swapFree=67108860/67108860
[pid=25752] ppid=25749 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/25752/stat : 25752 (xcsp3-exec) S 25749 25752 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 12900995 9740288 345 18446744073709551615 4194304 5098028 140722470111760 140722470109864 139799220634236 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 18178048 140722470117753 140722470117958 140722470117958 140722470121451 0
/proc/25752/statm: 2378 345 289 221 0 87 0
[pid=25754] ppid=25752 vsize=13980732 memory=11431952 CPUtime=358.48 cores=0,2,4,6
/proc/25754/stat : 25754 (java) S 25752 25752 15523 0 -1 1077944320 613725 0 0 0 34743 1105 0 0 20 0 15 0 12901002 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 140734879864128 139890664460023 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
/proc/25754/statm: 3495183 2857988 3222 1 0 3483476 0
[pid=25754/tid=25755] ppid=25752 vsize=13980732 memory=1380 CPUtime=287.23 cores=0,2,4,6
/proc/25754/task/25755/stat : 25755 (java) S 25752 25752 15523 0 -1 1077944384 19149 0 0 0 28709 14 0 0 20 0 15 0 12901003 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139890668698224 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25756] ppid=25752 vsize=13980732 memory=11398788 CPUtime=16.72 cores=0,2,4,6
/proc/25754/task/25756/stat : 25756 (java) S 25752 25752 15523 0 -1 1077944384 228079 0 0 0 1398 274 0 0 20 0 15 0 12901003 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139890583874448 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25757] ppid=25752 vsize=13980732 memory=7662710300590368364 CPUtime=16.74 cores=0,2,4,6
/proc/25754/task/25757/stat : 25757 (java) S 25752 25752 15523 0 -1 1077944384 93247 0 0 0 1400 274 0 0 20 0 15 0 12901003 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139890582821648 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25758] ppid=25752 vsize=13980732 memory=7955727945738906475 CPUtime=16.77 cores=0,2,4,6
/proc/25754/task/25758/stat : 25758 (java) S 25752 25752 15523 0 -1 1077944384 146861 0 0 0 1402 275 0 0 20 0 15 0 12901003 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139890581769360 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25759] ppid=25752 vsize=13980732 memory=0 CPUtime=16.7 cores=0,2,4,6
/proc/25754/task/25759/stat : 25759 (java) S 25752 25752 15523 0 -1 1077944384 93755 0 0 0 1421 249 0 0 20 0 15 0 12901003 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139890580716560 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25760] ppid=25752 vsize=13980732 memory=3906788530285706832 CPUtime=2.5 cores=0,2,4,6
/proc/25754/task/25760/stat : 25760 (java) R 25752 25752 15523 0 -1 4202560 19793 0 0 0 247 3 0 0 20 0 15 0 12901005 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889781486288 139890649456368 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25761] ppid=25752 vsize=13980732 memory=3906788530285762208 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25761/stat : 25761 (java) S 25752 25752 15523 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 12901005 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889780433760 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25762] ppid=25752 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25762/stat : 25762 (java) S 25752 25752 15523 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 12901005 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889779381376 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25763] ppid=25752 vsize=13980732 memory=9861352 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25763/stat : 25763 (java) S 25752 25752 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12901008 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889778329680 139890664478619 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25764] ppid=25752 vsize=13980732 memory=9861352 CPUtime=0.59 cores=0,2,4,6
/proc/25754/task/25764/stat : 25764 (java) S 25752 25752 15523 0 -1 1077944384 3721 0 0 0 59 0 0 0 20 0 15 0 12901008 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889777277552 139890664471170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25765] ppid=25752 vsize=13980732 memory=9861352 CPUtime=0.59 cores=0,2,4,6
/proc/25754/task/25765/stat : 25765 (java) S 25752 25752 15523 0 -1 1077944384 3773 0 0 0 58 1 0 0 20 0 15 0 12901008 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889776224752 139890664471170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25766] ppid=25752 vsize=13980732 memory=4064 CPUtime=0.33 cores=0,2,4,6
/proc/25754/task/25766/stat : 25766 (java) S 25752 25752 15523 0 -1 1077944384 3727 0 0 0 32 1 0 0 20 0 15 0 12901008 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889775172464 139890664471170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25767] ppid=25752 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25767/stat : 25767 (java) S 25752 25752 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12901008 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889774119904 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25768] ppid=25752 vsize=13980732 memory=9662568 CPUtime=0.2 cores=0,2,4,6
/proc/25754/task/25768/stat : 25768 (java) S 25752 25752 15523 0 -1 1077944384 264 0 0 0 9 11 0 0 20 0 15 0 12901011 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889773066672 139890664471170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 37 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
Current children cumulated CPU time: 358.48 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11433332 KiB

[startup+307.601 s]
/proc/loadavg: 2.44 2.05 1.89 6/211 25857
/proc/meminfo: memFree=20164656/32770624 swapFree=67108860/67108860
[pid=25752] ppid=25749 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/25752/stat : 25752 (xcsp3-exec) S 25749 25752 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 12900995 9740288 345 18446744073709551615 4194304 5098028 140722470111760 140722470109864 139799220634236 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 18178048 140722470117753 140722470117958 140722470117958 140722470121451 0
/proc/25752/statm: 2378 345 289 221 0 87 0
[pid=25754] ppid=25752 vsize=13980732 memory=11431952 CPUtime=358.88 cores=0,2,4,6
/proc/25754/stat : 25754 (java) S 25752 25752 15523 0 -1 1077944320 613725 0 0 0 34783 1105 0 0 20 0 15 0 12901002 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 140734879864128 139890664460023 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
/proc/25754/statm: 3495183 2857988 3222 1 0 3483476 0
[pid=25754/tid=25755] ppid=25752 vsize=13980732 memory=792 CPUtime=287.23 cores=0,2,4,6
/proc/25754/task/25755/stat : 25755 (java) S 25752 25752 15523 0 -1 1077944384 19149 0 0 0 28709 14 0 0 20 0 15 0 12901003 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139890668698224 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25756] ppid=25752 vsize=13980732 memory=5412 CPUtime=16.72 cores=0,2,4,6
/proc/25754/task/25756/stat : 25756 (java) S 25752 25752 15523 0 -1 1077944384 228079 0 0 0 1398 274 0 0 20 0 15 0 12901003 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139890583874448 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25757] ppid=25752 vsize=13980732 memory=4612 CPUtime=16.74 cores=0,2,4,6
/proc/25754/task/25757/stat : 25757 (java) S 25752 25752 15523 0 -1 1077944384 93247 0 0 0 1400 274 0 0 20 0 15 0 12901003 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139890582821648 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25758] ppid=25752 vsize=13980732 memory=-3622645143214314312 CPUtime=16.77 cores=0,2,4,6
/proc/25754/task/25758/stat : 25758 (java) S 25752 25752 15523 0 -1 1077944384 146861 0 0 0 1402 275 0 0 20 0 15 0 12901003 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139890581769360 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25759] ppid=25752 vsize=13980732 memory=15872 CPUtime=16.7 cores=0,2,4,6
/proc/25754/task/25759/stat : 25759 (java) S 25752 25752 15523 0 -1 1077944384 93755 0 0 0 1421 249 0 0 20 0 15 0 12901003 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139890580716560 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25760] ppid=25752 vsize=13980732 memory=18448 CPUtime=2.9 cores=0,2,4,6
/proc/25754/task/25760/stat : 25760 (java) R 25752 25752 15523 0 -1 4202560 19793 0 0 0 287 3 0 0 20 0 15 0 12901005 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889781486288 139890649456404 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25761] ppid=25752 vsize=13980732 memory=4012 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25761/stat : 25761 (java) S 25752 25752 15523 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 12901005 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889780433760 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25762] ppid=25752 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25762/stat : 25762 (java) S 25752 25752 15523 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 12901005 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889779381376 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25763] ppid=25752 vsize=13980732 memory=11952 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25763/stat : 25763 (java) S 25752 25752 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12901008 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889778329680 139890664478619 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25764] ppid=25752 vsize=13980732 memory=1996 CPUtime=0.59 cores=0,2,4,6
/proc/25754/task/25764/stat : 25764 (java) S 25752 25752 15523 0 -1 1077944384 3721 0 0 0 59 0 0 0 20 0 15 0 12901008 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889777277552 139890664471170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25765] ppid=25752 vsize=13980732 memory=1440 CPUtime=0.59 cores=0,2,4,6
/proc/25754/task/25765/stat : 25765 (java) S 25752 25752 15523 0 -1 1077944384 3773 0 0 0 58 1 0 0 20 0 15 0 12901008 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889776224752 139890664471170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25766] ppid=25752 vsize=13980732 memory=-8774313645642428999 CPUtime=0.33 cores=0,2,4,6
/proc/25754/task/25766/stat : 25766 (java) S 25752 25752 15523 0 -1 1077944384 3727 0 0 0 32 1 0 0 20 0 15 0 12901008 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889775172464 139890664471170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25767] ppid=25752 vsize=13980732 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/25754/task/25767/stat : 25767 (java) S 25752 25752 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12901008 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889774119904 139890664470229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
[pid=25754/tid=25768] ppid=25752 vsize=13980732 memory=1200 CPUtime=0.21 cores=0,2,4,6
/proc/25754/task/25768/stat : 25768 (java) S 25752 25752 15523 0 -1 1077944384 264 0 0 0 10 11 0 0 20 0 15 0 12901011 14316269568 2857988 18446744073709551615 4194304 4196468 140734879881584 139889773066672 139890664471170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 37 0 0 6293624 6294260 22863872 140734879887794 140734879887970 140734879887970 140734879891407 0
Current children cumulated CPU time: 358.88 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11433332 KiB

[startup+307.701 s]
/proc/loadavg: 2.44 2.05 1.89 6/211 25857
/proc/meminfo: memFree=20164656/32770624 swapFree=67108860/67108860
[pid=25752] ppid=25749 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/25752/stat : 25752 (xcsp3-exec) S 25749 25752 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 12900995 9740288 345 18446744073709551615 4194304 5098028 140722470111760 140722470109864 139799220634236 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 18178048 140722470117753 140722470117958 140722470117958 140722470121451 0
/proc/25752/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

Child status: 1
Real time (s): 307.767
CPU time (s): 359.053
CPU user time (s): 347.909
CPU system time (s): 11.1442
CPU usage (%): 116.664
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 11433332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 347.909
system time used= 11.1442
maximum resident set size= 11432280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 614385
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16170
involuntary context switches= 1089


# summary of solver processes directly reported to runsolver:
#   pid: 25752
#   total CPU time (s): 359.053
#   total CPU user time (s): 347.909
#   total CPU system time (s): 11.1442

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.16286 second user time and 3.0087 second system time

The end

Launcher Data

Begin job on node130 at 2017-08-19 14:02:00
IDJOB=4282249
IDBENCH=134616
IDSOLVER=2677
FILE ID=node130/4282249-1503144929
RUNJOBID= node130-1503095856-15586
PBS_JOBID= 
Free space on /tmp= 61980 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/KnightTour/KnightTour-ext-s1/KnightTour-15-ext06.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-4282249-1503144929/watcher-4282249-1503144929 -o /tmp/evaluation-result-4282249-1503144929/solver-4282249-1503144929 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node130-1503095856-15586 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1053279044 HOME/instance-4282249-1503144929.xml

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

MD5SUM BENCH= af3f6bb9b1ca00becd13f0e7ebc5af3a
RANDOM SEED=1053279044

node130.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.77
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.77
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.77
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.77
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:        31646724 kB
MemAvailable:   31871964 kB
Buffers:          169664 kB
Cached:           345712 kB
SwapCached:            0 kB
Active:           411440 kB
Inactive:         306568 kB
Active(anon):     203128 kB
Inactive(anon):    16748 kB
Active(file):     208312 kB
Inactive(file):   289820 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             50364 kB
Writeback:             0 kB
AnonPages:        202556 kB
Mapped:            44864 kB
Shmem:             17060 kB
Slab:             110508 kB
SReclaimable:      85888 kB
SUnreclaim:        24620 kB
KernelStack:        3488 kB
PageTables:         5624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1151356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61976 MiB
End job on node130 at 2017-08-19 14:07:08