Trace number 4283719

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 5a (2017-08-18)? 390.81 334.74899

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283719-1503217348/watcher-4283719-1503217348 -o /tmp/evaluation-result-4283719-1503217348/solver-4283719-1503217348 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node130-1503172050-30419 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 453028796 HOME/instance-4283719-1503217348.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=6748, runsolver pid=6745

[startup+0.100168 s]*
/proc/loadavg: 1.53 1.40 1.56 2/197 6749
/proc/meminfo: memFree=31622932/32770624 swapFree=67108860/67108860
[pid=6748] ppid=6745 vsize=33976 memory=456 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (runsolver) D 6745 6748 15523 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 20142868 34791424 114 18446744073709551615 4194304 4346622 140724227194368 140724227191000 140264786477783 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6446216 6449568 24145920 140724227203128 140724227203621 140724227203621 140724227207114 0
/proc/6748/statm: 8494 114 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 456 KiB

[startup+0.209482 s]*
/proc/loadavg: 1.53 1.40 1.56 2/197 6749
/proc/meminfo: memFree=31624980/32770624 swapFree=67108860/67108860
[pid=6748] ppid=6745 vsize=33976 memory=456 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (runsolver) D 6745 6748 15523 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 20142868 34791424 114 18446744073709551615 4194304 4346622 140724227194368 140724227191000 140264786477783 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6446216 6449568 24145920 140724227203128 140724227203621 140724227203621 140724227207114 0
/proc/6748/statm: 8494 114 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 456 KiB

[startup+0.30929 s]*
/proc/loadavg: 1.53 1.40 1.56 3/197 6749
/proc/meminfo: memFree=31626688/32770624 swapFree=67108860/67108860
[pid=6748] ppid=6745 vsize=33976 memory=456 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (runsolver) D 6745 6748 15523 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 20142868 34791424 114 18446744073709551615 4194304 4346622 140724227194368 140724227191000 140264786477783 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6446216 6449568 24145920 140724227203128 140724227203621 140724227203621 140724227207114 0
/proc/6748/statm: 8494 114 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 456 KiB

[startup+0.700345 s]
/proc/loadavg: 1.53 1.40 1.56 3/197 6749
/proc/meminfo: memFree=31621680/32770624 swapFree=67108860/67108860
[pid=6748] ppid=6745 vsize=33976 memory=456 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (runsolver) D 6745 6748 15523 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 20142868 34791424 114 18446744073709551615 4194304 4346622 140724227194368 140724227191000 140264786477783 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6446216 6449568 24145920 140724227203128 140724227203621 140724227203621 140724227207114 0
/proc/6748/statm: 8494 114 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 456 KiB

[startup+1.50099 s]
/proc/loadavg: 1.53 1.40 1.56 4/212 6764
/proc/meminfo: memFree=31586488/32770624 swapFree=67108860/67108860
[pid=6748] ppid=6745 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (xcsp3-exec) S 6745 6748 15523 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 20142868 9740288 345 18446744073709551615 4194304 5098028 140721227963760 140721227961864 140178572034684 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 87 0 0 7196144 7232144 40337408 140721227968890 140721227969094 140721227969094 140721227972587 0
/proc/6748/statm: 2378 345 289 221 0 87 0
[pid=6750] ppid=6748 vsize=13978684 memory=329832 CPUtime=1.04 cores=0,2,4,6
/proc/6750/stat : 6750 (java) S 6748 6748 15523 0 -1 1077944320 11452 0 0 0 84 20 0 0 20 0 15 0 20142956 14314172416 82458 18446744073709551615 4194304 4196468 140720963004704 140720962987248 140191431364343 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
/proc/6750/statm: 3494671 82458 3130 1 0 3482964 0
[pid=6750/tid=6751] ppid=6748 vsize=13978684 memory=1296 CPUtime=0.52 cores=0,2,4,6
/proc/6750/task/6751/stat : 6751 (java) R 6748 6748 15523 0 -1 4202560 7933 0 0 0 46 6 0 0 20 0 15 0 20142956 14314172416 82458 18446744073709551615 4194304 4196468 140720963004704 140191435601840 140191037989650 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6752] ppid=6748 vsize=13978684 memory=2412 CPUtime=0.04 cores=0,2,4,6
/proc/6750/task/6752/stat : 6752 (java) S 6748 6748 15523 0 -1 1077944384 53 0 0 0 2 2 0 0 20 0 15 0 20142957 14314172416 82458 18446744073709551615 4194304 4196468 140720963004704 140191365798288 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6753] ppid=6748 vsize=13978684 memory=17 CPUtime=0.05 cores=0,2,4,6
/proc/6750/task/6753/stat : 6753 (java) S 6748 6748 15523 0 -1 1077944384 53 0 0 0 2 3 0 0 20 0 15 0 20142957 14314172416 82458 18446744073709551615 4194304 4196468 140720963004704 140191364745488 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6754] ppid=6748 vsize=13978684 memory=288230600329134386 CPUtime=0.05 cores=0,2,4,6
/proc/6750/task/6754/stat : 6754 (java) S 6748 6748 15523 0 -1 1077944384 51 0 0 0 2 3 0 0 20 0 15 0 20142957 14314172416 82458 18446744073709551615 4194304 4196468 140720963004704 140191363693200 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6755] ppid=6748 vsize=13978684 memory=15542920530888425 CPUtime=0.04 cores=0,2,4,6
/proc/6750/task/6755/stat : 6755 (java) S 6748 6748 15523 0 -1 1077944384 52 0 0 0 2 2 0 0 20 0 15 0 20142957 14314172416 82458 18446744073709551615 4194304 4196468 140720963004704 140191362640400 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6756] ppid=6748 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6756/stat : 6756 (java) S 6748 6748 15523 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 20142958 14314172416 82458 18446744073709551615 4194304 4196468 140720963004704 140190909160048 140191431375490 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6757] ppid=6748 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6757/stat : 6757 (java) S 6748 6748 15523 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 20142958 14314172416 82458 18446744073709551615 4194304 4196468 140720963004704 140190908106016 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6758] ppid=6748 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6758/stat : 6758 (java) S 6748 6748 15523 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 20142959 14314172416 82458 18446744073709551615 4194304 4196468 140720963004704 140190907053680 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6759] ppid=6748 vsize=13978684 memory=19313 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6759/stat : 6759 (java) S 6748 6748 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20142961 14314172416 82458 18446744073709551615 4194304 4196468 140720963004704 140190906002000 140191431382939 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6760] ppid=6748 vsize=13978684 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/6750/task/6760/stat : 6760 (java) S 6748 6748 15523 0 -1 1077944384 737 0 0 0 6 0 0 0 20 0 15 0 20142961 14314172416 82458 18446744073709551615 4194304 4196468 140720963004704 140190904948848 140191431375490 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6761] ppid=6748 vsize=13978684 memory=6943526294502006880 CPUtime=0.05 cores=0,2,4,6
/proc/6750/task/6761/stat : 6761 (java) S 6748 6748 15523 0 -1 1077944384 263 0 0 0 5 0 0 0 20 0 15 0 20142961 14314172416 82458 18446744073709551615 4194304 4196468 140720963004704 140190903896048 140191431375490 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6762] ppid=6748 vsize=13978684 memory=6944656592455359580 CPUtime=0.16 cores=0,2,4,6
/proc/6750/task/6762/stat : 6762 (java) S 6748 6748 15523 0 -1 1077944384 928 0 0 0 16 0 0 0 20 0 15 0 20142961 14314172416 82458 18446744073709551615 4194304 4196468 140720963004704 140190902843760 140191431375490 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6763] ppid=6748 vsize=13978684 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6763/stat : 6763 (java) S 6748 6748 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20142961 14314172416 82458 18446744073709551615 4194304 4196468 140720963004704 140190901791200 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6764] ppid=6748 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6764/stat : 6764 (java) S 6748 6748 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20142965 14314172416 82458 18446744073709551615 4194304 4196468 140720963004704 140190900738992 140191431375490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 331212 KiB

[startup+3.11018 s]
/proc/loadavg: 1.65 1.42 1.57 5/212 6764
/proc/meminfo: memFree=30860836/32770624 swapFree=67108860/67108860
[pid=6748] ppid=6745 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (xcsp3-exec) S 6745 6748 15523 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 20142868 9740288 345 18446744073709551615 4194304 5098028 140721227963760 140721227961864 140178572034684 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 87 0 0 7196144 7232144 40337408 140721227968890 140721227969094 140721227969094 140721227972587 0
/proc/6748/statm: 2378 345 289 221 0 87 0
[pid=6750] ppid=6748 vsize=13978684 memory=612808 CPUtime=2.96 cores=0,2,4,6
/proc/6750/stat : 6750 (java) S 6748 6748 15523 0 -1 1077944320 13127 0 0 0 270 26 0 0 20 0 15 0 20142956 14314172416 153202 18446744073709551615 4194304 4196468 140720963004704 140720962987248 140191431364343 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
/proc/6750/statm: 3494671 153202 3166 1 0 3482964 0
[pid=6750/tid=6751] ppid=6748 vsize=13978684 memory=1380 CPUtime=2.03 cores=0,2,4,6
/proc/6750/task/6751/stat : 6751 (java) R 6748 6748 15523 0 -1 4202560 8174 0 0 0 194 9 0 0 20 0 15 0 20142956 14314172416 153202 18446744073709551615 4194304 4196468 140720963004704 140191435601248 140191040203823 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6752] ppid=6748 vsize=13978684 memory=608692 CPUtime=0.13 cores=0,2,4,6
/proc/6750/task/6752/stat : 6752 (java) S 6748 6748 15523 0 -1 1077944384 133 0 0 0 10 3 0 0 20 0 15 0 20142957 14314172416 153202 18446744073709551615 4194304 4196468 140720963004704 140191365798288 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6753] ppid=6748 vsize=13978684 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/6750/task/6753/stat : 6753 (java) S 6748 6748 15523 0 -1 1077944384 71 0 0 0 9 3 0 0 20 0 15 0 20142957 14314172416 153202 18446744073709551615 4194304 4196468 140720963004704 140191364745488 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6754] ppid=6748 vsize=13978684 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/6750/task/6754/stat : 6754 (java) S 6748 6748 15523 0 -1 1077944384 708 0 0 0 9 3 0 0 20 0 15 0 20142957 14314172416 153202 18446744073709551615 4194304 4196468 140720963004704 140191363693200 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6755] ppid=6748 vsize=13978684 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/6750/task/6755/stat : 6755 (java) S 6748 6748 15523 0 -1 1077944384 78 0 0 0 10 3 0 0 20 0 15 0 20142957 14314172416 153202 18446744073709551615 4194304 4196468 140720963004704 140191362640400 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6756] ppid=6748 vsize=13978684 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/6750/task/6756/stat : 6756 (java) S 6748 6748 15523 0 -1 1077944384 658 0 0 0 1 0 0 0 20 0 15 0 20142958 14314172416 153202 18446744073709551615 4194304 4196468 140720963004704 140190909160048 140191431375490 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6757] ppid=6748 vsize=13978684 memory=280529278650000 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6757/stat : 6757 (java) S 6748 6748 15523 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 20142958 14314172416 153202 18446744073709551615 4194304 4196468 140720963004704 140190908106016 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6758] ppid=6748 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6758/stat : 6758 (java) S 6748 6748 15523 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 20142959 14314172416 153202 18446744073709551615 4194304 4196468 140720963004704 140190907053680 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6759] ppid=6748 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6759/stat : 6759 (java) S 6748 6748 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20142961 14314172416 153202 18446744073709551615 4194304 4196468 140720963004704 140190906002000 140191431382939 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6760] ppid=6748 vsize=13978684 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6750/task/6760/stat : 6760 (java) S 6748 6748 15523 0 -1 1077944384 757 0 0 0 9 0 0 0 20 0 15 0 20142961 14314172416 153202 18446744073709551615 4194304 4196468 140720963004704 140190904948848 140191431375490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6761] ppid=6748 vsize=13978684 memory=55 CPUtime=0.07 cores=0,2,4,6
/proc/6750/task/6761/stat : 6761 (java) S 6748 6748 15523 0 -1 1077944384 295 0 0 0 7 0 0 0 20 0 15 0 20142961 14314172416 153202 18446744073709551615 4194304 4196468 140720963004704 140190903896048 140191431375490 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6762] ppid=6748 vsize=13978684 memory=288230377041175244 CPUtime=0.17 cores=0,2,4,6
/proc/6750/task/6762/stat : 6762 (java) S 6748 6748 15523 0 -1 1077944384 954 0 0 0 17 0 0 0 20 0 15 0 20142961 14314172416 153202 18446744073709551615 4194304 4196468 140720963004704 140190902843760 140191431375490 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6763] ppid=6748 vsize=13978684 memory=288284463581120894 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6763/stat : 6763 (java) S 6748 6748 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20142961 14314172416 153202 18446744073709551615 4194304 4196468 140720963004704 140190901791200 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6764] ppid=6748 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6764/stat : 6764 (java) S 6748 6748 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20142965 14314172416 153202 18446744073709551615 4194304 4196468 140720963004704 140190900738992 140191431375490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
Current children cumulated CPU time: 2.96 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 614188 KiB

[startup+6.30093 s]
/proc/loadavg: 1.65 1.42 1.57 3/212 6764
/proc/meminfo: memFree=30210876/32770624 swapFree=67108860/67108860
[pid=6748] ppid=6745 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (xcsp3-exec) S 6745 6748 15523 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 20142868 9740288 345 18446744073709551615 4194304 5098028 140721227963760 140721227961864 140178572034684 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 87 0 0 7196144 7232144 40337408 140721227968890 140721227969094 140721227969094 140721227972587 0
/proc/6748/statm: 2378 345 289 221 0 87 0
[pid=6750] ppid=6748 vsize=13978684 memory=1220740 CPUtime=9.46 cores=0,2,4,6
/proc/6750/stat : 6750 (java) S 6748 6748 15523 0 -1 1077944320 22751 0 0 0 855 91 0 0 20 0 15 0 20142956 14314172416 305185 18446744073709551615 4194304 4196468 140720963004704 140720962987248 140191431364343 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
/proc/6750/statm: 3494671 305185 3206 1 0 3482964 0
[pid=6750/tid=6751] ppid=6748 vsize=13978684 memory=280529279311264 CPUtime=4.04 cores=0,2,4,6
/proc/6750/task/6751/stat : 6751 (java) R 6748 6748 15523 0 -1 4202560 9064 0 0 0 393 11 0 0 20 0 15 0 20142956 14314172416 305185 18446744073709551615 4194304 4196468 140720963004704 140191435601824 140191040589203 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6752] ppid=6748 vsize=13978684 memory=6152269348408354157 CPUtime=1.1 cores=0,2,4,6
/proc/6750/task/6752/stat : 6752 (java) S 6748 6748 15523 0 -1 1077944384 1065 0 0 0 92 18 0 0 20 0 15 0 20142957 14314172416 305185 18446744073709551615 4194304 4196468 140720963004704 140191365798288 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6753] ppid=6748 vsize=13978684 memory=55 CPUtime=1.11 cores=0,2,4,6
/proc/6750/task/6753/stat : 6753 (java) S 6748 6748 15523 0 -1 1077944384 1218 0 0 0 92 19 0 0 20 0 15 0 20142957 14314172416 305185 18446744073709551615 4194304 4196468 140720963004704 140191364745488 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6754] ppid=6748 vsize=13978684 memory=-8813974798734826869 CPUtime=1.09 cores=0,2,4,6
/proc/6750/task/6754/stat : 6754 (java) S 6748 6748 15523 0 -1 1077944384 1665 0 0 0 90 19 0 0 20 0 15 0 20142957 14314172416 305185 18446744073709551615 4194304 4196468 140720963004704 140191363693200 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6755] ppid=6748 vsize=13978684 memory=0 CPUtime=1.1 cores=0,2,4,6
/proc/6750/task/6755/stat : 6755 (java) S 6748 6748 15523 0 -1 1077944384 733 0 0 0 92 18 0 0 20 0 15 0 20142957 14314172416 305185 18446744073709551615 4194304 4196468 140720963004704 140191362640400 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6756] ppid=6748 vsize=13978684 memory=1380 CPUtime=0.2 cores=0,2,4,6
/proc/6750/task/6756/stat : 6756 (java) S 6748 6748 15523 0 -1 1077944384 3066 0 0 0 20 0 0 0 20 0 15 0 20142958 14314172416 305185 18446744073709551615 4194304 4196468 140720963004704 140190909160048 140191431375490 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6757] ppid=6748 vsize=13978684 memory=898888 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6757/stat : 6757 (java) S 6748 6748 15523 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 20142958 14314172416 305185 18446744073709551615 4194304 4196468 140720963004704 140190908106080 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6758] ppid=6748 vsize=13978684 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6758/stat : 6758 (java) S 6748 6748 15523 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 20142959 14314172416 305185 18446744073709551615 4194304 4196468 140720963004704 140190907053680 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6759] ppid=6748 vsize=13978684 memory=741408 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6759/stat : 6759 (java) S 6748 6748 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20142961 14314172416 305185 18446744073709551615 4194304 4196468 140720963004704 140190906002000 140191431382939 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6760] ppid=6748 vsize=13978684 memory=1296 CPUtime=0.27 cores=0,2,4,6
/proc/6750/task/6760/stat : 6760 (java) S 6748 6748 15523 0 -1 1077944384 1654 0 0 0 27 0 0 0 20 0 15 0 20142961 14314172416 305185 18446744073709551615 4194304 4196468 140720963004704 140190904948848 140191431375490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6761] ppid=6748 vsize=13978684 memory=2412 CPUtime=0.25 cores=0,2,4,6
/proc/6750/task/6761/stat : 6761 (java) S 6748 6748 15523 0 -1 1077944384 1141 0 0 0 25 0 0 0 20 0 15 0 20142961 14314172416 305185 18446744073709551615 4194304 4196468 140720963004704 140190903896048 140191431375490 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6762] ppid=6748 vsize=13978684 memory=1724 CPUtime=0.21 cores=0,2,4,6
/proc/6750/task/6762/stat : 6762 (java) S 6748 6748 15523 0 -1 1077944384 1804 0 0 0 21 0 0 0 20 0 15 0 20142961 14314172416 305185 18446744073709551615 4194304 4196468 140720963004704 140190902843760 140191431375490 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6763] ppid=6748 vsize=13978684 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6763/stat : 6763 (java) S 6748 6748 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20142961 14314172416 305185 18446744073709551615 4194304 4196468 140720963004704 140190901791200 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6764] ppid=6748 vsize=13978684 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6764/stat : 6764 (java) S 6748 6748 15523 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 20142965 14314172416 305185 18446744073709551615 4194304 4196468 140720963004704 140190900738992 140191431375490 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
Current children cumulated CPU time: 9.46 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 1222120 KiB

[startup+12.7014 s]
/proc/loadavg: 2.39 1.59 1.62 3/212 6764
/proc/meminfo: memFree=29075260/32770624 swapFree=67108860/67108860
[pid=6748] ppid=6745 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (xcsp3-exec) S 6745 6748 15523 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 20142868 9740288 345 18446744073709551615 4194304 5098028 140721227963760 140721227961864 140178572034684 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 87 0 0 7196144 7232144 40337408 140721227968890 140721227969094 140721227969094 140721227972587 0
/proc/6748/statm: 2378 345 289 221 0 87 0
[pid=6750] ppid=6748 vsize=13978684 memory=2294152 CPUtime=26.97 cores=0,2,4,6

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

/proc/6750/task/6753/stat : 6753 (java) R 6748 6748 15523 0 -1 4202560 36754 0 0 0 1454 266 0 0 20 0 15 0 20142957 14316269568 2801745 18446744073709551615 4194304 4196468 140720963004704 140191364745296 140191423992551 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6754] ppid=6748 vsize=13980732 memory=1380 CPUtime=17.13 cores=0,2,4,6
/proc/6750/task/6754/stat : 6754 (java) R 6748 6748 15523 0 -1 4202560 33224 0 0 0 1423 290 0 0 20 0 15 0 20142957 14316269568 2801745 18446744073709551615 4194304 4196468 140720963004704 140191363693008 140191423992551 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6755] ppid=6748 vsize=13980732 memory=10617768 CPUtime=17.19 cores=0,2,4,6
/proc/6750/task/6755/stat : 6755 (java) R 6748 6748 15523 0 -1 4202560 101309 0 0 0 1451 268 0 0 20 0 15 0 20142957 14316269568 2801745 18446744073709551615 4194304 4196468 140720963004704 140191362640400 140191424467352 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6756] ppid=6748 vsize=13980732 memory=1380 CPUtime=2.23 cores=0,2,4,6
/proc/6750/task/6756/stat : 6756 (java) S 6748 6748 15523 0 -1 1077944384 31316 0 0 0 220 3 0 0 20 0 15 0 20142958 14316269568 2801745 18446744073709551615 4194304 4196468 140720963004704 140190909158608 140191431374549 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6757] ppid=6748 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6757/stat : 6757 (java) S 6748 6748 15523 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 20142958 14316269568 2801745 18446744073709551615 4194304 4196468 140720963004704 140190908106080 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6758] ppid=6748 vsize=13980732 memory=9263660 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6758/stat : 6758 (java) S 6748 6748 15523 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 15 0 20142959 14316269568 2801745 18446744073709551615 4194304 4196468 140720963004704 140190907053696 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6759] ppid=6748 vsize=13980732 memory=140264640268497 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6759/stat : 6759 (java) S 6748 6748 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20142961 14316269568 2801745 18446744073709551615 4194304 4196468 140720963004704 140190906002000 140191431382939 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6760] ppid=6748 vsize=13980732 memory=3760962837107049888 CPUtime=0.65 cores=0,2,4,6
/proc/6750/task/6760/stat : 6760 (java) S 6748 6748 15523 0 -1 1077944384 4451 0 0 0 64 1 0 0 20 0 15 0 20142961 14316269568 2801745 18446744073709551615 4194304 4196468 140720963004704 140190904948848 140191431375490 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6761] ppid=6748 vsize=13980732 memory=0 CPUtime=0.6 cores=0,2,4,6
/proc/6750/task/6761/stat : 6761 (java) S 6748 6748 15523 0 -1 1077944384 3157 0 0 0 60 0 0 0 20 0 15 0 20142961 14316269568 2801745 18446744073709551615 4194304 4196468 140720963004704 140190903896048 140191431375490 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6762] ppid=6748 vsize=13980732 memory=10617768 CPUtime=0.34 cores=0,2,4,6
/proc/6750/task/6762/stat : 6762 (java) S 6748 6748 15523 0 -1 1077944384 3817 0 0 0 33 1 0 0 20 0 15 0 20142961 14316269568 2801745 18446744073709551615 4194304 4196468 140720963004704 140190902843760 140191431375490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6763] ppid=6748 vsize=13980732 memory=10617768 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6763/stat : 6763 (java) S 6748 6748 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20142961 14316269568 2801745 18446744073709551615 4194304 4196468 140720963004704 140190901791200 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6764] ppid=6748 vsize=13980732 memory=928 CPUtime=0.21 cores=0,2,4,6
/proc/6750/task/6764/stat : 6764 (java) S 6748 6748 15523 0 -1 1077944384 276 0 0 0 11 10 0 0 20 0 15 0 20142965 14316269568 2801745 18446744073709551615 4194304 4196468 140720963004704 140190900738992 140191431375490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
Current children cumulated CPU time: 385 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11208360 KiB

[startup+333.601 s]
/proc/loadavg: 2.22 1.90 1.74 6/211 6868
/proc/meminfo: memFree=19971132/32770624 swapFree=67108860/67108860
[pid=6748] ppid=6745 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (xcsp3-exec) S 6745 6748 15523 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 20142868 9740288 345 18446744073709551615 4194304 5098028 140721227963760 140721227961864 140178572034684 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 87 0 0 7196144 7232144 40337408 140721227968890 140721227969094 140721227969094 140721227972587 0
/proc/6748/statm: 2378 345 289 221 0 87 0
[pid=6750] ppid=6748 vsize=13980732 memory=11206988 CPUtime=387.31 cores=0,2,4,6
/proc/6750/stat : 6750 (java) S 6748 6748 15523 0 -1 1077944320 271176 0 0 0 37589 1142 0 0 20 0 15 0 20142956 14316269568 2801747 18446744073709551615 4194304 4196468 140720963004704 140720962987248 140191431364343 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
/proc/6750/statm: 3495183 2801747 3221 1 0 3483476 0
[pid=6750/tid=6751] ppid=6748 vsize=13980732 memory=11952 CPUtime=312.25 cores=0,2,4,6
/proc/6750/task/6751/stat : 6751 (java) S 6748 6748 15523 0 -1 1077944384 24231 0 0 0 31208 17 0 0 20 0 15 0 20142956 14316269568 2801747 18446744073709551615 4194304 4196468 140720963004704 140191435602544 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6752] ppid=6748 vsize=13980732 memory=1996 CPUtime=17.59 cores=0,2,4,6
/proc/6750/task/6752/stat : 6752 (java) S 6748 6748 15523 0 -1 1077944384 31123 0 0 0 1477 282 0 0 20 0 15 0 20142957 14316269568 2801747 18446744073709551615 4194304 4196468 140720963004704 140191365798288 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6753] ppid=6748 vsize=13980732 memory=1440 CPUtime=17.71 cores=0,2,4,6
/proc/6750/task/6753/stat : 6753 (java) S 6748 6748 15523 0 -1 1077944384 36754 0 0 0 1504 267 0 0 20 0 15 0 20142957 14316269568 2801747 18446744073709551615 4194304 4196468 140720963004704 140191364745488 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6754] ppid=6748 vsize=13980732 memory=8696 CPUtime=17.65 cores=0,2,4,6
/proc/6750/task/6754/stat : 6754 (java) S 6748 6748 15523 0 -1 1077944384 33224 0 0 0 1474 291 0 0 20 0 15 0 20142957 14316269568 2801747 18446744073709551615 4194304 4196468 140720963004704 140191363693200 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6755] ppid=6748 vsize=13980732 memory=792 CPUtime=17.72 cores=0,2,4,6
/proc/6750/task/6755/stat : 6755 (java) S 6748 6748 15523 0 -1 1077944384 101309 0 0 0 1504 268 0 0 20 0 15 0 20142957 14316269568 2801747 18446744073709551615 4194304 4196468 140720963004704 140191362640400 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6756] ppid=6748 vsize=13980732 memory=5412 CPUtime=2.5 cores=0,2,4,6
/proc/6750/task/6756/stat : 6756 (java) R 6748 6748 15523 0 -1 4202560 31444 0 0 0 247 3 0 0 20 0 15 0 20142958 14316269568 2801747 18446744073709551615 4194304 4196468 140720963004704 140190909158496 140191415821913 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6757] ppid=6748 vsize=13980732 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6757/stat : 6757 (java) S 6748 6748 15523 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 20142958 14316269568 2801747 18446744073709551615 4194304 4196468 140720963004704 140190908106080 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6758] ppid=6748 vsize=13980732 memory=2412 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6758/stat : 6758 (java) S 6748 6748 15523 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 15 0 20142959 14316269568 2801747 18446744073709551615 4194304 4196468 140720963004704 140190907053696 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6759] ppid=6748 vsize=13980732 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6759/stat : 6759 (java) S 6748 6748 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20142961 14316269568 2801747 18446744073709551615 4194304 4196468 140720963004704 140190906002000 140191431382939 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6760] ppid=6748 vsize=13980732 memory=4612 CPUtime=0.65 cores=0,2,4,6
/proc/6750/task/6760/stat : 6760 (java) S 6748 6748 15523 0 -1 1077944384 4451 0 0 0 64 1 0 0 20 0 15 0 20142961 14316269568 2801747 18446744073709551615 4194304 4196468 140720963004704 140190904948848 140191431375490 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6761] ppid=6748 vsize=13980732 memory=1200 CPUtime=0.6 cores=0,2,4,6
/proc/6750/task/6761/stat : 6761 (java) S 6748 6748 15523 0 -1 1077944384 3157 0 0 0 60 0 0 0 20 0 15 0 20142961 14316269568 2801747 18446744073709551615 4194304 4196468 140720963004704 140190903896048 140191431375490 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6762] ppid=6748 vsize=13980732 memory=15872 CPUtime=0.34 cores=0,2,4,6
/proc/6750/task/6762/stat : 6762 (java) S 6748 6748 15523 0 -1 1077944384 3817 0 0 0 33 1 0 0 20 0 15 0 20142961 14316269568 2801747 18446744073709551615 4194304 4196468 140720963004704 140190902843760 140191431375490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6763] ppid=6748 vsize=13980732 memory=18448 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6763/stat : 6763 (java) S 6748 6748 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20142961 14316269568 2801747 18446744073709551615 4194304 4196468 140720963004704 140190901791200 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6764] ppid=6748 vsize=13980732 memory=4012 CPUtime=0.21 cores=0,2,4,6
/proc/6750/task/6764/stat : 6764 (java) S 6748 6748 15523 0 -1 1077944384 276 0 0 0 11 10 0 0 20 0 15 0 20142965 14316269568 2801747 18446744073709551615 4194304 4196468 140720963004704 140190900738992 140191431375490 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
Current children cumulated CPU time: 387.31 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11208368 KiB

[startup+334.401 s]
/proc/loadavg: 2.22 1.90 1.74 6/211 6868
/proc/meminfo: memFree=19998532/32770624 swapFree=67108860/67108860
[pid=6748] ppid=6745 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (xcsp3-exec) S 6745 6748 15523 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 20142868 9740288 345 18446744073709551615 4194304 5098028 140721227963760 140721227961864 140178572034684 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 87 0 0 7196144 7232144 40337408 140721227968890 140721227969094 140721227969094 140721227972587 0
/proc/6748/statm: 2378 345 289 221 0 87 0
[pid=6750] ppid=6748 vsize=13980732 memory=11207056 CPUtime=389.85 cores=0,2,4,6
/proc/6750/stat : 6750 (java) S 6748 6748 15523 0 -1 1077944320 271282 0 0 0 37843 1142 0 0 20 0 15 0 20142956 14316269568 2801764 18446744073709551615 4194304 4196468 140720963004704 140720962987248 140191431364343 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
/proc/6750/statm: 3495183 2801764 3221 1 0 3483476 0
[pid=6750/tid=6751] ppid=6748 vsize=13980732 memory=644 CPUtime=312.25 cores=0,2,4,6
/proc/6750/task/6751/stat : 6751 (java) S 6748 6748 15523 0 -1 1077944384 24261 0 0 0 31208 17 0 0 20 0 15 0 20142956 14316269568 2801764 18446744073709551615 4194304 4196468 140720963004704 140191435602544 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6752] ppid=6748 vsize=13980732 memory=1792 CPUtime=18.18 cores=0,2,4,6
/proc/6750/task/6752/stat : 6752 (java) R 6748 6748 15523 0 -1 4202560 31150 0 0 0 1536 282 0 0 20 0 15 0 20142957 14316269568 2801764 18446744073709551615 4194304 4196468 140720963004704 140191365798288 140191416315387 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6753] ppid=6748 vsize=13980732 memory=7680170660397595203 CPUtime=18.3 cores=0,2,4,6
/proc/6750/task/6753/stat : 6753 (java) R 6748 6748 15523 0 -1 4202560 36768 0 0 0 1563 267 0 0 20 0 15 0 20142957 14316269568 2801764 18446744073709551615 4194304 4196468 140720963004704 140191364745688 140191416315416 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6754] ppid=6748 vsize=13980732 memory=2240 CPUtime=18.23 cores=0,2,4,6
/proc/6750/task/6754/stat : 6754 (java) R 6748 6748 15523 0 -1 4202560 33253 0 0 0 1532 291 0 0 20 0 15 0 20142957 14316269568 2801764 18446744073709551615 4194304 4196468 140720963004704 140191363693200 140191416315416 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6755] ppid=6748 vsize=13980732 memory=4300 CPUtime=18.29 cores=0,2,4,6
/proc/6750/task/6755/stat : 6755 (java) R 6748 6748 15523 0 -1 4202560 101309 0 0 0 1561 268 0 0 20 0 15 0 20142957 14316269568 2801764 18446744073709551615 4194304 4196468 140720963004704 140191362640288 140191423992551 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6756] ppid=6748 vsize=13980732 memory=1576 CPUtime=2.71 cores=0,2,4,6
/proc/6750/task/6756/stat : 6756 (java) S 6748 6748 15523 0 -1 1077944384 31448 0 0 0 268 3 0 0 20 0 15 0 20142958 14316269568 2801764 18446744073709551615 4194304 4196468 140720963004704 140190909158384 140191431374549 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6757] ppid=6748 vsize=13980732 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6757/stat : 6757 (java) S 6748 6748 15523 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 20142958 14316269568 2801764 18446744073709551615 4194304 4196468 140720963004704 140190908105616 140191431375490 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6758] ppid=6748 vsize=13980732 memory=3116 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6758/stat : 6758 (java) S 6748 6748 15523 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 15 0 20142959 14316269568 2801764 18446744073709551615 4194304 4196468 140720963004704 140190907053696 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6759] ppid=6748 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6759/stat : 6759 (java) S 6748 6748 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20142961 14316269568 2801764 18446744073709551615 4194304 4196468 140720963004704 140190906002000 140191431382939 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6760] ppid=6748 vsize=13980732 memory=11206980 CPUtime=0.65 cores=0,2,4,6
/proc/6750/task/6760/stat : 6760 (java) S 6748 6748 15523 0 -1 1077944384 4451 0 0 0 64 1 0 0 20 0 15 0 20142961 14316269568 2801764 18446744073709551615 4194304 4196468 140720963004704 140190904948848 140191431375490 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6761] ppid=6748 vsize=13980732 memory=7680170660397595203 CPUtime=0.6 cores=0,2,4,6
/proc/6750/task/6761/stat : 6761 (java) S 6748 6748 15523 0 -1 1077944384 3157 0 0 0 60 0 0 0 20 0 15 0 20142961 14316269568 2801764 18446744073709551615 4194304 4196468 140720963004704 140190903896048 140191431375490 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6762] ppid=6748 vsize=13980732 memory=2160 CPUtime=0.34 cores=0,2,4,6
/proc/6750/task/6762/stat : 6762 (java) S 6748 6748 15523 0 -1 1077944384 3817 0 0 0 33 1 0 0 20 0 15 0 20142961 14316269568 2801764 18446744073709551615 4194304 4196468 140720963004704 140190902843760 140191431375490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6763] ppid=6748 vsize=13980732 memory=840 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6763/stat : 6763 (java) S 6748 6748 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20142961 14316269568 2801764 18446744073709551615 4194304 4196468 140720963004704 140190901791200 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6764] ppid=6748 vsize=13980732 memory=4060 CPUtime=0.21 cores=0,2,4,6
/proc/6750/task/6764/stat : 6764 (java) S 6748 6748 15523 0 -1 1077944384 276 0 0 0 11 10 0 0 20 0 15 0 20142965 14316269568 2801764 18446744073709551615 4194304 4196468 140720963004704 140190900738992 140191431375490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
Current children cumulated CPU time: 389.85 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11208436 KiB

[startup+334.601 s]
/proc/loadavg: 2.22 1.90 1.74 6/211 6868
/proc/meminfo: memFree=19998532/32770624 swapFree=67108860/67108860
[pid=6748] ppid=6745 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (xcsp3-exec) S 6745 6748 15523 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 20142868 9740288 345 18446744073709551615 4194304 5098028 140721227963760 140721227961864 140178572034684 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 87 0 0 7196144 7232144 40337408 140721227968890 140721227969094 140721227969094 140721227972587 0
/proc/6748/statm: 2378 345 289 221 0 87 0
[pid=6750] ppid=6748 vsize=13980732 memory=11207056 CPUtime=390.63 cores=0,2,4,6
/proc/6750/stat : 6750 (java) S 6748 6748 15523 0 -1 1077944320 271283 0 0 0 37921 1142 0 0 20 0 15 0 20142956 14316269568 2801764 18446744073709551615 4194304 4196468 140720963004704 140720962987248 140191431364343 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
/proc/6750/statm: 3495183 2801764 3221 1 0 3483476 0
[pid=6750/tid=6751] ppid=6748 vsize=13980732 memory=1440 CPUtime=312.25 cores=0,2,4,6
/proc/6750/task/6751/stat : 6751 (java) S 6748 6748 15523 0 -1 1077944384 24261 0 0 0 31208 17 0 0 20 0 15 0 20142956 14316269568 2801764 18446744073709551615 4194304 4196468 140720963004704 140191435602544 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6752] ppid=6748 vsize=13980732 memory=8696 CPUtime=18.37 cores=0,2,4,6
/proc/6750/task/6752/stat : 6752 (java) R 6748 6748 15523 0 -1 4202560 31150 0 0 0 1555 282 0 0 20 0 15 0 20142957 14316269568 2801764 18446744073709551615 4194304 4196468 140720963004704 140191365798288 140191416360747 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6753] ppid=6748 vsize=13980732 memory=792 CPUtime=18.49 cores=0,2,4,6
/proc/6750/task/6753/stat : 6753 (java) R 6748 6748 15523 0 -1 4202560 36768 0 0 0 1582 267 0 0 20 0 15 0 20142957 14316269568 2801764 18446744073709551615 4194304 4196468 140720963004704 140191364745608 140191423992551 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6754] ppid=6748 vsize=13980732 memory=1380 CPUtime=18.43 cores=0,2,4,6
/proc/6750/task/6754/stat : 6754 (java) R 6748 6748 15523 0 -1 4202560 33253 0 0 0 1552 291 0 0 20 0 15 0 20142957 14316269568 2801764 18446744073709551615 4194304 4196468 140720963004704 140191363693008 140191423992551 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6755] ppid=6748 vsize=13980732 memory=11206980 CPUtime=18.48 cores=0,2,4,6
/proc/6750/task/6755/stat : 6755 (java) R 6748 6748 15523 0 -1 4202560 101309 0 0 0 1580 268 0 0 20 0 15 0 20142957 14316269568 2801764 18446744073709551615 4194304 4196468 140720963004704 140191362640600 140191423992551 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6756] ppid=6748 vsize=13980732 memory=8696 CPUtime=2.72 cores=0,2,4,6
/proc/6750/task/6756/stat : 6756 (java) S 6748 6748 15523 0 -1 1077944384 31448 0 0 0 269 3 0 0 20 0 15 0 20142958 14316269568 2801764 18446744073709551615 4194304 4196468 140720963004704 140190909158608 140191431374549 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6757] ppid=6748 vsize=13980732 memory=792 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6757/stat : 6757 (java) S 6748 6748 15523 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 20142958 14316269568 2801764 18446744073709551615 4194304 4196468 140720963004704 140190908105616 140191431375490 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6758] ppid=6748 vsize=13980732 memory=5412 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6758/stat : 6758 (java) S 6748 6748 15523 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 15 0 20142959 14316269568 2801764 18446744073709551615 4194304 4196468 140720963004704 140190907053696 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6759] ppid=6748 vsize=13980732 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6759/stat : 6759 (java) S 6748 6748 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20142961 14316269568 2801764 18446744073709551615 4194304 4196468 140720963004704 140190906002000 140191431382939 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6760] ppid=6748 vsize=13980732 memory=5412 CPUtime=0.65 cores=0,2,4,6
/proc/6750/task/6760/stat : 6760 (java) S 6748 6748 15523 0 -1 1077944384 4451 0 0 0 64 1 0 0 20 0 15 0 20142961 14316269568 2801764 18446744073709551615 4194304 4196468 140720963004704 140190904948896 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6761] ppid=6748 vsize=13980732 memory=4612 CPUtime=0.6 cores=0,2,4,6
/proc/6750/task/6761/stat : 6761 (java) S 6748 6748 15523 0 -1 1077944384 3158 0 0 0 60 0 0 0 20 0 15 0 20142961 14316269568 2801764 18446744073709551615 4194304 4196468 140720963004704 140190903895808 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6762] ppid=6748 vsize=13980732 memory=1200 CPUtime=0.34 cores=0,2,4,6
/proc/6750/task/6762/stat : 6762 (java) S 6748 6748 15523 0 -1 1077944384 3817 0 0 0 33 1 0 0 20 0 15 0 20142961 14316269568 2801764 18446744073709551615 4194304 4196468 140720963004704 140190902843808 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6763] ppid=6748 vsize=13980732 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/6750/task/6763/stat : 6763 (java) S 6748 6748 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20142961 14316269568 2801764 18446744073709551615 4194304 4196468 140720963004704 140190901791200 140191431374549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
[pid=6750/tid=6764] ppid=6748 vsize=13980732 memory=18448 CPUtime=0.21 cores=0,2,4,6
/proc/6750/task/6764/stat : 6764 (java) S 6748 6748 15523 0 -1 1077944384 276 0 0 0 11 10 0 0 20 0 15 0 20142965 14316269568 2801764 18446744073709551615 4194304 4196468 140720963004704 140190900738992 140191431375490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21696512 140720963006898 140720963007074 140720963007074 140720963010511 0
Current children cumulated CPU time: 390.63 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11208436 KiB

[startup+334.701 s]
/proc/loadavg: 2.22 1.90 1.74 6/211 6868
/proc/meminfo: memFree=19998532/32770624 swapFree=67108860/67108860
[pid=6748] ppid=6745 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6748/stat : 6748 (xcsp3-exec) S 6745 6748 15523 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 20142868 9740288 345 18446744073709551615 4194304 5098028 140721227963760 140721227961864 140178572034684 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 87 0 0 7196144 7232144 40337408 140721227968890 140721227969094 140721227969094 140721227972587 0
/proc/6748/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): 334.749
CPU time (s): 390.81
CPU user time (s): 379.323
CPU system time (s): 11.4874
CPU usage (%): 116.747
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 11208436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 379.323
system time used= 11.4874
maximum resident set size= 11207468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271967
page faults= 0
swaps= 0
block input operations= 0
block output operations= 536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13523
involuntary context switches= 1592


# summary of solver processes directly reported to runsolver:
#   pid: 6748
#   total CPU time (s): 390.81
#   total CPU user time (s): 379.323
#   total CPU system time (s): 11.4874

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.27994 second user time and 3.33815 second system time

The end

Launcher Data

Begin job on node130 at 2017-08-20 10:08:59
IDJOB=4283719
IDBENCH=134616
IDSOLVER=2679
FILE ID=node130/4283719-1503217348
RUNJOBID= node130-1503172050-30419
PBS_JOBID= 
Free space on /tmp= 61984 MiB

SOLVER NAME= choco-solver 5a
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-4283719-1503217348/watcher-4283719-1503217348 -o /tmp/evaluation-result-4283719-1503217348/solver-4283719-1503217348 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node130-1503172050-30419 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 453028796 HOME/instance-4283719-1503217348.xml

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

MD5SUM BENCH= af3f6bb9b1ca00becd13f0e7ebc5af3a
RANDOM SEED=453028796

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:        31623592 kB
MemAvailable:   31922880 kB
Buffers:          203532 kB
Cached:           384368 kB
SwapCached:            0 kB
Active:           384436 kB
Inactive:         337852 kB
Active(anon):     135112 kB
Inactive(anon):    16748 kB
Active(file):     249324 kB
Inactive(file):   321104 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8184 kB
Writeback:         30376 kB
AnonPages:         90204 kB
Mapped:            45028 kB
Shmem:             17060 kB
Slab:             131516 kB
SReclaimable:      89388 kB
SUnreclaim:        42128 kB
KernelStack:        3424 kB
PageTables:         4892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1253684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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= 61972 MiB
End job on node130 at 2017-08-20 10:14:34