Trace number 4394647

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)952 6960.33 2520.03

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-28-a3.xml
MD5SUM7bf94b2c859f2895a81dfe97f17444ea
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark935
Best CPU time to get the best result obtained on this benchmark2400.46
Satisfiable
(Un)Satisfiability was proved
Number of variables812
Number of constraints381
Number of domains2
Minimum domain size1000
Maximum domain size1001
Distribution of domain sizes[{"size":1000,"count":378},{"size":1001,"count":28}]
Minimum variable degree0
Maximum variable degree29
Distribution of variable degrees[{"degree":0,"count":406},{"degree":2,"count":378},{"degree":28,"count":26},{"degree":29,"count":2}]
Minimum constraint arity1
Maximum constraint arity378
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":378},{"arity":28,"count":1},{"arity":378,"count":1}]
Number of extensional constraints0
Number of intensional constraints379
Distribution of constraint types[{"type":"intension","count":379},{"type":"allDifferent","count":1},{"type":"ordered","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-4394647-1568426274.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394647-1568426274.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
2.91/1.09	c solve instance...
34.66/5.15	o 989 
58.42/8.21	o 974 
100.35/13.57	o 970 
191.47/25.02	o 967 
741.23/94.80	o 960 
1361.34/183.49	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (58/61)
1361.34/183.49		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1361.34/183.49		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
1361.34/183.49		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
1361.34/183.49		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
1361.34/183.49		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
1361.34/183.49	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (58/61)
1361.34/183.49		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
1361.34/183.49		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
1361.34/183.49		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
1361.34/183.49		at org.chocosolver.solver.Solver.repair(Solver.java:443)
1361.34/183.49		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
1361.34/183.49		at org.chocosolver.solver.Solver.solve(Solver.java:262)
1361.34/183.49		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
1361.34/183.49		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1361.34/183.49		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1361.34/183.49		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1361.34/183.49		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1361.34/183.49		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1361.34/183.49		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1361.34/183.49		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1361.34/183.49		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1361.34/183.49		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1361.34/183.49	o 953 
2884.18/487.85	java.util.concurrent.ExecutionException: java.lang.NullPointerException
2884.18/487.85		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2884.18/487.85		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2884.18/487.86		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2884.18/487.86		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2884.18/487.86		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2884.18/487.86	Caused by: java.lang.NullPointerException
2884.18/487.86		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2884.18/487.86		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
2884.18/487.86		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
2884.18/487.86		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
2884.18/487.86		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
2884.18/487.86		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
2884.18/487.86		... 4 more
2884.18/487.87	Caused by: java.lang.NullPointerException
2884.18/487.87		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2884.18/487.87		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
2884.18/487.87		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
2884.18/487.87		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
2884.18/487.87		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
2884.18/487.87		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
2884.18/487.87		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
2884.18/487.87		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
2884.18/487.87		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
2884.18/487.87		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
2884.18/487.87		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
2884.18/487.87		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
2884.18/487.87		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
2884.18/487.87		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
2884.18/487.87		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2884.18/487.87		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2884.18/487.87		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2884.18/487.87		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2884.18/487.88	Caused by: java.lang.NullPointerException
2884.18/487.88		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
2884.18/487.88		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
2884.18/487.88		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:181)
2884.18/487.88		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
2884.18/487.88		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:79)
2884.18/487.88		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
2884.18/487.88		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
2884.18/487.88		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
2884.18/487.88		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
2884.18/487.88		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
2884.18/487.88		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
2884.18/487.88		at org.chocosolver.solver.Solver.extend(Solver.java:421)
2884.18/487.88		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
2884.18/487.88		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2884.18/487.88		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2884.18/487.88		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2884.18/487.88		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2884.18/487.88		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2884.18/487.88		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2884.18/487.88		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2884.18/487.88		... 4 more
2884.18/487.89	o 952 
6960.29/2520.01	s SATISFIABLE
6960.29/2520.01	v <instantiation>
6960.29/2520.01	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] 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[0][13] y[0][14] y[0][15] y[0][16] y[0][17] y[0][18] y[0][19] y[0][20] y[0][21] y[0][22] y[0][23] y[0][24] y[0][25] y[0][26] y[0][27] 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[1][13] y[1][14] y[1][15] y[1][16] y[1][17] y[1][18] y[1][19] y[1][20] y[1][21] y[1][22] y[1][23] y[1][24] y[1][25] y[1][26] y[1][27] 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[2][13] y[2][14] y[2][15] y[2][16] y[2][17] y[2][18] y[2][19] y[2][20] y[2][21] y[2][22] y[2][23] y[2][24] y[2][25] y[2][26] y[2][27] 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[3][13] y[3][14] y[3][15] y[3][16] y[3][17] y[3][18] y[3][19] y[3][20] y[3][21] y[3][22] y[3][23] y[3][24] y[3][25] y[3][26] y[3][27] 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[4][13] y[4][14] y[4][15] y[4][16] y[4][17] y[4][18] y[4][19] y[4][20] y[4][21] y[4][22] y[4][23] y[4][24] y[4][25] y[4][26] y[4][27] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[5][12] y[5][13] y[5][14] y[5][15] y[5][16] y[5][17] y[5][18] y[5][19] y[5][20] y[5][21] y[5][22] y[5][23] y[5][24] y[5][25] y[5][26] y[5][27] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[6][12] y[6][13] y[6][14] y[6][15] y[6][16] y[6][17] y[6][18] y[6][19] y[6][20] y[6][21] y[6][22] y[6][23] y[6][24] y[6][25] y[6][26] y[6][27] y[7][8] y[7][9] y[7][10] y[7][11] y[7][12] y[7][13] y[7][14] y[7][15] y[7][16] y[7][17] y[7][18] y[7][19] y[7][20] y[7][21] y[7][22] y[7][23] y[7][24] y[7][25] y[7][26] y[7][27] y[8][9] y[8][10] y[8][11] y[8][12] y[8][13] y[8][14] y[8][15] y[8][16] y[8][17] y[8][18] y[8][19] y[8][20] y[8][21] y[8][22] y[8][23] y[8][24] y[8][25] y[8][26] y[8][27] y[9][10] y[9][11] y[9][12] y[9][13] y[9][14] y[9][15] y[9][16] y[9][17] y[9][18] y[9][19] y[9][20] y[9][21] y[9][22] y[9][23] y[9][24] y[9][25] y[9][26] y[9][27] y[10][11] y[10][12] y[10][13] y[10][14] y[10][15] y[10][16] y[10][17] y[10][18] y[10][19] y[10][20] y[10][21] y[10][22] y[10][23] y[10][24] y[10][25] y[10][26] y[10][27] y[11][12] y[11][13] y[11][14] y[11][15] y[11][16] y[11][17] y[11][18] y[11][19] y[11][20] y[11][21] y[11][22] y[11][23] y[11][24] y[11][25] y[11][26] y[11][27] y[12][13] y[12][14] y[12][15] y[12][16] y[12][17] y[12][18] y[12][19] y[12][20] y[12][21] y[12][22] y[12][23] y[12][24] y[12][25] y[12][26] y[12][27] y[13][14] y[13][15] y[13][16] y[13][17] y[13][18] y[13][19] y[13][20] y[13][21] y[13][22] y[13][23] y[13][24] y[13][25] y[13][26] y[13][27] y[14][15] y[14][16] y[14][17] y[14][18] y[14][19] y[14][20] y[14][21] y[14][22] y[14][23] y[14][24] y[14][25] y[14][26] y[14][27] y[15][16] y[15][17] y[15][18] y[15][19] y[15][20] y[15][21] y[15][22] y[15][23] y[15][24] y[15][25] y[15][26] y[15][27] y[16][17] y[16][18] y[16][19] y[16][20] y[16][21] y[16][22] y[16][23] y[16][24] y[16][25] y[16][26] y[16][27] y[17][18] y[17][19] y[17][20] y[17][21] y[17][22] y[17][23] y[17][24] y[17][25] y[17][26] y[17][27] y[18][19] y[18][20] y[18][21] y[18][22] y[18][23] y[18][24] y[18][25] y[18][26] y[18][27] y[19][20] y[19][21] y[19][22] y[19][23] y[19][24] y[19][25] y[19][26] y[19][27] y[20][21] y[20][22] y[20][23] y[20][24] y[20][25] y[20][26] y[20][27] y[21][22] y[21][23] y[21][24] y[21][25] y[21][26] y[21][27] y[22][23] y[22][24] y[22][25] y[22][26] y[22][27] y[23][24] y[23][25] y[23][26] y[23][27] y[24][25] y[24][26] y[24][27] y[25][26] y[25][27] y[26][27] </list>
6960.29/2520.01	v 	<values>0 1 3 8 12 18 31 45 65 81 103 135 170 196 221 245 329 369 408 451 506 558 632 741 807 855 923 952 1 3 8 12 18 31 45 65 81 103 135 170 196 221 245 329 369 408 451 506 558 632 741 807 855 923 952 2 7 11 17 30 44 64 80 102 134 169 195 220 244 328 368 407 450 505 557 631 740 806 854 922 951 5 9 15 28 42 62 78 100 132 167 193 218 242 326 366 405 448 503 555 629 738 804 852 920 949 4 10 23 37 57 73 95 127 162 188 213 237 321 361 400 443 498 550 624 733 799 847 915 944 6 19 33 53 69 91 123 158 184 209 233 317 357 396 439 494 546 620 729 795 843 911 940 13 27 47 63 85 117 152 178 203 227 311 351 390 433 488 540 614 723 789 837 905 934 14 34 50 72 104 139 165 190 214 298 338 377 420 475 527 601 710 776 824 892 921 20 36 58 90 125 151 176 200 284 324 363 406 461 513 587 696 762 810 878 907 16 38 70 105 131 156 180 264 304 343 386 441 493 567 676 742 790 858 887 22 54 89 115 140 164 248 288 327 370 425 477 551 660 726 774 842 871 32 67 93 118 142 226 266 305 348 403 455 529 638 704 752 820 849 35 61 86 110 194 234 273 316 371 423 497 606 672 720 788 817 26 51 75 159 199 238 281 336 388 462 571 637 685 753 782 25 49 133 173 212 255 310 362 436 545 611 659 727 756 24 108 148 187 230 285 337 411 520 586 634 702 731 84 124 163 206 261 313 387 496 562 610 678 707 40 79 122 177 229 303 412 478 526 594 623 39 82 137 189 263 372 438 486 554 583 43 98 150 224 333 399 447 515 544 55 107 181 290 356 404 472 501 52 126 235 301 349 417 446 74 183 249 297 365 394 109 175 223 291 320 66 114 182 211 48 116 145 68 97 29 </values>
6960.29/2520.01	v </instantiation>
6960.29/2520.01	c Unexpected resolution interruption!

Verifier Data

OK	952

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394647-1568426274/watcher-4394647-1568426274 -o /tmp/evaluation-result-4394647-1568426274/solver-4394647-1568426274 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1568416728-26452 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 942673330 HOME/instance-4394647-1568426274.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
Current StackSize limit: 8192 KiB

solver pid=30972, runsolver pid=30969

[startup+0.100163 s]*
/proc/loadavg: 7.85 7.29 7.55 2/211 30993
/proc/meminfo: memFree=27055748/32770624 swapFree=67021564/67108860
[pid=30972] ppid=30969 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30972/stat : 30972 (xcsp3-exec) S 30969 30972 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418900044 115843072 364 33554432000 4194304 5098028 140720712525872 140720712523976 140055516312188 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15405056 140720712528758 140720712529001 140720712529001 140720712531914 0
/proc/30972/statm: 28282 364 305 221 0 87 0
[pid=30974] ppid=30972 vsize=28227388 memory=28740 CPUtime=0.12 cores=0-7
/proc/30974/stat : 30974 (java) S 30972 30972 26425 0 -1 1077944320 5694 0 0 0 11 1 0 0 20 0 20 0 418900045 28904845312 7185 33554432000 4194304 4196468 140733773797264 140733773779808 140214598901495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
/proc/30974/statm: 7056847 7185 3119 1 0 7019032 0
[pid=30974/tid=30975] ppid=30972 vsize=28227388 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/30974/task/30975/stat : 30975 (java) R 30972 30972 26425 0 -1 4202560 3601 0 0 0 8 1 0 0 20 0 20 0 418900045 28904845312 7185 33554432000 4194304 4196468 140733773797264 140214603134288 140214598913430 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30976] ppid=30972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30974/task/30976/stat : 30976 (java) S 30972 30972 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418900046 28904845312 7185 33554432000 4194304 4196468 140733773797264 140214518753680 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30977] ppid=30972 vsize=28227388 memory=139905898112640 CPUtime=0 cores=0-7
/proc/30974/task/30977/stat : 30977 (java) S 30972 30972 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418900046 28904845312 7185 33554432000 4194304 4196468 140733773797264 140214517700880 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30978] ppid=30972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30974/task/30978/stat : 30978 (java) S 30972 30972 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418900046 28904845312 7185 33554432000 4194304 4196468 140733773797264 140214516648592 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30979] ppid=30972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30974/task/30979/stat : 30979 (java) S 30972 30972 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418900046 28904845312 7185 33554432000 4194304 4196468 140733773797264 140214515595792 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30980] ppid=30972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30974/task/30980/stat : 30980 (java) S 30972 30972 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418900046 28904845312 7185 33554432000 4194304 4196468 140733773797264 140214514543504 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30981] ppid=30972 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30974/task/30981/stat : 30981 (java) S 30972 30972 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418900046 28904845312 7185 33554432000 4194304 4196468 140733773797264 140214513490704 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30982] ppid=30972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30974/task/30982/stat : 30982 (java) S 30972 30972 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418900046 28904845312 7185 33554432000 4194304 4196468 140733773797264 140214512438416 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30983] ppid=30972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30974/task/30983/stat : 30983 (java) S 30972 30972 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418900046 28904845312 7185 33554432000 4194304 4196468 140733773797264 140214511385616 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30984] ppid=30972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30974/task/30984/stat : 30984 (java) S 30972 30972 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418900047 28904845312 7185 33554432000 4194304 4196468 140733773797264 140213982689392 140214598912642 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30985] ppid=30972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30974/task/30985/stat : 30985 (java) S 30972 30972 26425 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418900048 28904845312 7185 33554432000 4194304 4196468 140733773797264 140213981635360 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30986] ppid=30972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30974/task/30986/stat : 30986 (java) S 30972 30972 26425 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418900048 28904845312 7185 33554432000 4194304 4196468 140733773797264 140213980583024 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30987] ppid=30972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30974/task/30987/stat : 30987 (java) S 30972 30972 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418900050 28904845312 7185 33554432000 4194304 4196468 140733773797264 140213979531344 140214598920091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30988] ppid=30972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30974/task/30988/stat : 30988 (java) R 30972 30972 26425 0 -1 4202560 311 0 0 0 0 0 0 0 20 0 20 0 418900050 28904845312 7185 33554432000 4194304 4196468 140733773797264 140213978479216 140214598922842 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30989] ppid=30972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30974/task/30989/stat : 30989 (java) R 30972 30972 26425 0 -1 4202560 123 0 0 0 0 0 0 0 20 0 20 0 418900050 28904845312 7185 33554432000 4194304 4196468 140733773797264 140213977426416 140214591722363 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30990] ppid=30972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30974/task/30990/stat : 30990 (java) S 30972 30972 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418900050 28904845312 7185 33554432000 4194304 4196468 140733773797264 140213976374128 140214598912642 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30991] ppid=30972 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/30974/task/30991/stat : 30991 (java) R 30972 30972 26425 0 -1 4202560 351 0 0 0 2 0 0 0 20 0 20 0 418900050 28904845312 7185 33554432000 4194304 4196468 140733773797264 140213975321328 140214577522593 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30992] ppid=30972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30974/task/30992/stat : 30992 (java) S 30972 30972 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418900051 28904845312 7185 33554432000 4194304 4196468 140733773797264 140213974268256 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30993] ppid=30972 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30974/task/30993/stat : 30993 (java) S 30972 30972 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418900051 28904845312 7185 33554432000 4194304 4196468 140733773797264 140213973215536 140214598912642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30196 KiB

[startup+0.210148 s]*
/proc/loadavg: 7.85 7.29 7.55 3/211 30993
/proc/meminfo: memFree=27042124/32770624 swapFree=67021564/67108860
[pid=30972] ppid=30969 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30972/stat : 30972 (xcsp3-exec) S 30969 30972 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418900044 115843072 364 33554432000 4194304 5098028 140720712525872 140720712523976 140055516312188 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15405056 140720712528758 140720712529001 140720712529001 140720712531914 0
/proc/30972/statm: 28282 364 305 221 0 87 0
[pid=30974] ppid=30972 vsize=28227388 memory=40584 CPUtime=0.34 cores=0-7
/proc/30974/stat : 30974 (java) S 30972 30972 26425 0 -1 1077944320 9385 0 0 0 31 3 0 0 20 0 20 0 418900045 28904845312 10146 33554432000 4194304 4196468 140733773797264 140733773779808 140214598901495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
/proc/30974/statm: 7056847 10146 3281 1 0 7019032 0
[pid=30974/tid=30975] ppid=30972 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/30974/task/30975/stat : 30975 (java) R 30972 30972 26425 0 -1 4202560 6624 0 0 0 17 2 0 0 20 0 20 0 418900045 28904845312 10146 33554432000 4194304 4196468 140733773797264 140214603135616 140214598913430 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30976] ppid=30972 vsize=28227388 memory=331 CPUtime=0 cores=0-7
/proc/30974/task/30976/stat : 30976 (java) S 30972 30972 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418900046 28904845312 10146 33554432000 4194304 4196468 140733773797264 140214518753680 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30977] ppid=30972 vsize=28227388 memory=139905901218494 CPUtime=0 cores=0-7
/proc/30974/task/30977/stat : 30977 (java) S 30972 30972 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418900046 28904845312 10146 33554432000 4194304 4196468 140733773797264 140214517700880 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30978] ppid=30972 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30974/task/30978/stat : 30978 (java) S 30972 30972 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418900046 28904845312 10146 33554432000 4194304 4196468 140733773797264 140214516648592 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30979] ppid=30972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30974/task/30979/stat : 30979 (java) S 30972 30972 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418900046 28904845312 10146 33554432000 4194304 4196468 140733773797264 140214515595792 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30980] ppid=30972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30974/task/30980/stat : 30980 (java) S 30972 30972 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418900046 28904845312 10146 33554432000 4194304 4196468 140733773797264 140214514543504 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30981] ppid=30972 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30974/task/30981/stat : 30981 (java) S 30972 30972 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418900046 28904845312 10146 33554432000 4194304 4196468 140733773797264 140214513490704 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30982] ppid=30972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30974/task/30982/stat : 30982 (java) S 30972 30972 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418900046 28904845312 10146 33554432000 4194304 4196468 140733773797264 140214512438416 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30983] ppid=30972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30974/task/30983/stat : 30983 (java) S 30972 30972 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418900046 28904845312 10146 33554432000 4194304 4196468 140733773797264 140214511385616 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30984] ppid=30972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30974/task/30984/stat : 30984 (java) S 30972 30972 26425 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418900047 28904845312 10146 33554432000 4194304 4196468 140733773797264 140213982689392 140214598912642 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30985] ppid=30972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30974/task/30985/stat : 30985 (java) S 30972 30972 26425 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418900048 28904845312 10146 33554432000 4194304 4196468 140733773797264 140213981635360 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30986] ppid=30972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30974/task/30986/stat : 30986 (java) S 30972 30972 26425 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418900048 28904845312 10146 33554432000 4194304 4196468 140733773797264 140213980583024 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30987] ppid=30972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30974/task/30987/stat : 30987 (java) S 30972 30972 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418900050 28904845312 10146 33554432000 4194304 4196468 140733773797264 140213979531344 140214598920091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30988] ppid=30972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30974/task/30988/stat : 30988 (java) S 30972 30972 26425 0 -1 1077944384 365 0 0 0 0 0 0 0 20 0 20 0 418900050 28904845312 10146 33554432000 4194304 4196468 140733773797264 140213978479216 140214598912642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30989] ppid=30972 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/30974/task/30989/stat : 30989 (java) S 30972 30972 26425 0 -1 1077944384 236 0 0 0 2 0 0 0 20 0 20 0 418900050 28904845312 10146 33554432000 4194304 4196468 140733773797264 140213977426416 140214598912642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30990] ppid=30972 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/30974/task/30990/stat : 30990 (java) S 30972 30972 26425 0 -1 1077944384 52 0 0 0 1 0 0 0 20 0 20 0 418900050 28904845312 10146 33554432000 4194304 4196468 140733773797264 140213976374128 140214598912642 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30991] ppid=30972 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/30974/task/30991/stat : 30991 (java) R 30972 30972 26425 0 -1 4202560 796 0 0 0 8 0 0 0 20 0 20 0 418900050 28904845312 10146 33554432000 4194304 4196468 140733773797264 140213975321328 140214598913430 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30992] ppid=30972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30974/task/30992/stat : 30992 (java) S 30972 30972 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418900051 28904845312 10146 33554432000 4194304 4196468 140733773797264 140213974268256 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30993] ppid=30972 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30974/task/30993/stat : 30993 (java) S 30972 30972 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418900051 28904845312 10146 33554432000 4194304 4196468 140733773797264 140213973215536 140214598912642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42040 KiB

[startup+0.309446 s]*
/proc/loadavg: 7.85 7.29 7.55 4/211 30993
/proc/meminfo: memFree=27035720/32770624 swapFree=67021564/67108860
[pid=30972] ppid=30969 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30972/stat : 30972 (xcsp3-exec) S 30969 30972 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418900044 115843072 364 33554432000 4194304 5098028 140720712525872 140720712523976 140055516312188 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15405056 140720712528758 140720712529001 140720712529001 140720712531914 0
/proc/30972/statm: 28282 364 305 221 0 87 0
[pid=30974] ppid=30972 vsize=28231644 memory=49820 CPUtime=0.52 cores=0-7
/proc/30974/stat : 30974 (java) S 30972 30972 26425 0 -1 1077944320 10879 0 0 0 48 4 0 0 20 0 20 0 418900045 28909203456 12455 33554432000 4194304 4196468 140733773797264 140733773779808 140214598901495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
/proc/30974/statm: 7057911 12455 3330 1 0 7019032 0
[pid=30974/tid=30975] ppid=30972 vsize=28231644 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/30974/task/30975/stat : 30975 (java) R 30972 30972 26425 0 -1 4202560 7785 0 0 0 26 3 0 0 20 0 20 0 418900045 28909203456 12455 33554432000 4194304 4196468 140733773797264 140214603132608 140214598923421 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30976] ppid=30972 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30974/task/30976/stat : 30976 (java) S 30972 30972 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418900046 28909203456 12455 33554432000 4194304 4196468 140733773797264 140214518753680 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30977] ppid=30972 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30974/task/30977/stat : 30977 (java) S 30972 30972 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418900046 28909203456 12455 33554432000 4194304 4196468 140733773797264 140214517700880 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30978] ppid=30972 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30974/task/30978/stat : 30978 (java) S 30972 30972 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418900046 28909203456 12455 33554432000 4194304 4196468 140733773797264 140214516648592 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30979] ppid=30972 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30974/task/30979/stat : 30979 (java) S 30972 30972 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418900046 28909203456 12455 33554432000 4194304 4196468 140733773797264 140214515595792 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30980] ppid=30972 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/30974/task/30980/stat : 30980 (java) S 30972 30972 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418900046 28909203456 12455 33554432000 4194304 4196468 140733773797264 140214514543504 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30981] ppid=30972 vsize=28231644 memory=139905741190063 CPUtime=0 cores=0-7
/proc/30974/task/30981/stat : 30981 (java) S 30972 30972 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418900046 28909203456 12455 33554432000 4194304 4196468 140733773797264 140214513490704 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30982] ppid=30972 vsize=28231644 memory=139905741192368 CPUtime=0 cores=0-7
/proc/30974/task/30982/stat : 30982 (java) S 30972 30972 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418900046 28909203456 12455 33554432000 4194304 4196468 140733773797264 140214512438416 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30983] ppid=30972 vsize=28231644 memory=139905741194672 CPUtime=0 cores=0-7
/proc/30974/task/30983/stat : 30983 (java) S 30972 30972 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418900046 28909203456 12455 33554432000 4194304 4196468 140733773797264 140214511385616 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30984] ppid=30972 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30974/task/30984/stat : 30984 (java) S 30972 30972 26425 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418900047 28909203456 12455 33554432000 4194304 4196468 140733773797264 140213982689392 140214598912642 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30985] ppid=30972 vsize=28231644 memory=279811482396304 CPUtime=0 cores=0-7
/proc/30974/task/30985/stat : 30985 (java) S 30972 30972 26425 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418900048 28909203456 12455 33554432000 4194304 4196468 140733773797264 140213981635360 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30986] ppid=30972 vsize=28231644 memory=279811482403216 CPUtime=0 cores=0-7
/proc/30974/task/30986/stat : 30986 (java) S 30972 30972 26425 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418900048 28909203456 12455 33554432000 4194304 4196468 140733773797264 140213980583024 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30987] ppid=30972 vsize=28231644 memory=279811482344496 CPUtime=0 cores=0-7
/proc/30974/task/30987/stat : 30987 (java) S 30972 30972 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418900050 28909203456 12455 33554432000 4194304 4196468 140733773797264 140213979531344 140214598920091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30988] ppid=30972 vsize=28231644 memory=279811482417040 CPUtime=0.02 cores=0-7
/proc/30974/task/30988/stat : 30988 (java) S 30972 30972 26425 0 -1 1077944384 396 0 0 0 2 0 0 0 20 0 20 0 418900050 28909203456 12455 33554432000 4194304 4196468 140733773797264 140213978479216 140214598912642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30989] ppid=30972 vsize=28231644 memory=279811482423952 CPUtime=0.03 cores=0-7
/proc/30974/task/30989/stat : 30989 (java) R 30972 30972 26425 0 -1 4202560 357 0 0 0 3 0 0 0 20 0 20 0 418900050 28909203456 12455 33554432000 4194304 4196468 140733773797264 140213977412960 140214578157878 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30990] ppid=30972 vsize=28231644 memory=279811482421648 CPUtime=0.03 cores=0-7
/proc/30974/task/30990/stat : 30990 (java) S 30972 30972 26425 0 -1 1077944384 66 0 0 0 3 0 0 0 20 0 20 0 418900050 28909203456 12455 33554432000 4194304 4196468 140733773797264 140213976374128 140214598912642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30991] ppid=30972 vsize=28231644 memory=279811482437808 CPUtime=0.12 cores=0-7
/proc/30974/task/30991/stat : 30991 (java) S 30972 30972 26425 0 -1 1077944384 964 0 0 0 12 0 0 0 20 0 20 0 418900050 28909203456 12455 33554432000 4194304 4196468 140733773797264 140213975321328 140214598912642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30992] ppid=30972 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30974/task/30992/stat : 30992 (java) S 30972 30972 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418900051 28909203456 12455 33554432000 4194304 4196468 140733773797264 140213974268256 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30993] ppid=30972 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/30974/task/30993/stat : 30993 (java) S 30972 30972 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418900051 28909203456 12455 33554432000 4194304 4196468 140733773797264 140213973215536 140214598912642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51276 KiB

[startup+0.700986 s]
/proc/loadavg: 7.85 7.29 7.55 3/211 30993
/proc/meminfo: memFree=27025608/32770624 swapFree=67021564/67108860
[pid=30972] ppid=30969 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30972/stat : 30972 (xcsp3-exec) S 30969 30972 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418900044 115843072 364 33554432000 4194304 5098028 140720712525872 140720712523976 140055516312188 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15405056 140720712528758 140720712529001 140720712529001 140720712531914 0
/proc/30972/statm: 28282 364 305 221 0 87 0
[pid=30974] ppid=30972 vsize=28233768 memory=87784 CPUtime=1.65 cores=0-7
/proc/30974/stat : 30974 (java) S 30972 30972 26425 0 -1 1077944320 15532 0 0 0 159 6 0 0 20 0 20 0 418900045 28911378432 21946 33554432000 4194304 4196468 140733773797264 140733773779808 140214598901495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
/proc/30974/statm: 7058442 21946 3452 1 0 7019544 0
[pid=30974/tid=30975] ppid=30972 vsize=28233768 memory=279811482795696 CPUtime=0.67 cores=0-7
/proc/30974/task/30975/stat : 30975 (java) R 30972 30972 26425 0 -1 4202560 9145 0 0 0 64 3 0 0 20 0 20 0 418900045 28911378432 21946 33554432000 4194304 4196468 140733773797264 140214603138336 140214193448967 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30976] ppid=30972 vsize=28233768 memory=139905741398896 CPUtime=0 cores=0-7
/proc/30974/task/30976/stat : 30976 (java) S 30972 30972 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418900046 28911378432 21946 33554432000 4194304 4196468 140733773797264 140214518753680 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30977] ppid=30972 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/30974/task/30977/stat : 30977 (java) S 30972 30972 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418900046 28911378432 21946 33554432000 4194304 4196468 140733773797264 140214517700880 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30978] ppid=30972 vsize=28233768 memory=1224 CPUtime=0 cores=0-7
/proc/30974/task/30978/stat : 30978 (java) S 30972 30972 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418900046 28911378432 21946 33554432000 4194304 4196468 140733773797264 140214516648592 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0

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

[pid=30974/tid=31120] ppid=30972 vsize=29034584 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/30974/task/31120/stat : 31120 (java) S 30972 30972 26425 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 418948835 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213757604560 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
Current children cumulated CPU time: 6804.59 s
Current children cumulated vsize: 29147712 KiB
Current children cumulated memory: 1573188 KiB

[startup+2502.3 s]
/proc/loadavg: 1.65 1.71 2.32 3/219 31268
/proc/meminfo: memFree=25511312/32770624 swapFree=67021648/67108860
[pid=30972] ppid=30969 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30972/stat : 30972 (xcsp3-exec) S 30969 30972 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418900044 115843072 364 33554432000 4194304 5098028 140720712525872 140720712523976 140055516312188 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15405056 140720712528758 140720712529001 140720712529001 140720712531914 0
/proc/30972/statm: 28282 364 305 221 0 87 0
[pid=30974] ppid=30972 vsize=29034584 memory=1571732 CPUtime=6924.81 cores=0-7
/proc/30974/stat : 30974 (java) S 30972 30972 26425 0 -1 1077944320 402863 0 0 0 692062 419 0 0 20 0 28 0 418900045 29731414016 392933 33554432000 4194304 4196468 140733773797264 140733773779808 140214598901495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
/proc/30974/statm: 7258646 392933 3535 1 0 7219748 0
[pid=30974/tid=30975] ppid=30972 vsize=29034584 memory=1571732 CPUtime=1.1 cores=0-7
/proc/30974/task/30975/stat : 30975 (java) S 30972 30972 26425 0 -1 1077944384 11628 0 0 0 104 6 0 0 20 0 28 0 418900045 29731414016 392933 33554432000 4194304 4196468 140733773797264 140214603142272 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30976] ppid=30972 vsize=29034584 memory=1456 CPUtime=1.61 cores=0-7
/proc/30974/task/30976/stat : 30976 (java) S 30972 30972 26425 0 -1 1077944384 10151 0 0 0 143 18 0 0 20 0 28 0 418900046 29731414016 392933 33554432000 4194304 4196468 140733773797264 140214518753680 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30977] ppid=30972 vsize=29034584 memory=1571732 CPUtime=1.59 cores=0-7
/proc/30974/task/30977/stat : 30977 (java) S 30972 30972 26425 0 -1 1077944384 11640 0 0 0 146 13 0 0 20 0 28 0 418900046 29731414016 392933 33554432000 4194304 4196468 140733773797264 140214517700880 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30978] ppid=30972 vsize=29034584 memory=1456 CPUtime=1.62 cores=0-7
/proc/30974/task/30978/stat : 30978 (java) S 30972 30972 26425 0 -1 1077944384 8695 0 0 0 145 17 0 0 20 0 28 0 418900046 29731414016 392933 33554432000 4194304 4196468 140733773797264 140214516648592 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30979] ppid=30972 vsize=29034584 memory=0 CPUtime=1.62 cores=0-7
/proc/30974/task/30979/stat : 30979 (java) S 30972 30972 26425 0 -1 1077944384 11256 0 0 0 146 16 0 0 20 0 28 0 418900046 29731414016 392933 33554432000 4194304 4196468 140733773797264 140214515595792 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30980] ppid=30972 vsize=29034584 memory=1456 CPUtime=1.58 cores=0-7
/proc/30974/task/30980/stat : 30980 (java) S 30972 30972 26425 0 -1 1077944384 9816 0 0 0 142 16 0 0 20 0 28 0 418900046 29731414016 392933 33554432000 4194304 4196468 140733773797264 140214514543504 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30981] ppid=30972 vsize=29034584 memory=4120 CPUtime=1.62 cores=0-7
/proc/30974/task/30981/stat : 30981 (java) S 30972 30972 26425 0 -1 1077944384 10069 0 0 0 146 16 0 0 20 0 28 0 418900046 29731414016 392933 33554432000 4194304 4196468 140733773797264 140214513490704 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30982] ppid=30972 vsize=29034584 memory=23468 CPUtime=1.6 cores=0-7
/proc/30974/task/30982/stat : 30982 (java) S 30972 30972 26425 0 -1 1077944384 10035 0 0 0 144 16 0 0 20 0 28 0 418900046 29731414016 392933 33554432000 4194304 4196468 140733773797264 140214512438416 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30983] ppid=30972 vsize=29034584 memory=1456 CPUtime=1.61 cores=0-7
/proc/30974/task/30983/stat : 30983 (java) S 30972 30972 26425 0 -1 1077944384 10213 0 0 0 146 15 0 0 20 0 28 0 418900046 29731414016 392933 33554432000 4194304 4196468 140733773797264 140214511385616 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30984] ppid=30972 vsize=29034584 memory=1571732 CPUtime=0.76 cores=0-7
/proc/30974/task/30984/stat : 30984 (java) S 30972 30972 26425 0 -1 1077944384 25467 0 0 0 58 18 0 0 20 0 28 0 418900047 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213982689392 140214598912642 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30985] ppid=30972 vsize=29034584 memory=4120 CPUtime=0 cores=0-7
/proc/30974/task/30985/stat : 30985 (java) S 30972 30972 26425 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 28 0 418900048 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213981635424 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30986] ppid=30972 vsize=29034584 memory=23468 CPUtime=0 cores=0-7
/proc/30974/task/30986/stat : 30986 (java) S 30972 30972 26425 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 28 0 418900048 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213980583040 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30987] ppid=30972 vsize=29034584 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/30974/task/30987/stat : 30987 (java) S 30972 30972 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418900050 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213979531344 140214598920091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30988] ppid=30972 vsize=29034584 memory=4460 CPUtime=4.54 cores=0-7
/proc/30974/task/30988/stat : 30988 (java) S 30972 30972 26425 0 -1 1077944384 34624 0 0 0 448 6 0 0 20 0 28 0 418900050 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213978479216 140214598912642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30989] ppid=30972 vsize=29034584 memory=1456 CPUtime=4.52 cores=0-7
/proc/30974/task/30989/stat : 30989 (java) S 30972 30972 26425 0 -1 1077944384 47613 0 0 0 444 8 0 0 20 0 28 0 418900050 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213977426416 140214598912642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30990] ppid=30972 vsize=29034584 memory=1456 CPUtime=4.65 cores=0-7
/proc/30974/task/30990/stat : 30990 (java) S 30972 30972 26425 0 -1 1077944384 28913 0 0 0 460 5 0 0 20 0 28 0 418900050 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213976374128 140214598912642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30991] ppid=30972 vsize=29034584 memory=1456 CPUtime=1.36 cores=0-7
/proc/30974/task/30991/stat : 30991 (java) S 30972 30972 26425 0 -1 1077944384 29439 0 0 0 131 5 0 0 20 0 28 0 418900050 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213975321328 140214598912642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30992] ppid=30972 vsize=29034584 memory=1456 CPUtime=0 cores=0-7
/proc/30974/task/30992/stat : 30992 (java) S 30972 30972 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418900051 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213974268256 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30993] ppid=30972 vsize=29034584 memory=1571732 CPUtime=0.56 cores=0-7
/proc/30974/task/30993/stat : 30993 (java) S 30972 30972 26425 0 -1 1077944384 4861 0 0 0 24 32 0 0 20 0 28 0 418900051 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213973215536 140214598912642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=31113] ppid=30972 vsize=29034584 memory=2184 CPUtime=2012.14 cores=0-7
/proc/30974/task/31113/stat : 31113 (java) R 30972 30972 26425 0 -1 4202560 15856 0 0 0 201192 22 0 0 20 0 28 0 418948834 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213750232064 140214203842727 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=31114] ppid=30972 vsize=29034584 memory=4120 CPUtime=2012.14 cores=0-7
/proc/30974/task/31114/stat : 31114 (java) R 30972 30972 26425 0 -1 4202560 12081 0 0 0 201202 12 0 0 20 0 28 0 418948834 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213752335936 140214198493724 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=31115] ppid=30972 vsize=29034584 memory=1456 CPUtime=0 cores=0-7
/proc/30974/task/31115/stat : 31115 (java) S 30972 30972 26425 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 418948834 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213751289168 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=31116] ppid=30972 vsize=29034584 memory=1571732 CPUtime=2.84 cores=0-7
/proc/30974/task/31116/stat : 31116 (java) S 30972 30972 26425 0 -1 1077944384 50 0 0 0 284 0 0 0 20 0 28 0 418948834 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213758657744 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=31117] ppid=30972 vsize=29034584 memory=1571732 CPUtime=0 cores=0-7
/proc/30974/task/31117/stat : 31117 (java) S 30972 30972 26425 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 418948834 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213754447440 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=31118] ppid=30972 vsize=29034584 memory=1296 CPUtime=0 cores=0-7
/proc/30974/task/31118/stat : 31118 (java) S 30972 30972 26425 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 418948834 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213749183952 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=31119] ppid=30972 vsize=29034584 memory=2184 CPUtime=0 cores=0-7
/proc/30974/task/31119/stat : 31119 (java) S 30972 30972 26425 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 418948835 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213760762704 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=31120] ppid=30972 vsize=29034584 memory=1844 CPUtime=0 cores=0-7
/proc/30974/task/31120/stat : 31120 (java) S 30972 30972 26425 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 418948835 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213757604560 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
Current children cumulated CPU time: 6924.81 s
Current children cumulated vsize: 29147712 KiB
Current children cumulated memory: 1573188 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 1.68 1.71 2.30 3/219 31271
/proc/meminfo: memFree=25511232/32770624 swapFree=67021648/67108860
[pid=30972] ppid=30969 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30972/stat : 30972 (xcsp3-exec) S 30969 30972 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418900044 115843072 364 33554432000 4194304 5098028 140720712525872 140720712523976 140055516312188 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15405056 140720712528758 140720712529001 140720712529001 140720712531914 0
/proc/30972/statm: 28282 364 305 221 0 87 0
[pid=30974] ppid=30972 vsize=29034584 memory=1571732 CPUtime=6960.29 cores=0-7
/proc/30974/stat : 30974 (java) S 30972 30972 26425 0 -1 1077944320 404114 0 0 0 695610 419 0 0 20 0 28 0 418900045 29731414016 392933 33554432000 4194304 4196468 140733773797264 140733773779808 140214598901495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
/proc/30974/statm: 7258646 392933 3535 1 0 7219748 0
[pid=30974/tid=30975] ppid=30972 vsize=29034584 memory=1398720917958146503 CPUtime=1.1 cores=0-7
/proc/30974/task/30975/stat : 30975 (java) S 30972 30972 26425 0 -1 1077944384 11628 0 0 0 104 6 0 0 20 0 28 0 418900045 29731414016 392933 33554432000 4194304 4196468 140733773797264 140214603142272 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30976] ppid=30972 vsize=29034584 memory=860 CPUtime=1.62 cores=0-7
/proc/30974/task/30976/stat : 30976 (java) S 30972 30972 26425 0 -1 1077944384 10182 0 0 0 144 18 0 0 20 0 28 0 418900046 29731414016 392933 33554432000 4194304 4196468 140733773797264 140214518753680 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30977] ppid=30972 vsize=29034584 memory=776 CPUtime=1.6 cores=0-7
/proc/30974/task/30977/stat : 30977 (java) S 30972 30972 26425 0 -1 1077944384 11646 0 0 0 147 13 0 0 20 0 28 0 418900046 29731414016 392933 33554432000 4194304 4196468 140733773797264 140214517700880 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30978] ppid=30972 vsize=29034584 memory=1612 CPUtime=1.63 cores=0-7
/proc/30974/task/30978/stat : 30978 (java) S 30972 30972 26425 0 -1 1077944384 8703 0 0 0 146 17 0 0 20 0 28 0 418900046 29731414016 392933 33554432000 4194304 4196468 140733773797264 140214516648592 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30979] ppid=30972 vsize=29034584 memory=1224 CPUtime=1.63 cores=0-7
/proc/30974/task/30979/stat : 30979 (java) S 30972 30972 26425 0 -1 1077944384 11508 0 0 0 147 16 0 0 20 0 28 0 418900046 29731414016 392933 33554432000 4194304 4196468 140733773797264 140214515595792 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30980] ppid=30972 vsize=29034584 memory=3824 CPUtime=1.6 cores=0-7
/proc/30974/task/30980/stat : 30980 (java) S 30972 30972 26425 0 -1 1077944384 9879 0 0 0 144 16 0 0 20 0 28 0 418900046 29731414016 392933 33554432000 4194304 4196468 140733773797264 140214514543504 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30981] ppid=30972 vsize=29034584 memory=4120 CPUtime=1.63 cores=0-7
/proc/30974/task/30981/stat : 30981 (java) S 30972 30972 26425 0 -1 1077944384 10108 0 0 0 147 16 0 0 20 0 28 0 418900046 29731414016 392933 33554432000 4194304 4196468 140733773797264 140214513490704 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30982] ppid=30972 vsize=29034584 memory=23468 CPUtime=1.61 cores=0-7
/proc/30974/task/30982/stat : 30982 (java) S 30972 30972 26425 0 -1 1077944384 10059 0 0 0 145 16 0 0 20 0 28 0 418900046 29731414016 392933 33554432000 4194304 4196468 140733773797264 140214512438416 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30983] ppid=30972 vsize=29034584 memory=1296 CPUtime=1.63 cores=0-7
/proc/30974/task/30983/stat : 30983 (java) S 30972 30972 26425 0 -1 1077944384 10588 0 0 0 148 15 0 0 20 0 28 0 418900046 29731414016 392933 33554432000 4194304 4196468 140733773797264 140214511385616 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30984] ppid=30972 vsize=29034584 memory=2184 CPUtime=0.76 cores=0-7
/proc/30974/task/30984/stat : 30984 (java) S 30972 30972 26425 0 -1 1077944384 25690 0 0 0 58 18 0 0 20 0 28 0 418900047 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213982689392 140214598912642 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30985] ppid=30972 vsize=29034584 memory=1844 CPUtime=0 cores=0-7
/proc/30974/task/30985/stat : 30985 (java) S 30972 30972 26425 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 28 0 418900048 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213981635424 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30986] ppid=30972 vsize=29034584 memory=4964 CPUtime=0 cores=0-7
/proc/30974/task/30986/stat : 30986 (java) S 30972 30972 26425 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 28 0 418900048 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213980583040 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30987] ppid=30972 vsize=29034584 memory=10092 CPUtime=0 cores=0-7
/proc/30974/task/30987/stat : 30987 (java) S 30972 30972 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418900050 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213979531344 140214598920091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30988] ppid=30972 vsize=29034584 memory=0 CPUtime=4.54 cores=0-7
/proc/30974/task/30988/stat : 30988 (java) S 30972 30972 26425 0 -1 1077944384 34626 0 0 0 448 6 0 0 20 0 28 0 418900050 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213978479216 140214598912642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30989] ppid=30972 vsize=29034584 memory=7451324765896730221 CPUtime=4.52 cores=0-7
/proc/30974/task/30989/stat : 30989 (java) S 30972 30972 26425 0 -1 1077944384 47615 0 0 0 444 8 0 0 20 0 28 0 418900050 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213977426416 140214598912642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30990] ppid=30972 vsize=29034584 memory=1456 CPUtime=4.65 cores=0-7
/proc/30974/task/30990/stat : 30990 (java) S 30972 30972 26425 0 -1 1077944384 28915 0 0 0 460 5 0 0 20 0 28 0 418900050 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213976374128 140214598912642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30991] ppid=30972 vsize=29034584 memory=1571732 CPUtime=1.36 cores=0-7
/proc/30974/task/30991/stat : 30991 (java) S 30972 30972 26425 0 -1 1077944384 29441 0 0 0 131 5 0 0 20 0 28 0 418900050 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213975321328 140214598912642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30992] ppid=30972 vsize=29034584 memory=7432 CPUtime=0 cores=0-7
/proc/30974/task/30992/stat : 30992 (java) S 30972 30972 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418900051 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213974268256 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=30993] ppid=30972 vsize=29034584 memory=860 CPUtime=0.56 cores=0-7
/proc/30974/task/30993/stat : 30993 (java) S 30972 30972 26425 0 -1 1077944384 4872 0 0 0 24 32 0 0 20 0 28 0 418900051 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213973215536 140214598912642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=31113] ppid=30972 vsize=29034584 memory=776 CPUtime=2029.83 cores=0-7
/proc/30974/task/31113/stat : 31113 (java) R 30972 30972 26425 0 -1 4202560 15991 0 0 0 202961 22 0 0 20 0 28 0 418948834 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213750232064 140214191896823 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=31114] ppid=30972 vsize=29034584 memory=1612 CPUtime=2029.83 cores=0-7
/proc/30974/task/31114/stat : 31114 (java) R 30972 30972 26425 0 -1 4202560 12157 0 0 0 202971 12 0 0 20 0 28 0 418948834 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213752336080 140214197520176 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=31115] ppid=30972 vsize=29034584 memory=1224 CPUtime=0 cores=0-7
/proc/30974/task/31115/stat : 31115 (java) S 30972 30972 26425 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 418948834 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213751289168 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=31116] ppid=30972 vsize=29034584 memory=3824 CPUtime=2.84 cores=0-7
/proc/30974/task/31116/stat : 31116 (java) S 30972 30972 26425 0 -1 1077944384 50 0 0 0 284 0 0 0 20 0 28 0 418948834 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213758657744 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=31117] ppid=30972 vsize=29034584 memory=1384 CPUtime=0 cores=0-7
/proc/30974/task/31117/stat : 31117 (java) S 30972 30972 26425 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 418948834 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213754447440 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=31118] ppid=30972 vsize=29034584 memory=15080 CPUtime=0 cores=0-7
/proc/30974/task/31118/stat : 31118 (java) S 30972 30972 26425 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 418948834 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213749183952 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=31119] ppid=30972 vsize=29034584 memory=9812 CPUtime=0 cores=0-7
/proc/30974/task/31119/stat : 31119 (java) S 30972 30972 26425 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 418948835 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213760762704 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
[pid=30974/tid=31120] ppid=30972 vsize=29034584 memory=1571732 CPUtime=0 cores=0-7
/proc/30974/task/31120/stat : 31120 (java) S 30972 30972 26425 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 418948835 29731414016 392933 33554432000 4194304 4196468 140733773797264 140213757604560 140214598911701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14880768 140733773804522 140733773804694 140733773804694 140733773807567 0
Current children cumulated CPU time: 6960.29 s
Current children cumulated vsize: 29147712 KiB
Current children cumulated memory: 1573188 KiB

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

[startup+2520.02 s]
# the end of solver process 30972 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.0012 s, system=0.0012 s

[startup+2520.03 s]
# the end of solver process 30974 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6956.12 s, system=4.2111 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.03
CPU time (s): 6960.33
CPU user time (s): 6956.12
CPU system time (s): 4.2111
CPU usage (%): 276.2
Max. virtual memory (cumulated for all children) (KiB): 29147712
Max. memory (cumulated for all children) (KiB): 2328196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6956.12
system time used= 4.2111
maximum resident set size= 2333404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 404990
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 91695
involuntary context switches= 17105


# summary of solver processes directly reported to runsolver:
#   pid: 30972,30974
#   total CPU time (s): 6960.33
#   total CPU user time (s): 6956.12
#   total CPU system time (s): 4.2111

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.8299 second user time and 25.011 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-14 03:57:15
IDJOB=4394647
IDBENCH=126211
IDSOLVER=2843
FILE ID=node150/4394647-1568426274
RUNJOBID= node150-1568416728-26452
PBS_JOBID= 21702251
Free space on /tmp= 59360 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-28-a3.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-4394647-1568426274/watcher-4394647-1568426274 -o /tmp/evaluation-result-4394647-1568426274/solver-4394647-1568426274 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1568416728-26452 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 942673330 HOME/instance-4394647-1568426274.xml

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

MD5SUM BENCH= 7bf94b2c859f2895a81dfe97f17444ea
RANDOM SEED=942673330

node150.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.79
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.79
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.79
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.79
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:        27071044 kB
MemAvailable:   31827928 kB
Buffers:          204572 kB
Cached:          4763156 kB
SwapCached:        13692 kB
Active:          1141488 kB
Inactive:        3873968 kB
Active(anon):      11864 kB
Inactive(anon):    61380 kB
Active(file):    1129624 kB
Inactive(file):  3812588 kB
Unevictable:      109416 kB
Mlocked:          109416 kB
SwapTotal:      67108860 kB
SwapFree:       67021564 kB
Dirty:             25852 kB
Writeback:             0 kB
AnonPages:        135208 kB
Mapped:            38272 kB
Shmem:             16900 kB
Slab:             273708 kB
SReclaimable:     243132 kB
SUnreclaim:        30576 kB
KernelStack:        3872 kB
PageTables:         5496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 59332 MiB
End job on node150 at 2019-09-14 04:39:15