Trace number 4394658

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-06-14 parallelWrong Opt.136 6.35151 1.41948

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 benchmark110
Best CPU time to get the best result obtained on this benchmark1994.42
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-4394658-1568448751.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394658-1568448751.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.57/0.73	c solve instance...
2.79/0.92	o 147 
2.79/0.96	o 143 
2.79/1.00	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (12/36)
2.79/1.00		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.79/1.00		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2.79/1.00		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2.79/1.00		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2.79/1.00		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2.79/1.00	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (12/36)
2.79/1.00		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
2.79/1.00		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
2.79/1.00		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
2.79/1.00		at org.chocosolver.solver.Solver.repair(Solver.java:443)
2.79/1.00		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
2.79/1.00		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2.79/1.00		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2.79/1.00		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.79/1.00		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.79/1.00		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.79/1.00		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.79/1.00		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.79/1.00		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2.79/1.00		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2.79/1.00		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2.79/1.00		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2.79/1.00	o 142 
4.28/1.19	o 137 
5.74/1.36	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (61/71)
5.74/1.36		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
5.74/1.36		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
5.74/1.36		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
5.74/1.36		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
5.74/1.36		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
5.74/1.36	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (61/71)
5.74/1.36		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
5.74/1.36		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
5.74/1.36		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
5.74/1.36		at org.chocosolver.solver.Solver.repair(Solver.java:443)
5.74/1.36		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
5.74/1.36		at org.chocosolver.solver.Solver.solve(Solver.java:262)
5.74/1.36		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
5.74/1.36		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
5.74/1.36		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
5.74/1.36		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
5.74/1.36		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
5.74/1.36		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
5.74/1.36		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
5.74/1.36		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
5.74/1.36		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
5.74/1.36		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
5.74/1.36	o 136 
5.74/1.37	s OPTIMUM FOUND
5.74/1.37	v <instantiation>
5.74/1.37	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>
5.74/1.37	v 	<values>0 1 3 7 12 20 35 57 71 87 97 118 136 1 3 7 12 20 35 57 71 87 97 118 136 2 6 11 19 34 56 70 86 96 117 135 4 9 17 32 54 68 84 94 115 133 5 13 28 50 64 80 90 111 129 8 23 45 59 75 85 106 124 15 37 51 67 77 98 116 22 36 52 62 83 101 14 30 40 61 79 16 26 47 65 10 31 49 21 39 18 </values>
5.74/1.37	v </instantiation>

Verifier Data

OK	136

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394658-1568448751/watcher-4394658-1568448751 -o /tmp/evaluation-result-4394658-1568448751/solver-4394658-1568448751 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node126-1568443229-6674 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 956732004 HOME/instance-4394658-1568448751.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=7501, runsolver pid=7498

[startup+0.100176 s]*
/proc/loadavg: 6.47 6.84 7.18 2/212 7522
/proc/meminfo: memFree=25621796/32770624 swapFree=67004764/67108860
[pid=7501] ppid=7498 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7501/stat : 7501 (xcsp3-exec) S 7498 7501 6647 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421142940 115843072 363 33554432000 4194304 5098028 140724938953552 140724938951656 140608730251900 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29364224 140724938957686 140724938957929 140724938957929 140724938960842 0
/proc/7501/statm: 28282 363 304 221 0 87 0
[pid=7503] ppid=7501 vsize=28227388 memory=28976 CPUtime=0.12 cores=0-7
/proc/7503/stat : 7503 (java) S 7501 7501 6647 0 -1 1077944320 5643 0 0 0 11 1 0 0 20 0 20 0 421142940 28904845312 7244 33554432000 4194304 4196468 140736594108624 140736594091168 140279929364215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
/proc/7503/statm: 7056847 7244 3147 1 0 7019032 0
[pid=7503/tid=7504] ppid=7501 vsize=28227388 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/7503/task/7504/stat : 7504 (java) R 7501 7501 6647 0 -1 4202560 3600 0 0 0 8 0 0 0 20 0 20 0 421142940 28904845312 7244 33554432000 4194304 4196468 140736594108624 140279933592448 140279929386141 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7505] ppid=7501 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/7503/task/7505/stat : 7505 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421142941 28904845312 7244 33554432000 4194304 4196468 140736594108624 140279881984272 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7506] ppid=7501 vsize=28227388 memory=139896466851456 CPUtime=0 cores=0-7
/proc/7503/task/7506/stat : 7506 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421142941 28904845312 7244 33554432000 4194304 4196468 140736594108624 140279880931728 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7507] ppid=7501 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7507/stat : 7507 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421142941 28904845312 7244 33554432000 4194304 4196468 140736594108624 140279879879184 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7508] ppid=7501 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7508/stat : 7508 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421142941 28904845312 7244 33554432000 4194304 4196468 140736594108624 140279878826640 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7509] ppid=7501 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7509/stat : 7509 (java) S 7501 7501 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421142941 28904845312 7244 33554432000 4194304 4196468 140736594108624 140279877774096 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7510] ppid=7501 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7503/task/7510/stat : 7510 (java) S 7501 7501 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421142941 28904845312 7244 33554432000 4194304 4196468 140736594108624 140279876721552 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7511] ppid=7501 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7511/stat : 7511 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421142941 28904845312 7244 33554432000 4194304 4196468 140736594108624 140279875669008 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7512] ppid=7501 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7512/stat : 7512 (java) S 7501 7501 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421142941 28904845312 7244 33554432000 4194304 4196468 140736594108624 140279874616464 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7513] ppid=7501 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7513/stat : 7513 (java) S 7501 7501 6647 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 421142943 28904845312 7244 33554432000 4194304 4196468 140736594108624 140279112673264 140279929375362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7514] ppid=7501 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7514/stat : 7514 (java) S 7501 7501 6647 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421142943 28904845312 7244 33554432000 4194304 4196468 140736594108624 140279111619488 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7515] ppid=7501 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7515/stat : 7515 (java) S 7501 7501 6647 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421142943 28904845312 7244 33554432000 4194304 4196468 140736594108624 140279110566896 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7516] ppid=7501 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7516/stat : 7516 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421142946 28904845312 7244 33554432000 4194304 4196468 140736594108624 140279109515472 140279929382811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7517] ppid=7501 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7517/stat : 7517 (java) S 7501 7501 6647 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 20 0 421142946 28904845312 7244 33554432000 4194304 4196468 140736594108624 140279108463088 140279929375362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7518] ppid=7501 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7518/stat : 7518 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421142946 28904845312 7244 33554432000 4194304 4196468 140736594108624 140279107410544 140279929375362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7519] ppid=7501 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7519/stat : 7519 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421142946 28904845312 7244 33554432000 4194304 4196468 140736594108624 140279106358000 140279929375362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7520] ppid=7501 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/7503/task/7520/stat : 7520 (java) R 7501 7501 6647 0 -1 4202560 303 0 0 0 1 0 0 0 20 0 20 0 421142946 28904845312 7244 33554432000 4194304 4196468 140736594108624 140279105305456 140279929385562 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7521] ppid=7501 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7521/stat : 7521 (java) S 7501 7501 6647 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421142946 28904845312 7244 33554432000 4194304 4196468 140736594108624 140279104252128 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7522] ppid=7501 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7503/task/7522/stat : 7522 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421142946 28904845312 7244 33554432000 4194304 4196468 140736594108624 140279103199664 140279929375362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30428 KiB

[startup+0.210254 s]*
/proc/loadavg: 6.47 6.84 7.18 3/212 7522
/proc/meminfo: memFree=25608388/32770624 swapFree=67004764/67108860
[pid=7501] ppid=7498 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7501/stat : 7501 (xcsp3-exec) S 7498 7501 6647 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421142940 115843072 363 33554432000 4194304 5098028 140724938953552 140724938951656 140608730251900 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29364224 140724938957686 140724938957929 140724938957929 140724938960842 0
/proc/7501/statm: 28282 363 304 221 0 87 0
[pid=7503] ppid=7501 vsize=28227388 memory=40908 CPUtime=0.33 cores=0-7
/proc/7503/stat : 7503 (java) S 7501 7501 6647 0 -1 1077944320 9525 0 0 0 30 3 0 0 20 0 20 0 421142940 28904845312 10227 33554432000 4194304 4196468 140736594108624 140736594091168 140279929364215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
/proc/7503/statm: 7056847 10227 3288 1 0 7019032 0
[pid=7503/tid=7504] ppid=7501 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/7503/task/7504/stat : 7504 (java) R 7501 7501 6647 0 -1 4202560 6646 0 0 0 17 2 0 0 20 0 20 0 421142940 28904845312 10227 33554432000 4194304 4196468 140736594108624 140279933593936 140279896949910 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7505] ppid=7501 vsize=28227388 memory=328 CPUtime=0 cores=0-7
/proc/7503/task/7505/stat : 7505 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421142941 28904845312 10227 33554432000 4194304 4196468 140736594108624 140279881984272 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7506] ppid=7501 vsize=28227388 memory=139896466859210 CPUtime=0 cores=0-7
/proc/7503/task/7506/stat : 7506 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421142941 28904845312 10227 33554432000 4194304 4196468 140736594108624 140279880931728 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7507] ppid=7501 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7503/task/7507/stat : 7507 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421142941 28904845312 10227 33554432000 4194304 4196468 140736594108624 140279879879184 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7508] ppid=7501 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7508/stat : 7508 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421142941 28904845312 10227 33554432000 4194304 4196468 140736594108624 140279878826640 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7509] ppid=7501 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7509/stat : 7509 (java) S 7501 7501 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421142941 28904845312 10227 33554432000 4194304 4196468 140736594108624 140279877774096 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7510] ppid=7501 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7503/task/7510/stat : 7510 (java) S 7501 7501 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421142941 28904845312 10227 33554432000 4194304 4196468 140736594108624 140279876721552 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7511] ppid=7501 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7511/stat : 7511 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421142941 28904845312 10227 33554432000 4194304 4196468 140736594108624 140279875669008 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7512] ppid=7501 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7512/stat : 7512 (java) S 7501 7501 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421142941 28904845312 10227 33554432000 4194304 4196468 140736594108624 140279874616464 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7513] ppid=7501 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7513/stat : 7513 (java) S 7501 7501 6647 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 421142943 28904845312 10227 33554432000 4194304 4196468 140736594108624 140279112673264 140279929375362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7514] ppid=7501 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7514/stat : 7514 (java) S 7501 7501 6647 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421142943 28904845312 10227 33554432000 4194304 4196468 140736594108624 140279111619488 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7515] ppid=7501 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7515/stat : 7515 (java) S 7501 7501 6647 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421142943 28904845312 10227 33554432000 4194304 4196468 140736594108624 140279110566896 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7516] ppid=7501 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7516/stat : 7516 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421142946 28904845312 10227 33554432000 4194304 4196468 140736594108624 140279109515472 140279929382811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7517] ppid=7501 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/7503/task/7517/stat : 7517 (java) S 7501 7501 6647 0 -1 1077944384 648 0 0 0 2 0 0 0 20 0 20 0 421142946 28904845312 10227 33554432000 4194304 4196468 140736594108624 140279108463088 140279929375362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7518] ppid=7501 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/7503/task/7518/stat : 7518 (java) S 7501 7501 6647 0 -1 1077944384 100 0 0 0 1 0 0 0 20 0 20 0 421142946 28904845312 10227 33554432000 4194304 4196468 140736594108624 140279107410544 140279929375362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7519] ppid=7501 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/7503/task/7519/stat : 7519 (java) S 7501 7501 6647 0 -1 1077944384 55 0 0 0 1 0 0 0 20 0 20 0 421142946 28904845312 10227 33554432000 4194304 4196468 140736594108624 140279106358000 140279929375362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7520] ppid=7501 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/7503/task/7520/stat : 7520 (java) R 7501 7501 6647 0 -1 4202560 764 0 0 0 7 0 0 0 20 0 20 0 421142946 28904845312 10227 33554432000 4194304 4196468 140736594108624 140279105305456 140279908791676 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7521] ppid=7501 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7521/stat : 7521 (java) S 7501 7501 6647 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421142946 28904845312 10227 33554432000 4194304 4196468 140736594108624 140279104252128 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7522] ppid=7501 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7503/task/7522/stat : 7522 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421142946 28904845312 10227 33554432000 4194304 4196468 140736594108624 140279103199664 140279929375362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42360 KiB

[startup+0.309682 s]*
/proc/loadavg: 6.47 6.84 7.18 4/212 7522
/proc/meminfo: memFree=25602092/32770624 swapFree=67004764/67108860
[pid=7501] ppid=7498 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7501/stat : 7501 (xcsp3-exec) S 7498 7501 6647 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421142940 115843072 363 33554432000 4194304 5098028 140724938953552 140724938951656 140608730251900 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29364224 140724938957686 140724938957929 140724938957929 140724938960842 0
/proc/7501/statm: 28282 363 304 221 0 87 0
[pid=7503] ppid=7501 vsize=28231644 memory=50212 CPUtime=0.51 cores=0-7
/proc/7503/stat : 7503 (java) S 7501 7501 6647 0 -1 1077944320 10864 0 0 0 47 4 0 0 20 0 20 0 421142940 28909203456 12553 33554432000 4194304 4196468 140736594108624 140736594091168 140279929364215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
/proc/7503/statm: 7057911 12553 3364 1 0 7019032 0
[pid=7503/tid=7504] ppid=7501 vsize=28231644 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/7503/task/7504/stat : 7504 (java) R 7501 7501 6647 0 -1 4202560 7775 0 0 0 27 3 0 0 20 0 20 0 421142940 28909203456 12582 33554432000 4194304 4196468 140736594108624 140279933597832 140279913444702 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7505] ppid=7501 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7505/stat : 7505 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421142941 28909203456 12582 33554432000 4194304 4196468 140736594108624 140279881984272 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7506] ppid=7501 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7506/stat : 7506 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421142941 28909203456 12582 33554432000 4194304 4196468 140736594108624 140279880931728 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7507] ppid=7501 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7507/stat : 7507 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421142941 28909203456 12582 33554432000 4194304 4196468 140736594108624 140279879879184 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7508] ppid=7501 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7508/stat : 7508 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421142941 28909203456 12582 33554432000 4194304 4196468 140736594108624 140279878826640 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7509] ppid=7501 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7509/stat : 7509 (java) S 7501 7501 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421142941 28909203456 12582 33554432000 4194304 4196468 140736594108624 140279877774096 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7510] ppid=7501 vsize=28231644 memory=139896345946799 CPUtime=0 cores=0-7
/proc/7503/task/7510/stat : 7510 (java) S 7501 7501 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421142941 28909203456 12582 33554432000 4194304 4196468 140736594108624 140279876721552 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7511] ppid=7501 vsize=28231644 memory=139896345949104 CPUtime=0 cores=0-7
/proc/7503/task/7511/stat : 7511 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421142941 28909203456 12582 33554432000 4194304 4196468 140736594108624 140279875669008 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7512] ppid=7501 vsize=28231644 memory=139896345951408 CPUtime=0 cores=0-7
/proc/7503/task/7512/stat : 7512 (java) S 7501 7501 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421142941 28909203456 12582 33554432000 4194304 4196468 140736594108624 140279874616464 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7513] ppid=7501 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7513/stat : 7513 (java) S 7501 7501 6647 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 421142943 28909203456 12582 33554432000 4194304 4196468 140736594108624 140279112673264 140279929375362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7514] ppid=7501 vsize=28231644 memory=279792691916688 CPUtime=0 cores=0-7
/proc/7503/task/7514/stat : 7514 (java) S 7501 7501 6647 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421142943 28909203456 12582 33554432000 4194304 4196468 140736594108624 140279111619488 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7515] ppid=7501 vsize=28231644 memory=279792691914384 CPUtime=0 cores=0-7
/proc/7503/task/7515/stat : 7515 (java) S 7501 7501 6647 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421142943 28909203456 12582 33554432000 4194304 4196468 140736594108624 140279110566896 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7516] ppid=7501 vsize=28231644 memory=279792691921296 CPUtime=0 cores=0-7
/proc/7503/task/7516/stat : 7516 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421142946 28909203456 12582 33554432000 4194304 4196468 140736594108624 140279109515472 140279929382811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7517] ppid=7501 vsize=28231644 memory=279792691862576 CPUtime=0.03 cores=0-7
/proc/7503/task/7517/stat : 7517 (java) S 7501 7501 6647 0 -1 1077944384 661 0 0 0 3 0 0 0 20 0 20 0 421142946 28909203456 12582 33554432000 4194304 4196468 140736594108624 140279108463088 140279929375362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7518] ppid=7501 vsize=28231644 memory=279792691935120 CPUtime=0.02 cores=0-7
/proc/7503/task/7518/stat : 7518 (java) S 7501 7501 6647 0 -1 1077944384 109 0 0 0 2 0 0 0 20 0 20 0 421142946 28909203456 12582 33554432000 4194304 4196468 140736594108624 140279107410544 140279929375362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7519] ppid=7501 vsize=28231644 memory=279792691942032 CPUtime=0.02 cores=0-7
/proc/7503/task/7519/stat : 7519 (java) R 7501 7501 6647 0 -1 4202560 154 0 0 0 2 0 0 0 20 0 20 0 421142946 28909203456 12582 33554432000 4194304 4196468 140736594108624 140279106358096 140279907111221 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7520] ppid=7501 vsize=28231644 memory=279792691939728 CPUtime=0.12 cores=0-7
/proc/7503/task/7520/stat : 7520 (java) S 7501 7501 6647 0 -1 1077944384 864 0 0 0 12 0 0 0 20 0 20 0 421142946 28909203456 12582 33554432000 4194304 4196468 140736594108624 140279105305456 140279929375362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7521] ppid=7501 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7521/stat : 7521 (java) S 7501 7501 6647 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421142946 28909203456 12582 33554432000 4194304 4196468 140736594108624 140279104252128 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7522] ppid=7501 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/7503/task/7522/stat : 7522 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421142946 28909203456 12582 33554432000 4194304 4196468 140736594108624 140279103199664 140279929375362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51664 KiB

[startup+0.700977 s]
/proc/loadavg: 6.47 6.84 7.18 4/212 7522
/proc/meminfo: memFree=25588392/32770624 swapFree=67004764/67108860
[pid=7501] ppid=7498 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7501/stat : 7501 (xcsp3-exec) S 7498 7501 6647 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421142940 115843072 363 33554432000 4194304 5098028 140724938953552 140724938951656 140608730251900 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29364224 140724938957686 140724938957929 140724938957929 140724938960842 0
/proc/7501/statm: 28282 363 304 221 0 87 0
[pid=7503] ppid=7501 vsize=28233768 memory=85096 CPUtime=1.57 cores=0-7
/proc/7503/stat : 7503 (java) S 7501 7501 6647 0 -1 1077944320 14483 0 0 0 150 7 0 0 20 0 20 0 421142940 28911378432 21274 33554432000 4194304 4196468 140736594108624 140736594091168 140279929364215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
/proc/7503/statm: 7058442 21274 3451 1 0 7019544 0
[pid=7503/tid=7504] ppid=7501 vsize=28233768 memory=0 CPUtime=0.67 cores=0-7
/proc/7503/task/7504/stat : 7504 (java) R 7501 7501 6647 0 -1 4202560 9283 0 0 0 63 4 0 0 20 0 20 0 421142940 28911378432 21274 33554432000 4194304 4196468 140736594108624 140279933599344 140279929385562 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7505] ppid=7501 vsize=28233768 memory=139896346157936 CPUtime=0 cores=0-7
/proc/7503/task/7505/stat : 7505 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421142941 28911378432 21274 33554432000 4194304 4196468 140736594108624 140279881984272 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7506] ppid=7501 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7506/stat : 7506 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421142941 28911378432 21274 33554432000 4194304 4196468 140736594108624 140279880931728 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7507] ppid=7501 vsize=28233768 memory=772 CPUtime=0 cores=0-7
/proc/7503/task/7507/stat : 7507 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421142941 28911378432 21274 33554432000 4194304 4196468 140736594108624 140279879879184 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0

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


[startup+1.41942 s]
# the end of solver process 7501 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.19464 s, system=0.156869 s

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

[startup+0.802671 s]
/proc/loadavg: 6.47 6.84 7.18 4/212 7522
/proc/meminfo: memFree=25588392/32770624 swapFree=67004764/67108860
[pid=7501] ppid=7498 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7501/stat : 7501 (xcsp3-exec) S 7498 7501 6647 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421142940 115843072 363 33554432000 4194304 5098028 140724938953552 140724938951656 140608730251900 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29364224 140724938957686 140724938957929 140724938957929 140724938960842 0
/proc/7501/statm: 28282 363 304 221 0 87 0
[pid=7503] ppid=7501 vsize=28768328 memory=111524 CPUtime=2.07 cores=0-7
/proc/7503/stat : 7503 (java) S 7501 7501 6647 0 -1 1077944320 15245 0 0 0 198 9 0 0 20 0 28 0 421142940 29458767872 27881 33554432000 4194304 4196468 140736594108624 140736594091168 140279929364215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
/proc/7503/statm: 7192082 27881 3454 1 0 7153184 0
[pid=7503/tid=7504] ppid=7501 vsize=28768328 memory=1720 CPUtime=0.72 cores=0-7
/proc/7503/task/7504/stat : 7504 (java) S 7501 7501 6647 0 -1 1077944384 9445 0 0 0 68 4 0 0 20 0 28 0 421142940 29458767872 27881 33554432000 4194304 4196468 140736594108624 140279933604992 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7505] ppid=7501 vsize=28768328 memory=5972 CPUtime=0 cores=0-7
/proc/7503/task/7505/stat : 7505 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421142941 29458767872 27881 33554432000 4194304 4196468 140736594108624 140279881984272 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7506] ppid=7501 vsize=28768328 memory=772 CPUtime=0 cores=0-7
/proc/7503/task/7506/stat : 7506 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421142941 29458767872 27881 33554432000 4194304 4196468 140736594108624 140279880931728 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7507] ppid=7501 vsize=28768328 memory=952 CPUtime=0 cores=0-7
/proc/7503/task/7507/stat : 7507 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421142941 29458767872 27881 33554432000 4194304 4196468 140736594108624 140279879879184 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7508] ppid=7501 vsize=28768328 memory=7014751519717283409 CPUtime=0 cores=0-7
/proc/7503/task/7508/stat : 7508 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421142941 29458767872 27881 33554432000 4194304 4196468 140736594108624 140279878826640 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7509] ppid=7501 vsize=28768328 memory=7741805859582142034 CPUtime=0 cores=0-7
/proc/7503/task/7509/stat : 7509 (java) S 7501 7501 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 421142941 29458767872 27881 33554432000 4194304 4196468 140736594108624 140279877774096 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7510] ppid=7501 vsize=28768328 memory=6154282490091891024 CPUtime=0 cores=0-7
/proc/7503/task/7510/stat : 7510 (java) S 7501 7501 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 421142941 29458767872 27881 33554432000 4194304 4196468 140736594108624 140279876721552 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7511] ppid=7501 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7511/stat : 7511 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421142941 29458767872 27881 33554432000 4194304 4196468 140736594108624 140279875669008 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7512] ppid=7501 vsize=28768328 memory=33 CPUtime=0 cores=0-7
/proc/7503/task/7512/stat : 7512 (java) S 7501 7501 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 421142941 29458767872 27881 33554432000 4194304 4196468 140736594108624 140279874616464 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7513] ppid=7501 vsize=28768328 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/7503/task/7513/stat : 7513 (java) S 7501 7501 6647 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 421142943 29458767872 27881 33554432000 4194304 4196468 140736594108624 140279112673264 140279929375362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7514] ppid=7501 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7514/stat : 7514 (java) S 7501 7501 6647 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 421142943 29458767872 27881 33554432000 4194304 4196468 140736594108624 140279111619488 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7515] ppid=7501 vsize=28768328 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/7503/task/7515/stat : 7515 (java) S 7501 7501 6647 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 421142943 29458767872 27881 33554432000 4194304 4196468 140736594108624 140279110566896 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7516] ppid=7501 vsize=28768328 memory=7014751519700899153 CPUtime=0 cores=0-7
/proc/7503/task/7516/stat : 7516 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421142946 29458767872 27881 33554432000 4194304 4196468 140736594108624 140279109515472 140279929382811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7517] ppid=7501 vsize=28768328 memory=7019257425709197167 CPUtime=0.19 cores=0-7
/proc/7503/task/7517/stat : 7517 (java) R 7501 7501 6647 0 -1 4202560 969 0 0 0 18 1 0 0 20 0 28 0 421142946 29458767872 27881 33554432000 4194304 4196468 140736594108624 140279108449936 140279906603560 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7518] ppid=7501 vsize=28768328 memory=5787218246971642213 CPUtime=0.21 cores=0-7
/proc/7503/task/7518/stat : 7518 (java) R 7501 7501 6647 0 -1 4202560 696 0 0 0 21 0 0 0 20 0 28 0 421142946 29458767872 27881 33554432000 4194304 4196468 140736594108624 140279107409728 140279907390084 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7519] ppid=7501 vsize=28768328 memory=4629539461233085814 CPUtime=0.17 cores=0-7
/proc/7503/task/7519/stat : 7519 (java) R 7501 7501 6647 0 -1 4202560 408 0 0 0 17 0 0 0 20 0 28 0 421142946 29458767872 27881 33554432000 4194304 4196468 140736594108624 140279106349456 140279915045654 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7520] ppid=7501 vsize=28768328 memory=8514701219242344867 CPUtime=0.47 cores=0-7
/proc/7503/task/7520/stat : 7520 (java) R 7501 7501 6647 0 -1 1077944384 2120 0 0 0 47 0 0 0 20 0 28 0 421142946 29458767872 27881 33554432000 4194304 4196468 140736594108624 140279105305456 140279929375362 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7521] ppid=7501 vsize=28768328 memory=7679937539659563834 CPUtime=0 cores=0-7
/proc/7503/task/7521/stat : 7521 (java) S 7501 7501 6647 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 421142946 29458767872 27881 33554432000 4194304 4196468 140736594108624 140279104252128 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7522] ppid=7501 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7522/stat : 7522 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421142946 29458767872 27881 33554432000 4194304 4196468 140736594108624 140279103199664 140279929375362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
Current children cumulated CPU time: 2.07 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 112976 KiB

[startup+1.20121 s]
/proc/loadavg: 6.47 6.84 7.18 8/220 7546
/proc/meminfo: memFree=25486228/32770624 swapFree=67004764/67108860
[pid=7501] ppid=7498 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7501/stat : 7501 (xcsp3-exec) S 7498 7501 6647 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421142940 115843072 363 33554432000 4194304 5098028 140724938953552 140724938951656 140608730251900 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29364224 140724938957686 140724938957929 140724938957929 140724938960842 0
/proc/7501/statm: 28282 363 304 221 0 87 0
[pid=7503] ppid=7501 vsize=28768328 memory=191804 CPUtime=4.95 cores=0-7
/proc/7503/stat : 7503 (java) S 7501 7501 6647 0 -1 1077944320 19345 0 0 0 482 13 0 0 20 0 21 0 421142940 29458767872 47951 33554432000 4194304 4196468 140736594108624 140736594091168 140279929364215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
/proc/7503/statm: 7192082 47951 3483 1 0 7153184 0
[pid=7503/tid=7504] ppid=7501 vsize=28768328 memory=0 CPUtime=0.72 cores=0-7
/proc/7503/task/7504/stat : 7504 (java) S 7501 7501 6647 0 -1 1077944384 9458 0 0 0 68 4 0 0 20 0 21 0 421142940 29458767872 47951 33554432000 4194304 4196468 140736594108624 140279933604992 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7505] ppid=7501 vsize=28768328 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/7503/task/7505/stat : 7505 (java) S 7501 7501 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 421142941 29458767872 47951 33554432000 4194304 4196468 140736594108624 140279881984272 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7506] ppid=7501 vsize=28768328 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/7503/task/7506/stat : 7506 (java) S 7501 7501 6647 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 21 0 421142941 29458767872 47951 33554432000 4194304 4196468 140736594108624 140279880931728 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7507] ppid=7501 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7507/stat : 7507 (java) S 7501 7501 6647 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 21 0 421142941 29458767872 47951 33554432000 4194304 4196468 140736594108624 140279879879184 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7508] ppid=7501 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7508/stat : 7508 (java) S 7501 7501 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 421142941 29458767872 47951 33554432000 4194304 4196468 140736594108624 140279878826640 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7509] ppid=7501 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7509/stat : 7509 (java) S 7501 7501 6647 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 21 0 421142941 29458767872 47951 33554432000 4194304 4196468 140736594108624 140279877774096 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7510] ppid=7501 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7510/stat : 7510 (java) S 7501 7501 6647 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 21 0 421142941 29458767872 47951 33554432000 4194304 4196468 140736594108624 140279876721552 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7511] ppid=7501 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7511/stat : 7511 (java) S 7501 7501 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 421142941 29458767872 47951 33554432000 4194304 4196468 140736594108624 140279875669008 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7512] ppid=7501 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7512/stat : 7512 (java) S 7501 7501 6647 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 21 0 421142941 29458767872 47951 33554432000 4194304 4196468 140736594108624 140279874616464 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7513] ppid=7501 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7513/stat : 7513 (java) R 7501 7501 6647 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 21 0 421142943 29458767872 47951 33554432000 4194304 4196468 140736594108624 140279112671776 140279922464062 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7514] ppid=7501 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7514/stat : 7514 (java) S 7501 7501 6647 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 421142943 29458767872 47951 33554432000 4194304 4196468 140736594108624 140279111619488 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7515] ppid=7501 vsize=28768328 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/7503/task/7515/stat : 7515 (java) S 7501 7501 6647 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 421142943 29458767872 47951 33554432000 4194304 4196468 140736594108624 140279110566896 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7516] ppid=7501 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7516/stat : 7516 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 421142946 29458767872 47951 33554432000 4194304 4196468 140736594108624 140279109515472 140279929382811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7517] ppid=7501 vsize=28768328 memory=139896466852145 CPUtime=0.45 cores=0-7
/proc/7503/task/7517/stat : 7517 (java) R 7501 7501 6647 0 -1 4202560 1893 0 0 0 44 1 0 0 20 0 21 0 421142946 29458767872 47951 33554432000 4194304 4196468 140736594108624 140279108449112 140279906959648 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7518] ppid=7501 vsize=28768328 memory=4638778398332698720 CPUtime=0.43 cores=0-7
/proc/7503/task/7518/stat : 7518 (java) S 7501 7501 6647 0 -1 1077944384 1372 0 0 0 43 0 0 0 20 0 21 0 421142946 29458767872 47951 33554432000 4194304 4196468 140736594108624 140279107401824 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7519] ppid=7501 vsize=28768328 memory=6656426216303648864 CPUtime=0.4 cores=0-7
/proc/7503/task/7519/stat : 7519 (java) S 7501 7501 6647 0 -1 1077944384 1338 0 0 0 40 0 0 0 20 0 21 0 421142946 29458767872 47951 33554432000 4194304 4196468 140736594108624 140279106349280 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7520] ppid=7501 vsize=28768328 memory=6656426216303648864 CPUtime=0.64 cores=0-7
/proc/7503/task/7520/stat : 7520 (java) S 7501 7501 6647 0 -1 1077944384 2955 0 0 0 63 1 0 0 20 0 21 0 421142946 29458767872 47951 33554432000 4194304 4196468 140736594108624 140279105299776 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7521] ppid=7501 vsize=28768328 memory=5787213827046729809 CPUtime=0 cores=0-7
/proc/7503/task/7521/stat : 7521 (java) S 7501 7501 6647 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 421142946 29458767872 47951 33554432000 4194304 4196468 140736594108624 140279104252128 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7522] ppid=7501 vsize=28768328 memory=5859271421084456296 CPUtime=0 cores=0-7
/proc/7503/task/7522/stat : 7522 (java) S 7501 7501 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 421142946 29458767872 47951 33554432000 4194304 4196468 140736594108624 140279103199664 140279929375362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
Current children cumulated CPU time: 4.95 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 193256 KiB

[startup+1.40093 s]
/proc/loadavg: 6.47 6.84 7.18 8/220 7546
/proc/meminfo: memFree=25486228/32770624 swapFree=67004764/67108860
[pid=7501] ppid=7498 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7501/stat : 7501 (xcsp3-exec) S 7498 7501 6647 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421142940 115843072 363 33554432000 4194304 5098028 140724938953552 140724938951656 140608730251900 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29364224 140724938957686 140724938957929 140724938957929 140724938960842 0
/proc/7501/statm: 28282 363 304 221 0 87 0
[pid=7503] ppid=7501 vsize=28901456 memory=202396 CPUtime=6.33 cores=0-7
/proc/7503/stat : 7503 (java) S 7501 7501 6647 0 -1 1077944320 21699 0 0 0 619 14 0 0 20 0 20 0 421142940 29595090944 50599 33554432000 4194304 4196468 140736594108624 140736594091168 140279929364215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
/proc/7503/statm: 7225364 50599 3485 1 0 7186466 0
[pid=7503/tid=7504] ppid=7501 vsize=28901456 memory=496 CPUtime=0.73 cores=0-7
/proc/7503/task/7504/stat : 7504 (java) S 7501 7501 6647 0 -1 1077944384 9466 0 0 0 69 4 0 0 20 0 20 0 421142940 29595090944 50599 33554432000 4194304 4196468 140736594108624 140279933607056 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7505] ppid=7501 vsize=28901456 memory=1564 CPUtime=0 cores=0-7
/proc/7503/task/7505/stat : 7505 (java) S 7501 7501 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421142941 29595090944 50599 33554432000 4194304 4196468 140736594108624 140279881984272 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7506] ppid=7501 vsize=28901456 memory=928 CPUtime=0 cores=0-7
/proc/7503/task/7506/stat : 7506 (java) S 7501 7501 6647 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 421142941 29595090944 50599 33554432000 4194304 4196468 140736594108624 140279880931728 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7507] ppid=7501 vsize=28901456 memory=1660 CPUtime=0 cores=0-7
/proc/7503/task/7507/stat : 7507 (java) S 7501 7501 6647 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 421142941 29595090944 50599 33554432000 4194304 4196468 140736594108624 140279879879184 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7508] ppid=7501 vsize=28901456 memory=33 CPUtime=0 cores=0-7
/proc/7503/task/7508/stat : 7508 (java) S 7501 7501 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421142941 29595090944 50599 33554432000 4194304 4196468 140736594108624 140279878826640 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7509] ppid=7501 vsize=28901456 memory=279792691956000 CPUtime=0 cores=0-7
/proc/7503/task/7509/stat : 7509 (java) S 7501 7501 6647 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 20 0 421142941 29595090944 50599 33554432000 4194304 4196468 140736594108624 140279877774096 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7510] ppid=7501 vsize=28901456 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/7503/task/7510/stat : 7510 (java) S 7501 7501 6647 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 421142941 29595090944 50599 33554432000 4194304 4196468 140736594108624 140279876721552 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7511] ppid=7501 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7511/stat : 7511 (java) S 7501 7501 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421142941 29595090944 50599 33554432000 4194304 4196468 140736594108624 140279875669008 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7512] ppid=7501 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7512/stat : 7512 (java) S 7501 7501 6647 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 421142941 29595090944 50599 33554432000 4194304 4196468 140736594108624 140279874616464 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7513] ppid=7501 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7513/stat : 7513 (java) S 7501 7501 6647 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 421142943 29595090944 50599 33554432000 4194304 4196468 140736594108624 140279112673472 140279929375362 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7514] ppid=7501 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7514/stat : 7514 (java) S 7501 7501 6647 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421142943 29595090944 50599 33554432000 4194304 4196468 140736594108624 140279111619488 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7515] ppid=7501 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7515/stat : 7515 (java) S 7501 7501 6647 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421142943 29595090944 50599 33554432000 4194304 4196468 140736594108624 140279110566896 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7516] ppid=7501 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7516/stat : 7516 (java) S 7501 7501 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421142946 29595090944 50599 33554432000 4194304 4196468 140736594108624 140279109515120 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7517] ppid=7501 vsize=28901456 memory=0 CPUtime=0.63 cores=0-7
/proc/7503/task/7517/stat : 7517 (java) S 7501 7501 6647 0 -1 1077944384 2009 0 0 0 62 1 0 0 20 0 20 0 421142946 29595090944 50599 33554432000 4194304 4196468 140736594108624 140279108447600 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7518] ppid=7501 vsize=28901456 memory=0 CPUtime=0.63 cores=0-7
/proc/7503/task/7518/stat : 7518 (java) R 7501 7501 6647 0 -1 4202560 3012 0 0 0 62 1 0 0 20 0 20 0 421142946 29595090944 50599 33554432000 4194304 4196468 140736594108624 140279107395128 140279910909176 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7519] ppid=7501 vsize=28901456 memory=0 CPUtime=0.54 cores=0-7
/proc/7503/task/7519/stat : 7519 (java) S 7501 7501 6647 0 -1 1077944384 1479 0 0 0 54 0 0 0 20 0 20 0 421142946 29595090944 50599 33554432000 4194304 4196468 140736594108624 140279106338240 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7520] ppid=7501 vsize=28901456 memory=0 CPUtime=0.69 cores=0-7
/proc/7503/task/7520/stat : 7520 (java) S 7501 7501 6647 0 -1 1077944384 3138 0 0 0 68 1 0 0 20 0 20 0 421142946 29595090944 50599 33554432000 4194304 4196468 140736594108624 140279105300704 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
[pid=7503/tid=7521] ppid=7501 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/7503/task/7521/stat : 7521 (java) S 7501 7501 6647 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421142946 29595090944 50599 33554432000 4194304 4196468 140736594108624 140279104252128 140279929374421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15417344 140736594113514 140736594113686 140736594113686 140736594116559 0
Current children cumulated CPU time: 6.33 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 203848 KiB

Child status: 0
Real time (s): 1.41948
CPU time (s): 6.35151
CPU user time (s): 6.19464
CPU system time (s): 0.156869
CPU usage (%): 447.453
Max. virtual memory (cumulated for all children) (KiB): 29014584
Max. memory (cumulated for all children) (KiB): 203848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.19464
system time used= 0.156869
maximum resident set size= 203376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22299
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4088
involuntary context switches= 143


# summary of solver processes directly reported to runsolver:
#   pid: 7501
#   total CPU time (s): 6.35151
#   total CPU user time (s): 6.19464
#   total CPU system time (s): 0.156869

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.034135 second user time and 0.05547 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-14 10:11:54
IDJOB=4394658
IDBENCH=141368
IDSOLVER=2843
FILE ID=node126/4394658-1568448751
RUNJOBID= node126-1568443229-6674
PBS_JOBID= 21702346
Free space on /tmp= 55748 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-4394658-1568448751/watcher-4394658-1568448751 -o /tmp/evaluation-result-4394658-1568448751/solver-4394658-1568448751 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node126-1568443229-6674 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 956732004 HOME/instance-4394658-1568448751.xml

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

MD5SUM BENCH= 66cce14b45be89e007abc3e2885e8941
RANDOM SEED=956732004

node126.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.45
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.56
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.45
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.56
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.45
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.56
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.45
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25637988 kB
MemAvailable:   31860780 kB
Buffers:          168544 kB
Cached:          6304228 kB
SwapCached:         2880 kB
Active:          2768452 kB
Inactive:        3712280 kB
Active(anon):       4128 kB
Inactive(anon):    44688 kB
Active(file):    2764324 kB
Inactive(file):  3667592 kB
Unevictable:      107980 kB
Mlocked:          107980 kB
SwapTotal:      67108860 kB
SwapFree:       67004764 kB
Dirty:             26228 kB
Writeback:             0 kB
AnonPages:        117560 kB
Mapped:            45412 kB
Shmem:             32816 kB
Slab:             243156 kB
SReclaimable:     213424 kB
SUnreclaim:        29732 kB
KernelStack:        3632 kB
PageTables:         5612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 55724 MiB
End job on node126 at 2019-09-14 10:11:55