Trace number 4394058

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 parallelSAT (TO)106 20012.8 2520.12

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-13_c18.xml
MD5SUM66cce14b45be89e007abc3e2885e8941
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark106
Best CPU time to get the best result obtained on this benchmark20009.2
Satisfiable
(Un)Satisfiability was proved
Number of variables182
Number of constraints79
Number of domains2
Minimum domain size169
Maximum domain size170
Distribution of domain sizes[{"size":169,"count":78},{"size":170,"count":13}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":91},{"degree":2,"count":78},{"degree":12,"count":12},{"degree":13,"count":1}]
Minimum constraint arity3
Maximum constraint arity78
Distribution of constraint arities[{"arity":3,"count":78},{"arity":78,"count":1}]
Number of extensional constraints0
Number of intensional constraints78
Distribution of constraint types[{"type":"intension","count":78},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

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-4394058-1568448745.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4394058-1568448745.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.58/0.73	c solve instance...
2.07/0.87	o 147 
2.78/0.93	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (12/36)
2.78/0.93		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.78/0.93		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2.78/0.93		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2.78/0.93		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2.78/0.93		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2.78/0.93	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (12/36)
2.78/0.93		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
2.78/0.93		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
2.78/0.93		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
2.78/0.93		at org.chocosolver.solver.Solver.repair(Solver.java:443)
2.78/0.93		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
2.78/0.93		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2.78/0.93		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2.78/0.93		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.78/0.93		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.78/0.93		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.78/0.93		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.78/0.93		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.78/0.93		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2.78/0.93		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2.78/0.93		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2.78/0.93		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2.78/0.93	o 143 
2.78/0.97	o 142 
4.31/1.17	o 137 
5.75/1.38	o 133 
8.92/1.70	o 132 
9.71/1.85	o 128 
12.83/2.27	o 125 
13.65/2.36	o 124 
20.66/3.21	o 122 
27.82/4.14	o 120 
52.41/7.28	o 115 
258.74/33.17	o 114 
386.99/51.41	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (6/8)
386.99/51.41		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
386.99/51.41		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
386.99/51.41		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
386.99/51.41		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
386.99/51.41		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
386.99/51.41	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (6/8)
386.99/51.41		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
386.99/51.41		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
386.99/51.41		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
386.99/51.41		at org.chocosolver.solver.Solver.repair(Solver.java:443)
386.99/51.41		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
386.99/51.41		at org.chocosolver.solver.Solver.solve(Solver.java:262)
386.99/51.41		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
386.99/51.41		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
386.99/51.41		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
386.99/51.41		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
386.99/51.41		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
386.99/51.41		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
386.99/51.41		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
386.99/51.41		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
386.99/51.41		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
386.99/51.41		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
386.99/51.41	o 113 
474.52/62.45	o 112 
517.96/68.67	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (42/77)
517.96/68.67		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
517.96/68.67		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
517.96/68.67		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
517.96/68.67		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
517.96/68.67		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
517.96/68.67	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (42/77)
517.96/68.67		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
517.96/68.67		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
517.96/68.67		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
517.96/68.67		at org.chocosolver.solver.Solver.repair(Solver.java:443)
517.96/68.67		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
517.96/68.67		at org.chocosolver.solver.Solver.solve(Solver.java:262)
517.96/68.67		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
517.96/68.67		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
517.96/68.67		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
517.96/68.67		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
517.96/68.67		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
517.96/68.67		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
517.96/68.67		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
517.96/68.67		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
517.96/68.67		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
517.96/68.67		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
517.96/68.68	o 111 
912.43/118.32	o 110 
9166.45/1156.92	o 109 
17329.08/2183.34	o 106 
20012.05/2520.08	s SATISFIABLE
20012.05/2520.08	v <instantiation>
20012.05/2520.08	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[0][11] y[0][12] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[1][11] y[1][12] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[2][11] y[2][12] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[3][11] y[3][12] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[4][11] y[4][12] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[5][12] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[6][12] y[7][8] y[7][9] y[7][10] y[7][11] y[7][12] y[8][9] y[8][10] y[8][11] y[8][12] y[9][10] y[9][11] y[9][12] y[10][11] y[10][12] y[11][12] </list>
20012.05/2520.08	v 	<values>0 2 5 25 37 43 59 70 85 89 98 99 106 2 5 25 37 43 59 70 85 89 98 99 106 3 23 35 41 57 68 83 87 96 97 104 20 32 38 54 65 80 84 93 94 101 12 18 34 45 60 64 73 74 81 6 22 33 48 52 61 62 69 16 27 42 46 55 56 63 11 26 30 39 40 47 15 19 28 29 36 4 13 14 21 9 10 17 1 8 7 </values>
20012.05/2520.08	v </instantiation>
20012.05/2520.08	c Unexpected resolution interruption!

Verifier Data

OK	106

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394058-1568448745/watcher-4394058-1568448745 -o /tmp/evaluation-result-4394058-1568448745/solver-4394058-1568448745 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node119-1568442536-28255 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1909379196 HOME/instance-4394058-1568448745.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=30424, runsolver pid=30421
Current StackSize limit: 8192 KiB


[startup+0.100134 s]*
/proc/loadavg: 7.54 6.87 6.85 2/212 30445
/proc/meminfo: memFree=24664752/32770624 swapFree=66939852/67108860
[pid=30424] ppid=30421 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30424/stat : 30424 (xcsp3-exec) S 30421 30424 28228 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420789444 115843072 364 33554432000 4194304 5098028 140726181427664 140726181425768 140576829579900 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12341248 140726181430133 140726181430377 140726181430377 140726181433290 0
/proc/30424/statm: 28282 364 305 221 0 87 0
[pid=30426] ppid=30424 vsize=28227388 memory=29620 CPUtime=0.13 cores=0-7
/proc/30426/stat : 30426 (java) S 30424 30424 28228 0 -1 1077944320 5880 0 0 0 11 2 0 0 20 0 20 0 420789444 28904845312 7405 33554432000 4194304 4196468 140723590712000 140723590694544 139752061259511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
/proc/30426/statm: 7056847 7405 3119 1 0 7019032 0
[pid=30426/tid=30427] ppid=30424 vsize=28227388 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/30426/task/30427/stat : 30427 (java) R 30424 30424 28228 0 -1 4202560 3796 0 0 0 8 1 0 0 20 0 20 0 420789444 28904845312 7405 33554432000 4194304 4196468 140723590712000 139752065491776 139752061271446 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30428] ppid=30424 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/30426/task/30428/stat : 30428 (java) S 30424 30424 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420789445 28904845312 7405 33554432000 4194304 4196468 140723590712000 139752013880208 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30429] ppid=30424 vsize=28227388 memory=140496171587200 CPUtime=0 cores=0-7
/proc/30426/task/30429/stat : 30429 (java) S 30424 30424 28228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420789445 28904845312 7405 33554432000 4194304 4196468 140723590712000 139752012827408 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30430] ppid=30424 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30426/task/30430/stat : 30430 (java) S 30424 30424 28228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420789445 28904845312 7405 33554432000 4194304 4196468 140723590712000 139752011775120 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30431] ppid=30424 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30426/task/30431/stat : 30431 (java) S 30424 30424 28228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420789445 28904845312 7405 33554432000 4194304 4196468 140723590712000 139752010722320 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30432] ppid=30424 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30426/task/30432/stat : 30432 (java) S 30424 30424 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420789445 28904845312 7405 33554432000 4194304 4196468 140723590712000 139752009669008 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30433] ppid=30424 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30426/task/30433/stat : 30433 (java) S 30424 30424 28228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420789445 28904845312 7405 33554432000 4194304 4196468 140723590712000 139752008616208 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30434] ppid=30424 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30426/task/30434/stat : 30434 (java) S 30424 30424 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420789445 28904845312 7405 33554432000 4194304 4196468 140723590712000 139752007563920 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30435] ppid=30424 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30426/task/30435/stat : 30435 (java) S 30424 30424 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420789445 28904845312 7405 33554432000 4194304 4196468 140723590712000 139752006511120 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30436] ppid=30424 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30426/task/30436/stat : 30436 (java) S 30424 30424 28228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420789447 28904845312 7405 33554432000 4194304 4196468 140723590712000 139750573816432 139752061270658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30437] ppid=30424 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30426/task/30437/stat : 30437 (java) S 30424 30424 28228 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420789447 28904845312 7405 33554432000 4194304 4196468 140723590712000 139750572762400 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30438] ppid=30424 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30426/task/30438/stat : 30438 (java) S 30424 30424 28228 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420789447 28904845312 7405 33554432000 4194304 4196468 140723590712000 139750571710064 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30439] ppid=30424 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30426/task/30439/stat : 30439 (java) S 30424 30424 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420789450 28904845312 7405 33554432000 4194304 4196468 140723590712000 139750570658384 139752061278107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30440] ppid=30424 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30426/task/30440/stat : 30440 (java) S 30424 30424 28228 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 420789450 28904845312 7405 33554432000 4194304 4196468 140723590712000 139750569605232 139752061270658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30441] ppid=30424 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30426/task/30441/stat : 30441 (java) R 30424 30424 28228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420789450 28904845312 7405 33554432000 4194304 4196468 140723590712000 139750568552432 139752061270658 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30442] ppid=30424 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30426/task/30442/stat : 30442 (java) R 30424 30424 28228 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 420789450 28904845312 7405 33554432000 4194304 4196468 140723590712000 139750567500144 139752061270658 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30443] ppid=30424 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/30426/task/30443/stat : 30443 (java) S 30424 30424 28228 0 -1 1077944384 343 0 0 0 2 0 0 0 20 0 20 0 420789450 28904845312 7405 33554432000 4194304 4196468 140723590712000 139750566447344 139752061270658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30444] ppid=30424 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30426/task/30444/stat : 30444 (java) S 30424 30424 28228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420789450 28904845312 7405 33554432000 4194304 4196468 140723590712000 139750565395296 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30445] ppid=30424 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30426/task/30445/stat : 30445 (java) S 30424 30424 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420789450 28904845312 7405 33554432000 4194304 4196468 140723590712000 139750564342576 139752061270658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31076 KiB

[startup+0.210653 s]*
/proc/loadavg: 7.54 6.87 6.85 2/212 30445
/proc/meminfo: memFree=24651636/32770624 swapFree=66939852/67108860
[pid=30424] ppid=30421 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30424/stat : 30424 (xcsp3-exec) S 30421 30424 28228 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420789444 115843072 364 33554432000 4194304 5098028 140726181427664 140726181425768 140576829579900 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12341248 140726181430133 140726181430377 140726181430377 140726181433290 0
/proc/30424/statm: 28282 364 305 221 0 87 0
[pid=30426] ppid=30424 vsize=28227388 memory=41172 CPUtime=0.33 cores=0-7
/proc/30426/stat : 30426 (java) S 30424 30424 28228 0 -1 1077944320 9542 0 0 0 30 3 0 0 20 0 20 0 420789444 28904845312 10293 33554432000 4194304 4196468 140723590712000 140723590694544 139752061259511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
/proc/30426/statm: 7056847 10293 3296 1 0 7019032 0
[pid=30426/tid=30427] ppid=30424 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/30426/task/30427/stat : 30427 (java) R 30424 30424 28228 0 -1 4202560 6666 0 0 0 17 2 0 0 20 0 20 0 420789444 28904845312 10293 33554432000 4194304 4196468 140723590712000 139752065490560 139752045339998 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30428] ppid=30424 vsize=28227388 memory=342 CPUtime=0 cores=0-7
/proc/30426/task/30428/stat : 30428 (java) S 30424 30424 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420789445 28904845312 10293 33554432000 4194304 4196468 140723590712000 139752013880208 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30429] ppid=30424 vsize=28227388 memory=140496171615592 CPUtime=0 cores=0-7
/proc/30426/task/30429/stat : 30429 (java) S 30424 30424 28228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420789445 28904845312 10293 33554432000 4194304 4196468 140723590712000 139752012827408 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30430] ppid=30424 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30426/task/30430/stat : 30430 (java) S 30424 30424 28228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420789445 28904845312 10293 33554432000 4194304 4196468 140723590712000 139752011775120 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30431] ppid=30424 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30426/task/30431/stat : 30431 (java) S 30424 30424 28228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420789445 28904845312 10293 33554432000 4194304 4196468 140723590712000 139752010722320 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30432] ppid=30424 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30426/task/30432/stat : 30432 (java) S 30424 30424 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420789445 28904845312 10293 33554432000 4194304 4196468 140723590712000 139752009669008 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30433] ppid=30424 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30426/task/30433/stat : 30433 (java) S 30424 30424 28228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420789445 28904845312 10293 33554432000 4194304 4196468 140723590712000 139752008616208 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30434] ppid=30424 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30426/task/30434/stat : 30434 (java) S 30424 30424 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420789445 28904845312 10293 33554432000 4194304 4196468 140723590712000 139752007563920 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30435] ppid=30424 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30426/task/30435/stat : 30435 (java) S 30424 30424 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420789445 28904845312 10293 33554432000 4194304 4196468 140723590712000 139752006511120 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30436] ppid=30424 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30426/task/30436/stat : 30436 (java) S 30424 30424 28228 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420789447 28904845312 10293 33554432000 4194304 4196468 140723590712000 139750573816432 139752061270658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30437] ppid=30424 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30426/task/30437/stat : 30437 (java) S 30424 30424 28228 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420789447 28904845312 10293 33554432000 4194304 4196468 140723590712000 139750572762400 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30438] ppid=30424 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30426/task/30438/stat : 30438 (java) S 30424 30424 28228 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420789447 28904845312 10293 33554432000 4194304 4196468 140723590712000 139750571710064 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30439] ppid=30424 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30426/task/30439/stat : 30439 (java) S 30424 30424 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420789450 28904845312 10293 33554432000 4194304 4196468 140723590712000 139750570658384 139752061278107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30440] ppid=30424 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30426/task/30440/stat : 30440 (java) S 30424 30424 28228 0 -1 1077944384 317 0 0 0 0 0 0 0 20 0 20 0 420789450 28904845312 10293 33554432000 4194304 4196468 140723590712000 139750569605232 139752061270658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30441] ppid=30424 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30426/task/30441/stat : 30441 (java) S 30424 30424 28228 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 20 0 420789450 28904845312 10293 33554432000 4194304 4196468 140723590712000 139750568552432 139752061270658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30442] ppid=30424 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/30426/task/30442/stat : 30442 (java) S 30424 30424 28228 0 -1 1077944384 482 0 0 0 2 0 0 0 20 0 20 0 420789450 28904845312 10293 33554432000 4194304 4196468 140723590712000 139750567500144 139752061270658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30443] ppid=30424 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/30426/task/30443/stat : 30443 (java) R 30424 30424 28228 0 -1 4202560 695 0 0 0 8 0 0 0 20 0 20 0 420789450 28904845312 10293 33554432000 4194304 4196468 140723590712000 139750566447344 139752040062831 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30444] ppid=30424 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30426/task/30444/stat : 30444 (java) S 30424 30424 28228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420789450 28904845312 10293 33554432000 4194304 4196468 140723590712000 139750565395296 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30445] ppid=30424 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30426/task/30445/stat : 30445 (java) S 30424 30424 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420789450 28904845312 10293 33554432000 4194304 4196468 140723590712000 139750564342576 139752061270658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42628 KiB

[startup+0.318499 s]*
/proc/loadavg: 7.54 6.87 6.85 3/212 30445
/proc/meminfo: memFree=24645076/32770624 swapFree=66939852/67108860
[pid=30424] ppid=30421 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30424/stat : 30424 (xcsp3-exec) S 30421 30424 28228 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420789444 115843072 364 33554432000 4194304 5098028 140726181427664 140726181425768 140576829579900 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12341248 140726181430133 140726181430377 140726181430377 140726181433290 0
/proc/30424/statm: 28282 364 305 221 0 87 0
[pid=30426] ppid=30424 vsize=28231644 memory=50508 CPUtime=0.53 cores=0-7
/proc/30426/stat : 30426 (java) S 30424 30424 28228 0 -1 1077944320 11022 0 0 0 49 4 0 0 20 0 20 0 420789444 28909203456 12627 33554432000 4194304 4196468 140723590712000 140723590694544 139752061259511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
/proc/30426/statm: 7057911 12627 3344 1 0 7019032 0
[pid=30426/tid=30427] ppid=30424 vsize=28231644 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/30426/task/30427/stat : 30427 (java) R 30424 30424 28228 0 -1 4202560 7922 0 0 0 27 3 0 0 20 0 20 0 420789444 28909203456 12627 33554432000 4194304 4196468 140723590712000 139752065490624 139752045339998 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30428] ppid=30424 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30426/task/30428/stat : 30428 (java) S 30424 30424 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420789445 28909203456 12627 33554432000 4194304 4196468 140723590712000 139752013880208 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30429] ppid=30424 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30426/task/30429/stat : 30429 (java) S 30424 30424 28228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420789445 28909203456 12627 33554432000 4194304 4196468 140723590712000 139752012827408 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30430] ppid=30424 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30426/task/30430/stat : 30430 (java) S 30424 30424 28228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420789445 28909203456 12627 33554432000 4194304 4196468 140723590712000 139752011775120 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30431] ppid=30424 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30426/task/30431/stat : 30431 (java) S 30424 30424 28228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420789445 28909203456 12627 33554432000 4194304 4196468 140723590712000 139752010722320 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30432] ppid=30424 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/30426/task/30432/stat : 30432 (java) S 30424 30424 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420789445 28909203456 12627 33554432000 4194304 4196468 140723590712000 139752009669008 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30433] ppid=30424 vsize=28231644 memory=140496030757807 CPUtime=0 cores=0-7
/proc/30426/task/30433/stat : 30433 (java) S 30424 30424 28228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420789445 28909203456 12627 33554432000 4194304 4196468 140723590712000 139752008616208 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30434] ppid=30424 vsize=28231644 memory=140496030760112 CPUtime=0 cores=0-7
/proc/30426/task/30434/stat : 30434 (java) S 30424 30424 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420789445 28909203456 12627 33554432000 4194304 4196468 140723590712000 139752007563920 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30435] ppid=30424 vsize=28231644 memory=140496030762416 CPUtime=0 cores=0-7
/proc/30426/task/30435/stat : 30435 (java) S 30424 30424 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420789445 28909203456 12627 33554432000 4194304 4196468 140723590712000 139752006511120 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30436] ppid=30424 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30426/task/30436/stat : 30436 (java) S 30424 30424 28228 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420789447 28909203456 12627 33554432000 4194304 4196468 140723590712000 139750573816432 139752061270658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30437] ppid=30424 vsize=28231644 memory=280992061531792 CPUtime=0 cores=0-7
/proc/30426/task/30437/stat : 30437 (java) S 30424 30424 28228 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420789447 28909203456 12627 33554432000 4194304 4196468 140723590712000 139750572762400 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30438] ppid=30424 vsize=28231644 memory=280992061538704 CPUtime=0 cores=0-7
/proc/30426/task/30438/stat : 30438 (java) S 30424 30424 28228 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420789447 28909203456 12627 33554432000 4194304 4196468 140723590712000 139750571710064 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30439] ppid=30424 vsize=28231644 memory=280992061479984 CPUtime=0 cores=0-7
/proc/30426/task/30439/stat : 30439 (java) S 30424 30424 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420789450 28909203456 12627 33554432000 4194304 4196468 140723590712000 139750570658384 139752061278107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30440] ppid=30424 vsize=28231644 memory=280992061552528 CPUtime=0.01 cores=0-7
/proc/30426/task/30440/stat : 30440 (java) S 30424 30424 28228 0 -1 1077944384 342 0 0 0 1 0 0 0 20 0 20 0 420789450 28909203456 12627 33554432000 4194304 4196468 140723590712000 139750569605232 139752061270658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30441] ppid=30424 vsize=28231644 memory=280992061559440 CPUtime=0.03 cores=0-7
/proc/30426/task/30441/stat : 30441 (java) S 30424 30424 28228 0 -1 1077944384 174 0 0 0 3 0 0 0 20 0 20 0 420789450 28909203456 12627 33554432000 4194304 4196468 140723590712000 139750568552432 139752061270658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30442] ppid=30424 vsize=28231644 memory=280992061557136 CPUtime=0.04 cores=0-7
/proc/30426/task/30442/stat : 30442 (java) S 30424 30424 28228 0 -1 1077944384 493 0 0 0 4 0 0 0 20 0 20 0 420789450 28909203456 12627 33554432000 4194304 4196468 140723590712000 139750567500144 139752061270658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30443] ppid=30424 vsize=28231644 memory=280992061573296 CPUtime=0.12 cores=0-7
/proc/30426/task/30443/stat : 30443 (java) S 30424 30424 28228 0 -1 1077944384 778 0 0 0 12 0 0 0 20 0 20 0 420789450 28909203456 12627 33554432000 4194304 4196468 140723590712000 139750566447344 139752061270658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30444] ppid=30424 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30426/task/30444/stat : 30444 (java) S 30424 30424 28228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420789450 28909203456 12627 33554432000 4194304 4196468 140723590712000 139750565395296 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30445] ppid=30424 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/30426/task/30445/stat : 30445 (java) S 30424 30424 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420789450 28909203456 12627 33554432000 4194304 4196468 140723590712000 139750564342576 139752061270658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51964 KiB

[startup+0.700959 s]
/proc/loadavg: 7.54 6.87 6.85 3/212 30445
/proc/meminfo: memFree=24627028/32770624 swapFree=66939852/67108860
[pid=30424] ppid=30421 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30424/stat : 30424 (xcsp3-exec) S 30421 30424 28228 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420789444 115843072 364 33554432000 4194304 5098028 140726181427664 140726181425768 140576829579900 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12341248 140726181430133 140726181430377 140726181430377 140726181433290 0
/proc/30424/statm: 28282 364 305 221 0 87 0
[pid=30426] ppid=30424 vsize=28233768 memory=88180 CPUtime=1.58 cores=0-7
/proc/30426/stat : 30426 (java) S 30424 30424 28228 0 -1 1077944320 15244 0 0 0 151 7 0 0 20 0 20 0 420789444 28911378432 22045 33554432000 4194304 4196468 140723590712000 140723590694544 139752061259511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
/proc/30426/statm: 7058442 22045 3449 1 0 7019544 0
[pid=30426/tid=30427] ppid=30424 vsize=28233768 memory=280992061931184 CPUtime=0.67 cores=0-7
/proc/30426/task/30427/stat : 30427 (java) R 30424 30424 28228 0 -1 4202560 9359 0 0 0 63 4 0 0 20 0 20 0 420789444 28911378432 22045 33554432000 4194304 4196468 140723590712000 139752065497312 139751676070895 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30428] ppid=30424 vsize=28233768 memory=140496030966640 CPUtime=0 cores=0-7
/proc/30426/task/30428/stat : 30428 (java) S 30424 30424 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420789445 28911378432 22045 33554432000 4194304 4196468 140723590712000 139752013880208 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30429] ppid=30424 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/30426/task/30429/stat : 30429 (java) S 30424 30424 28228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420789445 28911378432 22045 33554432000 4194304 4196468 140723590712000 139752012827408 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30430] ppid=30424 vsize=28233768 memory=668 CPUtime=0 cores=0-7
/proc/30426/task/30430/stat : 30430 (java) S 30424 30424 28228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420789445 28911378432 22045 33554432000 4194304 4196468 140723590712000 139752011775120 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0

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

[pid=30426/tid=30766] ppid=30424 vsize=28834892 memory=1456 CPUtime=257.22 cores=0-7
/proc/30426/task/30766/stat : 30766 (java) R 30424 30424 28228 0 -1 4202560 12867 0 0 0 25710 12 0 0 20 0 28 0 421007778 29526929408 427985 33554432000 4194304 4196468 140723590712000 139750552211560 139751681682554 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
Current children cumulated CPU time: 19392.7 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 1713396 KiB

[startup+2502.3 s]
/proc/loadavg: 8.07 8.22 8.18 9/220 30794
/proc/meminfo: memFree=22822084/32770624 swapFree=66939852/67108860
[pid=30424] ppid=30421 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30424/stat : 30424 (xcsp3-exec) S 30421 30424 28228 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420789444 115843072 364 33554432000 4194304 5098028 140726181427664 140726181425768 140576829579900 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12341248 140726181430133 140726181430377 140726181430377 140726181433290 0
/proc/30424/statm: 28282 364 305 221 0 87 0
[pid=30426] ppid=30424 vsize=28834892 memory=1868756 CPUtime=19870.9 cores=0-7
/proc/30426/stat : 30426 (java) S 30424 30424 28228 0 -1 1077944320 1976132 0 0 0 1985239 1851 0 0 20 0 28 0 420789444 29526929408 467189 33554432000 4194304 4196468 140723590712000 140723590694544 139752061259511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
/proc/30426/statm: 7208723 467189 3556 1 0 7169825 0
[pid=30426/tid=30427] ppid=30424 vsize=28834892 memory=1868756 CPUtime=0.75 cores=0-7
/proc/30426/task/30427/stat : 30427 (java) S 30424 30424 28228 0 -1 1077944384 10986 0 0 0 70 5 0 0 20 0 28 0 420789444 29526929408 467189 33554432000 4194304 4196468 140723590712000 139752065500288 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30428] ppid=30424 vsize=28834892 memory=1456 CPUtime=14.79 cores=0-7
/proc/30426/task/30428/stat : 30428 (java) S 30424 30424 28228 0 -1 1077944384 47231 0 0 0 1381 98 0 0 20 0 28 0 420789445 29526929408 467189 33554432000 4194304 4196468 140723590712000 139752013880208 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30429] ppid=30424 vsize=28834892 memory=1456 CPUtime=14.63 cores=0-7
/proc/30426/task/30429/stat : 30429 (java) S 30424 30424 28228 0 -1 1077944384 43831 0 0 0 1364 99 0 0 20 0 28 0 420789445 29526929408 467189 33554432000 4194304 4196468 140723590712000 139752012827408 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30430] ppid=30424 vsize=28834892 memory=1456 CPUtime=14.85 cores=0-7
/proc/30426/task/30430/stat : 30430 (java) S 30424 30424 28228 0 -1 1077944384 42906 0 0 0 1386 99 0 0 20 0 28 0 420789445 29526929408 467189 33554432000 4194304 4196468 140723590712000 139752011775120 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30431] ppid=30424 vsize=28834892 memory=1922000 CPUtime=14.74 cores=0-7
/proc/30426/task/30431/stat : 30431 (java) S 30424 30424 28228 0 -1 1077944384 40349 0 0 0 1380 94 0 0 20 0 28 0 420789445 29526929408 467189 33554432000 4194304 4196468 140723590712000 139752010722320 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30432] ppid=30424 vsize=28834892 memory=1794960 CPUtime=14.74 cores=0-7
/proc/30426/task/30432/stat : 30432 (java) S 30424 30424 28228 0 -1 1077944384 44739 0 0 0 1384 90 0 0 20 0 28 0 420789445 29526929408 467189 33554432000 4194304 4196468 140723590712000 139752009669008 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30433] ppid=30424 vsize=28834892 memory=1903128 CPUtime=14.78 cores=0-7
/proc/30426/task/30433/stat : 30433 (java) S 30424 30424 28228 0 -1 1077944384 44241 0 0 0 1383 95 0 0 20 0 28 0 420789445 29526929408 467189 33554432000 4194304 4196468 140723590712000 139752008616208 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30434] ppid=30424 vsize=28834892 memory=1868756 CPUtime=14.85 cores=0-7
/proc/30426/task/30434/stat : 30434 (java) S 30424 30424 28228 0 -1 1077944384 35556 0 0 0 1388 97 0 0 20 0 28 0 420789445 29526929408 467189 33554432000 4194304 4196468 140723590712000 139752007563920 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30435] ppid=30424 vsize=28834892 memory=1868756 CPUtime=14.85 cores=0-7
/proc/30426/task/30435/stat : 30435 (java) S 30424 30424 28228 0 -1 1077944384 46464 0 0 0 1386 99 0 0 20 0 28 0 420789445 29526929408 467189 33554432000 4194304 4196468 140723590712000 139752006511120 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30436] ppid=30424 vsize=28834892 memory=4164 CPUtime=5.53 cores=0-7
/proc/30426/task/30436/stat : 30436 (java) S 30424 30424 28228 0 -1 1077944384 209146 0 0 0 310 243 0 0 20 0 28 0 420789447 29526929408 467189 33554432000 4194304 4196468 140723590712000 139750573816432 139752061270658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30437] ppid=30424 vsize=28834892 memory=1548 CPUtime=0 cores=0-7
/proc/30426/task/30437/stat : 30437 (java) S 30424 30424 28228 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 420789447 29526929408 467189 33554432000 4194304 4196468 140723590712000 139750572762464 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30438] ppid=30424 vsize=28834892 memory=1456 CPUtime=0 cores=0-7
/proc/30426/task/30438/stat : 30438 (java) S 30424 30424 28228 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 420789447 29526929408 467189 33554432000 4194304 4196468 140723590712000 139750571710080 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30439] ppid=30424 vsize=28834892 memory=1903128 CPUtime=0 cores=0-7
/proc/30426/task/30439/stat : 30439 (java) S 30424 30424 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420789450 29526929408 467189 33554432000 4194304 4196468 140723590712000 139750570658384 139752061278107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30440] ppid=30424 vsize=28834892 memory=1456 CPUtime=2.98 cores=0-7
/proc/30426/task/30440/stat : 30440 (java) S 30424 30424 28228 0 -1 1077944384 18532 0 0 0 295 3 0 0 20 0 28 0 420789450 29526929408 467189 33554432000 4194304 4196468 140723590712000 139750569605232 139752061270658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30441] ppid=30424 vsize=28834892 memory=1456 CPUtime=3.31 cores=0-7
/proc/30426/task/30441/stat : 30441 (java) S 30424 30424 28228 0 -1 1077944384 23236 0 0 0 327 4 0 0 20 0 28 0 420789450 29526929408 467189 33554432000 4194304 4196468 140723590712000 139750568552432 139752061270658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30442] ppid=30424 vsize=28834892 memory=1456 CPUtime=3.44 cores=0-7
/proc/30426/task/30442/stat : 30442 (java) S 30424 30424 28228 0 -1 1077944384 15052 0 0 0 342 2 0 0 20 0 28 0 420789450 29526929408 467189 33554432000 4194304 4196468 140723590712000 139750567500144 139752061270658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30443] ppid=30424 vsize=28834892 memory=1897632 CPUtime=1.27 cores=0-7
/proc/30426/task/30443/stat : 30443 (java) S 30424 30424 28228 0 -1 1077944384 26543 0 0 0 123 4 0 0 20 0 28 0 420789450 29526929408 467189 33554432000 4194304 4196468 140723590712000 139750566447344 139752061270658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30444] ppid=30424 vsize=28834892 memory=1456 CPUtime=0 cores=0-7
/proc/30426/task/30444/stat : 30444 (java) S 30424 30424 28228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420789450 29526929408 467189 33554432000 4194304 4196468 140723590712000 139750565395296 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30445] ppid=30424 vsize=28834892 memory=1903128 CPUtime=0.72 cores=0-7
/proc/30426/task/30445/stat : 30445 (java) S 30424 30424 28228 0 -1 1077944384 6117 0 0 0 36 36 0 0 20 0 28 0 420789450 29526929408 467189 33554432000 4194304 4196468 140723590712000 139750564342576 139752061270658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30759] ppid=30424 vsize=28834892 memory=9580 CPUtime=315.87 cores=0-7
/proc/30426/task/30759/stat : 30759 (java) R 30424 30424 28228 0 -1 4202560 20645 0 0 0 31576 11 0 0 20 0 28 0 421007778 29526929408 467189 33554432000 4194304 4196468 140723590712000 139750544849920 139751681683338 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30760] ppid=30424 vsize=28834892 memory=1052 CPUtime=316.76 cores=0-7
/proc/30426/task/30760/stat : 30760 (java) R 30424 30424 28228 0 -1 4202560 4752 0 0 0 31669 7 0 0 20 0 28 0 421007778 29526929408 467189 33554432000 4194304 4196468 140723590712000 139750549054024 139751681566234 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30761] ppid=30424 vsize=28834892 memory=1456 CPUtime=315.79 cores=0-7
/proc/30426/task/30761/stat : 30761 (java) R 30424 30424 28228 0 -1 4202560 50838 0 0 0 31520 59 0 0 20 0 28 0 421007778 29526929408 467189 33554432000 4194304 4196468 140723590712000 139750548003152 139751684894582 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30762] ppid=30424 vsize=28834892 memory=1922000 CPUtime=316.29 cores=0-7
/proc/30426/task/30762/stat : 30762 (java) R 30424 30424 28228 0 -1 4202560 30286 0 0 0 31610 19 0 0 20 0 28 0 421007778 29526929408 467189 33554432000 4194304 4196468 140723590712000 139750554316616 139751684540229 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30763] ppid=30424 vsize=28834892 memory=-5587106306044206369 CPUtime=317.2 cores=0-7
/proc/30426/task/30763/stat : 30763 (java) R 30424 30424 28228 0 -1 4202560 17928 0 0 0 31705 15 0 0 20 0 28 0 421007778 29526929408 467189 33554432000 4194304 4196468 140723590712000 139750555369352 139751684540036 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30764] ppid=30424 vsize=28834892 memory=4872558044660077418 CPUtime=316.75 cores=0-7
/proc/30426/task/30764/stat : 30764 (java) R 30424 30424 28228 0 -1 4202560 33806 0 0 0 31652 23 0 0 20 0 28 0 421007778 29526929408 467189 33554432000 4194304 4196468 140723590712000 139750550106184 139751684715609 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30765] ppid=30424 vsize=28834892 memory=6791534058613427641 CPUtime=315.31 cores=0-7
/proc/30426/task/30765/stat : 30765 (java) R 30424 30424 28228 0 -1 4202560 10657 0 0 0 31522 9 0 0 20 0 28 0 421007778 29526929408 467189 33554432000 4194304 4196468 140723590712000 139750553264696 139751683308926 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30766] ppid=30424 vsize=28834892 memory=1456 CPUtime=316.9 cores=0-7
/proc/30426/task/30766/stat : 30766 (java) R 30424 30424 28228 0 -1 4202560 15789 0 0 0 31674 16 0 0 20 0 28 0 421007778 29526929408 467189 33554432000 4194304 4196468 140723590712000 139750552211448 139751684716959 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
Current children cumulated CPU time: 19870.9 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 1870212 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.05 8.21 8.18 9/220 30794
/proc/meminfo: memFree=22807892/32770624 swapFree=66939852/67108860
[pid=30424] ppid=30421 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30424/stat : 30424 (xcsp3-exec) S 30421 30424 28228 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420789444 115843072 364 33554432000 4194304 5098028 140726181427664 140726181425768 140576829579900 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12341248 140726181430133 140726181430377 140726181430377 140726181433290 0
/proc/30424/statm: 28282 364 305 221 0 87 0
[pid=30426] ppid=30424 vsize=28834892 memory=1883744 CPUtime=20012.1 cores=0-7
/proc/30426/stat : 30426 (java) S 30424 30424 28228 0 -1 1077944320 1990888 0 0 0 1999342 1863 0 0 20 0 28 0 420789444 29526929408 470936 33554432000 4194304 4196468 140723590712000 140723590694544 139752061259511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
/proc/30426/statm: 7208723 470936 3556 1 0 7169825 0
[pid=30426/tid=30427] ppid=30424 vsize=28834892 memory=1398720917958146503 CPUtime=0.75 cores=0-7
/proc/30426/task/30427/stat : 30427 (java) S 30424 30424 28228 0 -1 1077944384 10986 0 0 0 70 5 0 0 20 0 28 0 420789444 29526929408 470936 33554432000 4194304 4196468 140723590712000 139752065500288 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30428] ppid=30424 vsize=28834892 memory=6791534058613427641 CPUtime=14.89 cores=0-7
/proc/30426/task/30428/stat : 30428 (java) S 30424 30424 28228 0 -1 1077944384 47901 0 0 0 1391 98 0 0 20 0 28 0 420789445 29526929408 470936 33554432000 4194304 4196468 140723590712000 139752013880208 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30429] ppid=30424 vsize=28834892 memory=6791534058613427641 CPUtime=14.73 cores=0-7
/proc/30426/task/30429/stat : 30429 (java) S 30424 30424 28228 0 -1 1077944384 44055 0 0 0 1374 99 0 0 20 0 28 0 420789445 29526929408 470936 33554432000 4194304 4196468 140723590712000 139752012827408 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 13 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30430] ppid=30424 vsize=28834892 memory=9580 CPUtime=14.95 cores=0-7
/proc/30426/task/30430/stat : 30430 (java) S 30424 30424 28228 0 -1 1077944384 43052 0 0 0 1396 99 0 0 20 0 28 0 420789445 29526929408 470936 33554432000 4194304 4196468 140723590712000 139752011775120 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30431] ppid=30424 vsize=28834892 memory=4872558044660077418 CPUtime=14.85 cores=0-7
/proc/30426/task/30431/stat : 30431 (java) S 30424 30424 28228 0 -1 1077944384 41035 0 0 0 1390 95 0 0 20 0 28 0 420789445 29526929408 470936 33554432000 4194304 4196468 140723590712000 139752010722320 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30432] ppid=30424 vsize=28834892 memory=3944 CPUtime=14.84 cores=0-7
/proc/30426/task/30432/stat : 30432 (java) S 30424 30424 28228 0 -1 1077944384 44904 0 0 0 1394 90 0 0 20 0 28 0 420789445 29526929408 470936 33554432000 4194304 4196468 140723590712000 139752009669008 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30433] ppid=30424 vsize=28834892 memory=1456 CPUtime=14.88 cores=0-7
/proc/30426/task/30433/stat : 30433 (java) S 30424 30424 28228 0 -1 1077944384 44353 0 0 0 1393 95 0 0 20 0 28 0 420789445 29526929408 470936 33554432000 4194304 4196468 140723590712000 139752008616208 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30434] ppid=30424 vsize=28834892 memory=1830280 CPUtime=14.95 cores=0-7
/proc/30426/task/30434/stat : 30434 (java) S 30424 30424 28228 0 -1 1077944384 35759 0 0 0 1398 97 0 0 20 0 28 0 420789445 29526929408 470936 33554432000 4194304 4196468 140723590712000 139752007563920 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30435] ppid=30424 vsize=28834892 memory=4108 CPUtime=14.96 cores=0-7
/proc/30426/task/30435/stat : 30435 (java) S 30424 30424 28228 0 -1 1077944384 46556 0 0 0 1397 99 0 0 20 0 28 0 420789445 29526929408 470936 33554432000 4194304 4196468 140723590712000 139752006511120 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30436] ppid=30424 vsize=28834892 memory=1398720917958146503 CPUtime=5.54 cores=0-7
/proc/30426/task/30436/stat : 30436 (java) S 30424 30424 28228 0 -1 1077944384 209607 0 0 0 310 244 0 0 20 0 28 0 420789447 29526929408 470936 33554432000 4194304 4196468 140723590712000 139750573816432 139752061270658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30437] ppid=30424 vsize=28834892 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/30426/task/30437/stat : 30437 (java) S 30424 30424 28228 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 420789447 29526929408 470936 33554432000 4194304 4196468 140723590712000 139750572762464 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30438] ppid=30424 vsize=28834892 memory=1398720917958146503 CPUtime=0 cores=0-7
/proc/30426/task/30438/stat : 30438 (java) S 30424 30424 28228 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 420789447 29526929408 470936 33554432000 4194304 4196468 140723590712000 139750571710080 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30439] ppid=30424 vsize=28834892 memory=9580 CPUtime=0 cores=0-7
/proc/30426/task/30439/stat : 30439 (java) S 30424 30424 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420789450 29526929408 470936 33554432000 4194304 4196468 140723590712000 139750570658384 139752061278107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30440] ppid=30424 vsize=28834892 memory=1052 CPUtime=2.98 cores=0-7
/proc/30426/task/30440/stat : 30440 (java) S 30424 30424 28228 0 -1 1077944384 18534 0 0 0 295 3 0 0 20 0 28 0 420789450 29526929408 470936 33554432000 4194304 4196468 140723590712000 139750569605232 139752061270658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30441] ppid=30424 vsize=28834892 memory=776 CPUtime=3.31 cores=0-7
/proc/30426/task/30441/stat : 30441 (java) S 30424 30424 28228 0 -1 1077944384 23238 0 0 0 327 4 0 0 20 0 28 0 420789450 29526929408 470936 33554432000 4194304 4196468 140723590712000 139750568552432 139752061270658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30442] ppid=30424 vsize=28834892 memory=2832 CPUtime=3.44 cores=0-7
/proc/30426/task/30442/stat : 30442 (java) S 30424 30424 28228 0 -1 1077944384 15054 0 0 0 342 2 0 0 20 0 28 0 420789450 29526929408 470936 33554432000 4194304 4196468 140723590712000 139750567500144 139752061270658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30443] ppid=30424 vsize=28834892 memory=668 CPUtime=1.27 cores=0-7
/proc/30426/task/30443/stat : 30443 (java) S 30424 30424 28228 0 -1 1077944384 26545 0 0 0 123 4 0 0 20 0 28 0 420789450 29526929408 470936 33554432000 4194304 4196468 140723590712000 139750566447344 139752061270658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30444] ppid=30424 vsize=28834892 memory=1256 CPUtime=0 cores=0-7
/proc/30426/task/30444/stat : 30444 (java) S 30424 30424 28228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420789450 29526929408 470936 33554432000 4194304 4196468 140723590712000 139750565395296 139752061269717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30445] ppid=30424 vsize=28834892 memory=1076 CPUtime=0.74 cores=0-7
/proc/30426/task/30445/stat : 30445 (java) S 30424 30424 28228 0 -1 1077944384 6168 0 0 0 37 37 0 0 20 0 28 0 420789450 29526929408 470936 33554432000 4194304 4196468 140723590712000 139750564342576 139752061270658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30759] ppid=30424 vsize=28834892 memory=14008 CPUtime=333.46 cores=0-7
/proc/30426/task/30759/stat : 30759 (java) R 30424 30424 28228 0 -1 4202560 21510 0 0 0 33335 11 0 0 20 0 28 0 421007778 29526929408 470936 33554432000 4194304 4196468 140723590712000 139750544849904 139751681683388 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30760] ppid=30424 vsize=28834892 memory=22848 CPUtime=334.35 cores=0-7
/proc/30426/task/30760/stat : 30760 (java) R 30424 30424 28228 0 -1 4202560 5081 0 0 0 33428 7 0 0 20 0 28 0 421007778 29526929408 470936 33554432000 4194304 4196468 140723590712000 139750549053616 139751681566301 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30761] ppid=30424 vsize=28834892 memory=14056 CPUtime=333.35 cores=0-7
/proc/30426/task/30761/stat : 30761 (java) R 30424 30424 28228 0 -1 4202560 56054 0 0 0 33274 61 0 0 20 0 28 0 421007778 29526929408 470936 33554432000 4194304 4196468 140723590712000 139750548000744 139751686587315 0 4 0 16800975 0 0 0 -1 7 0 0 5 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30762] ppid=30424 vsize=28834892 memory=1830280 CPUtime=333.89 cores=0-7
/proc/30426/task/30762/stat : 30762 (java) R 30424 30424 28228 0 -1 4202560 31632 0 0 0 33368 21 0 0 20 0 28 0 421007778 29526929408 470936 33554432000 4194304 4196468 140723590712000 139750554319520 139751684540213 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30763] ppid=30424 vsize=28834892 memory=1456 CPUtime=334.69 cores=0-7
/proc/30426/task/30763/stat : 30763 (java) R 30424 30424 28228 0 -1 4202560 19143 0 0 0 33453 16 0 0 20 0 28 0 421007778 29526929408 470936 33554432000 4194304 4196468 140723590712000 139750555369296 139751681873600 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30764] ppid=30424 vsize=28834892 memory=1830280 CPUtime=334.34 cores=0-7
/proc/30426/task/30764/stat : 30764 (java) R 30424 30424 28228 0 -1 4202560 34834 0 0 0 33408 26 0 0 20 0 28 0 421007778 29526929408 470936 33554432000 4194304 4196468 140723590712000 139750550105792 139751685892354 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30765] ppid=30424 vsize=28834892 memory=1456 CPUtime=332.63 cores=0-7
/proc/30426/task/30765/stat : 30765 (java) R 30424 30424 28228 0 -1 4202560 11472 0 0 0 33254 9 0 0 20 0 28 0 421007778 29526929408 470936 33554432000 4194304 4196468 140723590712000 139750553264648 139751684715703 0 4 0 16800975 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
[pid=30426/tid=30766] ppid=30424 vsize=28834892 memory=1830280 CPUtime=334.49 cores=0-7
/proc/30426/task/30766/stat : 30766 (java) R 30424 30424 28228 0 -1 4202560 16913 0 0 0 33432 17 0 0 20 0 28 0 421007778 29526929408 470936 33554432000 4194304 4196468 140723590712000 139750552211560 139751684717397 0 4 0 16800975 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 26628096 140723590714346 140723590714518 140723590714518 140723590717391 0
Current children cumulated CPU time: 20012.1 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 1885200 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.03 s]
# the end of solver process 30424 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000828 s, system=0.001656 s

[startup+2520.12 s]
# the end of solver process 30426 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19994.1 s, system=18.6566 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2520.12
CPU time (s): 20012.8
CPU user time (s): 19994.1
CPU system time (s): 18.6566
CPU usage (%): 794.121
Max. virtual memory (cumulated for all children) (KiB): 28948020
Max. memory (cumulated for all children) (KiB): 2610792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19994.1
system time used= 18.6566
maximum resident set size= 2609336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1991789
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 156673
involuntary context switches= 228465


# summary of solver processes directly reported to runsolver:
#   pid: 30424,30426
#   total CPU time (s): 20012.8
#   total CPU user time (s): 19994.1
#   total CPU system time (s): 18.6566

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 24.0838 second user time and 27.8771 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-14 10:11:46
IDJOB=4394058
IDBENCH=141368
IDSOLVER=2841
FILE ID=node119/4394058-1568448745
RUNJOBID= node119-1568442536-28255
PBS_JOBID= 21702345
Free space on /tmp= 61504 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-13_c18.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-4394058-1568448745/watcher-4394058-1568448745 -o /tmp/evaluation-result-4394058-1568448745/solver-4394058-1568448745 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node119-1568442536-28255 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1909379196 HOME/instance-4394058-1568448745.xml

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

MD5SUM BENCH= 66cce14b45be89e007abc3e2885e8941
RANDOM SEED=1909379196

node119.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.47
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.47
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.47
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.47
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:        24681408 kB
MemAvailable:   31821080 kB
Buffers:          194112 kB
Cached:          7214008 kB
SwapCached:        61128 kB
Active:          2836908 kB
Inactive:        4637264 kB
Active(anon):       4740 kB
Inactive(anon):   102744 kB
Active(file):    2832168 kB
Inactive(file):  4534520 kB
Unevictable:      107736 kB
Mlocked:          107736 kB
SwapTotal:      67108860 kB
SwapFree:       66939852 kB
Dirty:             26328 kB
Writeback:             0 kB
AnonPages:        113500 kB
Mapped:            44720 kB
Shmem:             32816 kB
Slab:             206860 kB
SReclaimable:     177636 kB
SUnreclaim:        29224 kB
KernelStack:        3408 kB
PageTables:         6080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498172 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:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61476 MiB
End job on node119 at 2019-09-14 10:53:46