Trace number 4399016

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-16? 140.585 53.2193

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.3587
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.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399016-1568698656.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4399016-1568698656.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.29	c parse instance...
140.46/53.14	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
140.46/53.15		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:101)
140.46/53.15		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
140.46/53.15		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2108)
140.46/53.15		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2055)
140.46/53.15		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:317)
140.46/53.15		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
140.46/53.15		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
140.46/53.15		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
140.46/53.15		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
140.46/53.15		at org.xcsp.parser.XCallbacks$$Lambda$121/1485955886.accept(Unknown Source)
140.46/53.15		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
140.46/53.15		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
140.46/53.15		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
140.46/53.15		at org.xcsp.parser.XCallbacks.loadSlide(XCallbacks.java:477)
140.46/53.15		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:424)
140.46/53.15		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
140.46/53.15		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
140.46/53.15		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
140.46/53.15		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
140.46/53.15		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
140.46/53.15		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
140.46/53.15		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
140.46/53.15	s UNKNOWN
140.46/53.15	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 (7949 MiB free)
  memory of node 1: 16384 MiB (8658 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399016-1568698656/watcher-4399016-1568698656 -o /tmp/evaluation-result-4399016-1568698656/solver-4399016-1568698656 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568698192-7961 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 452274337 HOME/instance-4399016-1568698656.xml 

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

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


[startup+0.100099 s]*
/proc/loadavg: 7.10 5.49 3.36 6/229 9426
/proc/meminfo: memFree=16991732/32770624 swapFree=66967456/67108860
[pid=9410] ppid=9407 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/9410/stat : 9410 (xcsp3-exec) S 9407 9410 7929 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446132511 115843072 362 33554432000 4194304 5098028 140736268013008 140736268011112 139692671894140 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26275840 140736268014459 140736268014701 140736268014701 140736268017610 0
/proc/9410/statm: 28282 362 304 221 0 87 0
[pid=9412] ppid=9410 vsize=15144776 memory=27420 CPUtime=0.13 cores=1,3,5,7
/proc/9412/stat : 9412 (java) S 9410 9410 7929 0 -1 1077944320 5886 0 0 0 12 1 0 0 20 0 15 0 446132511 15508250624 6855 33554432000 4194304 4196468 140730263459488 140730263442032 140503444217591 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
/proc/9412/statm: 3786194 6855 3117 1 0 3748377 0
[pid=9412/tid=9413] ppid=9410 vsize=15144776 memory=7100839878610879602 CPUtime=0.08 cores=1,3,5,7
/proc/9412/task/9413/stat : 9413 (java) R 9410 9410 7929 0 -1 4202560 3754 0 0 0 8 0 0 0 20 0 15 0 446132511 15508250624 6855 33554432000 4194304 4196468 140730263459488 140503448450864 140503428261221 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9414] ppid=9410 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9414/stat : 9414 (java) S 9410 9410 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446132512 15508250624 6855 33554432000 4194304 4196468 140730263459488 140503413930640 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9415] ppid=9410 vsize=15144776 memory=140301454980736 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9415/stat : 9415 (java) S 9410 9410 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446132512 15508250624 6855 33554432000 4194304 4196468 140730263459488 140503035808272 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9416] ppid=9410 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9416/stat : 9416 (java) S 9410 9410 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446132512 15508250624 6855 33554432000 4194304 4196468 140730263459488 140503034755472 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9417] ppid=9410 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9417/stat : 9417 (java) S 9410 9410 7929 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446132512 15508250624 6855 33554432000 4194304 4196468 140730263459488 140503033702672 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9418] ppid=9410 vsize=15144776 memory=140301454980736 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9418/stat : 9418 (java) S 9410 9410 7929 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446132513 15508250624 6855 33554432000 4194304 4196468 140730263459488 140502317435760 140503444228738 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9419] ppid=9410 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9419/stat : 9419 (java) S 9410 9410 7929 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446132514 15508250624 6855 33554432000 4194304 4196468 140730263459488 140502316381728 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9420] ppid=9410 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9420/stat : 9420 (java) S 9410 9410 7929 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446132514 15508250624 6855 33554432000 4194304 4196468 140730263459488 140502315328880 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9421] ppid=9410 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9421/stat : 9421 (java) S 9410 9410 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446132517 15508250624 6855 33554432000 4194304 4196468 140730263459488 140502314277200 140503444236187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9422] ppid=9410 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9422/stat : 9422 (java) S 9410 9410 7929 0 -1 1077944384 317 0 0 0 0 0 0 0 20 0 15 0 446132517 15508250624 6855 33554432000 4194304 4196468 140730263459488 140502313224560 140503444228738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9423] ppid=9410 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9423/stat : 9423 (java) S 9410 9410 7929 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 446132517 15508250624 6855 33554432000 4194304 4196468 140730263459488 140502312171760 140503444228738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9424] ppid=9410 vsize=15144776 memory=140301454980736 CPUtime=0.02 cores=1,3,5,7
/proc/9412/task/9424/stat : 9424 (java) R 9410 9410 7929 0 -1 4202560 395 0 0 0 2 0 0 0 20 0 15 0 446132517 15508250624 6855 33554432000 4194304 4196468 140730263459488 140502311118960 140503437314427 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9425] ppid=9410 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9425/stat : 9425 (java) S 9410 9410 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446132517 15508250624 6855 33554432000 4194304 4196468 140730263459488 140502310066400 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9426] ppid=9410 vsize=15144776 memory=140301454980736 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9426/stat : 9426 (java) S 9410 9410 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446132517 15508250624 6855 33554432000 4194304 4196468 140730263459488 140502309014704 140503444228738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 28868 KiB

[startup+0.210912 s]*
/proc/loadavg: 7.10 5.49 3.36 6/229 9426
/proc/meminfo: memFree=16978372/32770624 swapFree=66967456/67108860
[pid=9410] ppid=9407 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/9410/stat : 9410 (xcsp3-exec) S 9407 9410 7929 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446132511 115843072 362 33554432000 4194304 5098028 140736268013008 140736268011112 139692671894140 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26275840 140736268014459 140736268014701 140736268014701 140736268017610 0
/proc/9410/statm: 28282 362 304 221 0 87 0
[pid=9412] ppid=9410 vsize=15144776 memory=39864 CPUtime=0.35 cores=1,3,5,7
/proc/9412/stat : 9412 (java) S 9410 9410 7929 0 -1 1077944320 9720 0 0 0 32 3 0 0 20 0 15 0 446132511 15508250624 9966 33554432000 4194304 4196468 140730263459488 140730263442032 140503444217591 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
/proc/9412/statm: 3786194 9966 3308 1 0 3748377 0
[pid=9412/tid=9413] ppid=9410 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/9412/task/9413/stat : 9413 (java) R 9410 9410 7929 0 -1 4202560 6700 0 0 0 18 2 0 0 20 0 15 0 446132511 15508250624 9966 33554432000 4194304 4196468 140730263459488 140503448447312 140503444229526 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9414] ppid=9410 vsize=15144776 memory=9034 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9414/stat : 9414 (java) S 9410 9410 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446132512 15508250624 9966 33554432000 4194304 4196468 140730263459488 140503413930640 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9415] ppid=9410 vsize=15144776 memory=140301456526414 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9415/stat : 9415 (java) S 9410 9410 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446132512 15508250624 9966 33554432000 4194304 4196468 140730263459488 140503035808272 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9416] ppid=9410 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9416/stat : 9416 (java) S 9410 9410 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446132512 15508250624 9966 33554432000 4194304 4196468 140730263459488 140503034755472 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9417] ppid=9410 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9417/stat : 9417 (java) S 9410 9410 7929 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446132512 15508250624 9966 33554432000 4194304 4196468 140730263459488 140503033702672 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9418] ppid=9410 vsize=15144776 memory=140301454980736 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9418/stat : 9418 (java) S 9410 9410 7929 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446132513 15508250624 9966 33554432000 4194304 4196468 140730263459488 140502317435760 140503444228738 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9419] ppid=9410 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9419/stat : 9419 (java) S 9410 9410 7929 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446132514 15508250624 9966 33554432000 4194304 4196468 140730263459488 140502316381728 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9420] ppid=9410 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9420/stat : 9420 (java) S 9410 9410 7929 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446132514 15508250624 9966 33554432000 4194304 4196468 140730263459488 140502315328880 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9421] ppid=9410 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9421/stat : 9421 (java) S 9410 9410 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446132517 15508250624 9966 33554432000 4194304 4196468 140730263459488 140502314277200 140503444236187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9422] ppid=9410 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/9412/task/9422/stat : 9422 (java) S 9410 9410 7929 0 -1 1077944384 658 0 0 0 3 0 0 0 20 0 15 0 446132517 15508250624 9966 33554432000 4194304 4196468 140730263459488 140502313224560 140503444228738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9423] ppid=9410 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/9412/task/9423/stat : 9423 (java) S 9410 9410 7929 0 -1 1077944384 237 0 0 0 1 0 0 0 20 0 15 0 446132517 15508250624 9966 33554432000 4194304 4196468 140730263459488 140502312171760 140503444228738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9424] ppid=9410 vsize=15144776 memory=140301454980736 CPUtime=0.08 cores=1,3,5,7
/proc/9412/task/9424/stat : 9424 (java) S 9410 9410 7929 0 -1 1077944384 822 0 0 0 8 0 0 0 20 0 15 0 446132517 15508250624 9966 33554432000 4194304 4196468 140730263459488 140502311118960 140503444228738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9425] ppid=9410 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9425/stat : 9425 (java) S 9410 9410 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446132517 15508250624 9966 33554432000 4194304 4196468 140730263459488 140502310066400 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9426] ppid=9410 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9426/stat : 9426 (java) S 9410 9410 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446132517 15508250624 9966 33554432000 4194304 4196468 140730263459488 140502309014704 140503444228738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41312 KiB

[startup+0.310736 s]*
/proc/loadavg: 7.10 5.49 3.36 7/229 9426
/proc/meminfo: memFree=16972888/32770624 swapFree=66967456/67108860
[pid=9410] ppid=9407 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/9410/stat : 9410 (xcsp3-exec) S 9407 9410 7929 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446132511 115843072 362 33554432000 4194304 5098028 140736268013008 140736268011112 139692671894140 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26275840 140736268014459 140736268014701 140736268014701 140736268017610 0
/proc/9410/statm: 28282 362 304 221 0 87 0
[pid=9412] ppid=9410 vsize=15149032 memory=48672 CPUtime=0.53 cores=1,3,5,7
/proc/9412/stat : 9412 (java) S 9410 9410 7929 0 -1 1077944320 11018 0 0 0 50 3 0 0 20 0 15 0 446132511 15512608768 12168 33554432000 4194304 4196468 140730263459488 140730263442032 140503444217591 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
/proc/9412/statm: 3787258 12168 3356 1 0 3748377 0
[pid=9412/tid=9413] ppid=9410 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/9412/task/9413/stat : 9413 (java) R 9410 9410 7929 0 -1 4202560 7795 0 0 0 28 2 0 0 20 0 15 0 446132511 15512608768 12233 33554432000 4194304 4196468 140730263459488 140503448451360 140503428298078 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9414] ppid=9410 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9414/stat : 9414 (java) S 9410 9410 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446132512 15512608768 12233 33554432000 4194304 4196468 140730263459488 140503413930640 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9415] ppid=9410 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9415/stat : 9415 (java) S 9410 9410 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446132512 15512608768 12233 33554432000 4194304 4196468 140730263459488 140503035808272 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9416] ppid=9410 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9416/stat : 9416 (java) S 9410 9410 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446132512 15512608768 12233 33554432000 4194304 4196468 140730263459488 140503034755472 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9417] ppid=9410 vsize=15149032 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9417/stat : 9417 (java) S 9410 9410 7929 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446132512 15512608768 12233 33554432000 4194304 4196468 140730263459488 140503033702672 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9418] ppid=9410 vsize=15149032 memory=7379517702019849078 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9418/stat : 9418 (java) S 9410 9410 7929 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446132513 15512608768 12233 33554432000 4194304 4196468 140730263459488 140502317435760 140503444228738 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9419] ppid=9410 vsize=15149032 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9419/stat : 9419 (java) S 9410 9410 7929 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446132514 15512608768 12233 33554432000 4194304 4196468 140730263459488 140502316381728 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9420] ppid=9410 vsize=15149032 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9420/stat : 9420 (java) S 9410 9410 7929 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446132514 15512608768 12233 33554432000 4194304 4196468 140730263459488 140502315328880 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9421] ppid=9410 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9421/stat : 9421 (java) S 9410 9410 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446132517 15512608768 12233 33554432000 4194304 4196468 140730263459488 140502314277200 140503444236187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9422] ppid=9410 vsize=15149032 memory=-8412656567168561567 CPUtime=0.04 cores=1,3,5,7
/proc/9412/task/9422/stat : 9422 (java) S 9410 9410 7929 0 -1 1077944384 670 0 0 0 4 0 0 0 20 0 15 0 446132517 15512608768 12233 33554432000 4194304 4196468 140730263459488 140502313224560 140503444228738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9423] ppid=9410 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/9412/task/9423/stat : 9423 (java) R 9410 9410 7929 0 -1 4202560 326 0 0 0 4 0 0 0 20 0 15 0 446132517 15512608768 12273 33554432000 4194304 4196468 140730263459488 140502312171888 140503421812336 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9424] ppid=9410 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/9412/task/9424/stat : 9424 (java) S 9410 9410 7929 0 -1 1077944384 986 0 0 0 12 0 0 0 20 0 15 0 446132517 15512608768 12273 33554432000 4194304 4196468 140730263459488 140502311118960 140503444228738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9425] ppid=9410 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9425/stat : 9425 (java) S 9410 9410 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446132517 15512608768 12273 33554432000 4194304 4196468 140730263459488 140502310066400 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9426] ppid=9410 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9426/stat : 9426 (java) S 9410 9410 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446132517 15512608768 12273 33554432000 4194304 4196468 140730263459488 140502309014704 140503444228738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50120 KiB

[startup+0.701229 s]
/proc/loadavg: 7.10 5.49 3.36 8/229 9426
/proc/meminfo: memFree=16882468/32770624 swapFree=66967456/67108860
[pid=9410] ppid=9407 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/9410/stat : 9410 (xcsp3-exec) S 9407 9410 7929 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446132511 115843072 362 33554432000 4194304 5098028 140736268013008 140736268011112 139692671894140 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26275840 140736268014459 140736268014701 140736268014701 140736268017610 0
/proc/9410/statm: 28282 362 304 221 0 87 0
[pid=9412] ppid=9410 vsize=15149108 memory=263160 CPUtime=1.39 cores=1,3,5,7
/proc/9412/stat : 9412 (java) S 9410 9410 7929 0 -1 1077944320 12201 0 0 0 107 32 0 0 20 0 15 0 446132511 15512686592 65790 33554432000 4194304 4196468 140730263459488 140730263442032 140503444217591 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
/proc/9412/statm: 3787277 65790 3417 1 0 3748377 0
[pid=9412/tid=9413] ppid=9410 vsize=15149108 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/9412/task/9413/stat : 9413 (java) R 9410 9410 7929 0 -1 4202560 8357 0 0 0 50 6 0 0 20 0 15 0 446132511 15512686592 65790 33554432000 4194304 4196468 140730263459488 140503448454992 140503081046802 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9414] ppid=9410 vsize=15149108 memory=47216 CPUtime=0.11 cores=1,3,5,7
/proc/9412/task/9414/stat : 9414 (java) S 9410 9410 7929 0 -1 1077944384 48 0 0 0 5 6 0 0 20 0 15 0 446132512 15512686592 65790 33554432000 4194304 4196468 140730263459488 140503413930640 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9415] ppid=9410 vsize=15149108 memory=984 CPUtime=0.1 cores=1,3,5,7
/proc/9412/task/9415/stat : 9415 (java) S 9410 9410 7929 0 -1 1077944384 49 0 0 0 4 6 0 0 20 0 15 0 446132512 15512686592 65790 33554432000 4194304 4196468 140730263459488 140503035808272 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9416] ppid=9410 vsize=15149108 memory=2004 CPUtime=0.11 cores=1,3,5,7
/proc/9412/task/9416/stat : 9416 (java) S 9410 9410 7929 0 -1 1077944384 51 0 0 0 5 6 0 0 20 0 15 0 446132512 15512686592 65790 33554432000 4194304 4196468 140730263459488 140503034755472 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9417] ppid=9410 vsize=15149108 memory=1376 CPUtime=0.11 cores=1,3,5,7
/proc/9412/task/9417/stat : 9417 (java) S 9410 9410 7929 0 -1 1077944384 59 0 0 0 5 6 0 0 20 0 15 0 446132512 15512686592 65790 33554432000 4194304 4196468 140730263459488 140503033702672 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9418] ppid=9410 vsize=15149108 memory=1060 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9418/stat : 9418 (java) S 9410 9410 7929 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 446132513 15512686592 65790 33554432000 4194304 4196468 140730263459488 140502317435760 140503444228738 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9419] ppid=9410 vsize=15149108 memory=4068 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9419/stat : 9419 (java) S 9410 9410 7929 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446132514 15512686592 65790 33554432000 4194304 4196468 140730263459488 140502316381728 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9420] ppid=9410 vsize=15149108 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9420/stat : 9420 (java) S 9410 9410 7929 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 446132514 15512686592 65790 33554432000 4194304 4196468 140730263459488 140502315328880 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9421] ppid=9410 vsize=15149108 memory=5948 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9421/stat : 9421 (java) S 9410 9410 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446132517 15512686592 65790 33554432000 4194304 4196468 140730263459488 140502314277200 140503444236187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9422] ppid=9410 vsize=15149108 memory=10564 CPUtime=0.07 cores=1,3,5,7
/proc/9412/task/9422/stat : 9422 (java) S 9410 9410 7929 0 -1 1077944384 693 0 0 0 7 0 0 0 20 0 15 0 446132517 15512686592 65790 33554432000 4194304 4196468 140730263459488 140502313224560 140503444228738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9423] ppid=9410 vsize=15149108 memory=716 CPUtime=0.08 cores=1,3,5,7
/proc/9412/task/9423/stat : 9423 (java) S 9410 9410 7929 0 -1 1077944384 431 0 0 0 8 0 0 0 20 0 15 0 446132517 15512686592 65790 33554432000 4194304 4196468 140730263459488 140502312171760 140503444228738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9424] ppid=9410 vsize=15149108 memory=780 CPUtime=0.18 cores=1,3,5,7
/proc/9412/task/9424/stat : 9424 (java) S 9410 9410 7929 0 -1 1077944384 1132 0 0 0 18 0 0 0 20 0 15 0 446132517 15512686592 65790 33554432000 4194304 4196468 140730263459488 140502311118960 140503444228738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9425] ppid=9410 vsize=15149108 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9425/stat : 9425 (java) S 9410 9410 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446132517 15512686592 65790 33554432000 4194304 4196468 140730263459488 140502310066400 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9426] ppid=9410 vsize=15149108 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9426/stat : 9426 (java) S 9410 9410 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446132517 15512686592 65790 33554432000 4194304 4196468 140730263459488 140502309014704 140503444228738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 15262236 KiB
Current children cumulated memory: 264608 KiB

[startup+1.5008 s]
/proc/loadavg: 7.10 5.49 3.36 6/229 9426
/proc/meminfo: memFree=16417156/32770624 swapFree=66967456/67108860
[pid=9410] ppid=9407 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/9410/stat : 9410 (xcsp3-exec) S 9407 9410 7929 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446132511 115843072 362 33554432000 4194304 5098028 140736268013008 140736268011112 139692671894140 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26275840 140736268014459 140736268014701 140736268014701 140736268017610 0
/proc/9410/statm: 28282 362 304 221 0 87 0

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

/proc/9412/task/9419/stat : 9419 (java) S 9410 9410 7929 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 446132514 15514783744 3141924 33554432000 4194304 4196468 140730263459488 140502316381184 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9420] ppid=9410 vsize=15151156 memory=12567692 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9420/stat : 9420 (java) S 9410 9410 7929 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 446132514 15514783744 3141924 33554432000 4194304 4196468 140730263459488 140502315328896 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9421] ppid=9410 vsize=15151156 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9421/stat : 9421 (java) S 9410 9410 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446132517 15514783744 3141924 33554432000 4194304 4196468 140730263459488 140502314277200 140503444236187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9422] ppid=9410 vsize=15151156 memory=0 CPUtime=0.58 cores=1,3,5,7
/proc/9412/task/9422/stat : 9422 (java) S 9410 9410 7929 0 -1 1077944384 3142 0 0 0 57 1 0 0 20 0 15 0 446132517 15514783744 3141924 33554432000 4194304 4196468 140730263459488 140502313224560 140503444228738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9423] ppid=9410 vsize=15151156 memory=280602696664224 CPUtime=0.6 cores=1,3,5,7
/proc/9412/task/9423/stat : 9423 (java) S 9410 9410 7929 0 -1 1077944384 2813 0 0 0 60 0 0 0 20 0 15 0 446132517 15514783744 3141924 33554432000 4194304 4196468 140730263459488 140502312171520 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9424] ppid=9410 vsize=15151156 memory=-2698094178961577374 CPUtime=0.37 cores=1,3,5,7
/proc/9412/task/9424/stat : 9424 (java) S 9410 9410 7929 0 -1 1077944384 3201 0 0 0 36 1 0 0 20 0 15 0 446132517 15514783744 3141924 33554432000 4194304 4196468 140730263459488 140502311118960 140503444228738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9425] ppid=9410 vsize=15151156 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9425/stat : 9425 (java) S 9410 9410 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446132517 15514783744 3141924 33554432000 4194304 4196468 140730263459488 140502310066400 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9426] ppid=9410 vsize=15151156 memory=1448 CPUtime=0.02 cores=1,3,5,7
/proc/9412/task/9426/stat : 9426 (java) S 9410 9410 7929 0 -1 1077944384 123 0 0 0 1 1 0 0 20 0 15 0 446132517 15514783744 3141924 33554432000 4194304 4196468 140730263459488 140502309014704 140503444228738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
Current children cumulated CPU time: 133.11 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12569144 KiB

[startup+53.2193 s]
# the end of solver process 9410 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=125.258 s, system=15.3272 s

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

[startup+51.2015 s]
/proc/loadavg: 6.94 5.66 3.52 9/233 9509
/proc/meminfo: memFree=16615244/32770624 swapFree=66967456/67108860
[pid=9410] ppid=9407 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/9410/stat : 9410 (xcsp3-exec) S 9407 9410 7929 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446132511 115843072 362 33554432000 4194304 5098028 140736268013008 140736268011112 139692671894140 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26275840 140736268014459 140736268014701 140736268014701 140736268017610 0
/proc/9410/statm: 28282 362 304 221 0 87 0
[pid=9412] ppid=9410 vsize=15151156 memory=12567696 CPUtime=133.47 cores=1,3,5,7
/proc/9412/stat : 9412 (java) S 9410 9410 7929 0 -1 1077944320 282973 0 0 0 11822 1525 0 0 20 0 15 0 446132511 15514783744 3141924 33554432000 4194304 4196468 140730263459488 140730263442032 140503444217591 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
/proc/9412/statm: 3787789 3141924 3497 1 0 3748889 0
[pid=9412/tid=9413] ppid=9410 vsize=15151156 memory=2745296 CPUtime=16.15 cores=1,3,5,7
/proc/9412/task/9413/stat : 9413 (java) S 9410 9410 7929 0 -1 1077944384 19162 0 0 0 1600 15 0 0 20 0 15 0 446132511 15514783744 3141924 33554432000 4194304 4196468 140730263459488 140503448455712 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9414] ppid=9410 vsize=15151156 memory=8112282956445269571 CPUtime=27.08 cores=1,3,5,7
/proc/9412/task/9414/stat : 9414 (java) R 9410 9410 7929 0 -1 4202560 34421 0 0 0 2356 352 0 0 20 0 15 0 446132512 15514783744 3141924 33554432000 4194304 4196468 140730263459488 140503413930840 140503429168196 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9415] ppid=9410 vsize=15151156 memory=1060 CPUtime=27.02 cores=1,3,5,7
/proc/9412/task/9415/stat : 9415 (java) R 9410 9410 7929 0 -1 4202560 32954 0 0 0 2319 383 0 0 20 0 15 0 446132512 15514783744 3141924 33554432000 4194304 4196468 140730263459488 140503035808472 140503428915230 0 4 0 16800975 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9416] ppid=9410 vsize=15151156 memory=4068 CPUtime=26.99 cores=1,3,5,7
/proc/9412/task/9416/stat : 9416 (java) R 9410 9410 7929 0 -1 4202560 37382 0 0 0 2319 380 0 0 20 0 15 0 446132512 15514783744 3141924 33554432000 4194304 4196468 140730263459488 140503034755672 140503428915343 0 4 0 16800975 0 0 0 -1 7 0 0 5 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9417] ppid=9410 vsize=15151156 memory=1448 CPUtime=27.02 cores=1,3,5,7
/proc/9412/task/9417/stat : 9417 (java) R 9410 9410 7929 0 -1 4202560 119165 0 0 0 2318 384 0 0 20 0 15 0 446132512 15514783744 3141924 33554432000 4194304 4196468 140730263459488 140503033702560 140503428915230 0 4 0 16800975 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9418] ppid=9410 vsize=15151156 memory=1448 CPUtime=7.54 cores=1,3,5,7
/proc/9412/task/9418/stat : 9418 (java) S 9410 9410 7929 0 -1 1077944384 29264 0 0 0 751 3 0 0 20 0 15 0 446132513 15514783744 3141924 33554432000 4194304 4196468 140730263459488 140502317434080 140503444227797 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9419] ppid=9410 vsize=15151156 memory=784 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9419/stat : 9419 (java) S 9410 9410 7929 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 446132514 15514783744 3141924 33554432000 4194304 4196468 140730263459488 140502316381184 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9420] ppid=9410 vsize=15151156 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9420/stat : 9420 (java) S 9410 9410 7929 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 446132514 15514783744 3141924 33554432000 4194304 4196468 140730263459488 140502315328896 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9421] ppid=9410 vsize=15151156 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9421/stat : 9421 (java) S 9410 9410 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446132517 15514783744 3141924 33554432000 4194304 4196468 140730263459488 140502314277200 140503444236187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9422] ppid=9410 vsize=15151156 memory=1192 CPUtime=0.58 cores=1,3,5,7
/proc/9412/task/9422/stat : 9422 (java) S 9410 9410 7929 0 -1 1077944384 3142 0 0 0 57 1 0 0 20 0 15 0 446132517 15514783744 3141924 33554432000 4194304 4196468 140730263459488 140502313224560 140503444228738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9423] ppid=9410 vsize=15151156 memory=940 CPUtime=0.6 cores=1,3,5,7
/proc/9412/task/9423/stat : 9423 (java) S 9410 9410 7929 0 -1 1077944384 2813 0 0 0 60 0 0 0 20 0 15 0 446132517 15514783744 3141924 33554432000 4194304 4196468 140730263459488 140502312171520 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9424] ppid=9410 vsize=15151156 memory=14008 CPUtime=0.37 cores=1,3,5,7
/proc/9412/task/9424/stat : 9424 (java) S 9410 9410 7929 0 -1 1077944384 3201 0 0 0 36 1 0 0 20 0 15 0 446132517 15514783744 3141924 33554432000 4194304 4196468 140730263459488 140502311118960 140503444228738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9425] ppid=9410 vsize=15151156 memory=12040 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9425/stat : 9425 (java) S 9410 9410 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446132517 15514783744 3141924 33554432000 4194304 4196468 140730263459488 140502310066400 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9426] ppid=9410 vsize=15151156 memory=23892 CPUtime=0.02 cores=1,3,5,7
/proc/9412/task/9426/stat : 9426 (java) S 9410 9410 7929 0 -1 1077944384 123 0 0 0 1 1 0 0 20 0 15 0 446132517 15514783744 3141924 33554432000 4194304 4196468 140730263459488 140502309014704 140503444228738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
Current children cumulated CPU time: 133.47 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12569144 KiB

[startup+52.0085 s]*
/proc/loadavg: 7.02 5.69 3.55 10/233 9509
/proc/meminfo: memFree=16489820/32770624 swapFree=66967456/67108860
[pid=9410] ppid=9407 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/9410/stat : 9410 (xcsp3-exec) S 9407 9410 7929 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446132511 115843072 362 33554432000 4194304 5098028 140736268013008 140736268011112 139692671894140 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26275840 140736268014459 140736268014701 140736268014701 140736268017610 0
/proc/9410/statm: 28282 362 304 221 0 87 0
[pid=9412] ppid=9410 vsize=15151156 memory=12567712 CPUtime=136.36 cores=1,3,5,7
/proc/9412/stat : 9412 (java) S 9410 9410 7929 0 -1 1077944320 283312 0 0 0 12111 1525 0 0 20 0 15 0 446132511 15514783744 3141928 33554432000 4194304 4196468 140730263459488 140730263442032 140503444217591 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
/proc/9412/statm: 3787789 3141928 3497 1 0 3748889 0
[pid=9412/tid=9413] ppid=9410 vsize=15151156 memory=8317482817917895235 CPUtime=16.15 cores=1,3,5,7
/proc/9412/task/9413/stat : 9413 (java) S 9410 9410 7929 0 -1 1077944384 19162 0 0 0 1600 15 0 0 20 0 15 0 446132511 15514783744 3141928 33554432000 4194304 4196468 140730263459488 140503448455712 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9414] ppid=9410 vsize=15151156 memory=4126316290023845779 CPUtime=27.78 cores=1,3,5,7
/proc/9412/task/9414/stat : 9414 (java) R 9410 9410 7929 0 -1 4202560 34421 0 0 0 2426 352 0 0 20 0 15 0 446132512 15514783744 3141928 33554432000 4194304 4196468 140730263459488 140503413930640 140503429202887 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9415] ppid=9410 vsize=15151156 memory=2510 CPUtime=27.7 cores=1,3,5,7
/proc/9412/task/9415/stat : 9415 (java) R 9410 9410 7929 0 -1 4202560 33082 0 0 0 2387 383 0 0 20 0 15 0 446132512 15514783744 3141928 33554432000 4194304 4196468 140730263459488 140503035808472 140503428915136 0 4 0 16800975 0 0 0 -1 7 0 0 6 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9416] ppid=9410 vsize=15151156 memory=2508 CPUtime=27.68 cores=1,3,5,7
/proc/9412/task/9416/stat : 9416 (java) R 9410 9410 7929 0 -1 4202560 37387 0 0 0 2388 380 0 0 20 0 15 0 446132512 15514783744 3141928 33554432000 4194304 4196468 140730263459488 140503034755472 140503428915366 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9417] ppid=9410 vsize=15151156 memory=2503 CPUtime=27.71 cores=1,3,5,7
/proc/9412/task/9417/stat : 9417 (java) R 9410 9410 7929 0 -1 4202560 119165 0 0 0 2387 384 0 0 20 0 15 0 446132512 15514783744 3141928 33554432000 4194304 4196468 140730263459488 140503033702672 140503429202887 0 4 0 16800975 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9418] ppid=9410 vsize=15151156 memory=713 CPUtime=7.66 cores=1,3,5,7
/proc/9412/task/9418/stat : 9418 (java) S 9410 9410 7929 0 -1 1077944384 29470 0 0 0 763 3 0 0 20 0 15 0 446132513 15514783744 3141928 33554432000 4194304 4196468 140730263459488 140502317434096 140503444227797 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9419] ppid=9410 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9419/stat : 9419 (java) S 9410 9410 7929 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 446132514 15514783744 3141928 33554432000 4194304 4196468 140730263459488 140502316381184 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9420] ppid=9410 vsize=15151156 memory=920 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9420/stat : 9420 (java) S 9410 9410 7929 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 446132514 15514783744 3141928 33554432000 4194304 4196468 140730263459488 140502315328896 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9421] ppid=9410 vsize=15151156 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9421/stat : 9421 (java) S 9410 9410 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446132517 15514783744 3141928 33554432000 4194304 4196468 140730263459488 140502314277200 140503444236187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9422] ppid=9410 vsize=15151156 memory=2712 CPUtime=0.58 cores=1,3,5,7
/proc/9412/task/9422/stat : 9422 (java) S 9410 9410 7929 0 -1 1077944384 3142 0 0 0 57 1 0 0 20 0 15 0 446132517 15514783744 3141928 33554432000 4194304 4196468 140730263459488 140502313224560 140503444228738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9423] ppid=9410 vsize=15151156 memory=2596 CPUtime=0.6 cores=1,3,5,7
/proc/9412/task/9423/stat : 9423 (java) S 9410 9410 7929 0 -1 1077944384 2813 0 0 0 60 0 0 0 20 0 15 0 446132517 15514783744 3141928 33554432000 4194304 4196468 140730263459488 140502312171520 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9424] ppid=9410 vsize=15151156 memory=1412 CPUtime=0.37 cores=1,3,5,7
/proc/9412/task/9424/stat : 9424 (java) S 9410 9410 7929 0 -1 1077944384 3201 0 0 0 36 1 0 0 20 0 15 0 446132517 15514783744 3141928 33554432000 4194304 4196468 140730263459488 140502311118960 140503444228738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9425] ppid=9410 vsize=15151156 memory=3160 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9425/stat : 9425 (java) S 9410 9410 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446132517 15514783744 3141928 33554432000 4194304 4196468 140730263459488 140502310066400 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9426] ppid=9410 vsize=15151156 memory=8112282956445269571 CPUtime=0.02 cores=1,3,5,7
/proc/9412/task/9426/stat : 9426 (java) S 9410 9410 7929 0 -1 1077944384 123 0 0 0 1 1 0 0 20 0 15 0 446132517 15514783744 3141928 33554432000 4194304 4196468 140730263459488 140502309014704 140503444228738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
Current children cumulated CPU time: 136.36 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12569160 KiB

[startup+52.8085 s]
/proc/loadavg: 7.02 5.69 3.55 10/233 9509
/proc/meminfo: memFree=16489820/32770624 swapFree=66967456/67108860
[pid=9410] ppid=9407 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/9410/stat : 9410 (xcsp3-exec) S 9407 9410 7929 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446132511 115843072 362 33554432000 4194304 5098028 140736268013008 140736268011112 139692671894140 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26275840 140736268014459 140736268014701 140736268014701 140736268017610 0
/proc/9410/statm: 28282 362 304 221 0 87 0
[pid=9412] ppid=9410 vsize=15151156 memory=12567712 CPUtime=139.49 cores=1,3,5,7
/proc/9412/stat : 9412 (java) S 9410 9410 7929 0 -1 1077944320 283405 0 0 0 12424 1525 0 0 20 0 15 0 446132511 15514783744 3141928 33554432000 4194304 4196468 140730263459488 140730263442032 140503444217591 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
/proc/9412/statm: 3787789 3141928 3497 1 0 3748889 0
[pid=9412/tid=9413] ppid=9410 vsize=15151156 memory=716 CPUtime=16.15 cores=1,3,5,7
/proc/9412/task/9413/stat : 9413 (java) S 9410 9410 7929 0 -1 1077944384 19162 0 0 0 1600 15 0 0 20 0 15 0 446132511 15514783744 3141928 33554432000 4194304 4196468 140730263459488 140503448455712 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9414] ppid=9410 vsize=15151156 memory=784 CPUtime=28.56 cores=1,3,5,7
/proc/9412/task/9414/stat : 9414 (java) R 9410 9410 7929 0 -1 4202560 34421 0 0 0 2504 352 0 0 20 0 15 0 446132512 15514783744 3141928 33554432000 4194304 4196468 140730263459488 140503413930840 140503429214084 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9415] ppid=9410 vsize=15151156 memory=1552 CPUtime=28.48 cores=1,3,5,7
/proc/9412/task/9415/stat : 9415 (java) R 9410 9410 7929 0 -1 4202560 33126 0 0 0 2465 383 0 0 20 0 15 0 446132512 15514783744 3141928 33554432000 4194304 4196468 140730263459488 140503035808472 140503429213998 0 4 0 16800975 0 0 0 -1 7 0 0 6 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9416] ppid=9410 vsize=15151156 memory=4068 CPUtime=28.47 cores=1,3,5,7
/proc/9412/task/9416/stat : 9416 (java) R 9410 9410 7929 0 -1 4202560 37387 0 0 0 2467 380 0 0 20 0 15 0 446132512 15514783744 3141928 33554432000 4194304 4196468 140730263459488 140503034755472 140503429214253 0 4 0 16800975 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9417] ppid=9410 vsize=15151156 memory=1720 CPUtime=28.49 cores=1,3,5,7
/proc/9412/task/9417/stat : 9417 (java) R 9410 9410 7929 0 -1 4202560 119213 0 0 0 2465 384 0 0 20 0 15 0 446132512 15514783744 3141928 33554432000 4194304 4196468 140730263459488 140503033702672 140503428916336 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9418] ppid=9410 vsize=15151156 memory=1448 CPUtime=7.67 cores=1,3,5,7
/proc/9412/task/9418/stat : 9418 (java) S 9410 9410 7929 0 -1 1077944384 29471 0 0 0 764 3 0 0 20 0 15 0 446132513 15514783744 3141928 33554432000 4194304 4196468 140730263459488 140502317434320 140503444227797 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9419] ppid=9410 vsize=15151156 memory=12567712 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9419/stat : 9419 (java) S 9410 9410 7929 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 446132514 15514783744 3141928 33554432000 4194304 4196468 140730263459488 140502316381184 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9420] ppid=9410 vsize=15151156 memory=716 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9420/stat : 9420 (java) S 9410 9410 7929 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 446132514 15514783744 3141928 33554432000 4194304 4196468 140730263459488 140502315328896 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9421] ppid=9410 vsize=15151156 memory=12567656 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9421/stat : 9421 (java) S 9410 9410 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446132517 15514783744 3141928 33554432000 4194304 4196468 140730263459488 140502314277200 140503444236187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9422] ppid=9410 vsize=15151156 memory=1615 CPUtime=0.58 cores=1,3,5,7
/proc/9412/task/9422/stat : 9422 (java) S 9410 9410 7929 0 -1 1077944384 3142 0 0 0 57 1 0 0 20 0 15 0 446132517 15514783744 3141928 33554432000 4194304 4196468 140730263459488 140502313224560 140503444228738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9423] ppid=9410 vsize=15151156 memory=2668 CPUtime=0.6 cores=1,3,5,7
/proc/9412/task/9423/stat : 9423 (java) S 9410 9410 7929 0 -1 1077944384 2813 0 0 0 60 0 0 0 20 0 15 0 446132517 15514783744 3141928 33554432000 4194304 4196468 140730263459488 140502312171520 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9424] ppid=9410 vsize=15151156 memory=2661 CPUtime=0.37 cores=1,3,5,7
/proc/9412/task/9424/stat : 9424 (java) S 9410 9410 7929 0 -1 1077944384 3201 0 0 0 36 1 0 0 20 0 15 0 446132517 15514783744 3141928 33554432000 4194304 4196468 140730263459488 140502311118960 140503444228738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9425] ppid=9410 vsize=15151156 memory=2659 CPUtime=0 cores=1,3,5,7
/proc/9412/task/9425/stat : 9425 (java) S 9410 9410 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446132517 15514783744 3141928 33554432000 4194304 4196468 140730263459488 140502310066400 140503444227797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
[pid=9412/tid=9426] ppid=9410 vsize=15151156 memory=2661 CPUtime=0.02 cores=1,3,5,7
/proc/9412/task/9426/stat : 9426 (java) S 9410 9410 7929 0 -1 1077944384 123 0 0 0 1 1 0 0 20 0 15 0 446132517 15514783744 3141928 33554432000 4194304 4196468 140730263459488 140502309014704 140503444228738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35577856 140730263466991 140730263467162 140730263467162 140730263470031 0
Current children cumulated CPU time: 139.49 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12569160 KiB

[startup+53.2008 s]
/proc/loadavg: 7.02 5.69 3.55 9/233 9509
/proc/meminfo: memFree=16413860/32770624 swapFree=66967456/67108860
[pid=9410] ppid=9407 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/9410/stat : 9410 (xcsp3-exec) S 9407 9410 7929 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446132511 115843072 362 33554432000 4194304 5098028 140736268013008 140736268011112 139692671894140 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26275840 140736268014459 140736268014701 140736268014701 140736268017610 0
/proc/9410/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

Child status: 1
Real time (s): 53.2193
CPU time (s): 140.585
CPU user time (s): 125.258
CPU system time (s): 15.3272
CPU usage (%): 264.162
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12569160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 125.258
system time used= 15.3272
maximum resident set size= 12568196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 284272
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7943
involuntary context switches= 2873


# summary of solver processes directly reported to runsolver:
#   pid: 9410
#   total CPU time (s): 140.585
#   total CPU user time (s): 125.258
#   total CPU system time (s): 15.3272

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.359958 second user time and 0.62162 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-17 07:36:54
IDJOB=4399016
IDBENCH=134616
IDSOLVER=2853
FILE ID=node125/4399016-1568698656
RUNJOBID= node125-1568698192-7961
PBS_JOBID= 21703810
Free space on /tmp= 59260 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/KnightTour/KnightTour-ext-s1/KnightTour-15-ext06.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399016-1568698656/watcher-4399016-1568698656 -o /tmp/evaluation-result-4399016-1568698656/solver-4399016-1568698656 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568698192-7961 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 452274337 HOME/instance-4399016-1568698656.xml

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

MD5SUM BENCH= af3f6bb9b1ca00becd13f0e7ebc5af3a
RANDOM SEED=452274337

node125.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.29
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.29
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.29
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.29
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:        17007120 kB
MemAvailable:   19040636 kB
Buffers:          206544 kB
Cached:          2122188 kB
SwapCached:        38412 kB
Active:         14095892 kB
Inactive:        1070228 kB
Active(anon):   12817440 kB
Inactive(anon):    68464 kB
Active(file):    1278452 kB
Inactive(file):  1001764 kB
Unevictable:      108972 kB
Mlocked:          108972 kB
SwapTotal:      67108860 kB
SwapFree:       66967456 kB
Dirty:             68356 kB
Writeback:             0 kB
AnonPages:      12909412 kB
Mapped:            61396 kB
Shmem:             39868 kB
Slab:             168044 kB
SReclaimable:     138272 kB
SUnreclaim:        29772 kB
KernelStack:        3728 kB
PageTables:        30920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13322892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12314624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 59636 MiB
End job on node125 at 2019-09-17 07:37:48