Trace number 4393885

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 parallelWrong Opt.247 22.3099 5.24489

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-7-5-30-1.xml
MD5SUM74f6b053d0485b3d7d553e00e4caa41f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark124
Best CPU time to get the best result obtained on this benchmark2.068
Satisfiable
(Un)Satisfiability was proved
Number of variables130
Number of constraints1117
Number of domains67
Minimum domain size2
Maximum domain size35
Distribution of domain sizes[{"size":2,"count":1},{"size":3,"count":6},{"size":4,"count":18},{"size":5,"count":10},{"size":14,"count":2},{"size":15,"count":2},{"size":16,"count":7},{"size":17,"count":12},{"size":18,"count":6},{"size":19,"count":1},{"size":34,"count":30},{"size":35,"count":35}]
Minimum variable degree2
Maximum variable degree36
Distribution of variable degrees[{"degree":2,"count":65},{"degree":32,"count":34},{"degree":33,"count":1},{"degree":36,"count":30}]
Minimum constraint arity1
Maximum constraint arity35
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":1115},{"arity":35,"count":1}]
Number of extensional constraints65
Number of intensional constraints1051
Distribution of constraint types[{"type":"extension","count":65},{"type":"intension","count":1051},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemin 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-4393885-1568427429.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393885-1568427429.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
12.33/3.80	c solve instance...
18.99/4.72	o 689 
19.70/4.81	o 672 
19.70/4.84	o 645 
19.70/4.88	o 331 
20.39/4.91	o 284 
20.39/4.93	o 283 
20.39/4.95	o 282 
20.39/4.96	o 281 
21.10/5.01	o 280 
21.10/5.03	o 257 
21.10/5.04	o 256 
21.10/5.05	o 255 
21.10/5.07	o 254 
21.62/5.12	o 253 
21.62/5.14	o 252 
21.62/5.15	o 251 
21.62/5.16	o 250 
21.62/5.17	o 249 
21.62/5.18	o 248 
22.16/5.21	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (159/161)
22.16/5.21		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
22.16/5.21		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
22.16/5.21		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
22.16/5.21		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
22.16/5.21		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
22.16/5.21	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (159/161)
22.16/5.21		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
22.16/5.21		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
22.16/5.21		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
22.16/5.21		at org.chocosolver.solver.Solver.repair(Solver.java:443)
22.16/5.21		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
22.16/5.21		at org.chocosolver.solver.Solver.solve(Solver.java:262)
22.16/5.21		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
22.16/5.21		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
22.16/5.21		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
22.16/5.21		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
22.16/5.21		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
22.16/5.21		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
22.16/5.21		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
22.16/5.21		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
22.16/5.21		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
22.16/5.21		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
22.16/5.21	o 247 
22.16/5.22	s OPTIMUM FOUND
22.16/5.22	v <instantiation>
22.16/5.22	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] l[0] l[1] l[2] l[3] l[4] l[5] l[6] l[7] l[8] l[9] l[10] l[11] l[12] l[13] l[14] l[15] l[16] l[17] l[18] l[19] l[20] l[21] l[22] l[23] l[24] l[25] l[26] l[27] l[28] l[29] c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] </list>
22.16/5.22	v 	<values>0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 34 28 29 30 31 32 26 33 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 2 0 0 0 0 0 1 7 26 26 26 26 26 26 26 26 26 26 26 26 26 26 27 27 33 27 26 33 27 27 33 33 33 26 27 27 33 27 4 4 10 7 10 10 3 14 8 13 14 18 17 2 5 7 3 13 3 1 3 5 6 11 17 9 4 2 1 12 </values>
22.16/5.22	v </instantiation>

Verifier Data

OK	247

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393885-1568427429/watcher-4393885-1568427429 -o /tmp/evaluation-result-4393885-1568427429/solver-4393885-1568427429 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node147-1568427292-16623 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 71796480 HOME/instance-4393885-1568427429.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=18194, runsolver pid=18191
Current StackSize limit: 8192 KiB


[startup+0.100158 s]*
/proc/loadavg: 6.54 7.70 7.76 2/211 18215
/proc/meminfo: memFree=26825688/32770624 swapFree=66957016/67108860
[pid=18194] ppid=18191 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18194/stat : 18194 (xcsp3-exec) S 18191 18194 16596 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418656760 115843072 363 33554432000 4194304 5098028 140721110561488 140721110559592 139870286692988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8077312 140721110569847 140721110570089 140721110570089 140721110573002 0
/proc/18194/statm: 28282 363 304 221 0 87 0
[pid=18196] ppid=18194 vsize=28227388 memory=30356 CPUtime=0.12 cores=0-7
/proc/18196/stat : 18196 (java) S 18194 18194 16596 0 -1 1077944320 5481 0 0 0 11 1 0 0 20 0 20 0 418656761 28904845312 7589 33554432000 4194304 4196468 140730661264464 140730661247008 140341101035255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
/proc/18196/statm: 7056847 7589 3145 1 0 7019032 0
[pid=18196/tid=18197] ppid=18194 vsize=28227388 memory=7754242466541117344 CPUtime=0.09 cores=0-7
/proc/18196/task/18197/stat : 18197 (java) R 18194 18194 16596 0 -1 4202560 3390 0 0 0 8 1 0 0 20 0 20 0 418656761 28904845312 7589 33554432000 4194304 4196468 140730661264464 140341105261856 140341101047190 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18198] ppid=18194 vsize=28227388 memory=732370201934113765 CPUtime=0 cores=0-7
/proc/18196/task/18198/stat : 18198 (java) S 18194 18194 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418656762 28904845312 7589 33554432000 4194304 4196468 140730661264464 140341020887696 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18199] ppid=18194 vsize=28227388 memory=140063596660352 CPUtime=0 cores=0-7
/proc/18196/task/18199/stat : 18199 (java) S 18194 18194 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418656762 28904845312 7589 33554432000 4194304 4196468 140730661264464 140341019834896 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18200] ppid=18194 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18200/stat : 18200 (java) S 18194 18194 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418656762 28904845312 7589 33554432000 4194304 4196468 140730661264464 140341018782096 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18201] ppid=18194 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18201/stat : 18201 (java) S 18194 18194 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418656762 28904845312 7589 33554432000 4194304 4196468 140730661264464 140341017729296 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18202] ppid=18194 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18202/stat : 18202 (java) S 18194 18194 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418656762 28904845312 7589 33554432000 4194304 4196468 140730661264464 140341016677520 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18203] ppid=18194 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18196/task/18203/stat : 18203 (java) S 18194 18194 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418656762 28904845312 7589 33554432000 4194304 4196468 140730661264464 140341015624720 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18204] ppid=18194 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18204/stat : 18204 (java) S 18194 18194 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418656762 28904845312 7589 33554432000 4194304 4196468 140730661264464 140341014571920 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18205] ppid=18194 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18205/stat : 18205 (java) S 18194 18194 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418656762 28904845312 7589 33554432000 4194304 4196468 140730661264464 140341013519120 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18206] ppid=18194 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18206/stat : 18206 (java) S 18194 18194 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418656763 28904845312 7589 33554432000 4194304 4196468 140730661264464 140339699407216 140341101046402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18207] ppid=18194 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18207/stat : 18207 (java) S 18194 18194 16596 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418656764 28904845312 7589 33554432000 4194304 4196468 140730661264464 140339698353184 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18208] ppid=18194 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18208/stat : 18208 (java) S 18194 18194 16596 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418656764 28904845312 7589 33554432000 4194304 4196468 140730661264464 140339697300336 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18209] ppid=18194 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18209/stat : 18209 (java) S 18194 18194 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418656766 28904845312 7589 33554432000 4194304 4196468 140730661264464 140339696248656 140341101053851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18210] ppid=18194 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18210/stat : 18210 (java) S 18194 18194 16596 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 20 0 418656766 28904845312 7589 33554432000 4194304 4196468 140730661264464 140339695197040 140341101046402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18211] ppid=18194 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18211/stat : 18211 (java) S 18194 18194 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418656766 28904845312 7589 33554432000 4194304 4196468 140730661264464 140339694144240 140341101046402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18212] ppid=18194 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18212/stat : 18212 (java) S 18194 18194 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418656767 28904845312 7589 33554432000 4194304 4196468 140730661264464 140339693091440 140341101046402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18213] ppid=18194 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/18196/task/18213/stat : 18213 (java) S 18194 18194 16596 0 -1 1077944384 348 0 0 0 2 0 0 0 20 0 20 0 418656767 28904845312 7589 33554432000 4194304 4196468 140730661264464 140339692038640 140341101046402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18214] ppid=18194 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18214/stat : 18214 (java) S 18194 18194 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418656767 28904845312 7589 33554432000 4194304 4196468 140730661264464 140339690986080 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18215] ppid=18194 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18196/task/18215/stat : 18215 (java) S 18194 18194 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418656767 28904845312 7589 33554432000 4194304 4196468 140730661264464 140339689933360 140341101046402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31808 KiB

[startup+0.210422 s]*
/proc/loadavg: 6.54 7.70 7.76 3/211 18215
/proc/meminfo: memFree=26814860/32770624 swapFree=66957016/67108860
[pid=18194] ppid=18191 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18194/stat : 18194 (xcsp3-exec) S 18191 18194 16596 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418656760 115843072 363 33554432000 4194304 5098028 140721110561488 140721110559592 139870286692988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8077312 140721110569847 140721110570089 140721110570089 140721110573002 0
/proc/18194/statm: 28282 363 304 221 0 87 0
[pid=18196] ppid=18194 vsize=28227388 memory=41124 CPUtime=0.34 cores=0-7
/proc/18196/stat : 18196 (java) S 18194 18194 16596 0 -1 1077944320 9047 0 0 0 31 3 0 0 20 0 20 0 418656761 28904845312 10281 33554432000 4194304 4196468 140730661264464 140730661247008 140341101035255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
/proc/18196/statm: 7056847 10281 3261 1 0 7019032 0
[pid=18196/tid=18197] ppid=18194 vsize=28227388 memory=0 CPUtime=0.19 cores=0-7
/proc/18196/task/18197/stat : 18197 (java) R 18194 18194 16596 0 -1 4202560 6205 0 0 0 17 2 0 0 20 0 20 0 418656761 28904845312 10281 33554432000 4194304 4196468 140730661264464 140341105274256 140341101047190 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18198] ppid=18194 vsize=28227388 memory=280127043585784 CPUtime=0 cores=0-7
/proc/18196/task/18198/stat : 18198 (java) S 18194 18194 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418656762 28904845312 10281 33554432000 4194304 4196468 140730661264464 140341020887696 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18199] ppid=18194 vsize=28227388 memory=140063596660352 CPUtime=0 cores=0-7
/proc/18196/task/18199/stat : 18199 (java) S 18194 18194 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418656762 28904845312 10281 33554432000 4194304 4196468 140730661264464 140341019834896 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18200] ppid=18194 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18200/stat : 18200 (java) S 18194 18194 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418656762 28904845312 10281 33554432000 4194304 4196468 140730661264464 140341018782096 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18201] ppid=18194 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18201/stat : 18201 (java) S 18194 18194 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418656762 28904845312 10281 33554432000 4194304 4196468 140730661264464 140341017729296 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18202] ppid=18194 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18202/stat : 18202 (java) S 18194 18194 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418656762 28904845312 10281 33554432000 4194304 4196468 140730661264464 140341016677520 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18203] ppid=18194 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18196/task/18203/stat : 18203 (java) S 18194 18194 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418656762 28904845312 10281 33554432000 4194304 4196468 140730661264464 140341015624720 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18204] ppid=18194 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18204/stat : 18204 (java) S 18194 18194 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418656762 28904845312 10281 33554432000 4194304 4196468 140730661264464 140341014571920 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18205] ppid=18194 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18205/stat : 18205 (java) S 18194 18194 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418656762 28904845312 10281 33554432000 4194304 4196468 140730661264464 140341013519120 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18206] ppid=18194 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18206/stat : 18206 (java) S 18194 18194 16596 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418656763 28904845312 10281 33554432000 4194304 4196468 140730661264464 140339699407216 140341101046402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18207] ppid=18194 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18207/stat : 18207 (java) S 18194 18194 16596 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418656764 28904845312 10281 33554432000 4194304 4196468 140730661264464 140339698353184 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18208] ppid=18194 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18208/stat : 18208 (java) S 18194 18194 16596 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418656764 28904845312 10281 33554432000 4194304 4196468 140730661264464 140339697300336 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18209] ppid=18194 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18209/stat : 18209 (java) S 18194 18194 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418656766 28904845312 10281 33554432000 4194304 4196468 140730661264464 140339696248656 140341101053851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18210] ppid=18194 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/18196/task/18210/stat : 18210 (java) S 18194 18194 16596 0 -1 1077944384 453 0 0 0 1 0 0 0 20 0 20 0 418656766 28904845312 10281 33554432000 4194304 4196468 140730661264464 140339695197040 140341101046402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18211] ppid=18194 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/18196/task/18211/stat : 18211 (java) S 18194 18194 16596 0 -1 1077944384 139 0 0 0 2 0 0 0 20 0 20 0 418656766 28904845312 10281 33554432000 4194304 4196468 140730661264464 140339694144240 140341101046402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18212] ppid=18194 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/18196/task/18212/stat : 18212 (java) S 18194 18194 16596 0 -1 1077944384 194 0 0 0 1 0 0 0 20 0 20 0 418656767 28904845312 10281 33554432000 4194304 4196468 140730661264464 140339693091440 140341101046402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18213] ppid=18194 vsize=28227388 memory=0 CPUtime=0.08 cores=0-7
/proc/18196/task/18213/stat : 18213 (java) R 18194 18194 16596 0 -1 4202560 740 0 0 0 8 0 0 0 20 0 20 0 418656767 28904845312 10281 33554432000 4194304 4196468 140730661264464 140339692038640 140341101047190 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18214] ppid=18194 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18214/stat : 18214 (java) S 18194 18194 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418656767 28904845312 10281 33554432000 4194304 4196468 140730661264464 140339690986080 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18215] ppid=18194 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18196/task/18215/stat : 18215 (java) S 18194 18194 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418656767 28904845312 10281 33554432000 4194304 4196468 140730661264464 140339689933360 140341101046402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42576 KiB

[startup+0.309764 s]*
/proc/loadavg: 6.54 7.70 7.76 3/211 18215
/proc/meminfo: memFree=26806856/32770624 swapFree=66957016/67108860
[pid=18194] ppid=18191 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18194/stat : 18194 (xcsp3-exec) S 18191 18194 16596 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418656760 115843072 363 33554432000 4194304 5098028 140721110561488 140721110559592 139870286692988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8077312 140721110569847 140721110570089 140721110570089 140721110573002 0
/proc/18194/statm: 28282 363 304 221 0 87 0
[pid=18196] ppid=18194 vsize=28231644 memory=50236 CPUtime=0.53 cores=0-7
/proc/18196/stat : 18196 (java) S 18194 18194 16596 0 -1 1077944320 10429 0 0 0 49 4 0 0 20 0 20 0 418656761 28909203456 12559 33554432000 4194304 4196468 140730661264464 140730661247008 140341101035255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
/proc/18196/statm: 7057911 12559 3323 1 0 7019032 0
[pid=18196/tid=18197] ppid=18194 vsize=28231644 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/18196/task/18197/stat : 18197 (java) R 18194 18194 16596 0 -1 4202560 7351 0 0 0 27 3 0 0 20 0 20 0 418656761 28909203456 12559 33554432000 4194304 4196468 140730661264464 140341105269232 140341101057181 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18198] ppid=18194 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18198/stat : 18198 (java) S 18194 18194 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418656762 28909203456 12559 33554432000 4194304 4196468 140730661264464 140341020887696 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18199] ppid=18194 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18199/stat : 18199 (java) S 18194 18194 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418656762 28909203456 12559 33554432000 4194304 4196468 140730661264464 140341019834896 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18200] ppid=18194 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18200/stat : 18200 (java) S 18194 18194 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418656762 28909203456 12559 33554432000 4194304 4196468 140730661264464 140341018782096 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18201] ppid=18194 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18201/stat : 18201 (java) S 18194 18194 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418656762 28909203456 12559 33554432000 4194304 4196468 140730661264464 140341017729296 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18202] ppid=18194 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/18196/task/18202/stat : 18202 (java) S 18194 18194 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418656762 28909203456 12559 33554432000 4194304 4196468 140730661264464 140341016677520 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18203] ppid=18194 vsize=28231644 memory=140063447020463 CPUtime=0 cores=0-7
/proc/18196/task/18203/stat : 18203 (java) S 18194 18194 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418656762 28909203456 12559 33554432000 4194304 4196468 140730661264464 140341015624720 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18204] ppid=18194 vsize=28231644 memory=140063447022768 CPUtime=0 cores=0-7
/proc/18196/task/18204/stat : 18204 (java) S 18194 18194 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418656762 28909203456 12559 33554432000 4194304 4196468 140730661264464 140341014571920 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18205] ppid=18194 vsize=28231644 memory=140063447025072 CPUtime=0 cores=0-7
/proc/18196/task/18205/stat : 18205 (java) S 18194 18194 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418656762 28909203456 12559 33554432000 4194304 4196468 140730661264464 140341013519120 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18206] ppid=18194 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18206/stat : 18206 (java) S 18194 18194 16596 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418656763 28909203456 12559 33554432000 4194304 4196468 140730661264464 140339699407216 140341101046402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18207] ppid=18194 vsize=28231644 memory=280126894057104 CPUtime=0 cores=0-7
/proc/18196/task/18207/stat : 18207 (java) S 18194 18194 16596 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418656764 28909203456 12559 33554432000 4194304 4196468 140730661264464 140339698353184 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18208] ppid=18194 vsize=28231644 memory=280126894064016 CPUtime=0 cores=0-7
/proc/18196/task/18208/stat : 18208 (java) S 18194 18194 16596 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418656764 28909203456 12559 33554432000 4194304 4196468 140730661264464 140339697300336 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18209] ppid=18194 vsize=28231644 memory=280126894005296 CPUtime=0 cores=0-7
/proc/18196/task/18209/stat : 18209 (java) S 18194 18194 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418656766 28909203456 12559 33554432000 4194304 4196468 140730661264464 140339696248656 140341101053851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18210] ppid=18194 vsize=28231644 memory=280126894077840 CPUtime=0.02 cores=0-7
/proc/18196/task/18210/stat : 18210 (java) S 18194 18194 16596 0 -1 1077944384 460 0 0 0 2 0 0 0 20 0 20 0 418656766 28909203456 12559 33554432000 4194304 4196468 140730661264464 140339695197040 140341101046402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18211] ppid=18194 vsize=28231644 memory=280126894084752 CPUtime=0.04 cores=0-7
/proc/18196/task/18211/stat : 18211 (java) R 18194 18194 16596 0 -1 4202560 230 0 0 0 4 0 0 0 20 0 20 0 418656766 28909203456 12559 33554432000 4194304 4196468 140730661264464 140339694144240 140341079451314 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18212] ppid=18194 vsize=28231644 memory=280126894082448 CPUtime=0.02 cores=0-7
/proc/18196/task/18212/stat : 18212 (java) S 18194 18194 16596 0 -1 1077944384 222 0 0 0 2 0 0 0 20 0 20 0 418656767 28909203456 12559 33554432000 4194304 4196468 140730661264464 140339693091440 140341101046402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18213] ppid=18194 vsize=28231644 memory=280126894098608 CPUtime=0.12 cores=0-7
/proc/18196/task/18213/stat : 18213 (java) S 18194 18194 16596 0 -1 1077944384 853 0 0 0 12 0 0 0 20 0 20 0 418656767 28909203456 12559 33554432000 4194304 4196468 140730661264464 140339692038640 140341101046402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18214] ppid=18194 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18214/stat : 18214 (java) S 18194 18194 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418656767 28909203456 12559 33554432000 4194304 4196468 140730661264464 140339690986080 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18215] ppid=18194 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/18196/task/18215/stat : 18215 (java) S 18194 18194 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418656767 28909203456 12559 33554432000 4194304 4196468 140730661264464 140339689933360 140341101046402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51688 KiB

[startup+0.701054 s]
/proc/loadavg: 6.54 7.70 7.76 5/211 18215
/proc/meminfo: memFree=26782016/32770624 swapFree=66957016/67108860
[pid=18194] ppid=18191 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18194/stat : 18194 (xcsp3-exec) S 18191 18194 16596 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418656760 115843072 363 33554432000 4194304 5098028 140721110561488 140721110559592 139870286692988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8077312 140721110569847 140721110570089 140721110570089 140721110573002 0
/proc/18194/statm: 28282 363 304 221 0 87 0
[pid=18196] ppid=18194 vsize=28233768 memory=95024 CPUtime=2.01 cores=0-7
/proc/18196/stat : 18196 (java) S 18194 18194 16596 0 -1 1077944320 16440 0 0 0 195 6 0 0 20 0 20 0 418656761 28911378432 23756 33554432000 4194304 4196468 140730661264464 140730661247008 140341101035255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
/proc/18196/statm: 7058442 23756 3456 1 0 7019544 0
[pid=18196/tid=18197] ppid=18194 vsize=28233768 memory=280126894393472 CPUtime=0.68 cores=0-7
/proc/18196/task/18197/stat : 18197 (java) R 18194 18194 16596 0 -1 4202560 8633 0 0 0 64 4 0 0 20 0 20 0 418656761 28911378432 23756 33554432000 4194304 4196468 140730661264464 140341105270672 140340690557779 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18198] ppid=18194 vsize=28233768 memory=5050881541256 CPUtime=0 cores=0-7
/proc/18196/task/18198/stat : 18198 (java) S 18194 18194 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418656762 28911378432 23756 33554432000 4194304 4196468 140730661264464 140341020887696 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18199] ppid=18194 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18199/stat : 18199 (java) S 18194 18194 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418656762 28911378432 23756 33554432000 4194304 4196468 140730661264464 140341019834896 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18200] ppid=18194 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18200/stat : 18200 (java) S 18194 18194 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418656762 28911378432 23756 33554432000 4194304 4196468 140730661264464 140341018782096 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0

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

[pid=18196/tid=18197] ppid=18194 vsize=28768328 memory=280126893850864 CPUtime=3.2 cores=0-7
/proc/18196/task/18197/stat : 18197 (java) S 18194 18194 16596 0 -1 1077944384 10788 0 0 0 307 13 0 0 20 0 28 0 418656761 29458767872 274928 33554432000 4194304 4196468 140730661264464 140341105276032 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18198] ppid=18194 vsize=28768328 memory=732370201934113765 CPUtime=0.71 cores=0-7
/proc/18196/task/18198/stat : 18198 (java) R 18194 18194 16596 0 -1 4202560 401 0 0 0 54 17 0 0 20 0 28 0 418656762 29458767872 274928 33554432000 4194304 4196468 140730661264464 140341020887896 140341093663463 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18199] ppid=18194 vsize=28768328 memory=280127043994176 CPUtime=0.71 cores=0-7
/proc/18196/task/18199/stat : 18199 (java) R 18194 18194 16596 0 -1 4202560 416 0 0 0 52 19 0 0 20 0 28 0 418656762 29458767872 274928 33554432000 4194304 4196468 140730661264464 140341019835096 140341093663463 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18200] ppid=18194 vsize=28768328 memory=1970350607106051 CPUtime=0.68 cores=0-7
/proc/18196/task/18200/stat : 18200 (java) R 18194 18194 16596 0 -1 4202560 394 0 0 0 52 16 0 0 20 0 28 0 418656762 29458767872 274928 33554432000 4194304 4196468 140730661264464 140341018782296 140341093663463 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18201] ppid=18194 vsize=28768328 memory=2110414054439844 CPUtime=0.71 cores=0-7
/proc/18196/task/18201/stat : 18201 (java) R 18194 18194 16596 0 -1 4202560 359 0 0 0 52 19 0 0 20 0 28 0 418656762 29458767872 274928 33554432000 4194304 4196468 140730661264464 140341017729496 140341093663463 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18202] ppid=18194 vsize=28768328 memory=2110414054442148 CPUtime=0.72 cores=0-7
/proc/18196/task/18202/stat : 18202 (java) R 18194 18194 16596 0 -1 4202560 403 0 0 0 53 19 0 0 20 0 28 0 418656762 29458767872 274928 33554432000 4194304 4196468 140730661264464 140341016677520 140341093663463 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18203] ppid=18194 vsize=28768328 memory=140063447331519 CPUtime=0.67 cores=0-7
/proc/18196/task/18203/stat : 18203 (java) R 18194 18194 16596 0 -1 4202560 457 0 0 0 51 16 0 0 20 0 28 0 418656762 29458767872 274928 33554432000 4194304 4196468 140730661264464 140341015624608 140341086062384 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18204] ppid=18194 vsize=28768328 memory=6944656592387989600 CPUtime=0.71 cores=0-7
/proc/18196/task/18204/stat : 18204 (java) R 18194 18194 16596 0 -1 4202560 396 0 0 0 51 20 0 0 20 0 28 0 418656762 29458767872 274928 33554432000 4194304 4196468 140730661264464 140341014572120 140341093663463 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18205] ppid=18194 vsize=28768328 memory=2110414054449028 CPUtime=0.71 cores=0-7
/proc/18196/task/18205/stat : 18205 (java) R 18194 18194 16596 0 -1 4202560 376 0 0 0 52 19 0 0 20 0 28 0 418656762 29458767872 274928 33554432000 4194304 4196468 140730661264464 140341013519320 140341093663463 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18206] ppid=18194 vsize=28768328 memory=0 CPUtime=0.03 cores=0-7
/proc/18196/task/18206/stat : 18206 (java) S 18194 18194 16596 0 -1 1077944384 526 0 0 0 3 0 0 0 20 0 28 0 418656763 29458767872 274928 33554432000 4194304 4196468 140730661264464 140339699405728 140341101045461 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18207] ppid=18194 vsize=28768328 memory=2110414054453636 CPUtime=0 cores=0-7
/proc/18196/task/18207/stat : 18207 (java) S 18194 18194 16596 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 418656764 29458767872 274928 33554432000 4194304 4196468 140730661264464 140339698353248 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18208] ppid=18194 vsize=28768328 memory=2110414054456020 CPUtime=0 cores=0-7
/proc/18196/task/18208/stat : 18208 (java) S 18194 18194 16596 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 418656764 29458767872 274928 33554432000 4194304 4196468 140730661264464 140339697300352 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18209] ppid=18194 vsize=28768328 memory=662363608034390319 CPUtime=0 cores=0-7
/proc/18196/task/18209/stat : 18209 (java) S 18194 18194 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418656766 29458767872 274928 33554432000 4194304 4196468 140730661264464 140339696248656 140341101053851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18210] ppid=18194 vsize=28768328 memory=3512 CPUtime=1.51 cores=0-7
/proc/18196/task/18210/stat : 18210 (java) S 18194 18194 16596 0 -1 1077944384 3655 0 0 0 150 1 0 0 20 0 28 0 418656766 29458767872 274928 33554432000 4194304 4196468 140730661264464 140339695197040 140341101046402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18211] ppid=18194 vsize=28768328 memory=41004 CPUtime=1.36 cores=0-7
/proc/18196/task/18211/stat : 18211 (java) S 18194 18194 16596 0 -1 1077944384 3802 0 0 0 135 1 0 0 20 0 28 0 418656766 29458767872 274928 33554432000 4194304 4196468 140730661264464 140339694135344 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18212] ppid=18194 vsize=28768328 memory=2020 CPUtime=1.18 cores=0-7
/proc/18196/task/18212/stat : 18212 (java) S 18194 18194 16596 0 -1 1077944384 2802 0 0 0 117 1 0 0 20 0 28 0 418656767 29458767872 274928 33554432000 4194304 4196468 140730661264464 140339693091200 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18213] ppid=18194 vsize=28768328 memory=988 CPUtime=0.71 cores=0-7
/proc/18196/task/18213/stat : 18213 (java) S 18194 18194 16596 0 -1 1077944384 4260 0 0 0 70 1 0 0 20 0 28 0 418656767 29458767872 274928 33554432000 4194304 4196468 140730661264464 140339692034512 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18214] ppid=18194 vsize=28768328 memory=1368 CPUtime=0 cores=0-7
/proc/18196/task/18214/stat : 18214 (java) S 18194 18194 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418656767 29458767872 274928 33554432000 4194304 4196468 140730661264464 140339690986080 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18215] ppid=18194 vsize=28768328 memory=1056 CPUtime=0 cores=0-7
/proc/18196/task/18215/stat : 18215 (java) S 18194 18194 16596 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 418656767 29458767872 274928 33554432000 4194304 4196468 140730661264464 140339689933360 140341101046402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18216] ppid=18194 vsize=28768328 memory=1716 CPUtime=0 cores=0-7
/proc/18196/task/18216/stat : 18216 (java) S 18194 18194 16596 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 28 0 418657143 29458767872 274928 33554432000 4194304 4196468 140730661264464 140339678626208 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18217] ppid=18194 vsize=28768328 memory=6100 CPUtime=0 cores=0-7
/proc/18196/task/18217/stat : 18217 (java) S 18194 18194 16596 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 418657143 29458767872 274928 33554432000 4194304 4196468 140730661264464 140339677574880 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18218] ppid=18194 vsize=28768328 memory=11624 CPUtime=0 cores=0-7
/proc/18196/task/18218/stat : 18218 (java) S 18194 18194 16596 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 418657143 29458767872 274928 33554432000 4194304 4196468 140730661264464 140339676523696 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18219] ppid=18194 vsize=28768328 memory=732 CPUtime=0 cores=0-7
/proc/18196/task/18219/stat : 18219 (java) S 18194 18194 16596 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 28 0 418657143 29458767872 274928 33554432000 4194304 4196468 140730661264464 140339675470224 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18220] ppid=18194 vsize=28768328 memory=776 CPUtime=0 cores=0-7
/proc/18196/task/18220/stat : 18220 (java) S 18194 18194 16596 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 418657144 29458767872 274928 33554432000 4194304 4196468 140730661264464 140339674418320 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18221] ppid=18194 vsize=28768328 memory=1560 CPUtime=0 cores=0-7
/proc/18196/task/18221/stat : 18221 (java) S 18194 18194 16596 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 418657144 29458767872 274928 33554432000 4194304 4196468 140730661264464 140339673363200 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18222] ppid=18194 vsize=28768328 memory=4008 CPUtime=0 cores=0-7
/proc/18196/task/18222/stat : 18222 (java) S 18194 18194 16596 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 28 0 418657144 29458767872 274928 33554432000 4194304 4196468 140730661264464 140339672313152 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18223] ppid=18194 vsize=28768328 memory=1096 CPUtime=0 cores=0-7
/proc/18196/task/18223/stat : 18223 (java) S 18194 18194 16596 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 418657144 29458767872 274928 33554432000 4194304 4196468 140730661264464 140339671261328 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
Current children cumulated CPU time: 13.77 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 1101164 KiB

[startup+4.80186 s]
/proc/loadavg: 6.54 7.70 7.76 9/219 18223
/proc/meminfo: memFree=25755416/32770624 swapFree=66957016/67108860
[pid=18194] ppid=18191 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18194/stat : 18194 (xcsp3-exec) S 18191 18194 16596 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418656760 115843072 363 33554432000 4194304 5098028 140721110561488 140721110559592 139870286692988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8077312 140721110569847 140721110570089 140721110570089 140721110573002 0
/proc/18194/statm: 28282 363 304 221 0 87 0
[pid=18196] ppid=18194 vsize=28768328 memory=1130836 CPUtime=19.7 cores=0-7
/proc/18196/stat : 18196 (java) S 18194 18194 16596 0 -1 1077944320 37919 0 0 0 1793 177 0 0 20 0 28 0 418656761 29458767872 282709 33554432000 4194304 4196468 140730661264464 140730661247008 140341101035255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
/proc/18196/statm: 7192082 282709 3527 1 0 7153184 0
[pid=18196/tid=18197] ppid=18194 vsize=28768328 memory=15252640887999028 CPUtime=3.21 cores=0-7
/proc/18196/task/18197/stat : 18197 (java) S 18194 18194 16596 0 -1 1077944384 11034 0 0 0 308 13 0 0 20 0 28 0 418656761 29458767872 282709 33554432000 4194304 4196468 140730661264464 140341105276032 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18198] ppid=18194 vsize=28768328 memory=0 CPUtime=1.18 cores=0-7
/proc/18196/task/18198/stat : 18198 (java) S 18194 18194 16596 0 -1 1077944384 439 0 0 0 101 17 0 0 20 0 28 0 418656762 29458767872 282709 33554432000 4194304 4196468 140730661264464 140341020887696 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18199] ppid=18194 vsize=28768328 memory=0 CPUtime=1.19 cores=0-7
/proc/18196/task/18199/stat : 18199 (java) S 18194 18194 16596 0 -1 1077944384 439 0 0 0 100 19 0 0 20 0 28 0 418656762 29458767872 282709 33554432000 4194304 4196468 140730661264464 140341019834896 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18200] ppid=18194 vsize=28768328 memory=0 CPUtime=1.17 cores=0-7
/proc/18196/task/18200/stat : 18200 (java) S 18194 18194 16596 0 -1 1077944384 424 0 0 0 100 17 0 0 20 0 28 0 418656762 29458767872 282709 33554432000 4194304 4196468 140730661264464 140341018782096 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18201] ppid=18194 vsize=28768328 memory=0 CPUtime=1.18 cores=0-7
/proc/18196/task/18201/stat : 18201 (java) S 18194 18194 16596 0 -1 1077944384 371 0 0 0 99 19 0 0 20 0 28 0 418656762 29458767872 282709 33554432000 4194304 4196468 140730661264464 140341017729296 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18202] ppid=18194 vsize=28768328 memory=1452 CPUtime=1.2 cores=0-7
/proc/18196/task/18202/stat : 18202 (java) S 18194 18194 16596 0 -1 1077944384 445 0 0 0 101 19 0 0 20 0 28 0 418656762 29458767872 282709 33554432000 4194304 4196468 140730661264464 140341016677520 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18203] ppid=18194 vsize=28768328 memory=792252 CPUtime=1.15 cores=0-7
/proc/18196/task/18203/stat : 18203 (java) S 18194 18194 16596 0 -1 1077944384 482 0 0 0 98 17 0 0 20 0 28 0 418656762 29458767872 282709 33554432000 4194304 4196468 140730661264464 140341015624720 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18204] ppid=18194 vsize=28768328 memory=0 CPUtime=1.19 cores=0-7
/proc/18196/task/18204/stat : 18204 (java) S 18194 18194 16596 0 -1 1077944384 410 0 0 0 99 20 0 0 20 0 28 0 418656762 29458767872 282709 33554432000 4194304 4196468 140730661264464 140341014571920 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18205] ppid=18194 vsize=28768328 memory=0 CPUtime=1.19 cores=0-7
/proc/18196/task/18205/stat : 18205 (java) S 18194 18194 16596 0 -1 1077944384 413 0 0 0 100 19 0 0 20 0 28 0 418656762 29458767872 282709 33554432000 4194304 4196468 140730661264464 140341013519120 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18206] ppid=18194 vsize=28768328 memory=0 CPUtime=0.05 cores=0-7
/proc/18196/task/18206/stat : 18206 (java) S 18194 18194 16596 0 -1 1077944384 2447 0 0 0 5 0 0 0 20 0 28 0 418656763 29458767872 282709 33554432000 4194304 4196468 140730661264464 140339699407216 140341101046402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18207] ppid=18194 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18207/stat : 18207 (java) S 18194 18194 16596 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 418656764 29458767872 282709 33554432000 4194304 4196468 140730661264464 140339698353248 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18208] ppid=18194 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18208/stat : 18208 (java) S 18194 18194 16596 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 418656764 29458767872 282709 33554432000 4194304 4196468 140730661264464 140339697300352 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18209] ppid=18194 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18209/stat : 18209 (java) S 18194 18194 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418656766 29458767872 282709 33554432000 4194304 4196468 140730661264464 140339696248656 140341101053851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18210] ppid=18194 vsize=28768328 memory=6791534058613427641 CPUtime=1.7 cores=0-7
/proc/18196/task/18210/stat : 18210 (java) R 18194 18194 16596 0 -1 4202560 4540 0 0 0 168 2 0 0 20 0 28 0 418656766 29458767872 282709 33554432000 4194304 4196468 140730661264464 140339695184480 140341087186926 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18211] ppid=18194 vsize=28768328 memory=358904 CPUtime=1.57 cores=0-7
/proc/18196/task/18211/stat : 18211 (java) R 18194 18194 16596 0 -1 1077944384 4490 0 0 0 155 2 0 0 20 0 28 0 418656766 29458767872 282709 33554432000 4194304 4196468 140730661264464 140339694132736 140341101045461 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18212] ppid=18194 vsize=28768328 memory=2244 CPUtime=1.39 cores=0-7
/proc/18196/task/18212/stat : 18212 (java) R 18194 18194 16596 0 -1 4202560 3642 0 0 0 137 2 0 0 20 0 28 0 418656767 29458767872 282709 33554432000 4194304 4196468 140730661264464 140339693091736 140341080699616 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18213] ppid=18194 vsize=28768328 memory=7453289619230184035 CPUtime=0.8 cores=0-7
/proc/18196/task/18213/stat : 18213 (java) R 18194 18194 16596 0 -1 4202560 5559 0 0 0 78 2 0 0 20 0 28 0 418656767 29458767872 282709 33554432000 4194304 4196468 140730661264464 140339692034400 140341101047190 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18214] ppid=18194 vsize=28768328 memory=7378417266685800804 CPUtime=0 cores=0-7
/proc/18196/task/18214/stat : 18214 (java) S 18194 18194 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418656767 29458767872 282709 33554432000 4194304 4196468 140730661264464 140339690986080 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18215] ppid=18194 vsize=28768328 memory=5931329015123165280 CPUtime=0 cores=0-7
/proc/18196/task/18215/stat : 18215 (java) S 18194 18194 16596 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 418656767 29458767872 282709 33554432000 4194304 4196468 140730661264464 140339689933360 140341101046402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
Current children cumulated CPU time: 19.7 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 1132288 KiB

[startup+5.20098 s]
/proc/loadavg: 6.81 7.74 7.78 12/219 18287
/proc/meminfo: memFree=25721784/32770624 swapFree=66957016/67108860
[pid=18194] ppid=18191 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18194/stat : 18194 (xcsp3-exec) S 18191 18194 16596 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418656760 115843072 363 33554432000 4194304 5098028 140721110561488 140721110559592 139870286692988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8077312 140721110569847 140721110570089 140721110570089 140721110573002 0
/proc/18194/statm: 28282 363 304 221 0 87 0
[pid=18196] ppid=18194 vsize=29300840 memory=1129132 CPUtime=22.16 cores=0-7
/proc/18196/stat : 18196 (java) S 18194 18194 16596 0 -1 1077944320 43986 0 0 0 2032 184 0 0 20 0 28 0 418656761 30004060160 282283 33554432000 4194304 4196468 140730661264464 140730661247008 140341101035255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
/proc/18196/statm: 7325210 282283 3532 1 0 7286312 0
[pid=18196/tid=18197] ppid=18194 vsize=29300840 memory=6791534058613427641 CPUtime=3.23 cores=0-7
/proc/18196/task/18197/stat : 18197 (java) S 18194 18194 16596 0 -1 1077944384 11094 0 0 0 308 15 0 0 20 0 28 0 418656761 30004060160 282283 33554432000 4194304 4196468 140730661264464 140341105276032 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18198] ppid=18194 vsize=29300840 memory=288230617509003574 CPUtime=1.18 cores=0-7
/proc/18196/task/18198/stat : 18198 (java) S 18194 18194 16596 0 -1 1077944384 439 0 0 0 101 17 0 0 20 0 28 0 418656762 30004060160 282283 33554432000 4194304 4196468 140730661264464 140341020887696 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18199] ppid=18194 vsize=29300840 memory=15252640887999028 CPUtime=1.19 cores=0-7
/proc/18196/task/18199/stat : 18199 (java) S 18194 18194 16596 0 -1 1077944384 439 0 0 0 100 19 0 0 20 0 28 0 418656762 30004060160 282283 33554432000 4194304 4196468 140730661264464 140341019834896 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18200] ppid=18194 vsize=29300840 memory=12040 CPUtime=1.17 cores=0-7
/proc/18196/task/18200/stat : 18200 (java) S 18194 18194 16596 0 -1 1077944384 424 0 0 0 100 17 0 0 20 0 28 0 418656762 30004060160 282283 33554432000 4194304 4196468 140730661264464 140341018782096 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18201] ppid=18194 vsize=29300840 memory=2124 CPUtime=1.18 cores=0-7
/proc/18196/task/18201/stat : 18201 (java) S 18194 18194 16596 0 -1 1077944384 371 0 0 0 99 19 0 0 20 0 28 0 418656762 30004060160 282283 33554432000 4194304 4196468 140730661264464 140341017729296 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18202] ppid=18194 vsize=29300840 memory=21888 CPUtime=1.2 cores=0-7
/proc/18196/task/18202/stat : 18202 (java) S 18194 18194 16596 0 -1 1077944384 445 0 0 0 101 19 0 0 20 0 28 0 418656762 30004060160 282283 33554432000 4194304 4196468 140730661264464 140341016677520 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18203] ppid=18194 vsize=29300840 memory=492 CPUtime=1.15 cores=0-7
/proc/18196/task/18203/stat : 18203 (java) S 18194 18194 16596 0 -1 1077944384 482 0 0 0 98 17 0 0 20 0 28 0 418656762 30004060160 282283 33554432000 4194304 4196468 140730661264464 140341015624720 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18204] ppid=18194 vsize=29300840 memory=6791534058613427641 CPUtime=1.19 cores=0-7
/proc/18196/task/18204/stat : 18204 (java) S 18194 18194 16596 0 -1 1077944384 410 0 0 0 99 20 0 0 20 0 28 0 418656762 30004060160 282283 33554432000 4194304 4196468 140730661264464 140341014571920 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18205] ppid=18194 vsize=29300840 memory=288230617509003574 CPUtime=1.19 cores=0-7
/proc/18196/task/18205/stat : 18205 (java) S 18194 18194 16596 0 -1 1077944384 413 0 0 0 100 19 0 0 20 0 28 0 418656762 30004060160 282283 33554432000 4194304 4196468 140730661264464 140341013519120 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18206] ppid=18194 vsize=29300840 memory=15252640887999028 CPUtime=0.06 cores=0-7
/proc/18196/task/18206/stat : 18206 (java) S 18194 18194 16596 0 -1 1077944384 2451 0 0 0 6 0 0 0 20 0 28 0 418656763 30004060160 282283 33554432000 4194304 4196468 140730661264464 140339699407216 140341101046402 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18207] ppid=18194 vsize=29300840 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18207/stat : 18207 (java) S 18194 18194 16596 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 418656764 30004060160 282283 33554432000 4194304 4196468 140730661264464 140339698353248 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18208] ppid=18194 vsize=29300840 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18208/stat : 18208 (java) S 18194 18194 16596 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 418656764 30004060160 282283 33554432000 4194304 4196468 140730661264464 140339697300352 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18209] ppid=18194 vsize=29300840 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18209/stat : 18209 (java) S 18194 18194 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418656766 30004060160 282283 33554432000 4194304 4196468 140730661264464 140339696248656 140341101053851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18210] ppid=18194 vsize=29300840 memory=0 CPUtime=2.07 cores=0-7
/proc/18196/task/18210/stat : 18210 (java) R 18194 18194 16596 0 -1 4202560 5206 0 0 0 205 2 0 0 20 0 28 0 418656766 30004060160 282283 33554432000 4194304 4196468 140730661264464 140339695186272 140341084521363 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18211] ppid=18194 vsize=29300840 memory=0 CPUtime=1.94 cores=0-7
/proc/18196/task/18211/stat : 18211 (java) R 18194 18194 16596 0 -1 4202560 5020 0 0 0 192 2 0 0 20 0 28 0 418656766 30004060160 282283 33554432000 4194304 4196468 140730661264464 140339694125648 140341082557732 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18212] ppid=18194 vsize=29300840 memory=0 CPUtime=1.75 cores=0-7
/proc/18196/task/18212/stat : 18212 (java) R 18194 18194 16596 0 -1 4202560 4536 0 0 0 173 2 0 0 20 0 28 0 418656767 30004060160 282283 33554432000 4194304 4196468 140730661264464 140339693078912 140341085960304 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18213] ppid=18194 vsize=29300840 memory=0 CPUtime=0.98 cores=0-7
/proc/18196/task/18213/stat : 18213 (java) R 18194 18194 16596 0 -1 1077944384 6537 0 0 0 95 3 0 0 20 0 28 0 418656767 30004060160 282283 33554432000 4194304 4196468 140730661264464 140339692038736 140341101045461 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18214] ppid=18194 vsize=29300840 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18214/stat : 18214 (java) S 18194 18194 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418656767 30004060160 282283 33554432000 4194304 4196468 140730661264464 140339690986080 140341101045461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
[pid=18196/tid=18215] ppid=18194 vsize=29300840 memory=0 CPUtime=0 cores=0-7
/proc/18196/task/18215/stat : 18215 (java) S 18194 18194 16596 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 28 0 418656767 30004060160 282283 33554432000 4194304 4196468 140730661264464 140339689933360 140341101046402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140730661270506 140730661270678 140730661270678 140730661273551 0
Current children cumulated CPU time: 22.16 s
Current children cumulated vsize: 29413968 KiB
Current children cumulated memory: 1130584 KiB

Child status: 0
Real time (s): 5.24489
CPU time (s): 22.3099
CPU user time (s): 20.4488
CPU system time (s): 1.86114
CPU usage (%): 425.365
Max. virtual memory (cumulated for all children) (KiB): 29413968
Max. memory (cumulated for all children) (KiB): 1133980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.4488
system time used= 1.86114
maximum resident set size= 1133284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44839
page faults= 0
swaps= 0
block input operations= 0
block output operations= 120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6210
involuntary context switches= 268


# summary of solver processes directly reported to runsolver:
#   pid: 18194
#   total CPU time (s): 22.3099
#   total CPU user time (s): 20.4488
#   total CPU system time (s): 1.86114

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.05819 second user time and 0.104743 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-14 04:16:26
IDJOB=4393885
IDBENCH=126834
IDSOLVER=2841
FILE ID=node147/4393885-1568427429
RUNJOBID= node147-1568427292-16623
PBS_JOBID= 21702296
Free space on /tmp= 58880 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Tpp/Tpp-zinc-s1/Tpp-7-5-30-1.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-4393885-1568427429/watcher-4393885-1568427429 -o /tmp/evaluation-result-4393885-1568427429/solver-4393885-1568427429 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node147-1568427292-16623 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 71796480 HOME/instance-4393885-1568427429.xml

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

MD5SUM BENCH= 74f6b053d0485b3d7d553e00e4caa41f
RANDOM SEED=71796480

node147.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.52
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.52
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.52
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.52
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:        26842236 kB
MemAvailable:   31809776 kB
Buffers:          188128 kB
Cached:          5006580 kB
SwapCached:        48496 kB
Active:          2034604 kB
Inactive:        3212708 kB
Active(anon):       4648 kB
Inactive(anon):    89344 kB
Active(file):    2029956 kB
Inactive(file):  3123364 kB
Unevictable:      107760 kB
Mlocked:          107760 kB
SwapTotal:      67108860 kB
SwapFree:       66957016 kB
Dirty:             26100 kB
Writeback:             0 kB
AnonPages:        125524 kB
Mapped:            44616 kB
Shmem:             32768 kB
Slab:             271948 kB
SReclaimable:     242680 kB
SUnreclaim:        29268 kB
KernelStack:        3712 kB
PageTables:         5608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 58856 MiB
End job on node147 at 2019-09-14 04:16:31