Trace number 4394407

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 parallelOPT1109 252.096 51.0372

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-03.xml
MD5SUM370e5889e420807efe2c272780cce411
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1109
Best CPU time to get the best result obtained on this benchmark92.4734
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-4394407-1568433934.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394407-1568433934.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
0.72/0.47	c solve instance...
0.72/0.50	o 113 
0.72/0.51	o 117 
0.72/0.51	o 442 
1.03/0.52	o 444 
1.03/0.52	o 476 
1.03/0.54	o 481 
1.03/0.57	o 489 
1.03/0.58	o 493 
1.03/0.58	o 498 
1.03/0.59	o 520 
1.03/0.59	o 525 
1.03/0.59	o 537 
1.03/0.60	o 563 
1.03/0.60	o 581 
1.03/0.61	o 608 
1.39/0.61	o 675 
1.39/0.63	o 696 
1.39/0.63	o 701 
1.39/0.63	o 714 
1.39/0.64	o 722 
1.39/0.64	o 733 
1.39/0.66	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (37/40)
1.39/0.66		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1.39/0.66		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
1.39/0.66		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
1.39/0.66		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
1.39/0.66		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
1.39/0.66	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (37/40)
1.39/0.66		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
1.39/0.66		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
1.39/0.66		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
1.39/0.66		at org.chocosolver.solver.Solver.repair(Solver.java:443)
1.39/0.66		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
1.39/0.66		at org.chocosolver.solver.Solver.solve(Solver.java:262)
1.39/0.66		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
1.39/0.66		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1.39/0.66		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1.39/0.66		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1.39/0.66		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1.39/0.66		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1.39/0.66		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1.39/0.66		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1.39/0.66		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1.39/0.66		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1.39/0.66	o 741 
1.39/0.67	o 742 
1.39/0.67	o 746 
1.39/0.68	o 778 
1.39/0.68	o 840 
1.91/0.70	o 874 
1.91/0.70	o 899 
1.91/0.72	o 923 
1.91/0.72	o 941 
1.91/0.74	o 962 
1.91/0.74	o 980 
1.91/0.75	o 997 
3.41/0.90	o 998 
3.41/0.92	o 1002 
3.41/0.94	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (33/35)
3.41/0.94		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
3.41/0.94		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
3.41/0.94		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
3.41/0.94		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
3.41/0.94		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
3.41/0.94	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (33/35)
3.41/0.94		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
3.41/0.94		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
3.41/0.94		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
3.41/0.94		at org.chocosolver.solver.Solver.repair(Solver.java:443)
3.41/0.94		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
3.41/0.94		at org.chocosolver.solver.Solver.solve(Solver.java:262)
3.41/0.94		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
3.41/0.94		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
3.41/0.94		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.41/0.94		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
3.41/0.94		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
3.41/0.94		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
3.41/0.94		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
3.41/0.94		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
3.41/0.94		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
3.41/0.94		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
3.41/0.94	o 1009 
3.41/0.99	o 1047 
3.41/1.01	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (26/28)
3.41/1.01		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
3.41/1.01		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
3.41/1.01		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
3.41/1.01		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
3.41/1.01		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
3.41/1.01	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (26/28)
3.41/1.01		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
3.41/1.01		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
3.41/1.01		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
3.41/1.01		at org.chocosolver.solver.Solver.repair(Solver.java:443)
3.41/1.01		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
3.41/1.01		at org.chocosolver.solver.Solver.solve(Solver.java:262)
3.41/1.01		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
3.41/1.01		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
3.41/1.01		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.41/1.01		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
3.41/1.01		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
3.41/1.01		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
3.41/1.01		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
3.41/1.01		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
3.41/1.01		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
3.41/1.01		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
3.41/1.01	o 1074 
4.13/1.03	o 1088 
4.13/1.05	o 1099 
4.13/1.06	o 1101 
4.94/1.19	o 1102 
7.11/1.46	o 1109 
251.90/51.00	s OPTIMUM FOUND
251.90/51.00	v <instantiation>
251.90/51.00	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>
251.90/51.00	v 	<values>0 1 1 0 0 1 0 1 1 0 0 0 0 1 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 1 0 1 0 0 0 1 0 0 0 0 1 </values>
251.90/51.00	v </instantiation>

Verifier Data

OK	1109

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394407-1568433934/watcher-4394407-1568433934 -o /tmp/evaluation-result-4394407-1568433934/solver-4394407-1568433934 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1568426266-31650 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1728614400 HOME/instance-4394407-1568433934.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=1200, runsolver pid=1197
Current StackSize limit: 8192 KiB


[startup+0.100138 s]*
/proc/loadavg: 6.60 6.95 7.34 2/213 1222
/proc/meminfo: memFree=30854404/32770624 swapFree=66967048/67108860
[pid=1200] ppid=1197 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1200/stat : 1200 (xcsp3-exec) S 1197 1200 31623 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419660228 115843072 364 33554432000 4194304 5098028 140733793258080 140733793256184 140149341549180 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22396928 140733793260405 140733793260649 140733793260649 140733793263562 0
/proc/1200/statm: 28282 364 305 221 0 87 0
[pid=1203] ppid=1200 vsize=28227388 memory=29572 CPUtime=0.12 cores=0-7
/proc/1203/stat : 1203 (java) S 1200 1200 31623 0 -1 1077944320 5363 0 0 0 10 2 0 0 20 0 20 0 419660228 28904845312 7393 33554432000 4194304 4196468 140723225338928 140723225321472 139743765262071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
/proc/1203/statm: 7056847 7393 3100 1 0 7019032 0
[pid=1203/tid=1204] ppid=1200 vsize=28227388 memory=288230380178243832 CPUtime=0.09 cores=0-7
/proc/1203/task/1204/stat : 1204 (java) R 1200 1200 31623 0 -1 4202560 3372 0 0 0 8 1 0 0 20 0 20 0 419660228 28904845312 7457 33554432000 4194304 4196468 140723225338928 139743769498416 139743765274006 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1205] ppid=1200 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1205/stat : 1205 (java) S 1200 1200 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419660229 28904845312 7457 33554432000 4194304 4196468 140723225338928 139743685114640 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1206] ppid=1200 vsize=28227388 memory=3062274 CPUtime=0 cores=0-7
/proc/1203/task/1206/stat : 1206 (java) S 1200 1200 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419660229 28904845312 7457 33554432000 4194304 4196468 140723225338928 139743684062096 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1207] ppid=1200 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1207/stat : 1207 (java) S 1200 1200 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419660229 28904845312 7457 33554432000 4194304 4196468 140723225338928 139743683009552 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1208] ppid=1200 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1208/stat : 1208 (java) S 1200 1200 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419660229 28904845312 7457 33554432000 4194304 4196468 140723225338928 139743681957008 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1209] ppid=1200 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1209/stat : 1209 (java) S 1200 1200 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419660229 28904845312 7457 33554432000 4194304 4196468 140723225338928 139743680903440 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1210] ppid=1200 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/1203/task/1210/stat : 1210 (java) S 1200 1200 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419660229 28904845312 7457 33554432000 4194304 4196468 140723225338928 139743679850896 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1211] ppid=1200 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1211/stat : 1211 (java) S 1200 1200 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419660229 28904845312 7457 33554432000 4194304 4196468 140723225338928 139743678798352 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1212] ppid=1200 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1212/stat : 1212 (java) S 1200 1200 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419660229 28904845312 7457 33554432000 4194304 4196468 140723225338928 139743677745808 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1213] ppid=1200 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1213/stat : 1213 (java) S 1200 1200 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419660230 28904845312 7457 33554432000 4194304 4196468 140723225338928 139742363650544 139743765273218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1214] ppid=1200 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1214/stat : 1214 (java) S 1200 1200 31623 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419660231 28904845312 7457 33554432000 4194304 4196468 140723225338928 139742362596768 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1215] ppid=1200 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1215/stat : 1215 (java) S 1200 1200 31623 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419660231 28904845312 7457 33554432000 4194304 4196468 140723225338928 139742361544176 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1216] ppid=1200 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1216/stat : 1216 (java) S 1200 1200 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419660233 28904845312 7457 33554432000 4194304 4196468 140723225338928 139742360492752 139743765280667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1217] ppid=1200 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1217/stat : 1217 (java) R 1200 1200 31623 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 419660233 28904845312 7457 33554432000 4194304 4196468 140723225338928 139742359439344 139743765273218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1218] ppid=1200 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1218/stat : 1218 (java) S 1200 1200 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419660233 28904845312 7457 33554432000 4194304 4196468 140723225338928 139742358386800 139743765273218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1219] ppid=1200 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1219/stat : 1219 (java) R 1200 1200 31623 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 419660234 28904845312 7457 33554432000 4194304 4196468 140723225338928 139742357334256 139743765273218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1220] ppid=1200 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/1203/task/1220/stat : 1220 (java) R 1200 1200 31623 0 -1 4202560 316 0 0 0 1 0 0 0 20 0 20 0 419660234 28904845312 7457 33554432000 4194304 4196468 140723225338928 139742356281712 139743765283418 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1221] ppid=1200 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1221/stat : 1221 (java) S 1200 1200 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419660234 28904845312 7457 33554432000 4194304 4196468 140723225338928 139742355229408 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1222] ppid=1200 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/1203/task/1222/stat : 1222 (java) S 1200 1200 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419660234 28904845312 7457 33554432000 4194304 4196468 140723225338928 139742354176944 139743765273218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31028 KiB

[startup+0.210713 s]*
/proc/loadavg: 6.60 6.95 7.34 2/213 1222
/proc/meminfo: memFree=30841300/32770624 swapFree=66967048/67108860
[pid=1200] ppid=1197 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1200/stat : 1200 (xcsp3-exec) S 1197 1200 31623 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419660228 115843072 364 33554432000 4194304 5098028 140733793258080 140733793256184 140149341549180 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22396928 140733793260405 140733793260649 140733793260649 140733793263562 0
/proc/1200/statm: 28282 364 305 221 0 87 0
[pid=1203] ppid=1200 vsize=28227388 memory=41304 CPUtime=0.33 cores=0-7
/proc/1203/stat : 1203 (java) S 1200 1200 31623 0 -1 1077944320 9048 0 0 0 30 3 0 0 20 0 20 0 419660228 28904845312 10326 33554432000 4194304 4196468 140723225338928 140723225321472 139743765262071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
/proc/1203/statm: 7056847 10326 3262 1 0 7019032 0
[pid=1203/tid=1204] ppid=1200 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/1203/task/1204/stat : 1204 (java) R 1200 1200 31623 0 -1 4202560 6197 0 0 0 17 2 0 0 20 0 20 0 419660228 28904845312 10326 33554432000 4194304 4196468 140723225338928 139743769493984 139743765274006 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1205] ppid=1200 vsize=28227388 memory=339 CPUtime=0 cores=0-7
/proc/1203/task/1205/stat : 1205 (java) S 1200 1200 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419660229 28904845312 10326 33554432000 4194304 4196468 140723225338928 139743685114640 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1206] ppid=1200 vsize=28227388 memory=3833602563223688864 CPUtime=0 cores=0-7
/proc/1203/task/1206/stat : 1206 (java) S 1200 1200 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419660229 28904845312 10326 33554432000 4194304 4196468 140723225338928 139743684062096 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1207] ppid=1200 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/1203/task/1207/stat : 1207 (java) S 1200 1200 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419660229 28904845312 10326 33554432000 4194304 4196468 140723225338928 139743683009552 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1208] ppid=1200 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1208/stat : 1208 (java) S 1200 1200 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419660229 28904845312 10326 33554432000 4194304 4196468 140723225338928 139743681957008 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1209] ppid=1200 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1209/stat : 1209 (java) S 1200 1200 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419660229 28904845312 10326 33554432000 4194304 4196468 140723225338928 139743680903440 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1210] ppid=1200 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/1203/task/1210/stat : 1210 (java) S 1200 1200 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419660229 28904845312 10326 33554432000 4194304 4196468 140723225338928 139743679850896 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1211] ppid=1200 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1211/stat : 1211 (java) S 1200 1200 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419660229 28904845312 10326 33554432000 4194304 4196468 140723225338928 139743678798352 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1212] ppid=1200 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1212/stat : 1212 (java) S 1200 1200 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419660229 28904845312 10326 33554432000 4194304 4196468 140723225338928 139743677745808 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1213] ppid=1200 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1213/stat : 1213 (java) S 1200 1200 31623 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419660230 28904845312 10326 33554432000 4194304 4196468 140723225338928 139742363650544 139743765273218 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1214] ppid=1200 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1214/stat : 1214 (java) S 1200 1200 31623 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419660231 28904845312 10326 33554432000 4194304 4196468 140723225338928 139742362596768 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1215] ppid=1200 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1215/stat : 1215 (java) S 1200 1200 31623 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419660231 28904845312 10326 33554432000 4194304 4196468 140723225338928 139742361544176 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1216] ppid=1200 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1216/stat : 1216 (java) S 1200 1200 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419660233 28904845312 10326 33554432000 4194304 4196468 140723225338928 139742360492752 139743765280667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1217] ppid=1200 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/1203/task/1217/stat : 1217 (java) S 1200 1200 31623 0 -1 1077944384 584 0 0 0 2 0 0 0 20 0 20 0 419660233 28904845312 10326 33554432000 4194304 4196468 140723225338928 139742359439344 139743765273218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1218] ppid=1200 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/1203/task/1218/stat : 1218 (java) S 1200 1200 31623 0 -1 1077944384 78 0 0 0 1 0 0 0 20 0 20 0 419660233 28904845312 10326 33554432000 4194304 4196468 140723225338928 139742358386800 139743765273218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1219] ppid=1200 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/1203/task/1219/stat : 1219 (java) S 1200 1200 31623 0 -1 1077944384 123 0 0 0 1 0 0 0 20 0 20 0 419660234 28904845312 10326 33554432000 4194304 4196468 140723225338928 139742357334256 139743765273218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1220] ppid=1200 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/1203/task/1220/stat : 1220 (java) R 1200 1200 31623 0 -1 4202560 753 0 0 0 8 0 0 0 20 0 20 0 419660234 28904845312 10326 33554432000 4194304 4196468 140723225338928 139742356281712 139743757300151 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1221] ppid=1200 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1221/stat : 1221 (java) S 1200 1200 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419660234 28904845312 10326 33554432000 4194304 4196468 140723225338928 139742355229408 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1222] ppid=1200 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/1203/task/1222/stat : 1222 (java) S 1200 1200 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419660234 28904845312 10326 33554432000 4194304 4196468 140723225338928 139742354176944 139743765273218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42760 KiB

[startup+0.312503 s]*
/proc/loadavg: 6.60 6.95 7.34 3/213 1222
/proc/meminfo: memFree=30834140/32770624 swapFree=66967048/67108860
[pid=1200] ppid=1197 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1200/stat : 1200 (xcsp3-exec) S 1197 1200 31623 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419660228 115843072 364 33554432000 4194304 5098028 140733793258080 140733793256184 140149341549180 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22396928 140733793260405 140733793260649 140733793260649 140733793263562 0
/proc/1200/statm: 28282 364 305 221 0 87 0
[pid=1203] ppid=1200 vsize=28231644 memory=50180 CPUtime=0.53 cores=0-7
/proc/1203/stat : 1203 (java) S 1200 1200 31623 0 -1 1077944320 10412 0 0 0 49 4 0 0 20 0 20 0 419660228 28909203456 12545 33554432000 4194304 4196468 140723225338928 140723225321472 139743765262071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
/proc/1203/statm: 7057911 12545 3366 1 0 7019032 0
[pid=1203/tid=1204] ppid=1200 vsize=28231644 memory=0 CPUtime=0.3 cores=0-7
/proc/1203/task/1204/stat : 1204 (java) R 1200 1200 31623 0 -1 1077944384 7357 0 0 0 27 3 0 0 20 0 20 0 419660228 28909203456 12616 33554432000 4194304 4196468 140723225338928 139743769496464 139743765272277 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1205] ppid=1200 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/1203/task/1205/stat : 1205 (java) S 1200 1200 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419660229 28909203456 12616 33554432000 4194304 4196468 140723225338928 139743685114640 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1206] ppid=1200 vsize=28231644 memory=139651347528288 CPUtime=0 cores=0-7
/proc/1203/task/1206/stat : 1206 (java) S 1200 1200 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419660229 28909203456 12616 33554432000 4194304 4196468 140723225338928 139743684062096 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1207] ppid=1200 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/1203/task/1207/stat : 1207 (java) S 1200 1200 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419660229 28909203456 12616 33554432000 4194304 4196468 140723225338928 139743683009552 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1208] ppid=1200 vsize=28231644 memory=2209 CPUtime=0 cores=0-7
/proc/1203/task/1208/stat : 1208 (java) S 1200 1200 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419660229 28909203456 12616 33554432000 4194304 4196468 140723225338928 139743681957008 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1209] ppid=1200 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1209/stat : 1209 (java) S 1200 1200 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419660229 28909203456 12616 33554432000 4194304 4196468 140723225338928 139743680903440 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1210] ppid=1200 vsize=28231644 memory=339 CPUtime=0 cores=0-7
/proc/1203/task/1210/stat : 1210 (java) S 1200 1200 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419660229 28909203456 12616 33554432000 4194304 4196468 140723225338928 139743679850896 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1211] ppid=1200 vsize=28231644 memory=4194316026747551776 CPUtime=0 cores=0-7
/proc/1203/task/1211/stat : 1211 (java) S 1200 1200 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419660229 28909203456 12616 33554432000 4194304 4196468 140723225338928 139743678798352 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1212] ppid=1200 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1212/stat : 1212 (java) S 1200 1200 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419660229 28909203456 12616 33554432000 4194304 4196468 140723225338928 139743677745808 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1213] ppid=1200 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1213/stat : 1213 (java) S 1200 1200 31623 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419660230 28909203456 12616 33554432000 4194304 4196468 140723225338928 139742363650544 139743765273218 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1214] ppid=1200 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1214/stat : 1214 (java) S 1200 1200 31623 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419660231 28909203456 12616 33554432000 4194304 4196468 140723225338928 139742362596768 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1215] ppid=1200 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1215/stat : 1215 (java) S 1200 1200 31623 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419660231 28909203456 12616 33554432000 4194304 4196468 140723225338928 139742361544176 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1216] ppid=1200 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1216/stat : 1216 (java) S 1200 1200 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419660233 28909203456 12616 33554432000 4194304 4196468 140723225338928 139742360492752 139743765280667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1217] ppid=1200 vsize=28231644 memory=0 CPUtime=0.03 cores=0-7
/proc/1203/task/1217/stat : 1217 (java) S 1200 1200 31623 0 -1 1077944384 591 0 0 0 3 0 0 0 20 0 20 0 419660233 28909203456 12616 33554432000 4194304 4196468 140723225338928 139742359439344 139743765273218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1218] ppid=1200 vsize=28231644 memory=0 CPUtime=0.03 cores=0-7
/proc/1203/task/1218/stat : 1218 (java) S 1200 1200 31623 0 -1 1077944384 171 0 0 0 3 0 0 0 20 0 20 0 419660233 28909203456 12616 33554432000 4194304 4196468 140723225338928 139742358386800 139743765273218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1219] ppid=1200 vsize=28231644 memory=0 CPUtime=0.02 cores=0-7
/proc/1203/task/1219/stat : 1219 (java) S 1200 1200 31623 0 -1 1077944384 176 0 0 0 2 0 0 0 20 0 20 0 419660234 28909203456 12616 33554432000 4194304 4196468 140723225338928 139742357334256 139743765273218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1220] ppid=1200 vsize=28231644 memory=0 CPUtime=0.12 cores=0-7
/proc/1203/task/1220/stat : 1220 (java) S 1200 1200 31623 0 -1 1077944384 856 0 0 0 12 0 0 0 20 0 20 0 419660234 28909203456 12616 33554432000 4194304 4196468 140723225338928 139742356281712 139743765273218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1221] ppid=1200 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1221/stat : 1221 (java) S 1200 1200 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419660234 28909203456 12616 33554432000 4194304 4196468 140723225338928 139742355229408 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1222] ppid=1200 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/1203/task/1222/stat : 1222 (java) S 1200 1200 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419660234 28909203456 12616 33554432000 4194304 4196468 140723225338928 139742354176944 139743765273218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51636 KiB

[startup+0.701646 s]
/proc/loadavg: 6.60 6.95 7.34 3/221 1238
/proc/meminfo: memFree=30785236/32770624 swapFree=66967048/67108860
[pid=1200] ppid=1197 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1200/stat : 1200 (xcsp3-exec) S 1197 1200 31623 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419660228 115843072 364 33554432000 4194304 5098028 140733793258080 140733793256184 140149341549180 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22396928 140733793260405 140733793260649 140733793260649 140733793263562 0
/proc/1200/statm: 28282 364 305 221 0 87 0
[pid=1203] ppid=1200 vsize=28832844 memory=192668 CPUtime=1.91 cores=0-7
/proc/1203/stat : 1203 (java) S 1200 1200 31623 0 -1 1077944320 18537 0 0 0 181 10 0 0 20 0 28 0 419660228 29524832256 48167 33554432000 4194304 4196468 140723225338928 140723225321472 139743765262071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
/proc/1203/statm: 7208211 48167 3479 1 0 7169313 0
[pid=1203/tid=1204] ppid=1200 vsize=28832844 memory=139651197623936 CPUtime=0.48 cores=0-7
/proc/1203/task/1204/stat : 1204 (java) S 1200 1200 31623 0 -1 1077944384 8644 0 0 0 45 3 0 0 20 0 28 0 419660228 29524832256 48167 33554432000 4194304 4196468 140723225338928 139743769502848 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1205] ppid=1200 vsize=28832844 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1205/stat : 1205 (java) S 1200 1200 31623 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 419660229 29524832256 48167 33554432000 4194304 4196468 140723225338928 139743685114640 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1206] ppid=1200 vsize=28832844 memory=984 CPUtime=0 cores=0-7
/proc/1203/task/1206/stat : 1206 (java) S 1200 1200 31623 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 419660229 29524832256 48233 33554432000 4194304 4196468 140723225338928 139743684062096 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1207] ppid=1200 vsize=28832844 memory=2004 CPUtime=0 cores=0-7
/proc/1203/task/1207/stat : 1207 (java) S 1200 1200 31623 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 419660229 29524832256 48233 33554432000 4194304 4196468 140723225338928 139743683009552 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0

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

[pid=1203/tid=1211] ppid=1200 vsize=28834892 memory=0 CPUtime=0.17 cores=0-7
/proc/1203/task/1211/stat : 1211 (java) S 1200 1200 31623 0 -1 1077944384 608 0 0 0 11 6 0 0 20 0 28 0 419660229 29526929408 874951 33554432000 4194304 4196468 140723225338928 139743678798352 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1212] ppid=1200 vsize=28834892 memory=0 CPUtime=0.17 cores=0-7
/proc/1203/task/1212/stat : 1212 (java) S 1200 1200 31623 0 -1 1077944384 194 0 0 0 10 7 0 0 20 0 28 0 419660229 29526929408 874951 33554432000 4194304 4196468 140723225338928 139743677745808 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1213] ppid=1200 vsize=28834892 memory=0 CPUtime=0.02 cores=0-7
/proc/1203/task/1213/stat : 1213 (java) S 1200 1200 31623 0 -1 1077944384 2765 0 0 0 2 0 0 0 20 0 28 0 419660230 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742363650544 139743765273218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1214] ppid=1200 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1214/stat : 1214 (java) S 1200 1200 31623 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 419660231 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742362596832 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1215] ppid=1200 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1215/stat : 1215 (java) S 1200 1200 31623 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 419660231 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742361544176 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1216] ppid=1200 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1216/stat : 1216 (java) S 1200 1200 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419660233 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742360492752 139743765280667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1217] ppid=1200 vsize=28834892 memory=0 CPUtime=3.16 cores=0-7
/proc/1203/task/1217/stat : 1217 (java) S 1200 1200 31623 0 -1 1077944384 10047 0 0 0 313 3 0 0 20 0 28 0 419660233 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742359439344 139743765273218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1218] ppid=1200 vsize=28834892 memory=0 CPUtime=2.42 cores=0-7
/proc/1203/task/1218/stat : 1218 (java) S 1200 1200 31623 0 -1 1077944384 10301 0 0 0 240 2 0 0 20 0 28 0 419660233 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742358386800 139743765273218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1219] ppid=1200 vsize=28834892 memory=0 CPUtime=2.51 cores=0-7
/proc/1203/task/1219/stat : 1219 (java) S 1200 1200 31623 0 -1 1077944384 8825 0 0 0 249 2 0 0 20 0 28 0 419660234 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742357334256 139743765273218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1220] ppid=1200 vsize=28834892 memory=139651198337152 CPUtime=0.78 cores=0-7
/proc/1203/task/1220/stat : 1220 (java) S 1200 1200 31623 0 -1 1077944384 5096 0 0 0 76 2 0 0 20 0 28 0 419660234 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742356281712 139743765273218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1221] ppid=1200 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1221/stat : 1221 (java) S 1200 1200 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419660234 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742355229408 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1222] ppid=1200 vsize=28834892 memory=0 CPUtime=0.01 cores=0-7
/proc/1203/task/1222/stat : 1222 (java) S 1200 1200 31623 0 -1 1077944384 1495 0 0 0 0 1 0 0 20 0 28 0 419660234 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742354176944 139743765273218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1586] ppid=1200 vsize=28834892 memory=0 CPUtime=26.52 cores=0-7
/proc/1203/task/1586/stat : 1586 (java) S 1200 1200 31623 0 -1 1077944384 1242 0 0 0 2646 6 0 0 20 0 28 0 419660374 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742336548800 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1587] ppid=1200 vsize=28834892 memory=6943526294502006880 CPUtime=26.82 cores=0-7
/proc/1203/task/1587/stat : 1587 (java) S 1200 1200 31623 0 -1 1077944384 366 0 0 0 2677 5 0 0 20 0 28 0 419660374 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742344971664 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1588] ppid=1200 vsize=28834892 memory=0 CPUtime=47.96 cores=0-7
/proc/1203/task/1588/stat : 1588 (java) R 1200 1200 31623 0 -1 4202560 2263 0 0 0 4779 17 0 0 20 0 28 0 419660375 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742339703496 139743363373385 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1589] ppid=1200 vsize=28834892 memory=0 CPUtime=26.83 cores=0-7
/proc/1203/task/1589/stat : 1589 (java) S 1200 1200 31623 0 -1 1077944384 2558 0 0 0 2668 15 0 0 20 0 28 0 419660375 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742343918224 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1590] ppid=1200 vsize=28834892 memory=0 CPUtime=26.66 cores=0-7
/proc/1203/task/1590/stat : 1590 (java) S 1200 1200 31623 0 -1 1077944384 2607 0 0 0 2646 20 0 0 20 0 28 0 419660375 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742337602320 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1591] ppid=1200 vsize=28834892 memory=0 CPUtime=26.88 cores=0-7
/proc/1203/task/1591/stat : 1591 (java) S 1200 1200 31623 0 -1 1077944384 2578 0 0 0 2670 18 0 0 20 0 28 0 419660375 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742341813136 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1592] ppid=1200 vsize=28834892 memory=288230574492221466 CPUtime=26.91 cores=0-7
/proc/1203/task/1592/stat : 1592 (java) S 1200 1200 31623 0 -1 1077944384 360 0 0 0 2687 4 0 0 20 0 28 0 419660375 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742340760592 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1593] ppid=1200 vsize=28834892 memory=4104 CPUtime=27.25 cores=0-7
/proc/1203/task/1593/stat : 1593 (java) S 1200 1200 31623 0 -1 1077944384 2203 0 0 0 2698 27 0 0 20 0 28 0 419660375 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742338655376 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
Current children cumulated CPU time: 251.4 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 3501260 KiB

[startup+50.801 s]
/proc/loadavg: 5.33 6.63 7.21 2/220 1596
/proc/meminfo: memFree=27377692/32770624 swapFree=66967048/67108860
[pid=1200] ppid=1197 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1200/stat : 1200 (xcsp3-exec) S 1197 1200 31623 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419660228 115843072 364 33554432000 4194304 5098028 140733793258080 140733793256184 140149341549180 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22396928 140733793260405 140733793260649 140733793260649 140733793263562 0
/proc/1200/statm: 28282 364 305 221 0 87 0
[pid=1203] ppid=1200 vsize=28834892 memory=3499804 CPUtime=251.8 cores=0-7
/proc/1203/stat : 1203 (java) S 1200 1200 31623 0 -1 1077944320 72570 0 0 0 24985 195 0 0 20 0 28 0 419660228 29526929408 874951 33554432000 4194304 4196468 140723225338928 140723225321472 139743765262071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
/proc/1203/statm: 7208723 874951 3526 1 0 7169825 0
[pid=1203/tid=1204] ppid=1200 vsize=28834892 memory=13849668329145943 CPUtime=0.49 cores=0-7
/proc/1203/task/1204/stat : 1204 (java) S 1200 1200 31623 0 -1 1077944384 8644 0 0 0 46 3 0 0 20 0 28 0 419660228 29526929408 874951 33554432000 4194304 4196468 140723225338928 139743769502848 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1205] ppid=1200 vsize=28834892 memory=0 CPUtime=0.18 cores=0-7
/proc/1203/task/1205/stat : 1205 (java) S 1200 1200 31623 0 -1 1077944384 300 0 0 0 12 6 0 0 20 0 28 0 419660229 29526929408 874951 33554432000 4194304 4196468 140723225338928 139743685114640 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1206] ppid=1200 vsize=28834892 memory=0 CPUtime=0.17 cores=0-7
/proc/1203/task/1206/stat : 1206 (java) S 1200 1200 31623 0 -1 1077944384 294 0 0 0 11 6 0 0 20 0 28 0 419660229 29526929408 874951 33554432000 4194304 4196468 140723225338928 139743684062096 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1207] ppid=1200 vsize=28834892 memory=8112282956445269571 CPUtime=0.15 cores=0-7
/proc/1203/task/1207/stat : 1207 (java) S 1200 1200 31623 0 -1 1077944384 348 0 0 0 9 6 0 0 20 0 28 0 419660229 29526929408 874951 33554432000 4194304 4196468 140723225338928 139743683009552 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1208] ppid=1200 vsize=28834892 memory=0 CPUtime=0.16 cores=0-7
/proc/1203/task/1208/stat : 1208 (java) S 1200 1200 31623 0 -1 1077944384 224 0 0 0 10 6 0 0 20 0 28 0 419660229 29526929408 874951 33554432000 4194304 4196468 140723225338928 139743681957008 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1209] ppid=1200 vsize=28834892 memory=0 CPUtime=0.17 cores=0-7
/proc/1203/task/1209/stat : 1209 (java) S 1200 1200 31623 0 -1 1077944384 1166 0 0 0 10 7 0 0 20 0 28 0 419660229 29526929408 874951 33554432000 4194304 4196468 140723225338928 139743680903440 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1210] ppid=1200 vsize=28834892 memory=0 CPUtime=0.17 cores=0-7
/proc/1203/task/1210/stat : 1210 (java) S 1200 1200 31623 0 -1 1077944384 374 0 0 0 11 6 0 0 20 0 28 0 419660229 29526929408 874951 33554432000 4194304 4196468 140723225338928 139743679850896 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1211] ppid=1200 vsize=28834892 memory=0 CPUtime=0.17 cores=0-7
/proc/1203/task/1211/stat : 1211 (java) S 1200 1200 31623 0 -1 1077944384 608 0 0 0 11 6 0 0 20 0 28 0 419660229 29526929408 874951 33554432000 4194304 4196468 140723225338928 139743678798352 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1212] ppid=1200 vsize=28834892 memory=0 CPUtime=0.17 cores=0-7
/proc/1203/task/1212/stat : 1212 (java) S 1200 1200 31623 0 -1 1077944384 194 0 0 0 10 7 0 0 20 0 28 0 419660229 29526929408 874951 33554432000 4194304 4196468 140723225338928 139743677745808 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1213] ppid=1200 vsize=28834892 memory=0 CPUtime=0.02 cores=0-7
/proc/1203/task/1213/stat : 1213 (java) S 1200 1200 31623 0 -1 1077944384 2765 0 0 0 2 0 0 0 20 0 28 0 419660230 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742363650544 139743765273218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1214] ppid=1200 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1214/stat : 1214 (java) S 1200 1200 31623 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 419660231 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742362596832 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1215] ppid=1200 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1215/stat : 1215 (java) S 1200 1200 31623 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 419660231 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742361544176 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1216] ppid=1200 vsize=28834892 memory=279302396942048 CPUtime=0 cores=0-7
/proc/1203/task/1216/stat : 1216 (java) S 1200 1200 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419660233 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742360492752 139743765280667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1217] ppid=1200 vsize=28834892 memory=279302396942112 CPUtime=3.16 cores=0-7
/proc/1203/task/1217/stat : 1217 (java) S 1200 1200 31623 0 -1 1077944384 10047 0 0 0 313 3 0 0 20 0 28 0 419660233 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742359439344 139743765273218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1218] ppid=1200 vsize=28834892 memory=279302396942176 CPUtime=2.42 cores=0-7
/proc/1203/task/1218/stat : 1218 (java) S 1200 1200 31623 0 -1 1077944384 10301 0 0 0 240 2 0 0 20 0 28 0 419660233 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742358386800 139743765273218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1219] ppid=1200 vsize=28834892 memory=279302396942240 CPUtime=2.51 cores=0-7
/proc/1203/task/1219/stat : 1219 (java) S 1200 1200 31623 0 -1 1077944384 8825 0 0 0 249 2 0 0 20 0 28 0 419660234 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742357334256 139743765273218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1220] ppid=1200 vsize=28834892 memory=279302396942304 CPUtime=0.78 cores=0-7
/proc/1203/task/1220/stat : 1220 (java) S 1200 1200 31623 0 -1 1077944384 5096 0 0 0 76 2 0 0 20 0 28 0 419660234 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742356281712 139743765273218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1221] ppid=1200 vsize=28834892 memory=279302396942368 CPUtime=0 cores=0-7
/proc/1203/task/1221/stat : 1221 (java) S 1200 1200 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419660234 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742355229408 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1222] ppid=1200 vsize=28834892 memory=279302396942432 CPUtime=0.01 cores=0-7
/proc/1203/task/1222/stat : 1222 (java) S 1200 1200 31623 0 -1 1077944384 1503 0 0 0 0 1 0 0 20 0 28 0 419660234 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742354176944 139743765273218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1586] ppid=1200 vsize=28834892 memory=279302396942496 CPUtime=26.52 cores=0-7
/proc/1203/task/1586/stat : 1586 (java) S 1200 1200 31623 0 -1 1077944384 1242 0 0 0 2646 6 0 0 20 0 28 0 419660374 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742336548800 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1587] ppid=1200 vsize=28834892 memory=279302396942560 CPUtime=26.82 cores=0-7
/proc/1203/task/1587/stat : 1587 (java) S 1200 1200 31623 0 -1 1077944384 366 0 0 0 2677 5 0 0 20 0 28 0 419660374 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742344971664 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1588] ppid=1200 vsize=28834892 memory=279302396942624 CPUtime=48.36 cores=0-7
/proc/1203/task/1588/stat : 1588 (java) R 1200 1200 31623 0 -1 4202560 2316 0 0 0 4819 17 0 0 20 0 28 0 419660375 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742339703496 139743363373352 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1589] ppid=1200 vsize=28834892 memory=279302396942688 CPUtime=26.83 cores=0-7
/proc/1203/task/1589/stat : 1589 (java) S 1200 1200 31623 0 -1 1077944384 2558 0 0 0 2668 15 0 0 20 0 28 0 419660375 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742343918224 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1590] ppid=1200 vsize=28834892 memory=-8253362762724047225 CPUtime=26.66 cores=0-7
/proc/1203/task/1590/stat : 1590 (java) S 1200 1200 31623 0 -1 1077944384 2607 0 0 0 2646 20 0 0 20 0 28 0 419660375 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742337602320 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1591] ppid=1200 vsize=28834892 memory=0 CPUtime=26.88 cores=0-7
/proc/1203/task/1591/stat : 1591 (java) S 1200 1200 31623 0 -1 1077944384 2578 0 0 0 2670 18 0 0 20 0 28 0 419660375 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742341813136 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1592] ppid=1200 vsize=28834892 memory=0 CPUtime=26.91 cores=0-7
/proc/1203/task/1592/stat : 1592 (java) S 1200 1200 31623 0 -1 1077944384 360 0 0 0 2687 4 0 0 20 0 28 0 419660375 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742340760592 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1593] ppid=1200 vsize=28834892 memory=0 CPUtime=27.25 cores=0-7
/proc/1203/task/1593/stat : 1593 (java) S 1200 1200 31623 0 -1 1077944384 2203 0 0 0 2698 27 0 0 20 0 28 0 419660375 29526929408 874951 33554432000 4194304 4196468 140723225338928 139742338655376 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
Current children cumulated CPU time: 251.8 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 3501260 KiB

[startup+51.0016 s]*
/proc/loadavg: 5.33 6.63 7.21 4/220 1596
/proc/meminfo: memFree=27377816/32770624 swapFree=66967048/67108860
[pid=1200] ppid=1197 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1200/stat : 1200 (xcsp3-exec) S 1197 1200 31623 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419660228 115843072 364 33554432000 4194304 5098028 140733793258080 140733793256184 140149341549180 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22396928 140733793260405 140733793260649 140733793260649 140733793263562 0
/proc/1200/statm: 28282 364 305 221 0 87 0
[pid=1203] ppid=1200 vsize=28834892 memory=3499380 CPUtime=252.06 cores=0-7
/proc/1203/stat : 1203 (java) S 1200 1200 31623 0 -1 1077944320 74693 0 0 0 25010 196 0 0 20 0 19 0 419660228 29526929408 874845 33554432000 4194304 4196468 140723225338928 140723225321472 139743765262071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
/proc/1203/statm: 7208723 874845 3526 1 0 7169825 0
[pid=1203/tid=1204] ppid=1200 vsize=28834892 memory=576567874760998942 CPUtime=0.49 cores=0-7
/proc/1203/task/1204/stat : 1204 (java) S 1200 1200 31623 0 -1 1077944384 8885 0 0 0 46 3 0 0 20 0 19 0 419660228 29526929408 874845 33554432000 4194304 4196468 140723225338928 139743769504912 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1205] ppid=1200 vsize=28834892 memory=300 CPUtime=0.18 cores=0-7
/proc/1203/task/1205/stat : 1205 (java) S 1200 1200 31623 0 -1 1077944384 300 0 0 0 12 6 0 0 20 0 19 0 419660229 29526929408 874845 33554432000 4194304 4196468 140723225338928 139743685114640 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1206] ppid=1200 vsize=28834892 memory=139651347497037 CPUtime=0.17 cores=0-7
/proc/1203/task/1206/stat : 1206 (java) S 1200 1200 31623 0 -1 1077944384 294 0 0 0 11 6 0 0 20 0 19 0 419660229 29526929408 874845 33554432000 4194304 4196468 140723225338928 139743684062096 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1207] ppid=1200 vsize=28834892 memory=-1 CPUtime=0.15 cores=0-7
/proc/1203/task/1207/stat : 1207 (java) S 1200 1200 31623 0 -1 1077944384 348 0 0 0 9 6 0 0 20 0 19 0 419660229 29526929408 874845 33554432000 4194304 4196468 140723225338928 139743683009552 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1208] ppid=1200 vsize=28834892 memory=0 CPUtime=0.16 cores=0-7
/proc/1203/task/1208/stat : 1208 (java) S 1200 1200 31623 0 -1 1077944384 224 0 0 0 10 6 0 0 20 0 19 0 419660229 29526929408 874845 33554432000 4194304 4196468 140723225338928 139743681957008 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1209] ppid=1200 vsize=28834892 memory=0 CPUtime=0.17 cores=0-7
/proc/1203/task/1209/stat : 1209 (java) S 1200 1200 31623 0 -1 1077944384 1166 0 0 0 10 7 0 0 20 0 19 0 419660229 29526929408 874845 33554432000 4194304 4196468 140723225338928 139743680903440 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1210] ppid=1200 vsize=28834892 memory=-1 CPUtime=0.17 cores=0-7
/proc/1203/task/1210/stat : 1210 (java) S 1200 1200 31623 0 -1 1077944384 374 0 0 0 11 6 0 0 20 0 19 0 419660229 29526929408 874845 33554432000 4194304 4196468 140723225338928 139743679850896 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1211] ppid=1200 vsize=28834892 memory=0 CPUtime=0.17 cores=0-7
/proc/1203/task/1211/stat : 1211 (java) S 1200 1200 31623 0 -1 1077944384 608 0 0 0 11 6 0 0 20 0 19 0 419660229 29526929408 874845 33554432000 4194304 4196468 140723225338928 139743678798352 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1212] ppid=1200 vsize=28834892 memory=0 CPUtime=0.17 cores=0-7
/proc/1203/task/1212/stat : 1212 (java) S 1200 1200 31623 0 -1 1077944384 194 0 0 0 10 7 0 0 20 0 19 0 419660229 29526929408 874845 33554432000 4194304 4196468 140723225338928 139743677745808 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1213] ppid=1200 vsize=28834892 memory=0 CPUtime=0.02 cores=0-7
/proc/1203/task/1213/stat : 1213 (java) S 1200 1200 31623 0 -1 1077944384 2778 0 0 0 2 0 0 0 20 0 19 0 419660230 29526929408 874845 33554432000 4194304 4196468 140723225338928 139742363650752 139743765273218 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1214] ppid=1200 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1214/stat : 1214 (java) S 1200 1200 31623 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 19 0 419660231 29526929408 874845 33554432000 4194304 4196468 140723225338928 139742362596832 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1215] ppid=1200 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1215/stat : 1215 (java) S 1200 1200 31623 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 19 0 419660231 29526929408 874845 33554432000 4194304 4196468 140723225338928 139742361544176 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1216] ppid=1200 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1216/stat : 1216 (java) S 1200 1200 31623 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 419660233 29526929408 874845 33554432000 4194304 4196468 140723225338928 139742360492400 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1217] ppid=1200 vsize=28834892 memory=0 CPUtime=3.17 cores=0-7
/proc/1203/task/1217/stat : 1217 (java) S 1200 1200 31623 0 -1 1077944384 10402 0 0 0 314 3 0 0 20 0 19 0 419660233 29526929408 874845 33554432000 4194304 4196468 140723225338928 139742359419744 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1218] ppid=1200 vsize=28834892 memory=0 CPUtime=2.44 cores=0-7
/proc/1203/task/1218/stat : 1218 (java) S 1200 1200 31623 0 -1 1077944384 10788 0 0 0 242 2 0 0 20 0 19 0 419660233 29526929408 874845 33554432000 4194304 4196468 140723225338928 139742358367200 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1219] ppid=1200 vsize=28834892 memory=0 CPUtime=2.52 cores=0-7
/proc/1203/task/1219/stat : 1219 (java) S 1200 1200 31623 0 -1 1077944384 8972 0 0 0 250 2 0 0 20 0 19 0 419660234 29526929408 874845 33554432000 4194304 4196468 140723225338928 139742357334256 139743765273218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1220] ppid=1200 vsize=28834892 memory=0 CPUtime=0.78 cores=0-7
/proc/1203/task/1220/stat : 1220 (java) S 1200 1200 31623 0 -1 1077944384 5223 0 0 0 76 2 0 0 20 0 19 0 419660234 29526929408 874845 33554432000 4194304 4196468 140723225338928 139742356281712 139743765273218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
[pid=1203/tid=1221] ppid=1200 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/1203/task/1221/stat : 1221 (java) S 1200 1200 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 419660234 29526929408 874845 33554432000 4194304 4196468 140723225338928 139742355229408 139743765272277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16691200 140723225347050 140723225347222 140723225347222 140723225350095 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 3500836 KiB

Child status: 0
Real time (s): 51.0372
CPU time (s): 252.096
CPU user time (s): 250.105
CPU system time (s): 1.99073
CPU usage (%): 493.945
Max. virtual memory (cumulated for all children) (KiB): 28952636
Max. memory (cumulated for all children) (KiB): 3501260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.105
system time used= 1.99073
maximum resident set size= 3501800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75300
page faults= 0
swaps= 0
block input operations= 0
block output operations= 256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48836
involuntary context switches= 2390


# summary of solver processes directly reported to runsolver:
#   pid: 1200
#   total CPU time (s): 252.096
#   total CPU user time (s): 250.105
#   total CPU system time (s): 1.99073

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.500116 second user time and 0.576821 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-14 06:04:52
IDJOB=4394407
IDBENCH=133453
IDSOLVER=2843
FILE ID=node125/4394407-1568433934
RUNJOBID= node125-1568426266-31650
PBS_JOBID= 21702287
Free space on /tmp= 59780 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-03.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-4394407-1568433934/watcher-4394407-1568433934 -o /tmp/evaluation-result-4394407-1568433934/solver-4394407-1568433934 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1568426266-31650 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1728614400 HOME/instance-4394407-1568433934.xml

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

MD5SUM BENCH= 370e5889e420807efe2c272780cce411
RANDOM SEED=1728614400

node125.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30872296 kB
MemAvailable:   31875156 kB
Buffers:          150008 kB
Cached:          1145156 kB
SwapCached:        38320 kB
Active:           678932 kB
Inactive:         658248 kB
Active(anon):      20992 kB
Inactive(anon):    60816 kB
Active(file):     657940 kB
Inactive(file):   597432 kB
Unevictable:      108024 kB
Mlocked:          108024 kB
SwapTotal:      67108860 kB
SwapFree:       66967048 kB
Dirty:             25940 kB
Writeback:             0 kB
AnonPages:        297444 kB
Mapped:            44056 kB
Shmem:             31276 kB
Slab:             155480 kB
SReclaimable:     126648 kB
SUnreclaim:        28832 kB
KernelStack:        3904 kB
PageTables:         4544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 59752 MiB
End job on node125 at 2019-09-14 06:05:43