Trace number 4393817

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-06-14 parallelOPT1289 124.706 16.4998

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-04.xml
MD5SUM9de932a4b5bfbe7a07e43c684f6299af
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1289
Best CPU time to get the best result obtained on this benchmark48.1299
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393817-1568433986.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393817-1568433986.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
0.71/0.47	c solve instance...
0.71/0.50	o 170 
1.04/0.52	o 174 
1.04/0.52	o 182 
1.04/0.52	o 423 
1.04/0.53	o 431 
1.04/0.54	o 432 
1.04/0.54	o 434 
1.04/0.54	o 451 
1.04/0.54	o 653 
1.04/0.56	o 824 
1.04/0.60	o 857 
1.50/0.63	o 859 
1.50/0.63	o 888 
1.50/0.64	o 892 
1.50/0.66	o 954 
1.50/0.67	o 993 
1.50/0.69	o 1035 
1.50/0.70	o 1037 
2.10/0.71	o 1050 
2.10/0.71	o 1069 
2.10/0.74	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (29/31)
2.10/0.74		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.10/0.74		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2.10/0.74		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2.10/0.74		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2.10/0.74		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2.10/0.74	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (29/31)
2.10/0.74		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
2.10/0.74		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
2.10/0.74		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
2.10/0.74		at org.chocosolver.solver.Solver.repair(Solver.java:443)
2.10/0.74		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
2.10/0.74		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2.10/0.74		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2.10/0.74		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.10/0.74		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.10/0.74		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.10/0.74		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.10/0.74		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.10/0.74		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2.10/0.74		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2.10/0.74		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2.10/0.74		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2.10/0.74	o 1083 
2.10/0.75	o 1098 
2.10/0.76	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a satisfied signed clause: #360 : ?TRUE : (x[49] = 1 ∈ [1,1]:TRUE) ∨ (x[0] = 0 ∈ [1,1]:FALSE) ∨ (x[10] = 0 ∈ [1,1]:FALSE) ∨ (x[11] = 0 ∈ [1,1]:FALSE) ∨ (x[13] = 0 ∈ [1,1]:FALSE) ∨ (x[14] = 0 ∈ [1,1]:FALSE) ∨ (x[15] = 0 ∈ [1,1]:FALSE) ∨ (x[16] = 0 ∈ [1,1]:FALSE) ∨ (x[21] = 0 ∈ [1,1]:FALSE) ∨ (x[23] = 0 ∈ [1,1]:FALSE) ∨ (x[24] = 0 ∈ [1,1]:FALSE) ∨ (x[25] = 0 ∈ [1,1]:FALSE) ∨ (x[28] = 0 ∈ [1,1]:FALSE) ∨ (x[31] = 0 ∈ [1,1]:FALSE) ∨ (x[34] = 0 ∈ [1,1]:FALSE) ∨ (x[35] = 0 ∈ [1,1]:FALSE) ∨ (x[36] = 0 ∈ [1,1]:FALSE) ∨ (x[37] = 0 ∈ [1,1]:FALSE) ∨ (x[38] = 0 ∈ [1,1]:FALSE) ∨ (x[39] = 0 ∈ [1,1]:FALSE) ∨ (x[40] = 0 ∈ [1,1]:FALSE) ∨ (x[41] = 0 ∈ [1,1]:FALSE) ∨ (x[42] = 0 ∈ [1,1]:FALSE) ∨ (x[43] = 0 ∈ [1,1]:FALSE) ∨ (x[44] = 0 ∈ [1,1]:FALSE) ∨ (x[45] = 0 ∈ [1,1]:FALSE) ∨ (x[47] = 0 ∈ [1,1]:FALSE) ∨ (x[48] = 0 ∈ [1,1]:FALSE) ∨ (SCALAR = [1084,1188] ∈ [1196,2830]:FALSE) ∨ (SCALAR = [1084,1188] ∈ [0,1068]:FALSE) ∨ (x[3] = 1 ∈ [0,0]:FALSE)
2.10/0.76		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.10/0.76		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2.10/0.76		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2.10/0.76		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2.10/0.76		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2.10/0.76	Caused by: org.chocosolver.solver.exception.SolverException: Learn a satisfied signed clause: #360 : ?TRUE : (x[49] = 1 ∈ [1,1]:TRUE) ∨ (x[0] = 0 ∈ [1,1]:FALSE) ∨ (x[10] = 0 ∈ [1,1]:FALSE) ∨ (x[11] = 0 ∈ [1,1]:FALSE) ∨ (x[13] = 0 ∈ [1,1]:FALSE) ∨ (x[14] = 0 ∈ [1,1]:FALSE) ∨ (x[15] = 0 ∈ [1,1]:FALSE) ∨ (x[16] = 0 ∈ [1,1]:FALSE) ∨ (x[21] = 0 ∈ [1,1]:FALSE) ∨ (x[23] = 0 ∈ [1,1]:FALSE) ∨ (x[24] = 0 ∈ [1,1]:FALSE) ∨ (x[25] = 0 ∈ [1,1]:FALSE) ∨ (x[28] = 0 ∈ [1,1]:FALSE) ∨ (x[31] = 0 ∈ [1,1]:FALSE) ∨ (x[34] = 0 ∈ [1,1]:FALSE) ∨ (x[35] = 0 ∈ [1,1]:FALSE) ∨ (x[36] = 0 ∈ [1,1]:FALSE) ∨ (x[37] = 0 ∈ [1,1]:FALSE) ∨ (x[38] = 0 ∈ [1,1]:FALSE) ∨ (x[39] = 0 ∈ [1,1]:FALSE) ∨ (x[40] = 0 ∈ [1,1]:FALSE) ∨ (x[41] = 0 ∈ [1,1]:FALSE) ∨ (x[42] = 0 ∈ [1,1]:FALSE) ∨ (x[43] = 0 ∈ [1,1]:FALSE) ∨ (x[44] = 0 ∈ [1,1]:FALSE) ∨ (x[45] = 0 ∈ [1,1]:FALSE) ∨ (x[47] = 0 ∈ [1,1]:FALSE) ∨ (x[48] = 0 ∈ [1,1]:FALSE) ∨ (SCALAR = [1084,1188] ∈ [1196,2830]:FALSE) ∨ (SCALAR = [1084,1188] ∈ [0,1068]:FALSE) ∨ (x[3] = 1 ∈ [0,0]:FALSE)
2.10/0.76		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:185)
2.10/0.76		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
2.10/0.76		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
2.10/0.76		at org.chocosolver.solver.Solver.repair(Solver.java:443)
2.10/0.76		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
2.10/0.76		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2.10/0.76		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2.10/0.76		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.10/0.76		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.10/0.76		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.10/0.76		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.10/0.76		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.10/0.76		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2.10/0.76		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2.10/0.76		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2.10/0.76		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2.10/0.76	o 1101 
2.78/0.82	o 1103 
2.78/0.82	o 1125 
2.78/0.83	o 1142 
2.78/0.86	o 1145 
2.78/0.87	o 1157 
2.78/0.87	o 1163 
2.78/0.89	o 1166 
3.48/0.92	o 1169 
3.48/0.97	o 1183 
3.48/0.99	o 1197 
3.48/0.99	o 1200 
4.28/1.03	o 1203 
4.28/1.06	o 1221 
4.28/1.10	o 1243 
4.28/1.11	o 1265 
4.90/1.11	o 1289 
124.20/16.46	s OPTIMUM FOUND
124.20/16.46	v <instantiation>
124.20/16.46	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] </list>
124.20/16.46	v 	<values>1 1 1 1 1 1 1 0 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 1 0 0 0 </values>
124.20/16.46	v </instantiation>

Verifier Data

OK	1289

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 (14565 MiB free)
  memory of node 1: 16384 MiB (15637 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393817-1568433986/watcher-4393817-1568433986 -o /tmp/evaluation-result-4393817-1568433986/solver-4393817-1568433986 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node117-1568427144-15778 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 978314914 HOME/instance-4393817-1568433986.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0.100128 s]*
/proc/loadavg: 4.33 5.29 4.23 2/211 28535
/proc/meminfo: memFree=30911328/32770624 swapFree=66947792/67108860
[pid=28514] ppid=28511 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28514/stat : 28514 (xcsp3-exec) S 28511 28514 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419340582 115843072 363 33554432000 4194304 5098028 140736967536832 140736967534936 140454094111356 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14454784 140736967541622 140736967541865 140736967541865 140736967544778 0
/proc/28514/statm: 28282 363 304 221 0 87 0
[pid=28516] ppid=28514 vsize=28227388 memory=29180 CPUtime=0.12 cores=0-7
/proc/28516/stat : 28516 (java) S 28514 28514 15751 0 -1 1077944320 5689 0 0 0 11 1 0 0 20 0 20 0 419340582 28904845312 7295 33554432000 4194304 4196468 140728257880304 140728257862848 140110036688631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
/proc/28516/statm: 7056847 7295 3159 1 0 7019032 0
[pid=28516/tid=28517] ppid=28514 vsize=28227388 memory=8317482817917895235 CPUtime=0.09 cores=0-7
/proc/28516/task/28517/stat : 28517 (java) R 28514 28514 15751 0 -1 4202560 3589 0 0 0 8 1 0 0 20 0 20 0 419340583 28904845312 7295 33554432000 4194304 4196468 140728257880304 140110040921904 140110036700566 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28518] ppid=28514 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/28516/task/28518/stat : 28518 (java) S 28514 28514 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419340583 28904845312 7295 33554432000 4194304 4196468 140728257880304 140109956541072 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28519] ppid=28514 vsize=28227388 memory=140457881560704 CPUtime=0 cores=0-7
/proc/28516/task/28519/stat : 28519 (java) S 28514 28514 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419340583 28904845312 7295 33554432000 4194304 4196468 140728257880304 140109955488272 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28520] ppid=28514 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28520/stat : 28520 (java) S 28514 28514 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419340583 28904845312 7295 33554432000 4194304 4196468 140728257880304 140109954435472 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28521] ppid=28514 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28521/stat : 28521 (java) S 28514 28514 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419340583 28904845312 7295 33554432000 4194304 4196468 140728257880304 140109585438992 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28522] ppid=28514 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28522/stat : 28522 (java) S 28514 28514 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419340583 28904845312 7295 33554432000 4194304 4196468 140728257880304 140109584387216 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28523] ppid=28514 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/28516/task/28523/stat : 28523 (java) S 28514 28514 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419340583 28904845312 7295 33554432000 4194304 4196468 140728257880304 140109583334416 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28524] ppid=28514 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28524/stat : 28524 (java) S 28514 28514 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419340583 28904845312 7295 33554432000 4194304 4196468 140728257880304 140109582281616 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28525] ppid=28514 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28525/stat : 28525 (java) S 28514 28514 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419340583 28904845312 7295 33554432000 4194304 4196468 140728257880304 140109581228816 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28526] ppid=28514 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28526/stat : 28526 (java) S 28514 28514 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419340585 28904845312 7295 33554432000 4194304 4196468 140728257880304 140108702222704 140110036699778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28527] ppid=28514 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28527/stat : 28527 (java) S 28514 28514 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419340585 28904845312 7295 33554432000 4194304 4196468 140728257880304 140108701168672 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28528] ppid=28514 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28528/stat : 28528 (java) S 28514 28514 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419340586 28904845312 7295 33554432000 4194304 4196468 140728257880304 140108700115824 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28529] ppid=28514 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28529/stat : 28529 (java) S 28514 28514 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419340588 28904845312 7295 33554432000 4194304 4196468 140728257880304 140108699064144 140110036707227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28530] ppid=28514 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28530/stat : 28530 (java) S 28514 28514 15751 0 -1 1077944384 413 0 0 0 0 0 0 0 20 0 20 0 419340588 28904845312 7295 33554432000 4194304 4196468 140728257880304 140108698012528 140110036699778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28531] ppid=28514 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28531/stat : 28531 (java) S 28514 28514 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419340588 28904845312 7295 33554432000 4194304 4196468 140728257880304 140108696959728 140110036699778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28532] ppid=28514 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28532/stat : 28532 (java) S 28514 28514 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419340588 28904845312 7295 33554432000 4194304 4196468 140728257880304 140108695906928 140110036699778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28533] ppid=28514 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/28516/task/28533/stat : 28533 (java) R 28514 28514 15751 0 -1 4202560 369 0 0 0 1 0 0 0 20 0 20 0 419340588 28904845312 7295 33554432000 4194304 4196468 140728257880304 140108694854128 140110015319029 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28534] ppid=28514 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28534/stat : 28534 (java) S 28514 28514 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419340588 28904845312 7295 33554432000 4194304 4196468 140728257880304 140108693801568 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28535] ppid=28514 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/28516/task/28535/stat : 28535 (java) S 28514 28514 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419340589 28904845312 7295 33554432000 4194304 4196468 140728257880304 140108692748848 140110036699778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30632 KiB

[startup+0.210586 s]*
/proc/loadavg: 4.33 5.29 4.23 2/211 28535
/proc/meminfo: memFree=30898000/32770624 swapFree=66947792/67108860
[pid=28514] ppid=28511 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28514/stat : 28514 (xcsp3-exec) S 28511 28514 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419340582 115843072 363 33554432000 4194304 5098028 140736967536832 140736967534936 140454094111356 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14454784 140736967541622 140736967541865 140736967541865 140736967544778 0
/proc/28514/statm: 28282 363 304 221 0 87 0
[pid=28516] ppid=28514 vsize=28227388 memory=40996 CPUtime=0.34 cores=0-7
/proc/28516/stat : 28516 (java) S 28514 28514 15751 0 -1 1077944320 9523 0 0 0 31 3 0 0 20 0 20 0 419340582 28904845312 10249 33554432000 4194304 4196468 140728257880304 140728257862848 140110036688631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
/proc/28516/statm: 7056847 10249 3279 1 0 7019032 0
[pid=28516/tid=28517] ppid=28514 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/28516/task/28517/stat : 28517 (java) R 28514 28514 15751 0 -1 4202560 6630 0 0 0 17 2 0 0 20 0 20 0 419340583 28904845312 10249 33554432000 4194304 4196468 140728257880304 140110040922752 140110036700566 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28518] ppid=28514 vsize=28227388 memory=328 CPUtime=0 cores=0-7
/proc/28516/task/28518/stat : 28518 (java) S 28514 28514 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419340583 28904845312 10249 33554432000 4194304 4196468 140728257880304 140109956541072 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28519] ppid=28514 vsize=28227388 memory=140457884526589 CPUtime=0 cores=0-7
/proc/28516/task/28519/stat : 28519 (java) S 28514 28514 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419340583 28904845312 10249 33554432000 4194304 4196468 140728257880304 140109955488272 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28520] ppid=28514 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/28516/task/28520/stat : 28520 (java) S 28514 28514 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419340583 28904845312 10249 33554432000 4194304 4196468 140728257880304 140109954435472 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28521] ppid=28514 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28521/stat : 28521 (java) S 28514 28514 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419340583 28904845312 10249 33554432000 4194304 4196468 140728257880304 140109585438992 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28522] ppid=28514 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28522/stat : 28522 (java) S 28514 28514 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419340583 28904845312 10249 33554432000 4194304 4196468 140728257880304 140109584387216 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28523] ppid=28514 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/28516/task/28523/stat : 28523 (java) S 28514 28514 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419340583 28904845312 10249 33554432000 4194304 4196468 140728257880304 140109583334416 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28524] ppid=28514 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28524/stat : 28524 (java) S 28514 28514 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419340583 28904845312 10249 33554432000 4194304 4196468 140728257880304 140109582281616 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28525] ppid=28514 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28525/stat : 28525 (java) S 28514 28514 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419340583 28904845312 10249 33554432000 4194304 4196468 140728257880304 140109581228816 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28526] ppid=28514 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28526/stat : 28526 (java) S 28514 28514 15751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419340585 28904845312 10249 33554432000 4194304 4196468 140728257880304 140108702222704 140110036699778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28527] ppid=28514 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28527/stat : 28527 (java) S 28514 28514 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419340585 28904845312 10249 33554432000 4194304 4196468 140728257880304 140108701168672 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28528] ppid=28514 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28528/stat : 28528 (java) S 28514 28514 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419340586 28904845312 10249 33554432000 4194304 4196468 140728257880304 140108700115824 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28529] ppid=28514 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28529/stat : 28529 (java) S 28514 28514 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419340588 28904845312 10249 33554432000 4194304 4196468 140728257880304 140108699064144 140110036707227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28530] ppid=28514 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/28516/task/28530/stat : 28530 (java) S 28514 28514 15751 0 -1 1077944384 445 0 0 0 1 0 0 0 20 0 20 0 419340588 28904845312 10249 33554432000 4194304 4196468 140728257880304 140108698012528 140110036699778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28531] ppid=28514 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/28516/task/28531/stat : 28531 (java) S 28514 28514 15751 0 -1 1077944384 136 0 0 0 1 0 0 0 20 0 20 0 419340588 28904845312 10249 33554432000 4194304 4196468 140728257880304 140108696959728 140110036699778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28532] ppid=28514 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/28516/task/28532/stat : 28532 (java) S 28514 28514 15751 0 -1 1077944384 218 0 0 0 2 0 0 0 20 0 20 0 419340588 28904845312 10249 33554432000 4194304 4196468 140728257880304 140108695906928 140110036699778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28533] ppid=28514 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/28516/task/28533/stat : 28533 (java) R 28514 28514 15751 0 -1 4202560 778 0 0 0 7 0 0 0 20 0 20 0 419340588 28904845312 10249 33554432000 4194304 4196468 140728257880304 140108694854128 140110015354216 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28534] ppid=28514 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28534/stat : 28534 (java) S 28514 28514 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419340588 28904845312 10249 33554432000 4194304 4196468 140728257880304 140108693801568 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28535] ppid=28514 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/28516/task/28535/stat : 28535 (java) S 28514 28514 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419340589 28904845312 10249 33554432000 4194304 4196468 140728257880304 140108692748848 140110036699778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42448 KiB

[startup+0.310639 s]*
/proc/loadavg: 4.33 5.29 4.23 4/211 28535
/proc/meminfo: memFree=30890740/32770624 swapFree=66947792/67108860
[pid=28514] ppid=28511 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28514/stat : 28514 (xcsp3-exec) S 28511 28514 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419340582 115843072 363 33554432000 4194304 5098028 140736967536832 140736967534936 140454094111356 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14454784 140736967541622 140736967541865 140736967541865 140736967544778 0
/proc/28514/statm: 28282 363 304 221 0 87 0
[pid=28516] ppid=28514 vsize=28231644 memory=50060 CPUtime=0.53 cores=0-7
/proc/28516/stat : 28516 (java) S 28514 28514 15751 0 -1 1077944320 10865 0 0 0 49 4 0 0 20 0 20 0 419340582 28909203456 12515 33554432000 4194304 4196468 140728257880304 140728257862848 140110036688631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
/proc/28516/statm: 7057911 12515 3343 1 0 7019032 0
[pid=28516/tid=28517] ppid=28514 vsize=28231644 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/28516/task/28517/stat : 28517 (java) R 28514 28514 15751 0 -1 4202560 7758 0 0 0 27 3 0 0 20 0 20 0 419340583 28909203456 12547 33554432000 4194304 4196468 140728257880304 140110040920960 140110020769118 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28518] ppid=28514 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28518/stat : 28518 (java) S 28514 28514 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419340583 28909203456 12547 33554432000 4194304 4196468 140728257880304 140109956541072 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28519] ppid=28514 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28519/stat : 28519 (java) S 28514 28514 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419340583 28909203456 12547 33554432000 4194304 4196468 140728257880304 140109955488272 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28520] ppid=28514 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28520/stat : 28520 (java) S 28514 28514 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419340583 28909203456 12547 33554432000 4194304 4196468 140728257880304 140109954435472 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28521] ppid=28514 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28521/stat : 28521 (java) S 28514 28514 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419340583 28909203456 12547 33554432000 4194304 4196468 140728257880304 140109585438992 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28522] ppid=28514 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28522/stat : 28522 (java) S 28514 28514 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419340583 28909203456 12547 33554432000 4194304 4196468 140728257880304 140109584387216 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28523] ppid=28514 vsize=28231644 memory=140457778703023 CPUtime=0 cores=0-7
/proc/28516/task/28523/stat : 28523 (java) S 28514 28514 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419340583 28909203456 12547 33554432000 4194304 4196468 140728257880304 140109583334416 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28524] ppid=28514 vsize=28231644 memory=140457778705328 CPUtime=0 cores=0-7
/proc/28516/task/28524/stat : 28524 (java) S 28514 28514 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419340583 28909203456 12547 33554432000 4194304 4196468 140728257880304 140109582281616 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28525] ppid=28514 vsize=28231644 memory=140457778707632 CPUtime=0 cores=0-7
/proc/28516/task/28525/stat : 28525 (java) S 28514 28514 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419340583 28909203456 12547 33554432000 4194304 4196468 140728257880304 140109581228816 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28526] ppid=28514 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28526/stat : 28526 (java) S 28514 28514 15751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419340585 28909203456 12547 33554432000 4194304 4196468 140728257880304 140108702222704 140110036699778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28527] ppid=28514 vsize=28231644 memory=280915557429136 CPUtime=0 cores=0-7
/proc/28516/task/28527/stat : 28527 (java) S 28514 28514 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419340585 28909203456 12547 33554432000 4194304 4196468 140728257880304 140108701168672 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28528] ppid=28514 vsize=28231644 memory=280915557426832 CPUtime=0 cores=0-7
/proc/28516/task/28528/stat : 28528 (java) S 28514 28514 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419340586 28909203456 12547 33554432000 4194304 4196468 140728257880304 140108700115824 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28529] ppid=28514 vsize=28231644 memory=280915557433744 CPUtime=0 cores=0-7
/proc/28516/task/28529/stat : 28529 (java) S 28514 28514 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419340588 28909203456 12547 33554432000 4194304 4196468 140728257880304 140108699064144 140110036707227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28530] ppid=28514 vsize=28231644 memory=280915557375024 CPUtime=0.03 cores=0-7
/proc/28516/task/28530/stat : 28530 (java) R 28514 28514 15751 0 -1 4202560 546 0 0 0 3 0 0 0 20 0 20 0 419340588 28909203456 12547 33554432000 4194304 4196468 140728257880304 140108698012528 140110018213690 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28531] ppid=28514 vsize=28231644 memory=280915557447568 CPUtime=0.02 cores=0-7
/proc/28516/task/28531/stat : 28531 (java) S 28514 28514 15751 0 -1 1077944384 150 0 0 0 2 0 0 0 20 0 20 0 419340588 28909203456 12547 33554432000 4194304 4196468 140728257880304 140108696959728 140110036699778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28532] ppid=28514 vsize=28231644 memory=280915557454480 CPUtime=0.03 cores=0-7
/proc/28516/task/28532/stat : 28532 (java) S 28514 28514 15751 0 -1 1077944384 227 0 0 0 3 0 0 0 20 0 20 0 419340588 28909203456 12547 33554432000 4194304 4196468 140728257880304 140108695906928 140110036699778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28533] ppid=28514 vsize=28231644 memory=280915557452176 CPUtime=0.12 cores=0-7
/proc/28516/task/28533/stat : 28533 (java) S 28514 28514 15751 0 -1 1077944384 873 0 0 0 12 0 0 0 20 0 20 0 419340588 28909203456 12547 33554432000 4194304 4196468 140728257880304 140108694854128 140110036699778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28534] ppid=28514 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28534/stat : 28534 (java) S 28514 28514 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419340588 28909203456 12547 33554432000 4194304 4196468 140728257880304 140108693801568 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28535] ppid=28514 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/28516/task/28535/stat : 28535 (java) S 28514 28514 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419340589 28909203456 12547 33554432000 4194304 4196468 140728257880304 140108692748848 140110036699778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51512 KiB

[startup+0.70543 s]
/proc/loadavg: 4.33 5.29 4.23 4/212 28544
/proc/meminfo: memFree=30855148/32770624 swapFree=66947792/67108860
[pid=28514] ppid=28511 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28514/stat : 28514 (xcsp3-exec) S 28511 28514 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419340582 115843072 363 33554432000 4194304 5098028 140736967536832 140736967534936 140454094111356 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14454784 140736967541622 140736967541865 140736967541865 140736967544778 0
/proc/28514/statm: 28282 363 304 221 0 87 0
[pid=28516] ppid=28514 vsize=28832844 memory=184780 CPUtime=2.1 cores=0-7
/proc/28516/stat : 28516 (java) S 28514 28514 15751 0 -1 1077944320 18418 0 0 0 200 10 0 0 20 0 28 0 419340582 29524832256 46195 33554432000 4194304 4196468 140728257880304 140728257862848 140110036688631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
/proc/28516/statm: 7208211 46195 3467 1 0 7169313 0
[pid=28516/tid=28517] ppid=28514 vsize=28832844 memory=0 CPUtime=0.49 cores=0-7
/proc/28516/task/28517/stat : 28517 (java) R 28514 28514 15751 0 -1 4202560 9152 0 0 0 45 4 0 0 20 0 28 0 419340583 29524832256 46195 33554432000 4194304 4196468 140728257880304 140110040929408 140110036700566 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28518] ppid=28514 vsize=28832844 memory=140457778914160 CPUtime=0 cores=0-7
/proc/28516/task/28518/stat : 28518 (java) S 28514 28514 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 419340583 29524832256 46195 33554432000 4194304 4196468 140728257880304 140109956541072 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28519] ppid=28514 vsize=28832844 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28519/stat : 28519 (java) S 28514 28514 15751 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 419340583 29524832256 46195 33554432000 4194304 4196468 140728257880304 140109955488272 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28520] ppid=28514 vsize=28832844 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28520/stat : 28520 (java) S 28514 28514 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419340583 29524832256 46195 33554432000 4194304 4196468 140728257880304 140109954435472 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0

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

[pid=28516/tid=28533] ppid=28514 vsize=28834892 memory=924 CPUtime=0.8 cores=0-7
/proc/28516/task/28533/stat : 28533 (java) S 28514 28514 15751 0 -1 1077944384 5563 0 0 0 79 1 0 0 20 0 28 0 419340588 29526929408 456178 33554432000 4194304 4196468 140728257880304 140108694854128 140110036699778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28534] ppid=28514 vsize=28834892 memory=4920 CPUtime=0 cores=0-7
/proc/28516/task/28534/stat : 28534 (java) S 28514 28514 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419340588 29526929408 456178 33554432000 4194304 4196468 140728257880304 140108693801568 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28535] ppid=28514 vsize=28834892 memory=4104 CPUtime=0 cores=0-7
/proc/28516/task/28535/stat : 28535 (java) S 28514 28514 15751 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 28 0 419340589 29526929408 456178 33554432000 4194304 4196468 140728257880304 140108692748848 140110036699778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28849] ppid=28514 vsize=28834892 memory=1412 CPUtime=12.64 cores=0-7
/proc/28516/task/28849/stat : 28849 (java) R 28514 28514 15751 0 -1 4202560 483 0 0 0 1260 4 0 0 20 0 28 0 419340694 29526929408 456178 33554432000 4194304 4196468 140728257880304 140108681435680 140110036700566 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28850] ppid=28514 vsize=28834892 memory=2936 CPUtime=12.52 cores=0-7
/proc/28516/task/28850/stat : 28850 (java) R 28514 28514 15751 0 -1 4202560 201 0 0 0 1249 3 0 0 20 0 28 0 419340694 29526929408 456178 33554432000 4194304 4196468 140728257880304 140108682489344 140110036700566 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28851] ppid=28514 vsize=28834892 memory=1452 CPUtime=13.25 cores=0-7
/proc/28516/task/28851/stat : 28851 (java) R 28514 28514 15751 0 -1 4202560 2031 0 0 0 1313 12 0 0 20 0 28 0 419340694 29526929408 456178 33554432000 4194304 4196468 140728257880304 140107829809632 140109642155524 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28852] ppid=28514 vsize=28834892 memory=4136 CPUtime=12.83 cores=0-7
/proc/28516/task/28852/stat : 28852 (java) R 28514 28514 15751 0 -1 4202560 638 0 0 0 1276 7 0 0 20 0 28 0 419340694 29526929408 456178 33554432000 4194304 4196468 140728257880304 140107831914848 140109640628587 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28853] ppid=28514 vsize=28834892 memory=780 CPUtime=12.72 cores=0-7
/proc/28516/task/28853/stat : 28853 (java) S 28514 28514 15751 0 -1 1077944384 587 0 0 0 1262 10 0 0 20 0 28 0 419340694 29526929408 456178 33554432000 4194304 4196468 140728257880304 140108680384736 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28854] ppid=28514 vsize=28834892 memory=2832 CPUtime=13.12 cores=0-7
/proc/28516/task/28854/stat : 28854 (java) R 28514 28514 15751 0 -1 4202560 863 0 0 0 1304 8 0 0 20 0 28 0 419340694 29526929408 456178 33554432000 4194304 4196468 140728257880304 140108683542624 140109640630428 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28855] ppid=28514 vsize=28834892 memory=1720 CPUtime=12.94 cores=0-7
/proc/28516/task/28855/stat : 28855 (java) R 28514 28514 15751 0 -1 1077944384 780 0 0 0 1288 6 0 0 20 0 28 0 419340694 29526929408 456178 33554432000 4194304 4196468 140728257880304 140107832967136 140110036698837 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28856] ppid=28514 vsize=28834892 memory=1200 CPUtime=12.45 cores=0-7
/proc/28516/task/28856/stat : 28856 (java) R 28514 28514 15751 0 -1 4202560 363 0 0 0 1241 4 0 0 20 0 28 0 419340696 29526929408 456178 33554432000 4194304 4196468 140728257880304 140107830861568 140109639576855 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
Current children cumulated CPU time: 114.73 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 1826164 KiB

[startup+16.0033 s]*
/proc/loadavg: 4.93 5.37 4.27 8/220 28859
/proc/meminfo: memFree=28407116/32770624 swapFree=66947792/67108860
[pid=28514] ppid=28511 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28514/stat : 28514 (xcsp3-exec) S 28511 28514 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419340582 115843072 363 33554432000 4194304 5098028 140736967536832 140736967534936 140454094111356 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14454784 140736967541622 140736967541865 140736967541865 140736967544778 0
/proc/28514/statm: 28282 363 304 221 0 87 0
[pid=28516] ppid=28514 vsize=28834892 memory=2535408 CPUtime=121.12 cores=0-7
/proc/28516/stat : 28516 (java) S 28514 28514 15751 0 -1 1077944320 52886 0 0 0 11996 116 0 0 20 0 28 0 419340582 29526929408 633852 33554432000 4194304 4196468 140728257880304 140728257862848 140110036688631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
/proc/28516/statm: 7208723 633852 3527 1 0 7169825 0
[pid=28516/tid=28517] ppid=28514 vsize=28834892 memory=1720 CPUtime=0.5 cores=0-7
/proc/28516/task/28517/stat : 28517 (java) S 28514 28514 15751 0 -1 1077944384 9155 0 0 0 46 4 0 0 20 0 28 0 419340583 29526929408 633852 33554432000 4194304 4196468 140728257880304 140110040929408 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28518] ppid=28514 vsize=28834892 memory=1200 CPUtime=0.08 cores=0-7
/proc/28516/task/28518/stat : 28518 (java) S 28514 28514 15751 0 -1 1077944384 115 0 0 0 6 2 0 0 20 0 28 0 419340583 29526929408 633852 33554432000 4194304 4196468 140728257880304 140109956541072 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28519] ppid=28514 vsize=28834892 memory=4872558044660077418 CPUtime=0.1 cores=0-7
/proc/28516/task/28519/stat : 28519 (java) S 28514 28514 15751 0 -1 1077944384 182 0 0 0 7 3 0 0 20 0 28 0 419340583 29526929408 633852 33554432000 4194304 4196468 140728257880304 140109955488272 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28520] ppid=28514 vsize=28834892 memory=280915557625840 CPUtime=0.1 cores=0-7
/proc/28516/task/28520/stat : 28520 (java) S 28514 28514 15751 0 -1 1077944384 465 0 0 0 6 4 0 0 20 0 28 0 419340583 29526929408 633852 33554432000 4194304 4196468 140728257880304 140109954435472 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28521] ppid=28514 vsize=28834892 memory=0 CPUtime=0.08 cores=0-7
/proc/28516/task/28521/stat : 28521 (java) S 28514 28514 15751 0 -1 1077944384 159 0 0 0 5 3 0 0 20 0 28 0 419340583 29526929408 633852 33554432000 4194304 4196468 140728257880304 140109585438992 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28522] ppid=28514 vsize=28834892 memory=0 CPUtime=0.12 cores=0-7
/proc/28516/task/28522/stat : 28522 (java) S 28514 28514 15751 0 -1 1077944384 257 0 0 0 9 3 0 0 20 0 28 0 419340583 29526929408 633852 33554432000 4194304 4196468 140728257880304 140109584387216 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28523] ppid=28514 vsize=28834892 memory=0 CPUtime=0.11 cores=0-7
/proc/28516/task/28523/stat : 28523 (java) S 28514 28514 15751 0 -1 1077944384 178 0 0 0 8 3 0 0 20 0 28 0 419340583 29526929408 633852 33554432000 4194304 4196468 140728257880304 140109583334416 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28524] ppid=28514 vsize=28834892 memory=-7313218805096079717 CPUtime=0.1 cores=0-7
/proc/28516/task/28524/stat : 28524 (java) S 28514 28514 15751 0 -1 1077944384 165 0 0 0 7 3 0 0 20 0 28 0 419340583 29526929408 633852 33554432000 4194304 4196468 140728257880304 140109582281616 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28525] ppid=28514 vsize=28834892 memory=7668896174432872533 CPUtime=0.11 cores=0-7
/proc/28516/task/28525/stat : 28525 (java) S 28514 28514 15751 0 -1 1077944384 220 0 0 0 8 3 0 0 20 0 28 0 419340583 29526929408 633852 33554432000 4194304 4196468 140728257880304 140109581228816 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28526] ppid=28514 vsize=28834892 memory=7588671304909280615 CPUtime=0.02 cores=0-7
/proc/28516/task/28526/stat : 28526 (java) S 28514 28514 15751 0 -1 1077944384 1596 0 0 0 2 0 0 0 20 0 28 0 419340585 29526929408 633852 33554432000 4194304 4196468 140728257880304 140108702222704 140110036699778 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28527] ppid=28514 vsize=28834892 memory=7594587674001172330 CPUtime=0 cores=0-7
/proc/28516/task/28527/stat : 28527 (java) S 28514 28514 15751 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 419340585 29526929408 633852 33554432000 4194304 4196468 140728257880304 140108701168736 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28528] ppid=28514 vsize=28834892 memory=1452 CPUtime=0 cores=0-7
/proc/28516/task/28528/stat : 28528 (java) S 28514 28514 15751 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 419340586 29526929408 633852 33554432000 4194304 4196468 140728257880304 140108700115840 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28529] ppid=28514 vsize=28834892 memory=1927112 CPUtime=0 cores=0-7
/proc/28516/task/28529/stat : 28529 (java) S 28514 28514 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419340588 29526929408 633852 33554432000 4194304 4196468 140728257880304 140108699064144 140110036707227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28530] ppid=28514 vsize=28834892 memory=10992 CPUtime=2.78 cores=0-7
/proc/28516/task/28530/stat : 28530 (java) S 28514 28514 15751 0 -1 1077944384 6628 0 0 0 277 1 0 0 20 0 28 0 419340588 29526929408 633852 33554432000 4194304 4196468 140728257880304 140108698012528 140110036699778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28531] ppid=28514 vsize=28834892 memory=12024 CPUtime=2.55 cores=0-7
/proc/28516/task/28531/stat : 28531 (java) S 28514 28514 15751 0 -1 1077944384 6512 0 0 0 253 2 0 0 20 0 28 0 419340588 29526929408 633852 33554432000 4194304 4196468 140728257880304 140108696959728 140110036699778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28532] ppid=28514 vsize=28834892 memory=2120 CPUtime=2.42 cores=0-7
/proc/28516/task/28532/stat : 28532 (java) S 28514 28514 15751 0 -1 1077944384 7605 0 0 0 241 1 0 0 20 0 28 0 419340588 29526929408 633852 33554432000 4194304 4196468 140728257880304 140108695906928 140110036699778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28533] ppid=28514 vsize=28834892 memory=500 CPUtime=0.8 cores=0-7
/proc/28516/task/28533/stat : 28533 (java) S 28514 28514 15751 0 -1 1077944384 5564 0 0 0 79 1 0 0 20 0 28 0 419340588 29526929408 633852 33554432000 4194304 4196468 140728257880304 140108694854128 140110036699778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28534] ppid=28514 vsize=28834892 memory=1556 CPUtime=0 cores=0-7
/proc/28516/task/28534/stat : 28534 (java) S 28514 28514 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419340588 29526929408 633852 33554432000 4194304 4196468 140728257880304 140108693801568 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28535] ppid=28514 vsize=28834892 memory=924 CPUtime=0 cores=0-7
/proc/28516/task/28535/stat : 28535 (java) S 28514 28514 15751 0 -1 1077944384 273 0 0 0 0 0 0 0 20 0 28 0 419340589 29526929408 633852 33554432000 4194304 4196468 140728257880304 140108692748848 140110036699778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28849] ppid=28514 vsize=28834892 memory=1672 CPUtime=13.42 cores=0-7
/proc/28516/task/28849/stat : 28849 (java) R 28514 28514 15751 0 -1 4202560 495 0 0 0 1338 4 0 0 20 0 28 0 419340694 29526929408 633852 33554432000 4194304 4196468 140728257880304 140108681435776 140728258062550 0 4 0 16800975 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28850] ppid=28514 vsize=28834892 memory=6 CPUtime=13.32 cores=0-7
/proc/28516/task/28850/stat : 28850 (java) S 28514 28514 15751 0 -1 1077944384 222 0 0 0 1329 3 0 0 20 0 28 0 419340694 29526929408 633852 33554432000 4194304 4196468 140728257880304 140108682489440 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28851] ppid=28514 vsize=28834892 memory=8 CPUtime=14.06 cores=0-7
/proc/28516/task/28851/stat : 28851 (java) R 28514 28514 15751 0 -1 4202560 2196 0 0 0 1393 13 0 0 20 0 28 0 419340694 29526929408 633852 33554432000 4194304 4196468 140728257880304 140107829805848 140109641484229 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28852] ppid=28514 vsize=28834892 memory=2 CPUtime=13.64 cores=0-7
/proc/28516/task/28852/stat : 28852 (java) R 28514 28514 15751 0 -1 4202560 714 0 0 0 1356 8 0 0 20 0 28 0 419340694 29526929408 633852 33554432000 4194304 4196468 140728257880304 140107831914848 140109639719850 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28853] ppid=28514 vsize=28834892 memory=9 CPUtime=13.52 cores=0-7
/proc/28516/task/28853/stat : 28853 (java) R 28514 28514 15751 0 -1 4202560 711 0 0 0 1339 13 0 0 20 0 28 0 419340694 29526929408 633852 33554432000 4194304 4196468 140728257880304 140108680384640 140109638177404 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28854] ppid=28514 vsize=28834892 memory=9 CPUtime=13.92 cores=0-7
/proc/28516/task/28854/stat : 28854 (java) R 28514 28514 15751 0 -1 4202560 977 0 0 0 1382 10 0 0 20 0 28 0 419340694 29526929408 633852 33554432000 4194304 4196468 140728257880304 140108683542528 140109640630468 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28855] ppid=28514 vsize=28834892 memory=6791534058613427641 CPUtime=13.74 cores=0-7
/proc/28516/task/28855/stat : 28855 (java) R 28514 28514 15751 0 -1 4202560 1030 0 0 0 1363 11 0 0 20 0 28 0 419340694 29526929408 633852 33554432000 4194304 4196468 140728257880304 140107832967136 140109638496224 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28856] ppid=28514 vsize=28834892 memory=0 CPUtime=13.23 cores=0-7
/proc/28516/task/28856/stat : 28856 (java) R 28514 28514 15751 0 -1 1077944384 383 0 0 0 1319 4 0 0 20 0 28 0 419340696 29526929408 633852 33554432000 4194304 4196468 140728257880304 140107830861664 140110036698837 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
Current children cumulated CPU time: 121.12 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 2536860 KiB

[startup+16.4013 s]
/proc/loadavg: 4.93 5.37 4.27 8/220 28859
/proc/meminfo: memFree=28407116/32770624 swapFree=66947792/67108860
[pid=28514] ppid=28511 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28514/stat : 28514 (xcsp3-exec) S 28511 28514 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419340582 115843072 363 33554432000 4194304 5098028 140736967536832 140736967534936 140454094111356 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14454784 140736967541622 140736967541865 140736967541865 140736967544778 0
/proc/28514/statm: 28282 363 304 221 0 87 0
[pid=28516] ppid=28514 vsize=28834892 memory=2791576 CPUtime=124.2 cores=0-7
/proc/28516/stat : 28516 (java) S 28514 28514 15751 0 -1 1077944320 53915 0 0 0 12294 126 0 0 20 0 28 0 419340582 29526929408 697894 33554432000 4194304 4196468 140728257880304 140728257862848 140110036688631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
/proc/28516/statm: 7208723 697894 3527 1 0 7169825 0
[pid=28516/tid=28517] ppid=28514 vsize=28834892 memory=1174596 CPUtime=0.5 cores=0-7
/proc/28516/task/28517/stat : 28517 (java) S 28514 28514 15751 0 -1 1077944384 9155 0 0 0 46 4 0 0 20 0 28 0 419340583 29526929408 697894 33554432000 4194304 4196468 140728257880304 140110040929408 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28518] ppid=28514 vsize=28834892 memory=0 CPUtime=0.1 cores=0-7
/proc/28516/task/28518/stat : 28518 (java) R 28514 28514 15751 0 -1 4202560 139 0 0 0 7 3 0 0 20 0 28 0 419340583 29526929408 697894 33554432000 4194304 4196468 140728257880304 140109956541072 140110021716514 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28519] ppid=28514 vsize=28834892 memory=6791534058613427641 CPUtime=0.12 cores=0-7
/proc/28516/task/28519/stat : 28519 (java) R 28514 28514 15751 0 -1 4202560 208 0 0 0 8 4 0 0 20 0 28 0 419340583 29526929408 697894 33554432000 4194304 4196468 140728257880304 140109955488272 140110021716523 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28520] ppid=28514 vsize=28834892 memory=288230574492221466 CPUtime=0.12 cores=0-7
/proc/28516/task/28520/stat : 28520 (java) R 28514 28514 15751 0 -1 4202560 507 0 0 0 7 5 0 0 20 0 28 0 419340583 29526929408 697894 33554432000 4194304 4196468 140728257880304 140109954435360 140110029791684 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28521] ppid=28514 vsize=28834892 memory=288230617509003574 CPUtime=0.09 cores=0-7
/proc/28516/task/28521/stat : 28521 (java) R 28514 28514 15751 0 -1 4202560 241 0 0 0 6 3 0 0 20 0 28 0 419340583 29526929408 697894 33554432000 4194304 4196468 140728257880304 140109585439192 140110021712707 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28522] ppid=28514 vsize=28834892 memory=15534115864709562 CPUtime=0.13 cores=0-7
/proc/28516/task/28522/stat : 28522 (java) R 28514 28514 15751 0 -1 4202560 305 0 0 0 9 4 0 0 20 0 28 0 419340583 29526929408 697894 33554432000 4194304 4196468 140728257880304 140109584387216 140110021712605 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28523] ppid=28514 vsize=28834892 memory=4872558044660077418 CPUtime=0.12 cores=0-7
/proc/28516/task/28523/stat : 28523 (java) R 28514 28514 15751 0 -1 4202560 563 0 0 0 9 3 0 0 20 0 28 0 419340583 29526929408 697894 33554432000 4194304 4196468 140728257880304 140109583334416 140110021716505 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28524] ppid=28514 vsize=28834892 memory=0 CPUtime=0.11 cores=0-7
/proc/28516/task/28524/stat : 28524 (java) R 28514 28514 15751 0 -1 4202560 281 0 0 0 8 3 0 0 20 0 28 0 419340583 29526929408 697894 33554432000 4194304 4196468 140728257880304 140109582281816 140110029793279 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28525] ppid=28514 vsize=28834892 memory=0 CPUtime=0.13 cores=0-7
/proc/28516/task/28525/stat : 28525 (java) R 28514 28514 15751 0 -1 4202560 256 0 0 0 9 4 0 0 20 0 28 0 419340583 29526929408 697894 33554432000 4194304 4196468 140728257880304 140109581228816 140110029793279 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28526] ppid=28514 vsize=28834892 memory=140457779486689 CPUtime=0.02 cores=0-7
/proc/28516/task/28526/stat : 28526 (java) S 28514 28514 15751 0 -1 1077944384 1646 0 0 0 2 0 0 0 20 0 28 0 419340585 29526929408 697894 33554432000 4194304 4196468 140728257880304 140108702221216 140110036698837 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28527] ppid=28514 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28527/stat : 28527 (java) S 28514 28514 15751 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 419340585 29526929408 697894 33554432000 4194304 4196468 140728257880304 140108701168736 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28528] ppid=28514 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28528/stat : 28528 (java) S 28514 28514 15751 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 419340586 29526929408 697894 33554432000 4194304 4196468 140728257880304 140108700115840 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28529] ppid=28514 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/28516/task/28529/stat : 28529 (java) S 28514 28514 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419340588 29526929408 697894 33554432000 4194304 4196468 140728257880304 140108699064144 140110036707227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28530] ppid=28514 vsize=28834892 memory=0 CPUtime=2.78 cores=0-7
/proc/28516/task/28530/stat : 28530 (java) S 28514 28514 15751 0 -1 1077944384 6628 0 0 0 277 1 0 0 20 0 28 0 419340588 29526929408 697894 33554432000 4194304 4196468 140728257880304 140108698012528 140110036699778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28531] ppid=28514 vsize=28834892 memory=0 CPUtime=2.55 cores=0-7
/proc/28516/task/28531/stat : 28531 (java) S 28514 28514 15751 0 -1 1077944384 6512 0 0 0 253 2 0 0 20 0 28 0 419340588 29526929408 697894 33554432000 4194304 4196468 140728257880304 140108696959728 140110036699778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28532] ppid=28514 vsize=28834892 memory=0 CPUtime=2.42 cores=0-7
/proc/28516/task/28532/stat : 28532 (java) S 28514 28514 15751 0 -1 1077944384 7605 0 0 0 241 1 0 0 20 0 28 0 419340588 29526929408 697894 33554432000 4194304 4196468 140728257880304 140108695906928 140110036699778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28533] ppid=28514 vsize=28834892 memory=0 CPUtime=0.8 cores=0-7
/proc/28516/task/28533/stat : 28533 (java) S 28514 28514 15751 0 -1 1077944384 5564 0 0 0 79 1 0 0 20 0 28 0 419340588 29526929408 697894 33554432000 4194304 4196468 140728257880304 140108694854128 140110036699778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28534] ppid=28514 vsize=28834892 memory=796 CPUtime=0 cores=0-7
/proc/28516/task/28534/stat : 28534 (java) S 28514 28514 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419340588 29526929408 697894 33554432000 4194304 4196468 140728257880304 140108693801568 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28535] ppid=28514 vsize=28834892 memory=1436 CPUtime=0 cores=0-7
/proc/28516/task/28535/stat : 28535 (java) S 28514 28514 15751 0 -1 1077944384 273 0 0 0 0 0 0 0 20 0 28 0 419340589 29526929408 697894 33554432000 4194304 4196468 140728257880304 140108692748848 140110036699778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28849] ppid=28514 vsize=28834892 memory=1984 CPUtime=13.78 cores=0-7
/proc/28516/task/28849/stat : 28849 (java) S 28514 28514 15751 0 -1 1077944384 503 0 0 0 1374 4 0 0 20 0 28 0 419340694 29526929408 697894 33554432000 4194304 4196468 140728257880304 140108681432144 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28850] ppid=28514 vsize=28834892 memory=2424 CPUtime=13.68 cores=0-7
/proc/28516/task/28850/stat : 28850 (java) S 28514 28514 15751 0 -1 1077944384 232 0 0 0 1365 3 0 0 20 0 28 0 419340694 29526929408 697894 33554432000 4194304 4196468 140728257880304 140108682485936 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28851] ppid=28514 vsize=28834892 memory=1764 CPUtime=14.43 cores=0-7
/proc/28516/task/28851/stat : 28851 (java) S 28514 28514 15751 0 -1 1077944384 2234 0 0 0 1430 13 0 0 20 0 28 0 419340694 29526929408 697894 33554432000 4194304 4196468 140728257880304 140107829805296 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28852] ppid=28514 vsize=28834892 memory=111636 CPUtime=14.01 cores=0-7
/proc/28516/task/28852/stat : 28852 (java) S 28514 28514 15751 0 -1 1077944384 765 0 0 0 1392 9 0 0 20 0 28 0 419340694 29526929408 697894 33554432000 4194304 4196468 140728257880304 140107831911344 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28853] ppid=28514 vsize=28834892 memory=804 CPUtime=13.9 cores=0-7
/proc/28516/task/28853/stat : 28853 (java) S 28514 28514 15751 0 -1 1077944384 754 0 0 0 1376 14 0 0 20 0 28 0 419340694 29526929408 697894 33554432000 4194304 4196468 140728257880304 140108680383088 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28854] ppid=28514 vsize=28834892 memory=1808 CPUtime=14.29 cores=0-7
/proc/28516/task/28854/stat : 28854 (java) S 28514 28514 15751 0 -1 1077944384 1020 0 0 0 1418 11 0 0 20 0 28 0 419340694 29526929408 697894 33554432000 4194304 4196468 140728257880304 140108683538000 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28855] ppid=28514 vsize=28834892 memory=924 CPUtime=14.12 cores=0-7
/proc/28516/task/28855/stat : 28855 (java) S 28514 28514 15751 0 -1 1077944384 1050 0 0 0 1400 12 0 0 20 0 28 0 419340694 29526929408 697894 33554432000 4194304 4196468 140728257880304 140107832963632 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
[pid=28516/tid=28856] ppid=28514 vsize=28834892 memory=4920 CPUtime=13.61 cores=0-7
/proc/28516/task/28856/stat : 28856 (java) S 28514 28514 15751 0 -1 1077944384 394 0 0 0 1356 5 0 0 20 0 28 0 419340696 29526929408 697894 33554432000 4194304 4196468 140728257880304 140107830858160 140110036698837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 17301504 140728257889258 140728257889430 140728257889430 140728257892303 0
Current children cumulated CPU time: 124.2 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 2793028 KiB

Child status: 0
Real time (s): 16.4998
CPU time (s): 124.706
CPU user time (s): 123.416
CPU system time (s): 1.29001
CPU usage (%): 755.803
Max. virtual memory (cumulated for all children) (KiB): 28949972
Max. memory (cumulated for all children) (KiB): 2793028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 123.416
system time used= 1.29001
maximum resident set size= 2796812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56097
page faults= 0
swaps= 0
block input operations= 0
block output operations= 168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53083
involuntary context switches= 1343


# summary of solver processes directly reported to runsolver:
#   pid: 28514
#   total CPU time (s): 124.706
#   total CPU user time (s): 123.416
#   total CPU system time (s): 1.29001

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.171475 second user time and 0.227256 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-14 06:05:44
IDJOB=4393817
IDBENCH=133461
IDSOLVER=2841
FILE ID=node117/4393817-1568433986
RUNJOBID= node117-1568427144-15778
PBS_JOBID= 21702295
Free space on /tmp= 61184 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-04.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393817-1568433986/watcher-4393817-1568433986 -o /tmp/evaluation-result-4393817-1568433986/solver-4393817-1568433986 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node117-1568427144-15778 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 978314914 HOME/instance-4393817-1568433986.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 9de932a4b5bfbe7a07e43c684f6299af
RANDOM SEED=978314914

node117.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.75
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.75
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.75
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.75
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:        30928040 kB
MemAvailable:   31864292 kB
Buffers:          149148 kB
Cached:          1053728 kB
SwapCached:        51712 kB
Active:           776688 kB
Inactive:         480420 kB
Active(anon):      19496 kB
Inactive(anon):    59356 kB
Active(file):     757192 kB
Inactive(file):   421064 kB
Unevictable:      110108 kB
Mlocked:          110108 kB
SwapTotal:      67108860 kB
SwapFree:       66947792 kB
Dirty:             25964 kB
Writeback:             0 kB
AnonPages:        310192 kB
Mapped:            33212 kB
Shmem:             15712 kB
Slab:             175876 kB
SReclaimable:     147660 kB
SUnreclaim:        28216 kB
KernelStack:        3872 kB
PageTables:         5092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    264192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61160 MiB
End job on node117 at 2019-09-14 06:06:01