Trace number 4393849

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 parallelOPT44 25.5367 3.79673

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-09_c18.xml
MD5SUM967738086e80168f9eb4b0337d9e8cf6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark5.28313
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints37
Number of domains2
Minimum domain size81
Maximum domain size82
Distribution of domain sizes[{"size":81,"count":36},{"size":82,"count":9}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"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-4393849-1568448771.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393849-1568448771.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
1.27/0.65	c solve instance...
1.66/0.76	o 65 
1.66/0.77	o 61 
1.66/0.77	o 59 
1.66/0.79	o 57 
2.25/0.81	o 53 
2.25/0.84	o 52 
2.25/0.89	o 50 
2.94/0.94	o 49 
2.94/0.95	o 47 
5.22/1.28	o 45 
6.72/1.47	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (6/8)
6.72/1.47		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
6.72/1.47		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
6.72/1.47		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
6.72/1.47		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
6.72/1.47		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
6.72/1.47	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (6/8)
6.72/1.47		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
6.72/1.47		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
6.72/1.47		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
6.72/1.47		at org.chocosolver.solver.Solver.repair(Solver.java:443)
6.72/1.47		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
6.72/1.47		at org.chocosolver.solver.Solver.solve(Solver.java:262)
6.72/1.47		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
6.72/1.47		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
6.72/1.47		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
6.72/1.47		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
6.72/1.47		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
6.72/1.47		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
6.72/1.47		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
6.72/1.47		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
6.72/1.47		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
6.72/1.47		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
6.72/1.47	o 44 
24.95/3.77	java.util.concurrent.ExecutionException: java.lang.NullPointerException
24.95/3.77		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
24.95/3.77		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
24.95/3.77		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
24.95/3.77		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
24.95/3.77		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
24.95/3.77	Caused by: java.lang.NullPointerException
24.95/3.77		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
24.95/3.77		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
24.95/3.77		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
24.95/3.77		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
24.95/3.77		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
24.95/3.77		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
24.95/3.77		... 4 more
24.95/3.77	Caused by: java.lang.NullPointerException
24.95/3.77		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
24.95/3.77		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
24.95/3.77		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
24.95/3.77		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
24.95/3.77		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
24.95/3.77		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
24.95/3.77		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
24.95/3.77		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
24.95/3.77		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
24.95/3.77		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
24.95/3.77		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
24.95/3.77		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
24.95/3.77		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
24.95/3.77		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
24.95/3.77		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
24.95/3.77		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
24.95/3.77		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
24.95/3.77		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
24.95/3.77	Caused by: java.lang.NullPointerException
24.95/3.77		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
24.95/3.77		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
24.95/3.77		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:181)
24.95/3.77		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
24.95/3.77		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
24.95/3.77		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
24.95/3.77		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
24.95/3.77		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
24.95/3.77		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
24.95/3.77		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
24.95/3.77		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
24.95/3.77		at org.chocosolver.solver.Solver.extend(Solver.java:421)
24.95/3.77		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
24.95/3.77		at org.chocosolver.solver.Solver.solve(Solver.java:262)
24.95/3.77		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
24.95/3.77		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
24.95/3.77		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
24.95/3.77		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
24.95/3.77		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
24.95/3.77		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
24.95/3.77		... 4 more
24.95/3.77	s OPTIMUM FOUND
24.95/3.77	v <instantiation>
24.95/3.77	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] 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[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][5] y[4][6] y[4][7] y[4][8] y[5][6] y[5][7] y[5][8] y[6][7] y[6][8] y[7][8] </list>
24.95/3.77	v 	<values>0 1 5 12 25 27 35 41 44 1 5 12 25 27 35 41 44 4 11 24 26 34 40 43 7 20 22 30 36 39 13 15 23 29 32 2 10 16 19 8 14 17 6 9 3 </values>
24.95/3.77	v </instantiation>

Verifier Data

OK	44

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393849-1568448771/watcher-4393849-1568448771 -o /tmp/evaluation-result-4393849-1568448771/solver-4393849-1568448771 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1568445045-26280 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1384245616 HOME/instance-4393849-1568448771.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=26479, runsolver pid=26476

[startup+0.10011 s]*
/proc/loadavg: 5.61 6.39 6.94 2/211 26500
/proc/meminfo: memFree=31034280/32770624 swapFree=66923244/67108860
[pid=26479] ppid=26476 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26479/stat : 26479 (xcsp3-exec) S 26476 26479 26253 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 421133094 115843072 363 33554432000 4194304 5098028 140733441589440 140733441587544 140610983531132 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35311616 140733441598325 140733441598569 140733441598569 140733441601482 0
/proc/26479/statm: 28282 363 304 221 0 87 0
[pid=26481] ppid=26479 vsize=28227388 memory=29940 CPUtime=0.12 cores=0-7
/proc/26481/stat : 26481 (java) S 26479 26479 26253 0 -1 1077944320 5410 0 0 0 10 2 0 0 20 0 20 0 421133094 28904845312 7485 33554432000 4194304 4196468 140736601266624 140736601249168 140079661362935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
/proc/26481/statm: 7056847 7485 3119 1 0 7019032 0
[pid=26481/tid=26482] ppid=26479 vsize=28227388 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/26481/task/26482/stat : 26482 (java) R 26479 26479 26253 0 -1 4202560 3399 0 0 0 8 1 0 0 20 0 20 0 421133095 28904845312 7485 33554432000 4194304 4196468 140736601266624 140079665595200 140079297122381 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26483] ppid=26479 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26483/stat : 26483 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421133095 28904845312 7485 33554432000 4194304 4196468 140736601266624 140079622323216 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26484] ppid=26479 vsize=28227388 memory=3978002791017830048 CPUtime=0 cores=0-7
/proc/26481/task/26484/stat : 26484 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421133095 28904845312 7485 33554432000 4194304 4196468 140736601266624 140079621270672 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26485] ppid=26479 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26485/stat : 26485 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421133095 28904845312 7485 33554432000 4194304 4196468 140736601266624 140079211125520 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26486] ppid=26479 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26486/stat : 26486 (java) S 26479 26479 26253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421133095 28904845312 7485 33554432000 4194304 4196468 140736601266624 140079210072976 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26487] ppid=26479 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26487/stat : 26487 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421133095 28904845312 7485 33554432000 4194304 4196468 140736601266624 140079209019920 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26488] ppid=26479 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26481/task/26488/stat : 26488 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421133095 28904845312 7485 33554432000 4194304 4196468 140736601266624 140079207967376 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26489] ppid=26479 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26489/stat : 26489 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421133095 28904845312 7485 33554432000 4194304 4196468 140736601266624 140079206914320 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26490] ppid=26479 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26490/stat : 26490 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421133095 28904845312 7485 33554432000 4194304 4196468 140736601266624 140079205861776 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26491] ppid=26479 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26491/stat : 26491 (java) S 26479 26479 26253 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 421133097 28904845312 7485 33554432000 4194304 4196468 140736601266624 140078777633520 140079661374082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26492] ppid=26479 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26492/stat : 26492 (java) S 26479 26479 26253 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421133097 28904845312 7485 33554432000 4194304 4196468 140736601266624 140078776579744 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26493] ppid=26479 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26493/stat : 26493 (java) S 26479 26479 26253 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421133098 28904845312 7485 33554432000 4194304 4196468 140736601266624 140078775526640 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26494] ppid=26479 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26494/stat : 26494 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421133100 28904845312 7485 33554432000 4194304 4196468 140736601266624 140078774475216 140079661381531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26495] ppid=26479 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26495/stat : 26495 (java) R 26479 26479 26253 0 -1 4202560 309 0 0 0 0 0 0 0 20 0 20 0 421133100 28904845312 7485 33554432000 4194304 4196468 140736601266624 140078773422320 140079661384282 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26496] ppid=26479 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26496/stat : 26496 (java) S 26479 26479 26253 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 421133100 28904845312 7485 33554432000 4194304 4196468 140736601266624 140078772369776 140079661374082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26497] ppid=26479 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26497/stat : 26497 (java) R 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421133100 28904845312 7485 33554432000 4194304 4196468 140736601266624 140078771316720 140079661374082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26498] ppid=26479 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/26481/task/26498/stat : 26498 (java) R 26479 26479 26253 0 -1 4202560 315 0 0 0 1 0 0 0 20 0 20 0 421133100 28904845312 7485 33554432000 4194304 4196468 140736601266624 140078770264176 140079645893198 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26499] ppid=26479 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26499/stat : 26499 (java) S 26479 26479 26253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421133100 28904845312 7485 33554432000 4194304 4196468 140736601266624 140078769212384 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26500] ppid=26479 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26481/task/26500/stat : 26500 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421133101 28904845312 7485 33554432000 4194304 4196468 140736601266624 140078768159920 140079661374082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31392 KiB

[startup+0.209917 s]*
/proc/loadavg: 5.61 6.39 6.94 2/211 26500
/proc/meminfo: memFree=31021236/32770624 swapFree=66923244/67108860
[pid=26479] ppid=26476 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26479/stat : 26479 (xcsp3-exec) S 26476 26479 26253 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 421133094 115843072 363 33554432000 4194304 5098028 140733441589440 140733441587544 140610983531132 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35311616 140733441598325 140733441598569 140733441598569 140733441601482 0
/proc/26479/statm: 28282 363 304 221 0 87 0
[pid=26481] ppid=26479 vsize=28227388 memory=41456 CPUtime=0.33 cores=0-7
/proc/26481/stat : 26481 (java) S 26479 26479 26253 0 -1 1077944320 9101 0 0 0 29 4 0 0 20 0 20 0 421133094 28904845312 10364 33554432000 4194304 4196468 140736601266624 140736601249168 140079661362935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
/proc/26481/statm: 7056847 10364 3280 1 0 7019032 0
[pid=26481/tid=26482] ppid=26479 vsize=28227388 memory=8316850467074736180 CPUtime=0.19 cores=0-7
/proc/26481/task/26482/stat : 26482 (java) R 26479 26479 26253 0 -1 4202560 6210 0 0 0 17 2 0 0 20 0 20 0 421133095 28904845312 10364 33554432000 4194304 4196468 140736601266624 140079665594848 140079643253910 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26483] ppid=26479 vsize=28227388 memory=10923 CPUtime=0 cores=0-7
/proc/26481/task/26483/stat : 26483 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421133095 28904845312 10364 33554432000 4194304 4196468 140736601266624 140079622323216 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26484] ppid=26479 vsize=28227388 memory=139921852138019 CPUtime=0 cores=0-7
/proc/26481/task/26484/stat : 26484 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421133095 28904845312 10364 33554432000 4194304 4196468 140736601266624 140079621270672 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26485] ppid=26479 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26481/task/26485/stat : 26485 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421133095 28904845312 10364 33554432000 4194304 4196468 140736601266624 140079211125520 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26486] ppid=26479 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26486/stat : 26486 (java) S 26479 26479 26253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421133095 28904845312 10364 33554432000 4194304 4196468 140736601266624 140079210072976 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26487] ppid=26479 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26487/stat : 26487 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421133095 28904845312 10364 33554432000 4194304 4196468 140736601266624 140079209019920 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26488] ppid=26479 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26481/task/26488/stat : 26488 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421133095 28904845312 10364 33554432000 4194304 4196468 140736601266624 140079207967376 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26489] ppid=26479 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26489/stat : 26489 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421133095 28904845312 10364 33554432000 4194304 4196468 140736601266624 140079206914320 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26490] ppid=26479 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26490/stat : 26490 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421133095 28904845312 10364 33554432000 4194304 4196468 140736601266624 140079205861776 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26491] ppid=26479 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26491/stat : 26491 (java) S 26479 26479 26253 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 421133097 28904845312 10364 33554432000 4194304 4196468 140736601266624 140078777633520 140079661374082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26492] ppid=26479 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26492/stat : 26492 (java) S 26479 26479 26253 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421133097 28904845312 10364 33554432000 4194304 4196468 140736601266624 140078776579744 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26493] ppid=26479 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26493/stat : 26493 (java) S 26479 26479 26253 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421133098 28904845312 10364 33554432000 4194304 4196468 140736601266624 140078775526640 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26494] ppid=26479 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26494/stat : 26494 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421133100 28904845312 10364 33554432000 4194304 4196468 140736601266624 140078774475216 140079661381531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26495] ppid=26479 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/26481/task/26495/stat : 26495 (java) S 26479 26479 26253 0 -1 1077944384 405 0 0 0 1 0 0 0 20 0 20 0 421133100 28904845312 10364 33554432000 4194304 4196468 140736601266624 140078773422320 140079661374082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26496] ppid=26479 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/26481/task/26496/stat : 26496 (java) S 26479 26479 26253 0 -1 1077944384 195 0 0 0 1 0 0 0 20 0 20 0 421133100 28904845312 10364 33554432000 4194304 4196468 140736601266624 140078772369776 140079661374082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26497] ppid=26479 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/26481/task/26497/stat : 26497 (java) S 26479 26479 26253 0 -1 1077944384 266 0 0 0 1 0 0 0 20 0 20 0 421133100 28904845312 10364 33554432000 4194304 4196468 140736601266624 140078771316720 140079661374082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26498] ppid=26479 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/26481/task/26498/stat : 26498 (java) S 26479 26479 26253 0 -1 1077944384 714 0 0 0 7 0 0 0 20 0 20 0 421133100 28904845312 10364 33554432000 4194304 4196468 140736601266624 140078770264176 140079661374082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26499] ppid=26479 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26499/stat : 26499 (java) S 26479 26479 26253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421133100 28904845312 10364 33554432000 4194304 4196468 140736601266624 140078769212384 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26500] ppid=26479 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26481/task/26500/stat : 26500 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421133101 28904845312 10364 33554432000 4194304 4196468 140736601266624 140078768159920 140079661374082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42908 KiB

[startup+0.309709 s]*
/proc/loadavg: 5.61 6.39 6.94 4/211 26500
/proc/meminfo: memFree=31016768/32770624 swapFree=66923244/67108860
[pid=26479] ppid=26476 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26479/stat : 26479 (xcsp3-exec) S 26476 26479 26253 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 421133094 115843072 363 33554432000 4194304 5098028 140733441589440 140733441587544 140610983531132 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35311616 140733441598325 140733441598569 140733441598569 140733441601482 0
/proc/26479/statm: 28282 363 304 221 0 87 0
[pid=26481] ppid=26479 vsize=28231644 memory=49932 CPUtime=0.52 cores=0-7
/proc/26481/stat : 26481 (java) S 26479 26479 26253 0 -1 1077944320 10364 0 0 0 47 5 0 0 20 0 20 0 421133094 28909203456 12483 33554432000 4194304 4196468 140736601266624 140736601249168 140079661362935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
/proc/26481/statm: 7057911 12483 3358 1 0 7019032 0
[pid=26481/tid=26482] ppid=26479 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/26481/task/26482/stat : 26482 (java) R 26479 26479 26253 0 -1 4202560 7256 0 0 0 26 3 0 0 20 0 20 0 421133095 28909203456 12483 33554432000 4194304 4196468 140736601266624 140079665595568 140079645443422 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26483] ppid=26479 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26483/stat : 26483 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421133095 28909203456 12483 33554432000 4194304 4196468 140736601266624 140079622323216 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26484] ppid=26479 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26484/stat : 26484 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421133095 28909203456 12483 33554432000 4194304 4196468 140736601266624 140079621270672 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26485] ppid=26479 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26485/stat : 26485 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421133095 28909203456 12483 33554432000 4194304 4196468 140736601266624 140079211125520 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26486] ppid=26479 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26486/stat : 26486 (java) S 26479 26479 26253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421133095 28909203456 12483 33554432000 4194304 4196468 140736601266624 140079210072976 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26487] ppid=26479 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26487/stat : 26487 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421133095 28909203456 12483 33554432000 4194304 4196468 140736601266624 140079209019920 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26488] ppid=26479 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26488/stat : 26488 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421133095 28909203456 12483 33554432000 4194304 4196468 140736601266624 140079207967376 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26489] ppid=26479 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26489/stat : 26489 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421133095 28909203456 12483 33554432000 4194304 4196468 140736601266624 140079206914320 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26490] ppid=26479 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26490/stat : 26490 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421133095 28909203456 12483 33554432000 4194304 4196468 140736601266624 140079205861776 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26491] ppid=26479 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26491/stat : 26491 (java) S 26479 26479 26253 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 421133097 28909203456 12483 33554432000 4194304 4196468 140736601266624 140078777633520 140079661374082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26492] ppid=26479 vsize=28231644 memory=279843426213248 CPUtime=0 cores=0-7
/proc/26481/task/26492/stat : 26492 (java) S 26479 26479 26253 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421133097 28909203456 12483 33554432000 4194304 4196468 140736601266624 140078776579744 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26493] ppid=26479 vsize=28231644 memory=279843426217856 CPUtime=0 cores=0-7
/proc/26481/task/26493/stat : 26493 (java) S 26479 26479 26253 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421133098 28909203456 12483 33554432000 4194304 4196468 140736601266624 140078775526640 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26494] ppid=26479 vsize=28231644 memory=279843426222464 CPUtime=0 cores=0-7
/proc/26481/task/26494/stat : 26494 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421133100 28909203456 12548 33554432000 4194304 4196468 140736601266624 140078774475216 140079661381531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26495] ppid=26479 vsize=28231644 memory=279843426227072 CPUtime=0.02 cores=0-7
/proc/26481/task/26495/stat : 26495 (java) S 26479 26479 26253 0 -1 1077944384 407 0 0 0 2 0 0 0 20 0 20 0 421133100 28909203456 12548 33554432000 4194304 4196468 140736601266624 140078773422320 140079661374082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26496] ppid=26479 vsize=28231644 memory=279843426231680 CPUtime=0.03 cores=0-7
/proc/26481/task/26496/stat : 26496 (java) R 26479 26479 26253 0 -1 4202560 330 0 0 0 3 0 0 0 20 0 20 0 421133100 28909203456 12548 33554432000 4194304 4196468 140736601266624 140078772360160 140079645273621 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26497] ppid=26479 vsize=28231644 memory=279843426236288 CPUtime=0.02 cores=0-7
/proc/26481/task/26497/stat : 26497 (java) S 26479 26479 26253 0 -1 1077944384 286 0 0 0 2 0 0 0 20 0 20 0 421133100 28909203456 12548 33554432000 4194304 4196468 140736601266624 140078771316720 140079661374082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26498] ppid=26479 vsize=28231644 memory=279843426240896 CPUtime=0.12 cores=0-7
/proc/26481/task/26498/stat : 26498 (java) S 26479 26479 26253 0 -1 1077944384 776 0 0 0 12 0 0 0 20 0 20 0 421133100 28909203456 12548 33554432000 4194304 4196468 140736601266624 140078770264176 140079661374082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26499] ppid=26479 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26499/stat : 26499 (java) S 26479 26479 26253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421133100 28909203456 12548 33554432000 4194304 4196468 140736601266624 140078769212384 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26500] ppid=26479 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/26481/task/26500/stat : 26500 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421133101 28909203456 12548 33554432000 4194304 4196468 140736601266624 140078768159920 140079661374082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51384 KiB

[startup+0.710693 s]
/proc/loadavg: 5.61 6.39 6.94 3/211 26500
/proc/meminfo: memFree=30997928/32770624 swapFree=66923244/67108860
[pid=26479] ppid=26476 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26479/stat : 26479 (xcsp3-exec) S 26476 26479 26253 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 421133094 115843072 363 33554432000 4194304 5098028 140733441589440 140733441587544 140610983531132 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35311616 140733441598325 140733441598569 140733441598569 140733441601482 0
/proc/26479/statm: 28282 363 304 221 0 87 0
[pid=26481] ppid=26479 vsize=28766280 memory=98508 CPUtime=1.66 cores=0-7
/proc/26481/stat : 26481 (java) S 26479 26479 26253 0 -1 1077944320 15027 0 0 0 158 8 0 0 20 0 28 0 421133094 29456670720 24627 33554432000 4194304 4196468 140736601266624 140736601249168 140079661362935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
/proc/26481/statm: 7191570 24627 3451 1 0 7152672 0
[pid=26481/tid=26482] ppid=26479 vsize=28766280 memory=0 CPUtime=0.64 cores=0-7
/proc/26481/task/26482/stat : 26482 (java) S 26479 26479 26253 0 -1 1077944384 8965 0 0 0 60 4 0 0 20 0 28 0 421133095 29456670720 24627 33554432000 4194304 4196468 140736601266624 140079665603712 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26483] ppid=26479 vsize=28766280 memory=139921713308544 CPUtime=0 cores=0-7
/proc/26481/task/26483/stat : 26483 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421133095 29456670720 24627 33554432000 4194304 4196468 140736601266624 140079622323216 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26484] ppid=26479 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26484/stat : 26484 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421133095 29456670720 24627 33554432000 4194304 4196468 140736601266624 140079621270672 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26485] ppid=26479 vsize=28766280 memory=9364 CPUtime=0 cores=0-7
/proc/26481/task/26485/stat : 26485 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421133095 29456670720 24627 33554432000 4194304 4196468 140736601266624 140079211125520 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0

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

[pid=26481/tid=26498] ppid=26479 vsize=28769356 memory=115908550855402 CPUtime=0.76 cores=0-7
/proc/26481/task/26498/stat : 26498 (java) S 26479 26479 26253 0 -1 1077944384 3999 0 0 0 75 1 0 0 20 0 28 0 421133100 29459820544 63464 33554432000 4194304 4196468 140736601266624 140078770264176 140079661374082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26499] ppid=26479 vsize=28769356 memory=115908550855402 CPUtime=0 cores=0-7
/proc/26481/task/26499/stat : 26499 (java) S 26479 26479 26253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 421133100 29459820544 63464 33554432000 4194304 4196468 140736601266624 140078769212384 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26500] ppid=26479 vsize=28769356 memory=115908550855402 CPUtime=0 cores=0-7
/proc/26481/task/26500/stat : 26500 (java) R 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421133101 29459820544 63464 33554432000 4194304 4196468 140736601266624 140078768159920 140079661374082 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26589] ppid=26479 vsize=28769356 memory=115908550855402 CPUtime=1.51 cores=0-7
/proc/26481/task/26589/stat : 26589 (java) R 26479 26479 26253 0 -1 4202560 19 0 0 0 151 0 0 0 20 0 28 0 421133242 29459820544 63464 33554432000 4194304 4196468 140736601266624 140078752634960 140079302566976 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26590] ppid=26479 vsize=28769356 memory=115908550855402 CPUtime=1.41 cores=0-7
/proc/26481/task/26590/stat : 26590 (java) R 26479 26479 26253 0 -1 4202560 19 0 0 0 141 0 0 0 20 0 28 0 421133242 29459820544 63464 33554432000 4194304 4196468 140736601266624 140078753685296 140079304903522 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26591] ppid=26479 vsize=28769356 memory=115908550855402 CPUtime=1.17 cores=0-7
/proc/26481/task/26591/stat : 26591 (java) R 26479 26479 26253 0 -1 4202560 40 0 0 0 117 0 0 0 20 0 28 0 421133242 29459820544 63464 33554432000 4194304 4196468 140736601266624 140078754737512 140079304822723 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26592] ppid=26479 vsize=28769356 memory=115908550855402 CPUtime=1.32 cores=0-7
/proc/26481/task/26592/stat : 26592 (java) R 26479 26479 26253 0 -1 4202560 20 0 0 0 132 0 0 0 20 0 28 0 421133242 29459820544 63464 33554432000 4194304 4196468 140736601266624 140078751580232 140079302052895 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26593] ppid=26479 vsize=28769356 memory=279843426407712 CPUtime=1.45 cores=0-7
/proc/26481/task/26593/stat : 26593 (java) R 26479 26479 26253 0 -1 4202560 20 0 0 0 145 0 0 0 20 0 28 0 421133242 29459820544 63464 33554432000 4194304 4196468 140736601266624 140078757895976 140079303535678 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26594] ppid=26479 vsize=28769356 memory=115908550855402 CPUtime=1.41 cores=0-7
/proc/26481/task/26594/stat : 26594 (java) R 26479 26479 26253 0 -1 4202560 18 0 0 0 141 0 0 0 20 0 28 0 421133242 29459820544 63464 33554432000 4194304 4196468 140736601266624 140078756843928 140079302051453 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26595] ppid=26479 vsize=28769356 memory=115908550855402 CPUtime=1.53 cores=0-7
/proc/26481/task/26595/stat : 26595 (java) R 26479 26479 26253 0 -1 4202560 19 0 0 0 153 0 0 0 20 0 28 0 421133243 29459820544 63464 33554432000 4194304 4196468 140736601266624 140078758949800 140079303535163 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26596] ppid=26479 vsize=28769356 memory=115908550855146 CPUtime=0 cores=0-7
/proc/26481/task/26596/stat : 26596 (java) S 26479 26479 26253 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 421133245 29459820544 63464 33554432000 4194304 4196468 140736601266624 140078680630864 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
Current children cumulated CPU time: 20.97 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 255308 KiB

[startup+3.60169 s]
/proc/loadavg: 6.12 6.48 6.97 11/219 26596
/proc/meminfo: memFree=30814364/32770624 swapFree=66923244/67108860
[pid=26479] ppid=26476 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26479/stat : 26479 (xcsp3-exec) S 26476 26479 26253 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 421133094 115843072 363 33554432000 4194304 5098028 140733441589440 140733441587544 140610983531132 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35311616 140733441598325 140733441598569 140733441598569 140733441601482 0
/proc/26479/statm: 28282 363 304 221 0 87 0
[pid=26481] ppid=26479 vsize=28769356 memory=264056 CPUtime=24.14 cores=0-7
/proc/26481/stat : 26481 (java) S 26479 26479 26253 0 -1 1077944320 54786 0 0 0 2393 21 0 0 20 0 28 0 421133094 29459820544 66014 33554432000 4194304 4196468 140736601266624 140736601249168 140079661362935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
/proc/26481/statm: 7192339 66014 3486 1 0 7153441 0
[pid=26481/tid=26482] ppid=26479 vsize=28769356 memory=0 CPUtime=0.66 cores=0-7
/proc/26481/task/26482/stat : 26482 (java) S 26479 26479 26253 0 -1 1077944384 8969 0 0 0 61 5 0 0 20 0 28 0 421133095 29459820544 66014 33554432000 4194304 4196468 140736601266624 140079665603712 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26483] ppid=26479 vsize=28769356 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/26481/task/26483/stat : 26483 (java) S 26479 26479 26253 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 421133095 29459820544 66014 33554432000 4194304 4196468 140736601266624 140079622323216 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26484] ppid=26479 vsize=28769356 memory=2241 CPUtime=0 cores=0-7
/proc/26481/task/26484/stat : 26484 (java) S 26479 26479 26253 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 421133095 29459820544 66014 33554432000 4194304 4196468 140736601266624 140079621270672 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26485] ppid=26479 vsize=28769356 memory=2244 CPUtime=0 cores=0-7
/proc/26481/task/26485/stat : 26485 (java) S 26479 26479 26253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 421133095 29459820544 66014 33554432000 4194304 4196468 140736601266624 140079211125520 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26486] ppid=26479 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26486/stat : 26486 (java) S 26479 26479 26253 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 421133095 29459820544 66014 33554432000 4194304 4196468 140736601266624 140079210072976 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26487] ppid=26479 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26487/stat : 26487 (java) S 26479 26479 26253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 421133095 29459820544 66014 33554432000 4194304 4196468 140736601266624 140079209019920 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26488] ppid=26479 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26488/stat : 26488 (java) S 26479 26479 26253 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 421133095 29459820544 66014 33554432000 4194304 4196468 140736601266624 140079207967376 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26489] ppid=26479 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26489/stat : 26489 (java) S 26479 26479 26253 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 421133095 29459820544 66014 33554432000 4194304 4196468 140736601266624 140079206914320 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26490] ppid=26479 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26490/stat : 26490 (java) S 26479 26479 26253 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 421133095 29459820544 66014 33554432000 4194304 4196468 140736601266624 140079205861776 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26491] ppid=26479 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26491/stat : 26491 (java) S 26479 26479 26253 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 421133097 29459820544 66014 33554432000 4194304 4196468 140736601266624 140078777633520 140079661374082 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26492] ppid=26479 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26492/stat : 26492 (java) S 26479 26479 26253 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 421133097 29459820544 66014 33554432000 4194304 4196468 140736601266624 140078776579744 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26493] ppid=26479 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26493/stat : 26493 (java) S 26479 26479 26253 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 421133098 29459820544 66014 33554432000 4194304 4196468 140736601266624 140078775526640 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26494] ppid=26479 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26494/stat : 26494 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421133100 29459820544 66014 33554432000 4194304 4196468 140736601266624 140078774475216 140079661381531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26495] ppid=26479 vsize=28769356 memory=0 CPUtime=2 cores=0-7
/proc/26481/task/26495/stat : 26495 (java) R 26479 26479 26253 0 -1 4202560 7237 0 0 0 199 1 0 0 20 0 28 0 421133100 29459820544 66014 33554432000 4194304 4196468 140736601266624 140078773403888 140079645750848 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26496] ppid=26479 vsize=28769356 memory=0 CPUtime=1.89 cores=0-7
/proc/26481/task/26496/stat : 26496 (java) R 26479 26479 26253 0 -1 4202560 21566 0 0 0 185 4 0 0 20 0 28 0 421133100 29459820544 66014 33554432000 4194304 4196468 140736601266624 140078772350976 140079642935353 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26497] ppid=26479 vsize=28769356 memory=0 CPUtime=2.09 cores=0-7
/proc/26481/task/26497/stat : 26497 (java) R 26479 26479 26253 0 -1 4202560 9168 0 0 0 207 2 0 0 20 0 28 0 421133100 29459820544 66014 33554432000 4194304 4196468 140736601266624 140078771302224 140079642883026 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26498] ppid=26479 vsize=28769356 memory=0 CPUtime=0.78 cores=0-7
/proc/26481/task/26498/stat : 26498 (java) S 26479 26479 26253 0 -1 1077944384 4051 0 0 0 77 1 0 0 20 0 28 0 421133100 29459820544 66014 33554432000 4194304 4196468 140736601266624 140078770264176 140079661374082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26499] ppid=26479 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26499/stat : 26499 (java) S 26479 26479 26253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 421133100 29459820544 66014 33554432000 4194304 4196468 140736601266624 140078769212384 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26500] ppid=26479 vsize=28769356 memory=251364 CPUtime=0 cores=0-7
/proc/26481/task/26500/stat : 26500 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421133101 29459820544 66014 33554432000 4194304 4196468 140736601266624 140078768159920 140079661374082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26589] ppid=26479 vsize=28769356 memory=205352 CPUtime=1.84 cores=0-7
/proc/26481/task/26589/stat : 26589 (java) R 26479 26479 26253 0 -1 4202560 35 0 0 0 184 0 0 0 20 0 28 0 421133242 29459820544 66014 33554432000 4194304 4196468 140736601266624 140078752630632 140079301772806 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26590] ppid=26479 vsize=28769356 memory=139921713345232 CPUtime=1.66 cores=0-7
/proc/26481/task/26590/stat : 26590 (java) R 26479 26479 26253 0 -1 4202560 34 0 0 0 166 0 0 0 20 0 28 0 421133242 29459820544 66014 33554432000 4194304 4196468 140736601266624 140078753686520 140079301772646 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26591] ppid=26479 vsize=28769356 memory=0 CPUtime=1.48 cores=0-7
/proc/26481/task/26591/stat : 26591 (java) R 26479 26479 26253 0 -1 4202560 146 0 0 0 147 1 0 0 20 0 28 0 421133242 29459820544 66014 33554432000 4194304 4196468 140736601266624 140078754735120 140079302717476 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26592] ppid=26479 vsize=28769356 memory=0 CPUtime=1.6 cores=0-7
/proc/26481/task/26592/stat : 26592 (java) R 26479 26479 26253 0 -1 4202560 76 0 0 0 160 0 0 0 20 0 28 0 421133242 29459820544 66014 33554432000 4194304 4196468 140736601266624 140078751580936 140079303599204 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26593] ppid=26479 vsize=28769356 memory=0 CPUtime=1.82 cores=0-7
/proc/26481/task/26593/stat : 26593 (java) R 26479 26479 26253 0 -1 4202560 57 0 0 0 182 0 0 0 20 0 28 0 421133242 29459820544 66014 33554432000 4194304 4196468 140736601266624 140078757895784 140079301772144 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26594] ppid=26479 vsize=28769356 memory=0 CPUtime=1.79 cores=0-7
/proc/26481/task/26594/stat : 26594 (java) R 26479 26479 26253 0 -1 4202560 34 0 0 0 179 0 0 0 20 0 28 0 421133242 29459820544 66014 33554432000 4194304 4196468 140736601266624 140078756844024 140079304903228 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26595] ppid=26479 vsize=28769356 memory=0 CPUtime=1.81 cores=0-7
/proc/26481/task/26595/stat : 26595 (java) R 26479 26479 26253 0 -1 4202560 53 0 0 0 181 0 0 0 20 0 28 0 421133243 29459820544 66014 33554432000 4194304 4196468 140736601266624 140078758948792 140079301772407 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26596] ppid=26479 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26596/stat : 26596 (java) S 26479 26479 26253 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 421133245 29459820544 66014 33554432000 4194304 4196468 140736601266624 140078680630864 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
Current children cumulated CPU time: 24.14 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 265508 KiB

[startup+3.70169 s]
/proc/loadavg: 6.12 6.48 6.97 11/219 26596
/proc/meminfo: memFree=30814364/32770624 swapFree=66923244/67108860
[pid=26479] ppid=26476 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26479/stat : 26479 (xcsp3-exec) S 26476 26479 26253 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 421133094 115843072 363 33554432000 4194304 5098028 140733441589440 140733441587544 140610983531132 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35311616 140733441598325 140733441598569 140733441598569 140733441601482 0
/proc/26479/statm: 28282 363 304 221 0 87 0
[pid=26481] ppid=26479 vsize=28769356 memory=266236 CPUtime=24.95 cores=0-7
/proc/26481/stat : 26481 (java) S 26479 26479 26253 0 -1 1077944320 55459 0 0 0 2473 22 0 0 20 0 28 0 421133094 29459820544 66559 33554432000 4194304 4196468 140736601266624 140736601249168 140079661362935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
/proc/26481/statm: 7192339 66559 3488 1 0 7153441 0
[pid=26481/tid=26482] ppid=26479 vsize=28769356 memory=253680 CPUtime=0.66 cores=0-7
/proc/26481/task/26482/stat : 26482 (java) S 26479 26479 26253 0 -1 1077944384 8969 0 0 0 61 5 0 0 20 0 28 0 421133095 29459820544 66559 33554432000 4194304 4196468 140736601266624 140079665603712 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26483] ppid=26479 vsize=28769356 memory=115908550855146 CPUtime=0 cores=0-7
/proc/26481/task/26483/stat : 26483 (java) S 26479 26479 26253 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 421133095 29459820544 66559 33554432000 4194304 4196468 140736601266624 140079622323216 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26484] ppid=26479 vsize=28769356 memory=115908550854890 CPUtime=0 cores=0-7
/proc/26481/task/26484/stat : 26484 (java) S 26479 26479 26253 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 421133095 29459820544 66559 33554432000 4194304 4196468 140736601266624 140079621270672 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26485] ppid=26479 vsize=28769356 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/26481/task/26485/stat : 26485 (java) S 26479 26479 26253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 421133095 29459820544 66559 33554432000 4194304 4196468 140736601266624 140079211125520 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26486] ppid=26479 vsize=28769356 memory=6944652177228980320 CPUtime=0 cores=0-7
/proc/26481/task/26486/stat : 26486 (java) S 26479 26479 26253 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 421133095 29459820544 66559 33554432000 4194304 4196468 140736601266624 140079210072976 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26487] ppid=26479 vsize=28769356 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/26481/task/26487/stat : 26487 (java) S 26479 26479 26253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 421133095 29459820544 66559 33554432000 4194304 4196468 140736601266624 140079209019920 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26488] ppid=26479 vsize=28769356 memory=988 CPUtime=0 cores=0-7
/proc/26481/task/26488/stat : 26488 (java) S 26479 26479 26253 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 421133095 29459820544 66559 33554432000 4194304 4196468 140736601266624 140079207967376 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26489] ppid=26479 vsize=28769356 memory=2016 CPUtime=0 cores=0-7
/proc/26481/task/26489/stat : 26489 (java) S 26479 26479 26253 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 421133095 29459820544 66559 33554432000 4194304 4196468 140736601266624 140079206914320 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26490] ppid=26479 vsize=28769356 memory=1284 CPUtime=0 cores=0-7
/proc/26481/task/26490/stat : 26490 (java) S 26479 26479 26253 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 421133095 29459820544 66559 33554432000 4194304 4196468 140736601266624 140079205861776 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26491] ppid=26479 vsize=28769356 memory=290019293 CPUtime=0 cores=0-7
/proc/26481/task/26491/stat : 26491 (java) S 26479 26479 26253 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 421133097 29459820544 66559 33554432000 4194304 4196468 140736601266624 140078777633520 140079661374082 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26492] ppid=26479 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26492/stat : 26492 (java) S 26479 26479 26253 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 421133097 29459820544 66559 33554432000 4194304 4196468 140736601266624 140078776579744 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26493] ppid=26479 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26493/stat : 26493 (java) S 26479 26479 26253 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 421133098 29459820544 66559 33554432000 4194304 4196468 140736601266624 140078775526640 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26494] ppid=26479 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26494/stat : 26494 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421133100 29459820544 66559 33554432000 4194304 4196468 140736601266624 140078774475216 140079661381531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26495] ppid=26479 vsize=28769356 memory=0 CPUtime=2.05 cores=0-7
/proc/26481/task/26495/stat : 26495 (java) R 26479 26479 26253 0 -1 4202560 7376 0 0 0 204 1 0 0 20 0 28 0 421133100 29459820544 66559 33554432000 4194304 4196468 140736601266624 140078773408352 140079642882987 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26496] ppid=26479 vsize=28769356 memory=122 CPUtime=1.96 cores=0-7
/proc/26481/task/26496/stat : 26496 (java) R 26479 26479 26253 0 -1 4202560 21584 0 0 0 192 4 0 0 20 0 28 0 421133100 29459820544 66559 33554432000 4194304 4196468 140736601266624 140078772355840 140079644750112 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26497] ppid=26479 vsize=28769356 memory=142 CPUtime=2.15 cores=0-7
/proc/26481/task/26497/stat : 26497 (java) R 26479 26479 26253 0 -1 4202560 9656 0 0 0 212 3 0 0 20 0 28 0 421133100 29459820544 66559 33554432000 4194304 4196468 140736601266624 140078771313088 140079644859723 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26498] ppid=26479 vsize=28769356 memory=155 CPUtime=0.78 cores=0-7
/proc/26481/task/26498/stat : 26498 (java) R 26479 26479 26253 0 -1 1077944384 4052 0 0 0 77 1 0 0 20 0 28 0 421133100 29459820544 66559 33554432000 4194304 4196468 140736601266624 140078770264176 140079661374082 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26499] ppid=26479 vsize=28769356 memory=151 CPUtime=0 cores=0-7
/proc/26481/task/26499/stat : 26499 (java) S 26479 26479 26253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 421133100 29459820544 66559 33554432000 4194304 4196468 140736601266624 140078769212384 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26500] ppid=26479 vsize=28769356 memory=159 CPUtime=0 cores=0-7
/proc/26481/task/26500/stat : 26500 (java) S 26479 26479 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421133101 29459820544 66559 33554432000 4194304 4196468 140736601266624 140078768159920 140079661374082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26589] ppid=26479 vsize=28769356 memory=0 CPUtime=1.94 cores=0-7
/proc/26481/task/26589/stat : 26589 (java) R 26479 26479 26253 0 -1 4202560 41 0 0 0 194 0 0 0 20 0 28 0 421133242 29459820544 66559 33554432000 4194304 4196468 140736601266624 140078752632264 140079302052434 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26590] ppid=26479 vsize=28769356 memory=57 CPUtime=1.71 cores=0-7
/proc/26481/task/26590/stat : 26590 (java) R 26479 26479 26253 0 -1 4202560 34 0 0 0 171 0 0 0 20 0 28 0 421133242 29459820544 66559 33554432000 4194304 4196468 140736601266624 140078753686520 140079303599458 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26591] ppid=26479 vsize=28769356 memory=10814 CPUtime=1.58 cores=0-7
/proc/26481/task/26591/stat : 26591 (java) R 26479 26479 26253 0 -1 4202560 156 0 0 0 157 1 0 0 20 0 28 0 421133242 29459820544 66559 33554432000 4194304 4196468 140736601266624 140078754739704 140079639357130 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26592] ppid=26479 vsize=28769356 memory=24479 CPUtime=1.7 cores=0-7
/proc/26481/task/26592/stat : 26592 (java) R 26479 26479 26253 0 -1 4202560 81 0 0 0 170 0 0 0 20 0 28 0 421133242 29459820544 66559 33554432000 4194304 4196468 140736601266624 140078751580936 140079304244404 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26593] ppid=26479 vsize=28769356 memory=0 CPUtime=1.92 cores=0-7
/proc/26481/task/26593/stat : 26593 (java) R 26479 26479 26253 0 -1 4202560 57 0 0 0 192 0 0 0 20 0 28 0 421133242 29459820544 66559 33554432000 4194304 4196468 140736601266624 140078757895784 140079302052543 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26594] ppid=26479 vsize=28769356 memory=0 CPUtime=1.89 cores=0-7
/proc/26481/task/26594/stat : 26594 (java) R 26479 26479 26253 0 -1 4202560 34 0 0 0 189 0 0 0 20 0 28 0 421133242 29459820544 66559 33554432000 4194304 4196468 140736601266624 140078756844024 140079303438970 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26595] ppid=26479 vsize=28769356 memory=0 CPUtime=1.89 cores=0-7
/proc/26481/task/26595/stat : 26595 (java) R 26479 26479 26253 0 -1 4202560 55 0 0 0 189 0 0 0 20 0 28 0 421133243 29459820544 66559 33554432000 4194304 4196468 140736601266624 140078758948360 140079301772683 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
[pid=26481/tid=26596] ppid=26479 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/26481/task/26596/stat : 26596 (java) S 26479 26479 26253 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 421133245 29459820544 66559 33554432000 4194304 4196468 140736601266624 140078680630864 140079661373141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6991872 140736601269226 140736601269398 140736601269398 140736601272271 0
Current children cumulated CPU time: 24.95 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 267688 KiB

Child status: 0
Real time (s): 3.79673
CPU time (s): 25.5367
CPU user time (s): 25.2941
CPU system time (s): 0.2426
CPU usage (%): 672.597
Max. virtual memory (cumulated for all children) (KiB): 28882484
Max. memory (cumulated for all children) (KiB): 267688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.2941
system time used= 0.2426
maximum resident set size= 269048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56299
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5379
involuntary context switches= 703


# summary of solver processes directly reported to runsolver:
#   pid: 26479
#   total CPU time (s): 25.5367
#   total CPU user time (s): 25.2941
#   total CPU system time (s): 0.2426

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.046579 second user time and 0.086659 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-14 09:10:54
IDJOB=4393849
IDBENCH=141376
IDSOLVER=2841
FILE ID=node107/4393849-1568448771
RUNJOBID= node107-1568445045-26280
PBS_JOBID= 21702360
Free space on /tmp= 59040 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-09_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-4393849-1568448771/watcher-4393849-1568448771 -o /tmp/evaluation-result-4393849-1568448771/solver-4393849-1568448771 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1568445045-26280 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1384245616 HOME/instance-4393849-1568448771.xml

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

MD5SUM BENCH= 967738086e80168f9eb4b0337d9e8cf6
RANDOM SEED=1384245616

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        31051128 kB
MemAvailable:   31827844 kB
Buffers:          182336 kB
Cached:           866376 kB
SwapCached:        78904 kB
Active:           574328 kB
Inactive:         555024 kB
Active(anon):      10912 kB
Inactive(anon):   101264 kB
Active(file):     563416 kB
Inactive(file):   453760 kB
Unevictable:      109964 kB
Mlocked:          109964 kB
SwapTotal:      67108860 kB
SwapFree:       66923244 kB
Dirty:             26436 kB
Writeback:             0 kB
AnonPages:        112768 kB
Mapped:            35624 kB
Shmem:             22952 kB
Slab:             179920 kB
SReclaimable:     150748 kB
SUnreclaim:        29172 kB
KernelStack:        3408 kB
PageTables:         6204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     489008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 59012 MiB
End job on node107 at 2019-09-14 09:10:58