Trace number 4394549

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 parallelOPT77 858.748 125.179

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-28-4-7-3.xml
MD5SUMcd71d797d3091c0a3eabb0588ef8346f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark77
Best CPU time to get the best result obtained on this benchmark100.565
Satisfiable
(Un)Satisfiability was proved
Number of variables84
Number of constraints113
Number of domains27
Minimum domain size3
Maximum domain size29
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":11},{"size":5,"count":13},{"size":6,"count":3},{"size":29,"count":56}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":28},{"degree":29,"count":27},{"degree":30,"count":1},{"degree":31,"count":28}]
Minimum constraint arity1
Maximum constraint arity29
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":56},{"arity":28,"count":28},{"arity":29,"count":28}]
Number of extensional constraints56
Number of intensional constraints29
Distribution of constraint types[{"type":"extension","count":56},{"type":"intension","count":29},{"type":"count","count":28}]
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-4394549-1568430639.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394549-1568430639.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
5.73/2.49	c solve instance...
6.57/2.64	o -1000 
17.69/4.07	o 14 
35.05/6.28	o 15 
35.82/6.31	o 16 
35.82/6.37	o 18 
44.52/7.47	o 27 
44.52/7.48	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (158/160)
44.52/7.48		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
44.52/7.48		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
44.52/7.48		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
44.52/7.48		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
44.52/7.48		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
44.52/7.48	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (158/160)
44.52/7.48		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
44.52/7.48		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
44.52/7.48		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
44.52/7.48		at org.chocosolver.solver.Solver.repair(Solver.java:443)
44.52/7.48		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
44.52/7.48		at org.chocosolver.solver.Solver.solve(Solver.java:262)
44.52/7.48		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
44.52/7.48		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
44.52/7.48		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
44.52/7.48		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
44.52/7.48		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
44.52/7.48		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
44.52/7.48		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
44.52/7.48		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
44.52/7.48		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
44.52/7.48		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
44.52/7.48	o 37 
45.20/7.59	o 52 
50.72/8.25	o 58 
50.72/8.26	o 60 
54.67/8.78	o 64 
138.44/19.47	o 65 
179.29/24.62	o 68 
299.16/40.85	o 69 
343.74/52.68	o 70 
549.11/78.80	o 72 
556.00/81.06	o 74 
559.00/82.35	o 77 
858.38/125.15	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (98/101)
858.38/125.15		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
858.38/125.15		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
858.38/125.15		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
858.38/125.15		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
858.38/125.15		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
858.38/125.16	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (98/101)
858.38/125.16		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
858.38/125.16		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
858.38/125.16		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
858.38/125.16		at org.chocosolver.solver.Solver.repair(Solver.java:443)
858.38/125.16		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
858.38/125.16		at org.chocosolver.solver.Solver.solve(Solver.java:262)
858.38/125.16		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
858.38/125.16		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
858.38/125.16		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
858.38/125.16		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
858.38/125.16		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
858.38/125.16		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
858.38/125.16		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
858.38/125.16		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
858.38/125.16		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
858.38/125.16		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
858.38/125.16	s OPTIMUM FOUND
858.38/125.16	v <instantiation>
858.38/125.16	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] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] p[24] p[25] p[26] p[27] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] g[24] g[25] g[26] g[27] </list>
858.38/125.16	v 	<values>1 2 3 4 5 12 -1 0 7 8 17 10 11 -1 15 16 9 18 19 20 27 14 21 22 23 24 25 26 0 1 2 3 4 5 -1 25 24 23 8 7 6 -1 20 21 22 9 10 11 12 19 18 17 16 15 14 13 7 4 6 7 4 4 0 3 0 8 -3 -1 7 0 4 6 -2 0 0 4 5 0 7 3 -4 4 3 1 </values>
858.38/125.16	v </instantiation>

Verifier Data

OK	77

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394549-1568430639/watcher-4394549-1568430639 -o /tmp/evaluation-result-4394549-1568430639/solver-4394549-1568430639 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node146-1568429502-6614 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 671293587 HOME/instance-4394549-1568430639.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=7245, runsolver pid=7242
Current StackSize limit: 8192 KiB


[startup+0.100142 s]*
/proc/loadavg: 7.19 7.80 8.05 2/211 7266
/proc/meminfo: memFree=31254472/32770624 swapFree=67000532/67108860
[pid=7245] ppid=7242 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7245/stat : 7245 (xcsp3-exec) S 7242 7245 6587 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418977880 115843072 363 33554432000 4194304 5098028 140736796241840 140736796239944 140599641252476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32571392 140736796250998 140736796251241 140736796251241 140736796254154 0
/proc/7245/statm: 28282 363 304 221 0 87 0
[pid=7247] ppid=7245 vsize=28227388 memory=29960 CPUtime=0.12 cores=0-7
/proc/7247/stat : 7247 (java) S 7245 7245 6587 0 -1 1077944320 5959 0 0 0 11 1 0 0 20 0 20 0 418977880 28904845312 7490 33554432000 4194304 4196468 140726488315936 140726488298480 140077588967159 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
/proc/7247/statm: 7056847 7490 3114 1 0 7019032 0
[pid=7247/tid=7248] ppid=7245 vsize=28227388 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/7247/task/7248/stat : 7248 (java) R 7245 7245 6587 0 -1 4202560 3873 0 0 0 8 1 0 0 20 0 20 0 418977880 28904845312 7490 33554432000 4194304 4196468 140726488315936 140077593186464 140077588979094 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7249] ppid=7245 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/7247/task/7249/stat : 7249 (java) S 7245 7245 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418977881 28904845312 7490 33554432000 4194304 4196468 140726488315936 140077541587216 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7250] ppid=7245 vsize=28227388 memory=139992955573888 CPUtime=0 cores=0-7
/proc/7247/task/7250/stat : 7250 (java) S 7245 7245 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418977881 28904845312 7490 33554432000 4194304 4196468 140726488315936 140077139089808 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7251] ppid=7245 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7247/task/7251/stat : 7251 (java) S 7245 7245 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418977881 28904845312 7490 33554432000 4194304 4196468 140726488315936 140077138037264 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7252] ppid=7245 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7247/task/7252/stat : 7252 (java) S 7245 7245 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418977881 28904845312 7490 33554432000 4194304 4196468 140726488315936 140077136984720 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7253] ppid=7245 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7247/task/7253/stat : 7253 (java) S 7245 7245 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418977881 28904845312 7490 33554432000 4194304 4196468 140726488315936 140077135932176 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7254] ppid=7245 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7247/task/7254/stat : 7254 (java) S 7245 7245 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418977881 28904845312 7490 33554432000 4194304 4196468 140726488315936 140077134879632 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7255] ppid=7245 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7247/task/7255/stat : 7255 (java) S 7245 7245 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418977881 28904845312 7490 33554432000 4194304 4196468 140726488315936 140077133827088 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7256] ppid=7245 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7247/task/7256/stat : 7256 (java) S 7245 7245 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418977881 28904845312 7490 33554432000 4194304 4196468 140726488315936 140077132774544 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7257] ppid=7245 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7247/task/7257/stat : 7257 (java) S 7245 7245 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418977882 28904845312 7490 33554432000 4194304 4196468 140726488315936 140075717314544 140077588978306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7258] ppid=7245 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7247/task/7258/stat : 7258 (java) S 7245 7245 6587 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418977883 28904845312 7490 33554432000 4194304 4196468 140726488315936 140075716260768 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7259] ppid=7245 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7247/task/7259/stat : 7259 (java) S 7245 7245 6587 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418977883 28904845312 7490 33554432000 4194304 4196468 140726488315936 140075715208176 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7260] ppid=7245 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7247/task/7260/stat : 7260 (java) S 7245 7245 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418977886 28904845312 7490 33554432000 4194304 4196468 140726488315936 140075714156752 140077588985755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7261] ppid=7245 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7247/task/7261/stat : 7261 (java) S 7245 7245 6587 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 20 0 418977886 28904845312 7490 33554432000 4194304 4196468 140726488315936 140075713104368 140077588978306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7262] ppid=7245 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7247/task/7262/stat : 7262 (java) S 7245 7245 6587 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 418977886 28904845312 7490 33554432000 4194304 4196468 140726488315936 140075712051824 140077588978306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7263] ppid=7245 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7247/task/7263/stat : 7263 (java) S 7245 7245 6587 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 418977886 28904845312 7490 33554432000 4194304 4196468 140726488315936 140075710999280 140077588978306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7264] ppid=7245 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/7247/task/7264/stat : 7264 (java) R 7245 7245 6587 0 -1 4202560 354 0 0 0 1 0 0 0 20 0 20 0 418977886 28904845312 7490 33554432000 4194304 4196468 140726488315936 140075709946736 140077588988506 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7265] ppid=7245 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7247/task/7265/stat : 7265 (java) S 7245 7245 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418977886 28904845312 7490 33554432000 4194304 4196468 140726488315936 140075708893408 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7266] ppid=7245 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7247/task/7266/stat : 7266 (java) S 7245 7245 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418977886 28904845312 7490 33554432000 4194304 4196468 140726488315936 140075707840944 140077588978306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31412 KiB

[startup+0.210292 s]*
/proc/loadavg: 7.19 7.80 8.05 2/211 7266
/proc/meminfo: memFree=31241464/32770624 swapFree=67000532/67108860
[pid=7245] ppid=7242 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7245/stat : 7245 (xcsp3-exec) S 7242 7245 6587 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418977880 115843072 363 33554432000 4194304 5098028 140736796241840 140736796239944 140599641252476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32571392 140736796250998 140736796251241 140736796251241 140736796254154 0
/proc/7245/statm: 28282 363 304 221 0 87 0
[pid=7247] ppid=7245 vsize=28227388 memory=41032 CPUtime=0.34 cores=0-7
/proc/7247/stat : 7247 (java) S 7245 7245 6587 0 -1 1077944320 9511 0 0 0 31 3 0 0 20 0 20 0 418977880 28904845312 10258 33554432000 4194304 4196468 140726488315936 140726488298480 140077588967159 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
/proc/7247/statm: 7056847 10258 3254 1 0 7019032 0
[pid=7247/tid=7248] ppid=7245 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/7247/task/7248/stat : 7248 (java) R 7245 7245 6587 0 -1 4202560 6682 0 0 0 18 2 0 0 20 0 20 0 418977880 28904845312 10258 33554432000 4194304 4196468 140726488315936 140077593196880 140077573047646 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7249] ppid=7245 vsize=28227388 memory=339 CPUtime=0 cores=0-7
/proc/7247/task/7249/stat : 7249 (java) S 7245 7245 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418977881 28904845312 10258 33554432000 4194304 4196468 140726488315936 140077541587216 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7250] ppid=7245 vsize=28227388 memory=139992955585691 CPUtime=0 cores=0-7
/proc/7247/task/7250/stat : 7250 (java) S 7245 7245 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418977881 28904845312 10258 33554432000 4194304 4196468 140726488315936 140077139089808 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7251] ppid=7245 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7247/task/7251/stat : 7251 (java) S 7245 7245 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418977881 28904845312 10258 33554432000 4194304 4196468 140726488315936 140077138037264 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7252] ppid=7245 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7247/task/7252/stat : 7252 (java) S 7245 7245 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418977881 28904845312 10258 33554432000 4194304 4196468 140726488315936 140077136984720 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7253] ppid=7245 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7247/task/7253/stat : 7253 (java) S 7245 7245 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418977881 28904845312 10258 33554432000 4194304 4196468 140726488315936 140077135932176 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7254] ppid=7245 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7247/task/7254/stat : 7254 (java) S 7245 7245 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418977881 28904845312 10258 33554432000 4194304 4196468 140726488315936 140077134879632 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7255] ppid=7245 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7247/task/7255/stat : 7255 (java) S 7245 7245 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418977881 28904845312 10258 33554432000 4194304 4196468 140726488315936 140077133827088 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7256] ppid=7245 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7247/task/7256/stat : 7256 (java) S 7245 7245 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418977881 28904845312 10258 33554432000 4194304 4196468 140726488315936 140077132774544 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7257] ppid=7245 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7247/task/7257/stat : 7257 (java) S 7245 7245 6587 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 418977882 28904845312 10258 33554432000 4194304 4196468 140726488315936 140075717314544 140077588978306 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7258] ppid=7245 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7247/task/7258/stat : 7258 (java) S 7245 7245 6587 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418977883 28904845312 10258 33554432000 4194304 4196468 140726488315936 140075716260768 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7259] ppid=7245 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7247/task/7259/stat : 7259 (java) S 7245 7245 6587 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418977883 28904845312 10258 33554432000 4194304 4196468 140726488315936 140075715208176 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7260] ppid=7245 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7247/task/7260/stat : 7260 (java) S 7245 7245 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418977886 28904845312 10258 33554432000 4194304 4196468 140726488315936 140075714156752 140077588985755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7261] ppid=7245 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/7247/task/7261/stat : 7261 (java) S 7245 7245 6587 0 -1 1077944384 594 0 0 0 2 0 0 0 20 0 20 0 418977886 28904845312 10258 33554432000 4194304 4196468 140726488315936 140075713104368 140077588978306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7262] ppid=7245 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/7247/task/7262/stat : 7262 (java) S 7245 7245 6587 0 -1 1077944384 135 0 0 0 1 0 0 0 20 0 20 0 418977886 28904845312 10258 33554432000 4194304 4196468 140726488315936 140075712051824 140077588978306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7263] ppid=7245 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/7247/task/7263/stat : 7263 (java) S 7245 7245 6587 0 -1 1077944384 39 0 0 0 1 0 0 0 20 0 20 0 418977886 28904845312 10258 33554432000 4194304 4196468 140726488315936 140075710999280 140077588978306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7264] ppid=7245 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/7247/task/7264/stat : 7264 (java) R 7245 7245 6587 0 -1 4202560 748 0 0 0 7 0 0 0 20 0 20 0 418977886 28904845312 10258 33554432000 4194304 4196468 140726488315936 140075709946544 140077567622976 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7265] ppid=7245 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7247/task/7265/stat : 7265 (java) S 7245 7245 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418977886 28904845312 10258 33554432000 4194304 4196468 140726488315936 140075708893408 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7266] ppid=7245 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7247/task/7266/stat : 7266 (java) S 7245 7245 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418977886 28904845312 10258 33554432000 4194304 4196468 140726488315936 140075707840944 140077588978306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42484 KiB

[startup+0.310193 s]*
/proc/loadavg: 7.19 7.80 8.05 5/211 7266
/proc/meminfo: memFree=31234316/32770624 swapFree=67000532/67108860
[pid=7245] ppid=7242 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7245/stat : 7245 (xcsp3-exec) S 7242 7245 6587 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418977880 115843072 363 33554432000 4194304 5098028 140736796241840 140736796239944 140599641252476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32571392 140736796250998 140736796251241 140736796251241 140736796254154 0
/proc/7245/statm: 28282 363 304 221 0 87 0
[pid=7247] ppid=7245 vsize=28231644 memory=50164 CPUtime=0.53 cores=0-7
/proc/7247/stat : 7247 (java) S 7245 7245 6587 0 -1 1077944320 10868 0 0 0 49 4 0 0 20 0 20 0 418977880 28909203456 12541 33554432000 4194304 4196468 140726488315936 140726488298480 140077588967159 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
/proc/7247/statm: 7057911 12541 3363 1 0 7019032 0
[pid=7247/tid=7248] ppid=7245 vsize=28231644 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/7247/task/7248/stat : 7248 (java) R 7245 7245 6587 0 -1 4202560 7793 0 0 0 27 3 0 0 20 0 20 0 418977880 28909203456 12572 33554432000 4194304 4196468 140726488315936 140077593198272 140077573047646 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7249] ppid=7245 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7247/task/7249/stat : 7249 (java) S 7245 7245 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418977881 28909203456 12572 33554432000 4194304 4196468 140726488315936 140077541587216 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7250] ppid=7245 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7247/task/7250/stat : 7250 (java) S 7245 7245 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418977881 28909203456 12572 33554432000 4194304 4196468 140726488315936 140077139089808 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7251] ppid=7245 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7247/task/7251/stat : 7251 (java) S 7245 7245 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418977881 28909203456 12572 33554432000 4194304 4196468 140726488315936 140077138037264 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7252] ppid=7245 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7247/task/7252/stat : 7252 (java) S 7245 7245 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418977881 28909203456 12572 33554432000 4194304 4196468 140726488315936 140077136984720 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7253] ppid=7245 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7247/task/7253/stat : 7253 (java) S 7245 7245 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418977881 28909203456 12572 33554432000 4194304 4196468 140726488315936 140077135932176 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7254] ppid=7245 vsize=28231644 memory=139992848493231 CPUtime=0 cores=0-7
/proc/7247/task/7254/stat : 7254 (java) S 7245 7245 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418977881 28909203456 12572 33554432000 4194304 4196468 140726488315936 140077134879632 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7255] ppid=7245 vsize=28231644 memory=139992848495536 CPUtime=0 cores=0-7
/proc/7247/task/7255/stat : 7255 (java) S 7245 7245 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418977881 28909203456 12572 33554432000 4194304 4196468 140726488315936 140077133827088 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7256] ppid=7245 vsize=28231644 memory=139992848497840 CPUtime=0 cores=0-7
/proc/7247/task/7256/stat : 7256 (java) S 7245 7245 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418977881 28909203456 12572 33554432000 4194304 4196468 140726488315936 140077132774544 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7257] ppid=7245 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7247/task/7257/stat : 7257 (java) S 7245 7245 6587 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 418977882 28909203456 12572 33554432000 4194304 4196468 140726488315936 140075717314544 140077588978306 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7258] ppid=7245 vsize=28231644 memory=279985697009552 CPUtime=0 cores=0-7
/proc/7247/task/7258/stat : 7258 (java) S 7245 7245 6587 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418977883 28909203456 12572 33554432000 4194304 4196468 140726488315936 140075716260768 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7259] ppid=7245 vsize=28231644 memory=279985697007248 CPUtime=0 cores=0-7
/proc/7247/task/7259/stat : 7259 (java) S 7245 7245 6587 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418977883 28909203456 12572 33554432000 4194304 4196468 140726488315936 140075715208176 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7260] ppid=7245 vsize=28231644 memory=279985697014160 CPUtime=0 cores=0-7
/proc/7247/task/7260/stat : 7260 (java) S 7245 7245 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418977886 28909203456 12572 33554432000 4194304 4196468 140726488315936 140075714156752 140077588985755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7261] ppid=7245 vsize=28231644 memory=279985696955440 CPUtime=0.03 cores=0-7
/proc/7247/task/7261/stat : 7261 (java) S 7245 7245 6587 0 -1 1077944384 601 0 0 0 3 0 0 0 20 0 20 0 418977886 28909203456 12572 33554432000 4194304 4196468 140726488315936 140075713104368 140077588978306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7262] ppid=7245 vsize=28231644 memory=279985697027984 CPUtime=0.02 cores=0-7
/proc/7247/task/7262/stat : 7262 (java) S 7245 7245 6587 0 -1 1077944384 170 0 0 0 2 0 0 0 20 0 20 0 418977886 28909203456 12572 33554432000 4194304 4196468 140726488315936 140075712051824 140077588978306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7263] ppid=7245 vsize=28231644 memory=279985697034896 CPUtime=0.03 cores=0-7
/proc/7247/task/7263/stat : 7263 (java) R 7245 7245 6587 0 -1 4202560 148 0 0 0 3 0 0 0 20 0 20 0 418977886 28909203456 12572 33554432000 4194304 4196468 140726488315936 140075710980296 140077566562048 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7264] ppid=7245 vsize=28231644 memory=279985697032592 CPUtime=0.12 cores=0-7
/proc/7247/task/7264/stat : 7264 (java) S 7245 7245 6587 0 -1 1077944384 858 0 0 0 12 0 0 0 20 0 20 0 418977886 28909203456 12572 33554432000 4194304 4196468 140726488315936 140075709946736 140077588978306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7265] ppid=7245 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7247/task/7265/stat : 7265 (java) S 7245 7245 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418977886 28909203456 12572 33554432000 4194304 4196468 140726488315936 140075708893408 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7266] ppid=7245 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/7247/task/7266/stat : 7266 (java) S 7245 7245 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418977886 28909203456 12572 33554432000 4194304 4196468 140726488315936 140075707840944 140077588978306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51616 KiB

[startup+0.700962 s]
/proc/loadavg: 7.19 7.80 8.05 5/211 7266
/proc/meminfo: memFree=31202664/32770624 swapFree=67000532/67108860
[pid=7245] ppid=7242 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7245/stat : 7245 (xcsp3-exec) S 7242 7245 6587 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418977880 115843072 363 33554432000 4194304 5098028 140736796241840 140736796239944 140599641252476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32571392 140736796250998 140736796251241 140736796251241 140736796254154 0
/proc/7245/statm: 28282 363 304 221 0 87 0
[pid=7247] ppid=7245 vsize=28233768 memory=143984 CPUtime=1.88 cores=0-7
/proc/7247/stat : 7247 (java) S 7245 7245 6587 0 -1 1077944320 15937 0 0 0 181 7 0 0 20 0 20 0 418977880 28911378432 35996 33554432000 4194304 4196468 140726488315936 140726488298480 140077588967159 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
/proc/7247/statm: 7058442 35996 3446 1 0 7019544 0
[pid=7247/tid=7248] ppid=7245 vsize=28233768 memory=0 CPUtime=0.67 cores=0-7
/proc/7247/task/7248/stat : 7248 (java) R 7245 7245 6587 0 -1 4202560 9126 0 0 0 63 4 0 0 20 0 20 0 418977880 28911378432 35996 33554432000 4194304 4196468 140726488315936 140077593204368 140077222508308 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7249] ppid=7245 vsize=28233768 memory=139992848704368 CPUtime=0 cores=0-7
/proc/7247/task/7249/stat : 7249 (java) S 7245 7245 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418977881 28911378432 35996 33554432000 4194304 4196468 140726488315936 140077541587216 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7250] ppid=7245 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/7247/task/7250/stat : 7250 (java) S 7245 7245 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418977881 28911378432 35996 33554432000 4194304 4196468 140726488315936 140077139089808 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7251] ppid=7245 vsize=28233768 memory=1056 CPUtime=0 cores=0-7
/proc/7247/task/7251/stat : 7251 (java) S 7245 7245 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418977881 28911378432 35996 33554432000 4194304 4196468 140726488315936 140077138037264 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0

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

[pid=7247/tid=7264] ppid=7245 vsize=28768328 memory=1345404 CPUtime=1.3 cores=0-7
/proc/7247/task/7264/stat : 7264 (java) S 7245 7245 6587 0 -1 1077944384 15682 0 0 0 127 3 0 0 20 0 28 0 418977886 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075709946736 140077588978306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7265] ppid=7245 vsize=28768328 memory=37224 CPUtime=0 cores=0-7
/proc/7247/task/7265/stat : 7265 (java) S 7245 7245 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418977886 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075708893408 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7266] ppid=7245 vsize=28768328 memory=988 CPUtime=0.07 cores=0-7
/proc/7247/task/7266/stat : 7266 (java) S 7245 7245 6587 0 -1 1077944384 1804 0 0 0 3 4 0 0 20 0 28 0 418977886 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075707840944 140077588978306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7423] ppid=7245 vsize=28768328 memory=2012 CPUtime=42.43 cores=0-7
/proc/7247/task/7423/stat : 7423 (java) R 7245 7245 6587 0 -1 4202560 1034 0 0 0 4243 0 0 0 20 0 28 0 418986115 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075694665128 140077229073615 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7424] ppid=7245 vsize=28768328 memory=1240 CPUtime=42.43 cores=0-7
/proc/7247/task/7424/stat : 7424 (java) R 7245 7245 6587 0 -1 4202560 544 0 0 0 4243 0 0 0 20 0 28 0 418986115 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075696771352 140077229073411 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7425] ppid=7245 vsize=28768328 memory=4096 CPUtime=42.43 cores=0-7
/proc/7247/task/7425/stat : 7425 (java) R 7245 7245 6587 0 -1 4202560 639 0 0 0 4243 0 0 0 20 0 28 0 418986115 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075690455336 140077229073615 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7426] ppid=7245 vsize=28768328 memory=1808 CPUtime=42.43 cores=0-7
/proc/7247/task/7426/stat : 7426 (java) R 7245 7245 6587 0 -1 4202560 1107 0 0 0 4242 1 0 0 20 0 28 0 418986115 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075693615912 140077229073516 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7427] ppid=7245 vsize=28768328 memory=924 CPUtime=42.43 cores=0-7
/proc/7247/task/7427/stat : 7427 (java) R 7245 7245 6587 0 -1 4202560 1087 0 0 0 4243 0 0 0 20 0 28 0 418986115 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075689402920 140077229073615 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7428] ppid=7245 vsize=28768328 memory=4248 CPUtime=42.42 cores=0-7
/proc/7247/task/7428/stat : 7428 (java) R 7245 7245 6587 0 -1 4202560 827 0 0 0 4241 1 0 0 20 0 28 0 418986115 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075691507680 140077233841908 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7429] ppid=7245 vsize=28768328 memory=1412 CPUtime=42.42 cores=0-7
/proc/7247/task/7429/stat : 7429 (java) R 7245 7245 6587 0 -1 4202560 1055 0 0 0 4241 1 0 0 20 0 28 0 418986115 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075695717720 140077233841523 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7430] ppid=7245 vsize=28768328 memory=3696 CPUtime=0 cores=0-7
/proc/7247/task/7430/stat : 7430 (java) S 7245 7245 6587 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 418986115 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075692565264 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
Current children cumulated CPU time: 856.21 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 1346856 KiB

[startup+125.001 s]*
/proc/loadavg: 8.35 7.99 8.08 8/219 7433
/proc/meminfo: memFree=29938120/32770624 swapFree=67000536/67108860
[pid=7245] ppid=7242 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7245/stat : 7245 (xcsp3-exec) S 7242 7245 6587 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418977880 115843072 363 33554432000 4194304 5098028 140736796241840 140736796239944 140599641252476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32571392 140736796250998 140736796251241 140736796251241 140736796254154 0
/proc/7245/statm: 28282 363 304 221 0 87 0
[pid=7247] ppid=7245 vsize=28768328 memory=1345404 CPUtime=857.67 cores=0-7
/proc/7247/stat : 7247 (java) S 7245 7245 6587 0 -1 1077944320 142904 0 0 0 85529 238 0 0 20 0 28 0 418977880 29458767872 336351 33554432000 4194304 4196468 140726488315936 140726488298480 140077588967159 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
/proc/7247/statm: 7192082 336351 3538 1 0 7153184 0
[pid=7247/tid=7248] ppid=7245 vsize=28768328 memory=1398722017469774279 CPUtime=2.39 cores=0-7
/proc/7247/task/7248/stat : 7248 (java) S 7245 7245 6587 0 -1 1077944384 11519 0 0 0 231 8 0 0 20 0 28 0 418977880 29458767872 336351 33554432000 4194304 4196468 140726488315936 140077593207936 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7249] ppid=7245 vsize=28768328 memory=4872558044660077418 CPUtime=0.19 cores=0-7
/proc/7247/task/7249/stat : 7249 (java) S 7245 7245 6587 0 -1 1077944384 702 0 0 0 9 10 0 0 20 0 28 0 418977881 29458767872 336351 33554432000 4194304 4196468 140726488315936 140077541587216 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7250] ppid=7245 vsize=28768328 memory=1720 CPUtime=0.19 cores=0-7
/proc/7247/task/7250/stat : 7250 (java) S 7245 7245 6587 0 -1 1077944384 626 0 0 0 9 10 0 0 20 0 28 0 418977881 29458767872 336351 33554432000 4194304 4196468 140726488315936 140077139089808 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7251] ppid=7245 vsize=28768328 memory=1398722017469774279 CPUtime=0.2 cores=0-7
/proc/7247/task/7251/stat : 7251 (java) S 7245 7245 6587 0 -1 1077944384 1300 0 0 0 10 10 0 0 20 0 28 0 418977881 29458767872 336351 33554432000 4194304 4196468 140726488315936 140077138037264 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7252] ppid=7245 vsize=28768328 memory=4872558044660077418 CPUtime=0.19 cores=0-7
/proc/7247/task/7252/stat : 7252 (java) S 7245 7245 6587 0 -1 1077944384 355 0 0 0 9 10 0 0 20 0 28 0 418977881 29458767872 336351 33554432000 4194304 4196468 140726488315936 140077136984720 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7253] ppid=7245 vsize=28768328 memory=2832 CPUtime=0.19 cores=0-7
/proc/7247/task/7253/stat : 7253 (java) S 7245 7245 6587 0 -1 1077944384 1432 0 0 0 9 10 0 0 20 0 28 0 418977881 29458767872 336351 33554432000 4194304 4196468 140726488315936 140077135932176 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7254] ppid=7245 vsize=28768328 memory=1224 CPUtime=0.19 cores=0-7
/proc/7247/task/7254/stat : 7254 (java) S 7245 7245 6587 0 -1 1077944384 349 0 0 0 9 10 0 0 20 0 28 0 418977881 29458767872 336351 33554432000 4194304 4196468 140726488315936 140077134879632 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7255] ppid=7245 vsize=28768328 memory=5916 CPUtime=0.18 cores=0-7
/proc/7247/task/7255/stat : 7255 (java) S 7245 7245 6587 0 -1 1077944384 577 0 0 0 9 9 0 0 20 0 28 0 418977881 29458767872 336351 33554432000 4194304 4196468 140726488315936 140077133827088 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7256] ppid=7245 vsize=28768328 memory=8112282956445269571 CPUtime=0.2 cores=0-7
/proc/7247/task/7256/stat : 7256 (java) S 7245 7245 6587 0 -1 1077944384 437 0 0 0 10 10 0 0 20 0 28 0 418977881 29458767872 336351 33554432000 4194304 4196468 140726488315936 140077132774544 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7257] ppid=7245 vsize=28768328 memory=2832 CPUtime=0.05 cores=0-7
/proc/7247/task/7257/stat : 7257 (java) S 7245 7245 6587 0 -1 1077944384 2758 0 0 0 3 2 0 0 20 0 28 0 418977882 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075717314544 140077588978306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7258] ppid=7245 vsize=28768328 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/7247/task/7258/stat : 7258 (java) S 7245 7245 6587 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 418977883 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075716260832 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7259] ppid=7245 vsize=28768328 memory=1452 CPUtime=0 cores=0-7
/proc/7247/task/7259/stat : 7259 (java) S 7245 7245 6587 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 28 0 418977883 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075715208192 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7260] ppid=7245 vsize=28768328 memory=1345404 CPUtime=0 cores=0-7
/proc/7247/task/7260/stat : 7260 (java) S 7245 7245 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418977886 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075714156752 140077588985755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7261] ppid=7245 vsize=28768328 memory=1224 CPUtime=3.64 cores=0-7
/proc/7247/task/7261/stat : 7261 (java) S 7245 7245 6587 0 -1 1077944384 22000 0 0 0 359 5 0 0 20 0 28 0 418977886 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075713104368 140077588978306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7262] ppid=7245 vsize=28768328 memory=5916 CPUtime=3.38 cores=0-7
/proc/7247/task/7262/stat : 7262 (java) S 7245 7245 6587 0 -1 1077944384 17471 0 0 0 334 4 0 0 20 0 28 0 418977886 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075712051824 140077588978306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7263] ppid=7245 vsize=28768328 memory=772 CPUtime=3.78 cores=0-7
/proc/7247/task/7263/stat : 7263 (java) S 7245 7245 6587 0 -1 1077944384 16518 0 0 0 373 5 0 0 20 0 28 0 418977886 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075710999280 140077588978306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7264] ppid=7245 vsize=28768328 memory=1556 CPUtime=1.3 cores=0-7
/proc/7247/task/7264/stat : 7264 (java) S 7245 7245 6587 0 -1 1077944384 15682 0 0 0 127 3 0 0 20 0 28 0 418977886 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075709946736 140077588978306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7265] ppid=7245 vsize=28768328 memory=1056 CPUtime=0 cores=0-7
/proc/7247/task/7265/stat : 7265 (java) S 7245 7245 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418977886 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075708893408 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7266] ppid=7245 vsize=28768328 memory=964 CPUtime=0.07 cores=0-7
/proc/7247/task/7266/stat : 7266 (java) S 7245 7245 6587 0 -1 1077944384 1804 0 0 0 3 4 0 0 20 0 28 0 418977886 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075707840944 140077588978306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7423] ppid=7245 vsize=28768328 memory=14008 CPUtime=42.64 cores=0-7
/proc/7247/task/7423/stat : 7423 (java) R 7245 7245 6587 0 -1 4202560 1034 0 0 0 4264 0 0 0 20 0 28 0 418986115 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075694665128 140077229074348 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7424] ppid=7245 vsize=28768328 memory=20604 CPUtime=42.64 cores=0-7
/proc/7247/task/7424/stat : 7424 (java) R 7245 7245 6587 0 -1 4202560 544 0 0 0 4264 0 0 0 20 0 28 0 418986115 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075696771352 140077229073615 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7425] ppid=7245 vsize=28768328 memory=11852 CPUtime=42.64 cores=0-7
/proc/7247/task/7425/stat : 7425 (java) R 7245 7245 6587 0 -1 4202560 639 0 0 0 4264 0 0 0 20 0 28 0 418986115 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075690455336 140077229073615 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7426] ppid=7245 vsize=28768328 memory=532 CPUtime=42.64 cores=0-7
/proc/7247/task/7426/stat : 7426 (java) R 7245 7245 6587 0 -1 4202560 1107 0 0 0 4263 1 0 0 20 0 28 0 418986115 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075693615912 140077229344437 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7427] ppid=7245 vsize=28768328 memory=1564 CPUtime=42.64 cores=0-7
/proc/7247/task/7427/stat : 7427 (java) R 7245 7245 6587 0 -1 4202560 1087 0 0 0 4264 0 0 0 20 0 28 0 418986115 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075689402920 140077229073615 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7428] ppid=7245 vsize=28768328 memory=928 CPUtime=42.63 cores=0-7
/proc/7247/task/7428/stat : 7428 (java) R 7245 7245 6587 0 -1 4202560 827 0 0 0 4262 1 0 0 20 0 28 0 418986115 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075691507680 140077233841523 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7429] ppid=7245 vsize=28768328 memory=1980 CPUtime=42.63 cores=0-7
/proc/7247/task/7429/stat : 7429 (java) R 7245 7245 6587 0 -1 4202560 1055 0 0 0 4262 1 0 0 20 0 28 0 418986115 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075695717720 140077233841480 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7430] ppid=7245 vsize=28768328 memory=1332 CPUtime=0 cores=0-7
/proc/7247/task/7430/stat : 7430 (java) S 7245 7245 6587 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 418986115 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075692565264 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
Current children cumulated CPU time: 857.67 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 1346856 KiB

[startup+125.112 s]
/proc/loadavg: 8.35 7.99 8.08 8/219 7433
/proc/meminfo: memFree=29938120/32770624 swapFree=67000536/67108860
[pid=7245] ppid=7242 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7245/stat : 7245 (xcsp3-exec) S 7242 7245 6587 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418977880 115843072 363 33554432000 4194304 5098028 140736796241840 140736796239944 140599641252476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32571392 140736796250998 140736796251241 140736796251241 140736796254154 0
/proc/7245/statm: 28282 363 304 221 0 87 0
[pid=7247] ppid=7245 vsize=28768328 memory=1345404 CPUtime=858.38 cores=0-7
/proc/7247/stat : 7247 (java) S 7245 7245 6587 0 -1 1077944320 142904 0 0 0 85600 238 0 0 20 0 28 0 418977880 29458767872 336351 33554432000 4194304 4196468 140726488315936 140726488298480 140077588967159 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
/proc/7247/statm: 7192082 336351 3538 1 0 7153184 0
[pid=7247/tid=7248] ppid=7245 vsize=28768328 memory=1345404 CPUtime=2.39 cores=0-7
/proc/7247/task/7248/stat : 7248 (java) S 7245 7245 6587 0 -1 1077944384 11519 0 0 0 231 8 0 0 20 0 28 0 418977880 29458767872 336351 33554432000 4194304 4196468 140726488315936 140077593207936 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7249] ppid=7245 vsize=28768328 memory=1345404 CPUtime=0.19 cores=0-7
/proc/7247/task/7249/stat : 7249 (java) S 7245 7245 6587 0 -1 1077944384 702 0 0 0 9 10 0 0 20 0 28 0 418977881 29458767872 336351 33554432000 4194304 4196468 140726488315936 140077541587216 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7250] ppid=7245 vsize=28768328 memory=1345404 CPUtime=0.19 cores=0-7
/proc/7247/task/7250/stat : 7250 (java) S 7245 7245 6587 0 -1 1077944384 626 0 0 0 9 10 0 0 20 0 28 0 418977881 29458767872 336351 33554432000 4194304 4196468 140726488315936 140077139089808 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7251] ppid=7245 vsize=28768328 memory=1345404 CPUtime=0.2 cores=0-7
/proc/7247/task/7251/stat : 7251 (java) S 7245 7245 6587 0 -1 1077944384 1300 0 0 0 10 10 0 0 20 0 28 0 418977881 29458767872 336351 33554432000 4194304 4196468 140726488315936 140077138037264 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7252] ppid=7245 vsize=28768328 memory=1345404 CPUtime=0.19 cores=0-7
/proc/7247/task/7252/stat : 7252 (java) S 7245 7245 6587 0 -1 1077944384 355 0 0 0 9 10 0 0 20 0 28 0 418977881 29458767872 336351 33554432000 4194304 4196468 140726488315936 140077136984720 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7253] ppid=7245 vsize=28768328 memory=1345404 CPUtime=0.19 cores=0-7
/proc/7247/task/7253/stat : 7253 (java) S 7245 7245 6587 0 -1 1077944384 1432 0 0 0 9 10 0 0 20 0 28 0 418977881 29458767872 336351 33554432000 4194304 4196468 140726488315936 140077135932176 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7254] ppid=7245 vsize=28768328 memory=1452 CPUtime=0.19 cores=0-7
/proc/7247/task/7254/stat : 7254 (java) S 7245 7245 6587 0 -1 1077944384 349 0 0 0 9 10 0 0 20 0 28 0 418977881 29458767872 336351 33554432000 4194304 4196468 140726488315936 140077134879632 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7255] ppid=7245 vsize=28768328 memory=1345404 CPUtime=0.18 cores=0-7
/proc/7247/task/7255/stat : 7255 (java) S 7245 7245 6587 0 -1 1077944384 577 0 0 0 9 9 0 0 20 0 28 0 418977881 29458767872 336351 33554432000 4194304 4196468 140726488315936 140077133827088 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7256] ppid=7245 vsize=28768328 memory=1452 CPUtime=0.2 cores=0-7
/proc/7247/task/7256/stat : 7256 (java) S 7245 7245 6587 0 -1 1077944384 437 0 0 0 10 10 0 0 20 0 28 0 418977881 29458767872 336351 33554432000 4194304 4196468 140726488315936 140077132774544 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7257] ppid=7245 vsize=28768328 memory=1345404 CPUtime=0.05 cores=0-7
/proc/7247/task/7257/stat : 7257 (java) S 7245 7245 6587 0 -1 1077944384 2758 0 0 0 3 2 0 0 20 0 28 0 418977882 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075717314544 140077588978306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7258] ppid=7245 vsize=28768328 memory=279985698243264 CPUtime=0 cores=0-7
/proc/7247/task/7258/stat : 7258 (java) S 7245 7245 6587 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 418977883 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075716260832 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7259] ppid=7245 vsize=28768328 memory=3616 CPUtime=0 cores=0-7
/proc/7247/task/7259/stat : 7259 (java) S 7245 7245 6587 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 28 0 418977883 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075715208192 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7260] ppid=7245 vsize=28768328 memory=37224 CPUtime=0 cores=0-7
/proc/7247/task/7260/stat : 7260 (java) S 7245 7245 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418977886 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075714156752 140077588985755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7261] ppid=7245 vsize=28768328 memory=13571479002416456 CPUtime=3.64 cores=0-7
/proc/7247/task/7261/stat : 7261 (java) S 7245 7245 6587 0 -1 1077944384 22000 0 0 0 359 5 0 0 20 0 28 0 418977886 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075713104368 140077588978306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7262] ppid=7245 vsize=28768328 memory=0 CPUtime=3.38 cores=0-7
/proc/7247/task/7262/stat : 7262 (java) S 7245 7245 6587 0 -1 1077944384 17471 0 0 0 334 4 0 0 20 0 28 0 418977886 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075712051824 140077588978306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7263] ppid=7245 vsize=28768328 memory=1336384 CPUtime=3.78 cores=0-7
/proc/7247/task/7263/stat : 7263 (java) S 7245 7245 6587 0 -1 1077944384 16518 0 0 0 373 5 0 0 20 0 28 0 418977886 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075710999280 140077588978306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7264] ppid=7245 vsize=28768328 memory=1720 CPUtime=1.3 cores=0-7
/proc/7247/task/7264/stat : 7264 (java) S 7245 7245 6587 0 -1 1077944384 15682 0 0 0 127 3 0 0 20 0 28 0 418977886 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075709946736 140077588978306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7265] ppid=7245 vsize=28768328 memory=1345404 CPUtime=0 cores=0-7
/proc/7247/task/7265/stat : 7265 (java) S 7245 7245 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418977886 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075708893408 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7266] ppid=7245 vsize=28768328 memory=14008 CPUtime=0.07 cores=0-7
/proc/7247/task/7266/stat : 7266 (java) S 7245 7245 6587 0 -1 1077944384 1804 0 0 0 3 4 0 0 20 0 28 0 418977886 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075707840944 140077588978306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7423] ppid=7245 vsize=28768328 memory=1345404 CPUtime=42.74 cores=0-7
/proc/7247/task/7423/stat : 7423 (java) R 7245 7245 6587 0 -1 4202560 1034 0 0 0 4274 0 0 0 20 0 28 0 418986115 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075694665128 140077229073232 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7424] ppid=7245 vsize=28768328 memory=1452 CPUtime=42.75 cores=0-7
/proc/7247/task/7424/stat : 7424 (java) R 7245 7245 6587 0 -1 4202560 544 0 0 0 4275 0 0 0 20 0 28 0 418986115 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075696771352 140077229073615 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7425] ppid=7245 vsize=28768328 memory=1345404 CPUtime=42.74 cores=0-7
/proc/7247/task/7425/stat : 7425 (java) R 7245 7245 6587 0 -1 4202560 639 0 0 0 4274 0 0 0 20 0 28 0 418986115 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075690455336 140077229760406 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7426] ppid=7245 vsize=28768328 memory=1452 CPUtime=42.74 cores=0-7
/proc/7247/task/7426/stat : 7426 (java) R 7245 7245 6587 0 -1 4202560 1107 0 0 0 4273 1 0 0 20 0 28 0 418986115 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075693615912 140077229073633 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7427] ppid=7245 vsize=28768328 memory=1345404 CPUtime=42.74 cores=0-7
/proc/7247/task/7427/stat : 7427 (java) R 7245 7245 6587 0 -1 4202560 1087 0 0 0 4274 0 0 0 20 0 28 0 418986115 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075689402920 140077229073561 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7428] ppid=7245 vsize=28768328 memory=1452 CPUtime=42.73 cores=0-7
/proc/7247/task/7428/stat : 7428 (java) R 7245 7245 6587 0 -1 4202560 827 0 0 0 4272 1 0 0 20 0 28 0 418986115 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075691507680 140077233841919 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7429] ppid=7245 vsize=28768328 memory=1345404 CPUtime=42.73 cores=0-7
/proc/7247/task/7429/stat : 7429 (java) R 7245 7245 6587 0 -1 4202560 1055 0 0 0 4272 1 0 0 20 0 28 0 418986115 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075695717720 140077233841480 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
[pid=7247/tid=7430] ppid=7245 vsize=28768328 memory=3616 CPUtime=0 cores=0-7
/proc/7247/task/7430/stat : 7430 (java) S 7245 7245 6587 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 418986115 29458767872 336351 33554432000 4194304 4196468 140726488315936 140075692565264 140077588977365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726488318954 140726488319126 140726488319126 140726488321999 0
Current children cumulated CPU time: 858.38 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 1346856 KiB

Child status: 0
Real time (s): 125.179
CPU time (s): 858.748
CPU user time (s): 856.345
CPU system time (s): 2.40342
CPU usage (%): 686.016
Max. virtual memory (cumulated for all children) (KiB): 28881456
Max. memory (cumulated for all children) (KiB): 1346856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 856.345
system time used= 2.40342
maximum resident set size= 1345472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144964
page faults= 0
swaps= 0
block input operations= 0
block output operations= 328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11378
involuntary context switches= 8012


# summary of solver processes directly reported to runsolver:
#   pid: 7245
#   total CPU time (s): 858.748
#   total CPU user time (s): 856.345
#   total CPU system time (s): 2.40342

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.13588 second user time and 1.67298 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-14 05:09:58
IDJOB=4394549
IDBENCH=127971
IDSOLVER=2843
FILE ID=node146/4394549-1568430639
RUNJOBID= node146-1568429502-6614
PBS_JOBID= 21702307
Free space on /tmp= 59032 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-28-4-7-3.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-4394549-1568430639/watcher-4394549-1568430639 -o /tmp/evaluation-result-4394549-1568430639/solver-4394549-1568430639 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node146-1568429502-6614 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 671293587 HOME/instance-4394549-1568430639.xml

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

MD5SUM BENCH= cd71d797d3091c0a3eabb0588ef8346f
RANDOM SEED=671293587

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        31271512 kB
MemAvailable:   31881892 kB
Buffers:          186200 kB
Cached:           689636 kB
SwapCached:         4728 kB
Active:           503300 kB
Inactive:         377044 kB
Active(anon):      21096 kB
Inactive(anon):    21912 kB
Active(file):     482204 kB
Inactive(file):   355132 kB
Unevictable:      110128 kB
Mlocked:          110128 kB
SwapTotal:      67108860 kB
SwapFree:       67000532 kB
Dirty:             27444 kB
Writeback:             0 kB
AnonPages:        111712 kB
Mapped:            42312 kB
Shmem:             29880 kB
Slab:             208008 kB
SReclaimable:     177760 kB
SUnreclaim:        30248 kB
KernelStack:        3376 kB
PageTables:         5128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     499176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 59004 MiB
End job on node146 at 2019-09-14 05:12:03