Trace number 4393056

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-06-14? 1474.95 412.226

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-4393056-1568322335.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393056-1568322335.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1457.52/407.38	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1457.52/407.38		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:159)
1457.52/407.38		at org.chocosolver.solver.constraints.extension.Tuples.<init>(Tuples.java:59)
1457.52/407.38		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:309)
1457.52/407.38		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
1457.52/407.38		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
1457.52/407.38		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1457.52/407.38		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
1457.52/407.38		at org.xcsp.parser.XCallbacks$$Lambda$121/1429880200.accept(Unknown Source)
1457.52/407.38		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1457.52/407.38		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1457.52/407.38		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
1457.52/407.38		at org.xcsp.parser.XCallbacks.loadSlide(XCallbacks.java:477)
1457.52/407.38		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:424)
1457.52/407.38		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1457.52/407.38		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1457.52/407.38		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1457.52/407.38		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1457.52/407.38		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1457.52/407.38		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1457.52/407.38		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1474.82/412.15	s UNKNOWN
1474.82/412.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 (7301 MiB free)
  memory of node 1: 16384 MiB (15314 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393056-1568322335/watcher-4393056-1568322335 -o /tmp/evaluation-result-4393056-1568322335/solver-4393056-1568322335 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568309054-15624 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 248197151 HOME/instance-4393056-1568322335.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=24874, runsolver pid=24871
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 8.50 8.43 8.31 7/232 24890
/proc/meminfo: memFree=23142148/32770624 swapFree=66977612/67108860
[pid=24874] ppid=24871 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/24874/stat : 24874 (xcsp3-exec) S 24871 24874 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408490817 115843072 362 33554432000 4194304 5098028 140737139818336 140737139816440 139677004423804 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 39116800 140737139823483 140737139823725 140737139823725 140737139826634 0
/proc/24874/statm: 28282 362 304 221 0 87 0
[pid=24876] ppid=24874 vsize=15144768 memory=29316 CPUtime=0.13 cores=1,3,5,7
/proc/24876/stat : 24876 (java) S 24874 24874 15592 0 -1 1077944320 5752 0 0 0 11 2 0 0 20 0 15 0 408490817 15508242432 7329 33554432000 4194304 4196468 140737410561168 140737410543712 139878736174839 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
/proc/24876/statm: 3786192 7329 3177 1 0 3748377 0
[pid=24876/tid=24877] ppid=24874 vsize=15144768 memory=576460756329955459 CPUtime=0.08 cores=1,3,5,7
/proc/24876/task/24877/stat : 24877 (java) R 24874 24874 15592 0 -1 4202560 3657 0 0 0 8 0 0 0 20 0 15 0 408490817 15508242432 7329 33554432000 4194304 4196468 140737410561168 139878740396896 139878736196186 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24878] ppid=24874 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24878/stat : 24878 (java) S 24874 24874 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408490818 15508242432 7329 33554432000 4194304 4196468 140737410561168 139878328146576 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24879] ppid=24874 vsize=15144768 memory=139976186522956 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24879/stat : 24879 (java) S 24874 24874 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408490818 15508242432 7329 33554432000 4194304 4196468 140737410561168 139878327093776 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24880] ppid=24874 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24880/stat : 24880 (java) S 24874 24874 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408490818 15508242432 7329 33554432000 4194304 4196468 140737410561168 139878326040976 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24881] ppid=24874 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24881/stat : 24881 (java) S 24874 24874 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408490818 15508242432 7329 33554432000 4194304 4196468 140737410561168 139878324988176 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24882] ppid=24874 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24882/stat : 24882 (java) S 24874 24874 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408490820 15508242432 7329 33554432000 4194304 4196468 140737410561168 139877609839472 139878736185986 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24883] ppid=24874 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24883/stat : 24883 (java) S 24874 24874 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408490820 15508242432 7329 33554432000 4194304 4196468 140737410561168 139877608785440 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24884] ppid=24874 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24884/stat : 24884 (java) S 24874 24874 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408490820 15508242432 7329 33554432000 4194304 4196468 140737410561168 139877607732592 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24885] ppid=24874 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24885/stat : 24885 (java) S 24874 24874 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408490823 15508242432 7329 33554432000 4194304 4196468 140737410561168 139877606680912 139878736193435 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24886] ppid=24874 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24886/stat : 24886 (java) R 24874 24874 15592 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 408490823 15508242432 7329 33554432000 4194304 4196468 140737410561168 139877605628368 139878736185045 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24887] ppid=24874 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24887/stat : 24887 (java) R 24874 24874 15592 0 -1 4202560 150 0 0 0 0 0 0 0 20 0 15 0 408490823 15508242432 7329 33554432000 4194304 4196468 140737410561168 139877604567120 139878713846944 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24888] ppid=24874 vsize=15144768 memory=139976186500736 CPUtime=0.02 cores=1,3,5,7
/proc/24876/task/24888/stat : 24888 (java) R 24874 24874 15592 0 -1 4202560 338 0 0 0 2 0 0 0 20 0 15 0 408490823 15508242432 7329 33554432000 4194304 4196468 140737410561168 139877603522672 139878736186774 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24889] ppid=24874 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24889/stat : 24889 (java) S 24874 24874 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408490823 15508242432 7329 33554432000 4194304 4196468 140737410561168 139877602470112 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24890] ppid=24874 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24890/stat : 24890 (java) S 24874 24874 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408490823 15508242432 7329 33554432000 4194304 4196468 140737410561168 139877601418416 139878736185986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30764 KiB

[startup+0.210752 s]*
/proc/loadavg: 8.50 8.43 8.31 7/232 24890
/proc/meminfo: memFree=23129012/32770624 swapFree=66977612/67108860
[pid=24874] ppid=24871 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/24874/stat : 24874 (xcsp3-exec) S 24871 24874 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408490817 115843072 362 33554432000 4194304 5098028 140737139818336 140737139816440 139677004423804 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 39116800 140737139823483 140737139823725 140737139823725 140737139826634 0
/proc/24874/statm: 28282 362 304 221 0 87 0
[pid=24876] ppid=24874 vsize=15144768 memory=41140 CPUtime=0.34 cores=1,3,5,7
/proc/24876/stat : 24876 (java) S 24874 24874 15592 0 -1 1077944320 9490 0 0 0 31 3 0 0 20 0 15 0 408490817 15508242432 10285 33554432000 4194304 4196468 140737410561168 140737410543712 139878736174839 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
/proc/24876/statm: 3786192 10285 3301 1 0 3748377 0
[pid=24876/tid=24877] ppid=24874 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/24876/task/24877/stat : 24877 (java) R 24874 24874 15592 0 -1 4202560 6666 0 0 0 18 2 0 0 20 0 15 0 408490817 15508242432 10285 33554432000 4194304 4196468 140737410561168 139878740406752 139878736196765 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24878] ppid=24874 vsize=15144768 memory=1898157 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24878/stat : 24878 (java) S 24874 24874 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408490818 15508242432 10285 33554432000 4194304 4196468 140737410561168 139878328146576 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24879] ppid=24874 vsize=15144768 memory=288370352338212480 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24879/stat : 24879 (java) S 24874 24874 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408490818 15508242432 10285 33554432000 4194304 4196468 140737410561168 139878327093776 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24880] ppid=24874 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24880/stat : 24880 (java) S 24874 24874 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408490818 15508242432 10285 33554432000 4194304 4196468 140737410561168 139878326040976 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24881] ppid=24874 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24881/stat : 24881 (java) S 24874 24874 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408490818 15508242432 10285 33554432000 4194304 4196468 140737410561168 139878324988176 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24882] ppid=24874 vsize=15144768 memory=139976186500736 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24882/stat : 24882 (java) S 24874 24874 15592 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408490820 15508242432 10285 33554432000 4194304 4196468 140737410561168 139877609839472 139878736185986 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24883] ppid=24874 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24883/stat : 24883 (java) S 24874 24874 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408490820 15508242432 10285 33554432000 4194304 4196468 140737410561168 139877608785440 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24884] ppid=24874 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24884/stat : 24884 (java) S 24874 24874 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408490820 15508242432 10285 33554432000 4194304 4196468 140737410561168 139877607732592 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24885] ppid=24874 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24885/stat : 24885 (java) S 24874 24874 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408490823 15508242432 10285 33554432000 4194304 4196468 140737410561168 139877606680912 139878736193435 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24886] ppid=24874 vsize=15144768 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/24876/task/24886/stat : 24886 (java) S 24874 24874 15592 0 -1 1077944384 379 0 0 0 2 0 0 0 20 0 15 0 408490823 15508242432 10285 33554432000 4194304 4196468 140737410561168 139877605628272 139878736185986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24887] ppid=24874 vsize=15144768 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/24876/task/24887/stat : 24887 (java) S 24874 24874 15592 0 -1 1077944384 407 0 0 0 2 0 0 0 20 0 15 0 408490823 15508242432 10285 33554432000 4194304 4196468 140737410561168 139877604575472 139878736185986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24888] ppid=24874 vsize=15144768 memory=139976186500736 CPUtime=0.08 cores=1,3,5,7
/proc/24876/task/24888/stat : 24888 (java) S 24874 24874 15592 0 -1 1077944384 734 0 0 0 8 0 0 0 20 0 15 0 408490823 15508242432 10285 33554432000 4194304 4196468 140737410561168 139877603522672 139878736185986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24889] ppid=24874 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24889/stat : 24889 (java) S 24874 24874 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408490823 15508242432 10285 33554432000 4194304 4196468 140737410561168 139877602470112 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24890] ppid=24874 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24890/stat : 24890 (java) S 24874 24874 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408490823 15508242432 10285 33554432000 4194304 4196468 140737410561168 139877601418416 139878736185986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42588 KiB

[startup+0.310642 s]*
/proc/loadavg: 8.50 8.43 8.31 7/232 24890
/proc/meminfo: memFree=23121620/32770624 swapFree=66977612/67108860
[pid=24874] ppid=24871 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/24874/stat : 24874 (xcsp3-exec) S 24871 24874 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408490817 115843072 362 33554432000 4194304 5098028 140737139818336 140737139816440 139677004423804 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 39116800 140737139823483 140737139823725 140737139823725 140737139826634 0
/proc/24874/statm: 28282 362 304 221 0 87 0
[pid=24876] ppid=24874 vsize=15149024 memory=50384 CPUtime=0.54 cores=1,3,5,7
/proc/24876/stat : 24876 (java) S 24874 24874 15592 0 -1 1077944320 10867 0 0 0 49 5 0 0 20 0 15 0 408490817 15512600576 12596 33554432000 4194304 4196468 140737410561168 140737410543712 139878736174839 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
/proc/24876/statm: 3787256 12596 3360 1 0 3748377 0
[pid=24876/tid=24877] ppid=24874 vsize=15149024 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/24876/task/24877/stat : 24877 (java) R 24874 24874 15592 0 -1 4202560 7854 0 0 0 27 3 0 0 20 0 15 0 408490817 15512600576 12602 33554432000 4194304 4196468 140737410561168 139878740405952 139878728891802 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24878] ppid=24874 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24878/stat : 24878 (java) S 24874 24874 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408490818 15512600576 12602 33554432000 4194304 4196468 140737410561168 139878328146576 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24879] ppid=24874 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24879/stat : 24879 (java) S 24874 24874 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408490818 15512600576 12602 33554432000 4194304 4196468 140737410561168 139878327093776 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24880] ppid=24874 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24880/stat : 24880 (java) S 24874 24874 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408490818 15512600576 12602 33554432000 4194304 4196468 140737410561168 139878326040976 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24881] ppid=24874 vsize=15149024 memory=-4190076264842474805 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24881/stat : 24881 (java) S 24874 24874 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408490818 15512600576 12602 33554432000 4194304 4196468 140737410561168 139878324988176 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24882] ppid=24874 vsize=15149024 memory=-6945283279944138911 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24882/stat : 24882 (java) S 24874 24874 15592 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408490820 15512600576 12602 33554432000 4194304 4196468 140737410561168 139877609839472 139878736185986 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24883] ppid=24874 vsize=15149024 memory=6944656425123485561 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24883/stat : 24883 (java) S 24874 24874 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408490820 15512600576 12602 33554432000 4194304 4196468 140737410561168 139877608785440 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24884] ppid=24874 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24884/stat : 24884 (java) S 24874 24874 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408490820 15512600576 12602 33554432000 4194304 4196468 140737410561168 139877607732592 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24885] ppid=24874 vsize=15149024 memory=4627853888499060086 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24885/stat : 24885 (java) S 24874 24874 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408490823 15512600576 12602 33554432000 4194304 4196468 140737410561168 139877606680912 139878736193435 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24886] ppid=24874 vsize=15149024 memory=7827413994055111515 CPUtime=0.05 cores=1,3,5,7
/proc/24876/task/24886/stat : 24886 (java) R 24874 24874 15592 0 -1 4202560 488 0 0 0 5 0 0 0 20 0 15 0 408490823 15512600576 12602 33554432000 4194304 4196468 140737410561168 139877605609288 139878714590816 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24887] ppid=24874 vsize=15149024 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/24876/task/24887/stat : 24887 (java) S 24874 24874 15592 0 -1 1077944384 420 0 0 0 3 0 0 0 20 0 15 0 408490823 15512600576 12602 33554432000 4194304 4196468 140737410561168 139877604575472 139878736185986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24888] ppid=24874 vsize=15149024 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/24876/task/24888/stat : 24888 (java) S 24874 24874 15592 0 -1 1077944384 804 0 0 0 12 0 0 0 20 0 15 0 408490823 15512600576 12602 33554432000 4194304 4196468 140737410561168 139877603522672 139878736185986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24889] ppid=24874 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24889/stat : 24889 (java) S 24874 24874 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408490823 15512600576 12602 33554432000 4194304 4196468 140737410561168 139877602470112 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24890] ppid=24874 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24890/stat : 24890 (java) S 24874 24874 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408490823 15512600576 12602 33554432000 4194304 4196468 140737410561168 139877601418416 139878736185986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51832 KiB

[startup+0.701123 s]
/proc/loadavg: 8.50 8.43 8.31 6/232 24890
/proc/meminfo: memFree=23016368/32770624 swapFree=66977612/67108860
[pid=24874] ppid=24871 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/24874/stat : 24874 (xcsp3-exec) S 24871 24874 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408490817 115843072 362 33554432000 4194304 5098028 140737139818336 140737139816440 139677004423804 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 39116800 140737139823483 140737139823725 140737139823725 140737139826634 0
/proc/24874/statm: 28282 362 304 221 0 87 0
[pid=24876] ppid=24874 vsize=15149100 memory=563368 CPUtime=1.19 cores=1,3,5,7
/proc/24876/stat : 24876 (java) S 24874 24874 15592 0 -1 1077944320 12125 0 0 0 94 25 0 0 20 0 15 0 408490817 15512678400 140842 33554432000 4194304 4196468 140737410561168 140737410543712 139878736174839 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
/proc/24876/statm: 3787275 140842 3412 1 0 3748377 0
[pid=24876/tid=24877] ppid=24874 vsize=15149100 memory=-3704326594973231466 CPUtime=0.62 cores=1,3,5,7
/proc/24876/task/24877/stat : 24877 (java) R 24874 24874 15592 0 -1 4202560 8534 0 0 0 52 10 0 0 20 0 15 0 408490817 15512678400 140842 33554432000 4194304 4196468 140737410561168 139878740409312 139878736186774 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24878] ppid=24874 vsize=15149100 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/24876/task/24878/stat : 24878 (java) S 24874 24874 15592 0 -1 1077944384 52 0 0 0 1 3 0 0 20 0 15 0 408490818 15512678400 140842 33554432000 4194304 4196468 140737410561168 139878328146576 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24879] ppid=24874 vsize=15149100 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/24876/task/24879/stat : 24879 (java) S 24874 24874 15592 0 -1 1077944384 48 0 0 0 1 2 0 0 20 0 15 0 408490818 15512678400 140842 33554432000 4194304 4196468 140737410561168 139878327093776 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24880] ppid=24874 vsize=15149100 memory=704 CPUtime=0.04 cores=1,3,5,7
/proc/24876/task/24880/stat : 24880 (java) S 24874 24874 15592 0 -1 1077944384 42 0 0 0 1 3 0 0 20 0 15 0 408490818 15512678400 140842 33554432000 4194304 4196468 140737410561168 139878326040976 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24881] ppid=24874 vsize=15149100 memory=1056 CPUtime=0.05 cores=1,3,5,7
/proc/24876/task/24881/stat : 24881 (java) S 24874 24874 15592 0 -1 1077944384 58 0 0 0 2 3 0 0 20 0 15 0 408490818 15512678400 140842 33554432000 4194304 4196468 140737410561168 139878324988176 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24882] ppid=24874 vsize=15149100 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24882/stat : 24882 (java) S 24874 24874 15592 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 408490820 15512678400 140842 33554432000 4194304 4196468 140737410561168 139877609839472 139878736185986 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24883] ppid=24874 vsize=15149100 memory=780 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24883/stat : 24883 (java) S 24874 24874 15592 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 408490820 15512678400 140842 33554432000 4194304 4196468 140737410561168 139877608785440 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24884] ppid=24874 vsize=15149100 memory=3252 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24884/stat : 24884 (java) S 24874 24874 15592 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 408490820 15512678400 140842 33554432000 4194304 4196468 140737410561168 139877607732592 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24885] ppid=24874 vsize=15149100 memory=1112 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24885/stat : 24885 (java) S 24874 24874 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408490823 15512678400 140842 33554432000 4194304 4196468 140737410561168 139877606680912 139878736193435 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24886] ppid=24874 vsize=15149100 memory=5952 CPUtime=0.08 cores=1,3,5,7
/proc/24876/task/24886/stat : 24886 (java) R 24874 24874 15592 0 -1 4202560 503 0 0 0 8 0 0 0 20 0 15 0 408490823 15512678400 140842 33554432000 4194304 4196468 140737410561168 139877605613904 139878716868103 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24887] ppid=24874 vsize=15149100 memory=7552 CPUtime=0.06 cores=1,3,5,7
/proc/24876/task/24887/stat : 24887 (java) R 24874 24874 15592 0 -1 4202560 582 0 0 0 6 0 0 0 20 0 15 0 408490823 15512678400 140842 33554432000 4194304 4196468 140737410561168 139877604575472 139878736186774 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24888] ppid=24874 vsize=15149100 memory=2832 CPUtime=0.18 cores=1,3,5,7
/proc/24876/task/24888/stat : 24888 (java) R 24874 24874 15592 0 -1 1077944384 924 0 0 0 18 0 0 0 20 0 15 0 408490823 15512678400 140842 33554432000 4194304 4196468 140737410561168 139877603522672 139878736185986 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24889] ppid=24874 vsize=15149100 memory=1084 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24889/stat : 24889 (java) S 24874 24874 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408490823 15512678400 140842 33554432000 4194304 4196468 140737410561168 139877602470112 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24890] ppid=24874 vsize=15149100 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24890/stat : 24890 (java) S 24874 24874 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408490823 15512678400 140842 33554432000 4194304 4196468 140737410561168 139877601418416 139878736185986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 15262228 KiB
Current children cumulated memory: 564816 KiB

[startup+1.5008 s]
/proc/loadavg: 8.50 8.43 8.31 6/232 24890
/proc/meminfo: memFree=22549504/32770624 swapFree=66977612/67108860
[pid=24874] ppid=24871 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/24874/stat : 24874 (xcsp3-exec) S 24871 24874 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408490817 115843072 362 33554432000 4194304 5098028 140737139818336 140737139816440 139677004423804 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 39116800 140737139823483 140737139823725 140737139823725 140737139826634 0
/proc/24874/statm: 28282 362 304 221 0 87 0

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

/proc/24876/task/24880/stat : 24880 (java) R 24874 24874 15592 0 -1 4202560 77665 0 0 0 34702 272 0 0 20 0 15 0 408490818 15514775552 3068568 33554432000 4194304 4196468 140737410561168 139878326040864 139878729277868 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24881] ppid=24874 vsize=15151148 memory=1084 CPUtime=349.19 cores=1,3,5,7
/proc/24876/task/24881/stat : 24881 (java) R 24874 24874 15592 0 -1 4202560 77324 0 0 0 34604 315 0 0 20 0 15 0 408490818 15514775552 3068568 33554432000 4194304 4196468 140737410561168 139878324988376 139878729277873 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24882] ppid=24874 vsize=15151148 memory=14012 CPUtime=38.69 cores=1,3,5,7
/proc/24876/task/24882/stat : 24882 (java) S 24874 24874 15592 0 -1 1077944384 79673 0 0 0 3862 7 0 0 20 0 15 0 408490820 15514775552 3068568 33554432000 4194304 4196468 140737410561168 139877609838016 139878736185045 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24883] ppid=24874 vsize=15151148 memory=14048 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24883/stat : 24883 (java) S 24874 24874 15592 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 408490820 15514775552 3068568 33554432000 4194304 4196468 140737410561168 139877608785504 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24884] ppid=24874 vsize=15151148 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24884/stat : 24884 (java) S 24874 24874 15592 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 408490820 15514775552 3068568 33554432000 4194304 4196468 140737410561168 139877607732608 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24885] ppid=24874 vsize=15151148 memory=1164 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24885/stat : 24885 (java) S 24874 24874 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408490823 15514775552 3068568 33554432000 4194304 4196468 140737410561168 139877606680912 139878736193435 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24886] ppid=24874 vsize=15151148 memory=8317482817917895235 CPUtime=0.61 cores=1,3,5,7
/proc/24876/task/24886/stat : 24886 (java) S 24874 24874 15592 0 -1 1077944384 2744 0 0 0 61 0 0 0 20 0 15 0 408490823 15514775552 3068568 33554432000 4194304 4196468 140737410561168 139877605628032 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24887] ppid=24874 vsize=15151148 memory=1448 CPUtime=0.61 cores=1,3,5,7
/proc/24876/task/24887/stat : 24887 (java) S 24874 24874 15592 0 -1 1077944384 3493 0 0 0 60 1 0 0 20 0 15 0 408490823 15514775552 3068568 33554432000 4194304 4196468 140737410561168 139877604575472 139878736185986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24888] ppid=24874 vsize=15151148 memory=12274268 CPUtime=0.36 cores=1,3,5,7
/proc/24876/task/24888/stat : 24888 (java) S 24874 24874 15592 0 -1 1077944384 3193 0 0 0 35 1 0 0 20 0 15 0 408490823 15514775552 3068568 33554432000 4194304 4196468 140737410561168 139877603522672 139878736185986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24889] ppid=24874 vsize=15151148 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24889/stat : 24889 (java) S 24874 24874 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408490823 15514775552 3068568 33554432000 4194304 4196468 140737410561168 139877602470112 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24890] ppid=24874 vsize=15151148 memory=780 CPUtime=0.31 cores=1,3,5,7
/proc/24876/task/24890/stat : 24890 (java) S 24874 24874 15592 0 -1 1077944384 237 0 0 0 21 10 0 0 20 0 15 0 408490823 15514775552 3068568 33554432000 4194304 4196468 140737410561168 139877601418416 139878736185986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 56 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
Current children cumulated CPU time: 1454.89 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 12275720 KiB

[startup+409.601 s]
/proc/loadavg: 3.75 4.98 6.75 5/206 24999
/proc/meminfo: memFree=12841396/32770624 swapFree=66977612/67108860
[pid=24874] ppid=24871 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/24874/stat : 24874 (xcsp3-exec) S 24871 24874 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408490817 115843072 362 33554432000 4194304 5098028 140737139818336 140737139816440 139677004423804 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 39116800 140737139823483 140737139823725 140737139823725 140737139826634 0
/proc/24874/statm: 28282 362 304 221 0 87 0
[pid=24876] ppid=24874 vsize=15151148 memory=12274288 CPUtime=1466.24 cores=1,3,5,7
/proc/24876/stat : 24876 (java) S 24874 24874 15592 0 -1 1077944320 540450 0 0 0 145422 1202 0 0 20 0 15 0 408490817 15514775552 3068572 33554432000 4194304 4196468 140737410561168 140737410543712 139878736174839 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
/proc/24876/statm: 3787787 3068572 3499 1 0 3748889 0
[pid=24876/tid=24877] ppid=24874 vsize=15151148 memory=38300 CPUtime=15.44 cores=1,3,5,7
/proc/24876/task/24877/stat : 24877 (java) S 24874 24874 15592 0 -1 1077944384 17048 0 0 0 1530 14 0 0 20 0 15 0 408490817 15514775552 3068572 33554432000 4194304 4196468 140737410561168 139878740416432 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24878] ppid=24874 vsize=15151148 memory=139976072005793 CPUtime=352.64 cores=1,3,5,7
/proc/24876/task/24878/stat : 24878 (java) R 24874 24874 15592 0 -1 4202560 75870 0 0 0 34999 265 0 0 20 0 15 0 408490818 15514775552 3068572 33554432000 4194304 4196468 140737410561168 139878328146776 139878729279537 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24879] ppid=24874 vsize=15151148 memory=-3258418265892434876 CPUtime=352.68 cores=1,3,5,7
/proc/24876/task/24879/stat : 24879 (java) R 24874 24874 15592 0 -1 4202560 184508 0 0 0 34947 321 0 0 20 0 15 0 408490818 15514775552 3068572 33554432000 4194304 4196468 140737410561168 139878327093584 139878728803047 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24880] ppid=24874 vsize=15151148 memory=3252 CPUtime=352.46 cores=1,3,5,7
/proc/24876/task/24880/stat : 24880 (java) R 24874 24874 15592 0 -1 4202560 90646 0 0 0 34972 274 0 0 20 0 15 0 408490818 15514775552 3068572 33554432000 4194304 4196468 140737410561168 139878326040784 139878728803047 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24881] ppid=24874 vsize=15151148 memory=1112 CPUtime=351.95 cores=1,3,5,7
/proc/24876/task/24881/stat : 24881 (java) R 24874 24874 15592 0 -1 4202560 81562 0 0 0 34880 315 0 0 20 0 15 0 408490818 15514775552 3068572 33554432000 4194304 4196468 140737410561168 139878324987984 139878728803047 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24882] ppid=24874 vsize=15151148 memory=5952 CPUtime=39.09 cores=1,3,5,7
/proc/24876/task/24882/stat : 24882 (java) S 24874 24874 15592 0 -1 1077944384 79740 0 0 0 3902 7 0 0 20 0 15 0 408490820 15514775552 3068572 33554432000 4194304 4196468 140737410561168 139877609838016 139878736185045 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24883] ppid=24874 vsize=15151148 memory=545 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24883/stat : 24883 (java) S 24874 24874 15592 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 408490820 15514775552 3068572 33554432000 4194304 4196468 140737410561168 139877608785504 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24884] ppid=24874 vsize=15151148 memory=4139 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24884/stat : 24884 (java) S 24874 24874 15592 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 408490820 15514775552 3068572 33554432000 4194304 4196468 140737410561168 139877607732608 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24885] ppid=24874 vsize=15151148 memory=603 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24885/stat : 24885 (java) S 24874 24874 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408490823 15514775552 3068572 33554432000 4194304 4196468 140737410561168 139877606680912 139878736193435 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24886] ppid=24874 vsize=15151148 memory=0 CPUtime=0.61 cores=1,3,5,7
/proc/24876/task/24886/stat : 24886 (java) S 24874 24874 15592 0 -1 1077944384 2744 0 0 0 61 0 0 0 20 0 15 0 408490823 15514775552 3068572 33554432000 4194304 4196468 140737410561168 139877605628272 139878736185986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24887] ppid=24874 vsize=15151148 memory=4420 CPUtime=0.61 cores=1,3,5,7
/proc/24876/task/24887/stat : 24887 (java) S 24874 24874 15592 0 -1 1077944384 3493 0 0 0 60 1 0 0 20 0 15 0 408490823 15514775552 3068572 33554432000 4194304 4196468 140737410561168 139877604575472 139878736185986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24888] ppid=24874 vsize=15151148 memory=6628 CPUtime=0.36 cores=1,3,5,7
/proc/24876/task/24888/stat : 24888 (java) S 24874 24874 15592 0 -1 1077944384 3254 0 0 0 35 1 0 0 20 0 15 0 408490823 15514775552 3068572 33554432000 4194304 4196468 140737410561168 139877603522672 139878736185986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24889] ppid=24874 vsize=15151148 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24889/stat : 24889 (java) S 24874 24874 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408490823 15514775552 3068572 33554432000 4194304 4196468 140737410561168 139877602470112 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24890] ppid=24874 vsize=15151148 memory=1724 CPUtime=0.33 cores=1,3,5,7
/proc/24876/task/24890/stat : 24890 (java) S 24874 24874 15592 0 -1 1077944384 237 0 0 0 23 10 0 0 20 0 15 0 408490823 15514775552 3068572 33554432000 4194304 4196468 140737410561168 139877601418416 139878736185986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 56 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
Current children cumulated CPU time: 1466.24 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 12275736 KiB

[startup+411.201 s]
/proc/loadavg: 3.75 4.98 6.75 2/206 24999
/proc/meminfo: memFree=12841396/32770624 swapFree=66977612/67108860
[pid=24874] ppid=24871 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/24874/stat : 24874 (xcsp3-exec) S 24871 24874 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408490817 115843072 362 33554432000 4194304 5098028 140737139818336 140737139816440 139677004423804 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 39116800 140737139823483 140737139823725 140737139823725 140737139826634 0
/proc/24874/statm: 28282 362 304 221 0 87 0
[pid=24876] ppid=24874 vsize=15217712 memory=12274292 CPUtime=1471.33 cores=1,3,5,7
/proc/24876/stat : 24876 (java) S 24874 24874 15592 0 -1 1077944320 540606 0 0 0 145929 1204 0 0 20 0 16 0 408490817 15582937088 3068573 33554432000 4194304 4196468 140737410561168 140737410543712 139878736174839 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
/proc/24876/statm: 3804428 3068573 3499 1 0 3765530 0
[pid=24876/tid=24877] ppid=24874 vsize=15217712 memory=3869 CPUtime=15.44 cores=1,3,5,7
/proc/24876/task/24877/stat : 24877 (java) S 24874 24874 15592 0 -1 1077944384 17060 0 0 0 1530 14 0 0 20 0 16 0 408490817 15582937088 3068573 33554432000 4194304 4196468 140737410561168 139878740415520 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24878] ppid=24874 vsize=15217712 memory=0 CPUtime=353.83 cores=1,3,5,7
/proc/24876/task/24878/stat : 24878 (java) R 24874 24874 15592 0 -1 4202560 75870 0 0 0 35118 265 0 0 20 0 16 0 408490818 15582937088 3068573 33554432000 4194304 4196468 140737410561168 139878328146776 139878722239669 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24879] ppid=24874 vsize=15217712 memory=0 CPUtime=353.84 cores=1,3,5,7
/proc/24876/task/24879/stat : 24879 (java) R 24874 24874 15592 0 -1 4202560 184508 0 0 0 35063 321 0 0 20 0 16 0 408490818 15582937088 3068573 33554432000 4194304 4196468 140737410561168 139878327093776 139878720872536 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24880] ppid=24874 vsize=15217712 memory=2004 CPUtime=353.62 cores=1,3,5,7
/proc/24876/task/24880/stat : 24880 (java) R 24874 24874 15592 0 -1 4202560 90652 0 0 0 35088 274 0 0 20 0 16 0 408490818 15582937088 3068573 33554432000 4194304 4196468 140737410561168 139878326041176 139878721127376 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24881] ppid=24874 vsize=15217712 memory=1428 CPUtime=353.11 cores=1,3,5,7
/proc/24876/task/24881/stat : 24881 (java) R 24874 24874 15592 0 -1 4202560 81567 0 0 0 34995 316 0 0 20 0 16 0 408490818 15582937088 3068573 33554432000 4194304 4196468 140737410561168 139878324988376 139878721160135 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24882] ppid=24874 vsize=15217712 memory=1724 CPUtime=39.49 cores=1,3,5,7
/proc/24876/task/24882/stat : 24882 (java) S 24874 24874 15592 0 -1 1077944384 79844 0 0 0 3942 7 0 0 20 0 16 0 408490820 15582937088 3068573 33554432000 4194304 4196468 140737410561168 139877609837792 139878736185045 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24883] ppid=24874 vsize=15217712 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24883/stat : 24883 (java) S 24874 24874 15592 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 408490820 15582937088 3068573 33554432000 4194304 4196468 140737410561168 139877608785504 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24884] ppid=24874 vsize=15217712 memory=1084 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24884/stat : 24884 (java) S 24874 24874 15592 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 408490820 15582937088 3068573 33554432000 4194304 4196468 140737410561168 139877607732608 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24885] ppid=24874 vsize=15217712 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24885/stat : 24885 (java) S 24874 24874 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 408490823 15582937088 3068573 33554432000 4194304 4196468 140737410561168 139877606680912 139878736193435 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24886] ppid=24874 vsize=15217712 memory=14048 CPUtime=0.61 cores=1,3,5,7
/proc/24876/task/24886/stat : 24886 (java) S 24874 24874 15592 0 -1 1077944384 2744 0 0 0 61 0 0 0 20 0 16 0 408490823 15582937088 3068573 33554432000 4194304 4196468 140737410561168 139877605628272 139878736185986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24887] ppid=24874 vsize=15217712 memory=6791534058613427641 CPUtime=0.61 cores=1,3,5,7
/proc/24876/task/24887/stat : 24887 (java) S 24874 24874 15592 0 -1 1077944384 3493 0 0 0 60 1 0 0 20 0 16 0 408490823 15582937088 3068573 33554432000 4194304 4196468 140737410561168 139877604575472 139878736185986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24888] ppid=24874 vsize=15217712 memory=12274288 CPUtime=0.36 cores=1,3,5,7
/proc/24876/task/24888/stat : 24888 (java) S 24874 24874 15592 0 -1 1077944384 3254 0 0 0 35 1 0 0 20 0 16 0 408490823 15582937088 3068573 33554432000 4194304 4196468 140737410561168 139877603522672 139878736185986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24889] ppid=24874 vsize=15217712 memory=988 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24889/stat : 24889 (java) S 24874 24874 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 408490823 15582937088 3068573 33554432000 4194304 4196468 140737410561168 139877602470112 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24890] ppid=24874 vsize=15217712 memory=2004 CPUtime=0.33 cores=1,3,5,7
/proc/24876/task/24890/stat : 24890 (java) S 24874 24874 15592 0 -1 1077944384 237 0 0 0 23 10 0 0 20 0 16 0 408490823 15582937088 3068573 33554432000 4194304 4196468 140737410561168 139877601418416 139878736185986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 56 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
Current children cumulated CPU time: 1471.33 s
Current children cumulated vsize: 15330840 KiB
Current children cumulated memory: 12275740 KiB

[startup+412.001 s]*
/proc/loadavg: 3.75 4.98 6.75 5/208 25002
/proc/meminfo: memFree=12841104/32770624 swapFree=66977612/67108860
[pid=24874] ppid=24871 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/24874/stat : 24874 (xcsp3-exec) S 24871 24874 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408490817 115843072 362 33554432000 4194304 5098028 140737139818336 140737139816440 139677004423804 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 39116800 140737139823483 140737139823725 140737139823725 140737139826634 0
/proc/24874/statm: 28282 362 304 221 0 87 0
[pid=24876] ppid=24874 vsize=15217712 memory=12274292 CPUtime=1474.52 cores=1,3,5,7
/proc/24876/stat : 24876 (java) S 24874 24874 15592 0 -1 1077944320 540608 0 0 0 146248 1204 0 0 20 0 16 0 408490817 15582937088 3068573 33554432000 4194304 4196468 140737410561168 140737410543712 139878736174839 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
/proc/24876/statm: 3804428 3068573 3499 1 0 3765530 0
[pid=24876/tid=24877] ppid=24874 vsize=15217712 memory=111632 CPUtime=15.44 cores=1,3,5,7
/proc/24876/task/24877/stat : 24877 (java) S 24874 24874 15592 0 -1 1077944384 17060 0 0 0 1530 14 0 0 20 0 16 0 408490817 15582937088 3068573 33554432000 4194304 4196468 140737410561168 139878740415520 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24878] ppid=24874 vsize=15217712 memory=796 CPUtime=354.63 cores=1,3,5,7
/proc/24876/task/24878/stat : 24878 (java) R 24874 24874 15592 0 -1 4202560 75870 0 0 0 35198 265 0 0 20 0 16 0 408490818 15582937088 3068573 33554432000 4194304 4196468 140737410561168 139878328146464 139878721171475 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24879] ppid=24874 vsize=15217712 memory=1804 CPUtime=354.63 cores=1,3,5,7
/proc/24876/task/24879/stat : 24879 (java) R 24874 24874 15592 0 -1 4202560 184508 0 0 0 35142 321 0 0 20 0 16 0 408490818 15582937088 3068573 33554432000 4194304 4196468 140737410561168 139878327093896 139878728803047 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24880] ppid=24874 vsize=15217712 memory=8317482817917895235 CPUtime=354.42 cores=1,3,5,7
/proc/24876/task/24880/stat : 24880 (java) R 24874 24874 15592 0 -1 4202560 90652 0 0 0 35168 274 0 0 20 0 16 0 408490818 15582937088 3068573 33554432000 4194304 4196468 140737410561168 139878326041176 139878721171501 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24881] ppid=24874 vsize=15217712 memory=6944656592455360604 CPUtime=353.91 cores=1,3,5,7
/proc/24876/task/24881/stat : 24881 (java) R 24874 24874 15592 0 -1 4202560 81567 0 0 0 35075 316 0 0 20 0 16 0 408490818 15582937088 3068573 33554432000 4194304 4196468 140737410561168 139878324988376 139878728803047 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24882] ppid=24874 vsize=15217712 memory=6944656592455097440 CPUtime=39.49 cores=1,3,5,7
/proc/24876/task/24882/stat : 24882 (java) S 24874 24874 15592 0 -1 1077944384 79846 0 0 0 3942 7 0 0 20 0 16 0 408490820 15582937088 3068573 33554432000 4194304 4196468 140737410561168 139877609838016 139878736185045 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24883] ppid=24874 vsize=15217712 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24883/stat : 24883 (java) S 24874 24874 15592 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 408490820 15582937088 3068573 33554432000 4194304 4196468 140737410561168 139877608785504 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24884] ppid=24874 vsize=15217712 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24884/stat : 24884 (java) S 24874 24874 15592 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 408490820 15582937088 3068573 33554432000 4194304 4196468 140737410561168 139877607732608 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24885] ppid=24874 vsize=15217712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24885/stat : 24885 (java) S 24874 24874 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 408490823 15582937088 3068573 33554432000 4194304 4196468 140737410561168 139877606680912 139878736193435 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24886] ppid=24874 vsize=15217712 memory=0 CPUtime=0.61 cores=1,3,5,7
/proc/24876/task/24886/stat : 24886 (java) S 24874 24874 15592 0 -1 1077944384 2744 0 0 0 61 0 0 0 20 0 16 0 408490823 15582937088 3068573 33554432000 4194304 4196468 140737410561168 139877605628272 139878736185986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24887] ppid=24874 vsize=15217712 memory=2004 CPUtime=0.61 cores=1,3,5,7
/proc/24876/task/24887/stat : 24887 (java) S 24874 24874 15592 0 -1 1077944384 3493 0 0 0 60 1 0 0 20 0 16 0 408490823 15582937088 3068573 33554432000 4194304 4196468 140737410561168 139877604575472 139878736185986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24888] ppid=24874 vsize=15217712 memory=1428 CPUtime=0.36 cores=1,3,5,7
/proc/24876/task/24888/stat : 24888 (java) S 24874 24874 15592 0 -1 1077944384 3254 0 0 0 35 1 0 0 20 0 16 0 408490823 15582937088 3068573 33554432000 4194304 4196468 140737410561168 139877603522672 139878736185986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24889] ppid=24874 vsize=15217712 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/24876/task/24889/stat : 24889 (java) S 24874 24874 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 408490823 15582937088 3068573 33554432000 4194304 4196468 140737410561168 139877602470112 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=24890] ppid=24874 vsize=15217712 memory=704 CPUtime=0.33 cores=1,3,5,7
/proc/24876/task/24890/stat : 24890 (java) S 24874 24874 15592 0 -1 1077944384 237 0 0 0 23 10 0 0 20 0 16 0 408490823 15582937088 3068573 33554432000 4194304 4196468 140737410561168 139877601418416 139878736185986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 56 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
[pid=24876/tid=25000] ppid=24874 vsize=15217712 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/24876/task/25000/stat : 25000 (java) S 24874 24874 15592 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 16 0 408531923 15582937088 3068573 33554432000 4194304 4196468 140737410561168 139877592448832 139878736185045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140737410569199 140737410569370 140737410569370 140737410572239 0
Current children cumulated CPU time: 1474.52 s
Current children cumulated vsize: 15330840 KiB
Current children cumulated memory: 12275740 KiB

[startup+412.201 s]
/proc/loadavg: 3.75 4.98 6.75 5/208 25002
/proc/meminfo: memFree=12841104/32770624 swapFree=66977612/67108860
[pid=24874] ppid=24871 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/24874/stat : 24874 (xcsp3-exec) S 24871 24874 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408490817 115843072 362 33554432000 4194304 5098028 140737139818336 140737139816440 139677004423804 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 39116800 140737139823483 140737139823725 140737139823725 140737139826634 0
/proc/24874/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): 412.226
CPU time (s): 1474.95
CPU user time (s): 1462.83
CPU system time (s): 12.1221
CPU usage (%): 357.802
Max. virtual memory (cumulated for all children) (KiB): 15330840
Max. memory (cumulated for all children) (KiB): 12275744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1462.83
system time used= 12.1221
maximum resident set size= 12274656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 541319
page faults= 0
swaps= 0
block input operations= 0
block output operations= 544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29128
involuntary context switches= 19764


# summary of solver processes directly reported to runsolver:
#   pid: 24874
#   total CPU time (s): 1474.95
#   total CPU user time (s): 1462.83
#   total CPU system time (s): 12.1221

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.55611 second user time and 4.43764 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-12 21:55:18
IDJOB=4393056
IDBENCH=134616
IDSOLVER=2840
FILE ID=node104/4393056-1568322335
RUNJOBID= node104-1568309054-15624
PBS_JOBID= 21701133
Free space on /tmp= 56508 MiB

SOLVER NAME= choco-solver 2019-06-14
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-4393056-1568322335/watcher-4393056-1568322335 -o /tmp/evaluation-result-4393056-1568322335/solver-4393056-1568322335 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568309054-15624 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 248197151 HOME/instance-4393056-1568322335.xml

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

MD5SUM BENCH= af3f6bb9b1ca00becd13f0e7ebc5af3a
RANDOM SEED=248197151

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        23158984 kB
MemAvailable:   29888188 kB
Buffers:          127940 kB
Cached:          6814808 kB
SwapCached:        31864 kB
Active:          3782844 kB
Inactive:        5133344 kB
Active(anon):    1938272 kB
Inactive(anon):    76560 kB
Active(file):    1844572 kB
Inactive(file):  5056784 kB
Unevictable:      107804 kB
Mlocked:          107804 kB
SwapTotal:      67108860 kB
SwapFree:       66977612 kB
Dirty:             68364 kB
Writeback:             0 kB
AnonPages:       2050468 kB
Mapped:            55948 kB
Shmem:             32780 kB
Slab:             286200 kB
SReclaimable:     256308 kB
SUnreclaim:        29892 kB
KernelStack:        3776 kB
PageTables:         9712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3227944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1939456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56508 MiB
End job on node104 at 2019-09-12 22:02:11