Trace number 4394472

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 Cert. 347.891 53.3792

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-09-09.xml
MD5SUM72a1fa157874bc53acfadcbdb1252751
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark9.4954
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints1297
Number of domains1
Minimum domain size81
Maximum domain size81
Distribution of domain sizes[{"size":81,"count":81}]
Minimum variable degree66
Maximum variable degree66
Distribution of variable degrees[{"degree":66,"count":81}]
Minimum constraint arity4
Maximum constraint arity81
Distribution of constraint arities[{"arity":4,"count":1296},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints1296
Distribution of constraint types[{"type":"intension","count":1296},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

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-4394472-1568445730.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394472-1568445730.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
7.89/2.14	c solve instance...
9.36/2.44	o 8 
9.36/2.50	o 7 
10.15/2.54	o 6 
11.37/2.76	o 5 
22.90/12.50	o 4 
345.33/53.10	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (20/102)
345.33/53.10		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
345.33/53.10		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
345.33/53.10		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
345.33/53.10		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
345.33/53.10		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
345.33/53.11	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (20/102)
345.33/53.11		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
345.33/53.11		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
345.33/53.11		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
345.33/53.11		at org.chocosolver.solver.Solver.repair(Solver.java:443)
345.33/53.11		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
345.33/53.11		at org.chocosolver.solver.Solver.solve(Solver.java:262)
345.33/53.11		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
345.33/53.11		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
345.33/53.11		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
345.33/53.11		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
345.33/53.11		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
345.33/53.11		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
345.33/53.11		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
345.33/53.11		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
345.33/53.11		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
345.33/53.11		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
345.33/53.11	o 3 
347.59/53.31	java.util.concurrent.ExecutionException: java.lang.NullPointerException
347.59/53.31		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
347.59/53.31		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
347.59/53.31		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
347.59/53.31		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
347.59/53.31		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
347.59/53.31	Caused by: java.lang.NullPointerException
347.59/53.31		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
347.59/53.31		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
347.59/53.31		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
347.59/53.31		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
347.59/53.31		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
347.59/53.31		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
347.59/53.31		... 4 more
347.59/53.31	Caused by: java.lang.NullPointerException
347.59/53.31		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
347.59/53.31		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
347.59/53.31		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
347.59/53.31		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
347.59/53.31		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
347.59/53.31		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
347.59/53.31		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
347.59/53.31		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
347.59/53.31		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
347.59/53.31		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
347.59/53.32		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
347.59/53.32		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
347.59/53.32		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
347.59/53.32		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
347.59/53.32		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
347.59/53.32		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
347.59/53.32		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
347.59/53.32		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
347.59/53.32	Caused by: java.lang.NullPointerException
347.59/53.32		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:169)
347.59/53.32		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
347.59/53.32		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
347.59/53.32		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
347.59/53.32		at org.chocosolver.solver.Solver.solve(Solver.java:262)
347.59/53.32		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
347.59/53.32		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
347.59/53.32		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
347.59/53.32		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
347.59/53.32		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
347.59/53.32		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
347.59/53.32		... 4 more
347.59/53.32	o 1 
347.59/53.34	s OPTIMUM FOUND
347.59/53.34	v <instantiation>
347.59/53.34	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] </list>
347.59/53.34	v 	<values>0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>
347.59/53.34	v </instantiation>

Verifier Data

INVALID Solution! (1296 errors)
  Violated Constraint c_0 : intension()
	function() : or(ne(x[0][0],x[0][1]),ne(x[0][0],x[1][0]),ne(x[0][0],x[1][1]),ne(x[0][1],x[1][0]),ne(x[0][1],x[1][1]),ne(x[1][0],x[1][1]))

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394472-1568445730/watcher-4394472-1568445730 -o /tmp/evaluation-result-4394472-1568445730/solver-4394472-1568445730 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1568437422-2898 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 432447696 HOME/instance-4394472-1568445730.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=4959, runsolver pid=4956
Current StackSize limit: 8192 KiB


[startup+0.101871 s]*
/proc/loadavg: 4.27 1.16 0.89 3/211 4980
/proc/meminfo: memFree=30841304/32770624 swapFree=66967076/67108860
[pid=4959] ppid=4956 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/4959/stat : 4959 (xcsp3-exec) S 4956 4959 2871 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420839874 115843072 364 33554432000 4194304 5098028 140735454815488 140735454813592 140029202293372 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12046336 140735454823286 140735454823529 140735454823529 140735454826442 0
/proc/4959/statm: 28282 364 305 221 0 87 0
[pid=4961] ppid=4959 vsize=28227388 memory=29304 CPUtime=0.12 cores=0-7
/proc/4961/stat : 4961 (java) S 4959 4959 2871 0 -1 1077944320 5732 0 0 0 11 1 0 0 20 0 20 0 420839874 28904845312 7326 33554432000 4194304 4196468 140722769920736 140722769903280 139960472407799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
/proc/4961/statm: 7056847 7326 3149 1 0 7019032 0
[pid=4961/tid=4962] ppid=4959 vsize=28227388 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/4961/task/4962/stat : 4962 (java) R 4959 4959 2871 0 -1 4202560 3649 0 0 0 8 0 0 0 20 0 20 0 420839875 28904845312 7326 33554432000 4194304 4196468 140722769920736 139960476641072 139960472429725 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4963] ppid=4959 vsize=28227388 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/4961/task/4963/stat : 4963 (java) S 4959 4959 2871 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420839875 28904845312 7326 33554432000 4194304 4196468 140722769920736 139960023637008 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4964] ppid=4959 vsize=28227388 memory=140500822099584 CPUtime=0 cores=0-7
/proc/4961/task/4964/stat : 4964 (java) S 4959 4959 2871 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420839875 28904845312 7326 33554432000 4194304 4196468 140722769920736 139960022584464 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4965] ppid=4959 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/4961/task/4965/stat : 4965 (java) S 4959 4959 2871 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420839875 28904845312 7326 33554432000 4194304 4196468 140722769920736 139960021531408 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4966] ppid=4959 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/4961/task/4966/stat : 4966 (java) S 4959 4959 2871 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420839875 28904845312 7326 33554432000 4194304 4196468 140722769920736 139960020478864 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4967] ppid=4959 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/4961/task/4967/stat : 4967 (java) S 4959 4959 2871 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420839875 28904845312 7326 33554432000 4194304 4196468 140722769920736 139960019425808 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4968] ppid=4959 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/4961/task/4968/stat : 4968 (java) S 4959 4959 2871 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420839875 28904845312 7326 33554432000 4194304 4196468 140722769920736 139960018373264 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4969] ppid=4959 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/4961/task/4969/stat : 4969 (java) S 4959 4959 2871 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420839875 28904845312 7326 33554432000 4194304 4196468 140722769920736 139960017320208 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4970] ppid=4959 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/4961/task/4970/stat : 4970 (java) S 4959 4959 2871 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420839876 28904845312 7326 33554432000 4194304 4196468 140722769920736 139960016267664 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4971] ppid=4959 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/4961/task/4971/stat : 4971 (java) S 4959 4959 2871 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420839877 28904845312 7326 33554432000 4194304 4196468 140722769920736 139959070771952 139960472418946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4972] ppid=4959 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/4961/task/4972/stat : 4972 (java) S 4959 4959 2871 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420839877 28904845312 7326 33554432000 4194304 4196468 140722769920736 139959069718176 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4973] ppid=4959 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/4961/task/4973/stat : 4973 (java) S 4959 4959 2871 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420839878 28904845312 7326 33554432000 4194304 4196468 140722769920736 139959068665072 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4974] ppid=4959 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/4961/task/4974/stat : 4974 (java) S 4959 4959 2871 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420839880 28904845312 7326 33554432000 4194304 4196468 140722769920736 139959067613648 139960472426395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4975] ppid=4959 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/4961/task/4975/stat : 4975 (java) R 4959 4959 2871 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 20 0 420839880 28904845312 7326 33554432000 4194304 4196468 140722769920736 139959066560752 139960472418946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4976] ppid=4959 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/4961/task/4976/stat : 4976 (java) S 4959 4959 2871 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420839880 28904845312 7326 33554432000 4194304 4196468 140722769920736 139959065508208 139960472418946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4977] ppid=4959 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/4961/task/4977/stat : 4977 (java) S 4959 4959 2871 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420839880 28904845312 7326 33554432000 4194304 4196468 140722769920736 139959064455152 139960472418946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4978] ppid=4959 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/4961/task/4978/stat : 4978 (java) R 4959 4959 2871 0 -1 4202560 349 0 0 0 2 0 0 0 20 0 20 0 420839880 28904845312 7326 33554432000 4194304 4196468 140722769920736 139959063402608 139960472419734 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4979] ppid=4959 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/4961/task/4979/stat : 4979 (java) S 4959 4959 2871 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420839880 28904845312 7326 33554432000 4194304 4196468 140722769920736 139959062350816 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4980] ppid=4959 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/4961/task/4980/stat : 4980 (java) S 4959 4959 2871 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420839881 28904845312 7326 33554432000 4194304 4196468 140722769920736 139959061298352 139960472418946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30760 KiB

[startup+0.210466 s]*
/proc/loadavg: 4.27 1.16 0.89 3/211 4980
/proc/meminfo: memFree=30828692/32770624 swapFree=66967076/67108860
[pid=4959] ppid=4956 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/4959/stat : 4959 (xcsp3-exec) S 4956 4959 2871 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420839874 115843072 364 33554432000 4194304 5098028 140735454815488 140735454813592 140029202293372 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12046336 140735454823286 140735454823529 140735454823529 140735454826442 0
/proc/4959/statm: 28282 364 305 221 0 87 0
[pid=4961] ppid=4959 vsize=28227388 memory=40592 CPUtime=0.33 cores=0-7
/proc/4961/stat : 4961 (java) S 4959 4959 2871 0 -1 1077944320 9407 0 0 0 30 3 0 0 20 0 20 0 420839874 28904845312 10148 33554432000 4194304 4196468 140722769920736 140722769903280 139960472407799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
/proc/4961/statm: 7056847 10148 3303 1 0 7019032 0
[pid=4961/tid=4962] ppid=4959 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/4961/task/4962/stat : 4962 (java) R 4959 4959 2871 0 -1 4202560 6659 0 0 0 17 2 0 0 20 0 20 0 420839875 28904845312 10148 33554432000 4194304 4196468 140722769920736 139960476647472 139960472429725 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4963] ppid=4959 vsize=28227388 memory=339 CPUtime=0 cores=0-7
/proc/4961/task/4963/stat : 4963 (java) S 4959 4959 2871 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420839875 28904845312 10148 33554432000 4194304 4196468 140722769920736 139960023637008 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4964] ppid=4959 vsize=28227388 memory=140500824137478 CPUtime=0 cores=0-7
/proc/4961/task/4964/stat : 4964 (java) S 4959 4959 2871 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420839875 28904845312 10148 33554432000 4194304 4196468 140722769920736 139960022584464 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4965] ppid=4959 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/4961/task/4965/stat : 4965 (java) S 4959 4959 2871 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420839875 28904845312 10148 33554432000 4194304 4196468 140722769920736 139960021531408 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4966] ppid=4959 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/4961/task/4966/stat : 4966 (java) S 4959 4959 2871 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420839875 28904845312 10148 33554432000 4194304 4196468 140722769920736 139960020478864 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4967] ppid=4959 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/4961/task/4967/stat : 4967 (java) S 4959 4959 2871 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420839875 28904845312 10148 33554432000 4194304 4196468 140722769920736 139960019425808 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4968] ppid=4959 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/4961/task/4968/stat : 4968 (java) S 4959 4959 2871 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420839875 28904845312 10148 33554432000 4194304 4196468 140722769920736 139960018373264 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4969] ppid=4959 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/4961/task/4969/stat : 4969 (java) S 4959 4959 2871 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420839875 28904845312 10148 33554432000 4194304 4196468 140722769920736 139960017320208 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4970] ppid=4959 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/4961/task/4970/stat : 4970 (java) S 4959 4959 2871 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420839876 28904845312 10148 33554432000 4194304 4196468 140722769920736 139960016267664 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4971] ppid=4959 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/4961/task/4971/stat : 4971 (java) S 4959 4959 2871 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420839877 28904845312 10148 33554432000 4194304 4196468 140722769920736 139959070771952 139960472418946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4972] ppid=4959 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/4961/task/4972/stat : 4972 (java) S 4959 4959 2871 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420839877 28904845312 10148 33554432000 4194304 4196468 140722769920736 139959069718176 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4973] ppid=4959 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/4961/task/4973/stat : 4973 (java) S 4959 4959 2871 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420839878 28904845312 10148 33554432000 4194304 4196468 140722769920736 139959068665072 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4974] ppid=4959 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/4961/task/4974/stat : 4974 (java) S 4959 4959 2871 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420839880 28904845312 10148 33554432000 4194304 4196468 140722769920736 139959067613648 139960472426395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4975] ppid=4959 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/4961/task/4975/stat : 4975 (java) S 4959 4959 2871 0 -1 1077944384 469 0 0 0 1 0 0 0 20 0 20 0 420839880 28904845312 10148 33554432000 4194304 4196468 140722769920736 139959066560752 139960472418946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4976] ppid=4959 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/4961/task/4976/stat : 4976 (java) S 4959 4959 2871 0 -1 1077944384 55 0 0 0 1 0 0 0 20 0 20 0 420839880 28904845312 10148 33554432000 4194304 4196468 140722769920736 139959065508208 139960472418946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4977] ppid=4959 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/4961/task/4977/stat : 4977 (java) S 4959 4959 2871 0 -1 1077944384 129 0 0 0 1 0 0 0 20 0 20 0 420839880 28904845312 10148 33554432000 4194304 4196468 140722769920736 139959064455152 139960472418946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4978] ppid=4959 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/4961/task/4978/stat : 4978 (java) S 4959 4959 2871 0 -1 1077944384 783 0 0 0 8 0 0 0 20 0 20 0 420839880 28904845312 10148 33554432000 4194304 4196468 140722769920736 139959063402608 139960472418946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4979] ppid=4959 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/4961/task/4979/stat : 4979 (java) S 4959 4959 2871 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420839880 28904845312 10148 33554432000 4194304 4196468 140722769920736 139959062350816 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4980] ppid=4959 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/4961/task/4980/stat : 4980 (java) S 4959 4959 2871 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420839881 28904845312 10148 33554432000 4194304 4196468 140722769920736 139959061298352 139960472418946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42048 KiB

[startup+0.31118 s]*
/proc/loadavg: 4.27 1.16 0.89 4/211 4980
/proc/meminfo: memFree=30821548/32770624 swapFree=66967076/67108860
[pid=4959] ppid=4956 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/4959/stat : 4959 (xcsp3-exec) S 4956 4959 2871 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420839874 115843072 364 33554432000 4194304 5098028 140735454815488 140735454813592 140029202293372 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12046336 140735454823286 140735454823529 140735454823529 140735454826442 0
/proc/4959/statm: 28282 364 305 221 0 87 0
[pid=4961] ppid=4959 vsize=28231644 memory=50224 CPUtime=0.51 cores=0-7
/proc/4961/stat : 4961 (java) S 4959 4959 2871 0 -1 1077944320 10842 0 0 0 47 4 0 0 20 0 20 0 420839874 28909203456 12556 33554432000 4194304 4196468 140722769920736 140722769903280 139960472407799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
/proc/4961/statm: 7057911 12556 3373 1 0 7019032 0
[pid=4961/tid=4962] ppid=4959 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/4961/task/4962/stat : 4962 (java) R 4959 4959 2871 0 -1 4202560 7789 0 0 0 26 3 0 0 20 0 20 0 420839875 28909203456 12584 33554432000 4194304 4196468 140722769920736 139960476638912 139960456488286 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4963] ppid=4959 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/4961/task/4963/stat : 4963 (java) S 4959 4959 2871 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420839875 28909203456 12584 33554432000 4194304 4196468 140722769920736 139960023637008 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4964] ppid=4959 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/4961/task/4964/stat : 4964 (java) S 4959 4959 2871 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420839875 28909203456 12584 33554432000 4194304 4196468 140722769920736 139960022584464 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4965] ppid=4959 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/4961/task/4965/stat : 4965 (java) S 4959 4959 2871 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420839875 28909203456 12584 33554432000 4194304 4196468 140722769920736 139960021531408 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4966] ppid=4959 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/4961/task/4966/stat : 4966 (java) S 4959 4959 2871 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420839875 28909203456 12584 33554432000 4194304 4196468 140722769920736 139960020478864 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4967] ppid=4959 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/4961/task/4967/stat : 4967 (java) S 4959 4959 2871 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420839875 28909203456 12584 33554432000 4194304 4196468 140722769920736 139960019425808 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4968] ppid=4959 vsize=28231644 memory=140500661267119 CPUtime=0 cores=0-7
/proc/4961/task/4968/stat : 4968 (java) S 4959 4959 2871 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420839875 28909203456 12584 33554432000 4194304 4196468 140722769920736 139960018373264 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4969] ppid=4959 vsize=28231644 memory=140500661269424 CPUtime=0 cores=0-7
/proc/4961/task/4969/stat : 4969 (java) S 4959 4959 2871 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420839875 28909203456 12584 33554432000 4194304 4196468 140722769920736 139960017320208 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4970] ppid=4959 vsize=28231644 memory=140500661271728 CPUtime=0 cores=0-7
/proc/4961/task/4970/stat : 4970 (java) S 4959 4959 2871 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420839876 28909203456 12584 33554432000 4194304 4196468 140722769920736 139960016267664 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4971] ppid=4959 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/4961/task/4971/stat : 4971 (java) S 4959 4959 2871 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420839877 28909203456 12584 33554432000 4194304 4196468 140722769920736 139959070771952 139960472418946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4972] ppid=4959 vsize=28231644 memory=281001322557328 CPUtime=0 cores=0-7
/proc/4961/task/4972/stat : 4972 (java) S 4959 4959 2871 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420839877 28909203456 12584 33554432000 4194304 4196468 140722769920736 139959069718176 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4973] ppid=4959 vsize=28231644 memory=281001322555024 CPUtime=0 cores=0-7
/proc/4961/task/4973/stat : 4973 (java) S 4959 4959 2871 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420839878 28909203456 12584 33554432000 4194304 4196468 140722769920736 139959068665072 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4974] ppid=4959 vsize=28231644 memory=281001322561936 CPUtime=0 cores=0-7
/proc/4961/task/4974/stat : 4974 (java) S 4959 4959 2871 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420839880 28909203456 12584 33554432000 4194304 4196468 140722769920736 139959067613648 139960472426395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4975] ppid=4959 vsize=28231644 memory=281001322503216 CPUtime=0.03 cores=0-7
/proc/4961/task/4975/stat : 4975 (java) R 4959 4959 2871 0 -1 4202560 596 0 0 0 3 0 0 0 20 0 20 0 420839880 28909203456 12584 33554432000 4194304 4196468 140722769920736 139959066551136 139960455795845 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4976] ppid=4959 vsize=28231644 memory=281001322575760 CPUtime=0.01 cores=0-7
/proc/4961/task/4976/stat : 4976 (java) S 4959 4959 2871 0 -1 1077944384 97 0 0 0 1 0 0 0 20 0 20 0 420839880 28909203456 12584 33554432000 4194304 4196468 140722769920736 139959065508208 139960472418946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4977] ppid=4959 vsize=28231644 memory=281001322582672 CPUtime=0.02 cores=0-7
/proc/4961/task/4977/stat : 4977 (java) S 4959 4959 2871 0 -1 1077944384 140 0 0 0 2 0 0 0 20 0 20 0 420839880 28909203456 12584 33554432000 4194304 4196468 140722769920736 139959064455152 139960472418946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4978] ppid=4959 vsize=28231644 memory=281001322580368 CPUtime=0.13 cores=0-7
/proc/4961/task/4978/stat : 4978 (java) S 4959 4959 2871 0 -1 1077944384 924 0 0 0 13 0 0 0 20 0 20 0 420839880 28909203456 12584 33554432000 4194304 4196468 140722769920736 139959063402608 139960472418946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4979] ppid=4959 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/4961/task/4979/stat : 4979 (java) S 4959 4959 2871 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420839880 28909203456 12584 33554432000 4194304 4196468 140722769920736 139959062350816 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4980] ppid=4959 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/4961/task/4980/stat : 4980 (java) S 4959 4959 2871 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420839881 28909203456 12584 33554432000 4194304 4196468 140722769920736 139959061298352 139960472418946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51680 KiB

[startup+0.706874 s]
/proc/loadavg: 4.27 1.16 0.89 5/211 4980
/proc/meminfo: memFree=30797268/32770624 swapFree=66967076/67108860
[pid=4959] ppid=4956 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/4959/stat : 4959 (xcsp3-exec) S 4956 4959 2871 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420839874 115843072 364 33554432000 4194304 5098028 140735454815488 140735454813592 140029202293372 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12046336 140735454823286 140735454823529 140735454823529 140735454826442 0
/proc/4959/statm: 28282 364 305 221 0 87 0
[pid=4961] ppid=4959 vsize=28233768 memory=99992 CPUtime=1.95 cores=0-7
/proc/4961/stat : 4961 (java) S 4959 4959 2871 0 -1 1077944320 16145 0 0 0 188 7 0 0 20 0 20 0 420839874 28911378432 24998 33554432000 4194304 4196468 140722769920736 140722769903280 139960472407799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
/proc/4961/statm: 7058442 24998 3455 1 0 7019544 0
[pid=4961/tid=4962] ppid=4959 vsize=28233768 memory=0 CPUtime=0.68 cores=0-7
/proc/4961/task/4962/stat : 4962 (java) R 4959 4959 2871 0 -1 4202560 9293 0 0 0 64 4 0 0 20 0 20 0 420839875 28911378432 24998 33554432000 4194304 4196468 140722769920736 139960476643880 139960114450130 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4963] ppid=4959 vsize=28233768 memory=140500661478256 CPUtime=0 cores=0-7
/proc/4961/task/4963/stat : 4963 (java) S 4959 4959 2871 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420839875 28911378432 24998 33554432000 4194304 4196468 140722769920736 139960023637008 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4964] ppid=4959 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/4961/task/4964/stat : 4964 (java) S 4959 4959 2871 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420839875 28911378432 24998 33554432000 4194304 4196468 140722769920736 139960022584464 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4965] ppid=4959 vsize=28233768 memory=1192 CPUtime=0 cores=0-7
/proc/4961/task/4965/stat : 4965 (java) S 4959 4959 2871 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420839875 28911378432 24998 33554432000 4194304 4196468 140722769920736 139960021531408 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0

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

[pid=4961/tid=4964] ppid=4959 vsize=28768328 memory=7748 CPUtime=0.23 cores=0-7
/proc/4961/task/4964/stat : 4964 (java) S 4959 4959 2871 0 -1 1077944384 1438 0 0 0 18 5 0 0 20 0 28 0 420839875 29458767872 329918 33554432000 4194304 4196468 140722769920736 139960022584464 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4965] ppid=4959 vsize=28768328 memory=964 CPUtime=0.2 cores=0-7
/proc/4961/task/4965/stat : 4965 (java) S 4959 4959 2871 0 -1 1077944384 362 0 0 0 16 4 0 0 20 0 28 0 420839875 29458767872 329918 33554432000 4194304 4196468 140722769920736 139960021531408 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4966] ppid=4959 vsize=28768328 memory=0 CPUtime=0.18 cores=0-7
/proc/4961/task/4966/stat : 4966 (java) S 4959 4959 2871 0 -1 1077944384 1068 0 0 0 15 3 0 0 20 0 28 0 420839875 29458767872 329918 33554432000 4194304 4196468 140722769920736 139960020478864 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4967] ppid=4959 vsize=28768328 memory=0 CPUtime=0.22 cores=0-7
/proc/4961/task/4967/stat : 4967 (java) S 4959 4959 2871 0 -1 1077944384 270 0 0 0 17 5 0 0 20 0 28 0 420839875 29458767872 329918 33554432000 4194304 4196468 140722769920736 139960019425808 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4968] ppid=4959 vsize=28768328 memory=0 CPUtime=0.19 cores=0-7
/proc/4961/task/4968/stat : 4968 (java) S 4959 4959 2871 0 -1 1077944384 983 0 0 0 14 5 0 0 20 0 28 0 420839875 29458767872 329918 33554432000 4194304 4196468 140722769920736 139960018373264 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4969] ppid=4959 vsize=28768328 memory=87 CPUtime=0.22 cores=0-7
/proc/4961/task/4969/stat : 4969 (java) S 4959 4959 2871 0 -1 1077944384 688 0 0 0 18 4 0 0 20 0 28 0 420839875 29458767872 329918 33554432000 4194304 4196468 140722769920736 139960017320208 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4970] ppid=4959 vsize=28768328 memory=0 CPUtime=0.22 cores=0-7
/proc/4961/task/4970/stat : 4970 (java) S 4959 4959 2871 0 -1 1077944384 493 0 0 0 17 5 0 0 20 0 28 0 420839876 29458767872 329918 33554432000 4194304 4196468 140722769920736 139960016267664 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4971] ppid=4959 vsize=28768328 memory=1 CPUtime=0.03 cores=0-7
/proc/4961/task/4971/stat : 4971 (java) S 4959 4959 2871 0 -1 1077944384 2339 0 0 0 2 1 0 0 20 0 28 0 420839877 29458767872 329918 33554432000 4194304 4196468 140722769920736 139959070771952 139960472418946 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4972] ppid=4959 vsize=28768328 memory=2858 CPUtime=0 cores=0-7
/proc/4961/task/4972/stat : 4972 (java) S 4959 4959 2871 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 420839877 29458767872 329918 33554432000 4194304 4196468 140722769920736 139959069718240 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4973] ppid=4959 vsize=28768328 memory=2888 CPUtime=0 cores=0-7
/proc/4961/task/4973/stat : 4973 (java) S 4959 4959 2871 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 420839878 29458767872 329918 33554432000 4194304 4196468 140722769920736 139959068665088 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4974] ppid=4959 vsize=28768328 memory=2861 CPUtime=0 cores=0-7
/proc/4961/task/4974/stat : 4974 (java) S 4959 4959 2871 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420839880 29458767872 329918 33554432000 4194304 4196468 140722769920736 139959067613648 139960472426395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4975] ppid=4959 vsize=28768328 memory=2862 CPUtime=3.65 cores=0-7
/proc/4961/task/4975/stat : 4975 (java) R 4959 4959 2871 0 -1 4202560 17626 0 0 0 361 4 0 0 20 0 28 0 420839880 29458767872 329918 33554432000 4194304 4196468 140722769920736 139959066547488 139960455818842 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4976] ppid=4959 vsize=28768328 memory=1456 CPUtime=3.73 cores=0-7
/proc/4961/task/4976/stat : 4976 (java) R 4959 4959 2871 0 -1 4202560 17089 0 0 0 369 4 0 0 20 0 28 0 420839880 29458767872 329918 33554432000 4194304 4196468 140722769920736 139959065494264 139960450535447 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4977] ppid=4959 vsize=28768328 memory=281001323645408 CPUtime=3.53 cores=0-7
/proc/4961/task/4977/stat : 4977 (java) R 4959 4959 2871 0 -1 4202560 34217 0 0 0 348 5 0 0 20 0 28 0 420839880 29458767872 329918 33554432000 4194304 4196468 140722769920736 139959064436232 139960450424791 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4978] ppid=4959 vsize=28768328 memory=728052 CPUtime=1 cores=0-7
/proc/4961/task/4978/stat : 4978 (java) S 4959 4959 2871 0 -1 1077944384 9738 0 0 0 98 2 0 0 20 0 28 0 420839880 29458767872 329918 33554432000 4194304 4196468 140722769920736 139959063402608 139960472418946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4979] ppid=4959 vsize=28768328 memory=1456 CPUtime=0 cores=0-7
/proc/4961/task/4979/stat : 4979 (java) S 4959 4959 2871 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420839880 29458767872 329918 33554432000 4194304 4196468 140722769920736 139959062350816 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4980] ppid=4959 vsize=28768328 memory=1284564 CPUtime=0.02 cores=0-7
/proc/4961/task/4980/stat : 4980 (java) S 4959 4959 2871 0 -1 1077944384 1964 0 0 0 1 1 0 0 20 0 28 0 420839881 29458767872 329918 33554432000 4194304 4196468 140722769920736 139959061298352 139960472418946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=5022] ppid=4959 vsize=28768328 memory=7100839861465685612 CPUtime=39.23 cores=0-7
/proc/4961/task/5022/stat : 5022 (java) R 4959 4959 2871 0 -1 4202560 714 0 0 0 3923 0 0 0 20 0 28 0 420841124 29458767872 329918 33554432000 4194304 4196468 140722769920736 139959045778416 139960109783329 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=5023] ppid=4959 vsize=28768328 memory=6935649255759568960 CPUtime=39.69 cores=0-7
/proc/4961/task/5023/stat : 5023 (java) R 4959 4959 2871 0 -1 4202560 1166 0 0 0 3969 0 0 0 20 0 28 0 420841124 29458767872 329918 33554432000 4194304 4196468 140722769920736 139959047888496 139960109640513 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=5024] ppid=4959 vsize=28768328 memory=8101247189090653292 CPUtime=39.33 cores=0-7
/proc/4961/task/5024/stat : 5024 (java) R 4959 4959 2871 0 -1 4202560 1251 0 0 0 3930 3 0 0 20 0 28 0 420841124 29458767872 329918 33554432000 4194304 4196468 140722769920736 139959046833800 139960120616315 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=5025] ppid=4959 vsize=28768328 memory=1456 CPUtime=39.48 cores=0-7
/proc/4961/task/5025/stat : 5025 (java) R 4959 4959 2871 0 -1 4202560 6957 0 0 0 3933 15 0 0 20 0 28 0 420841125 29458767872 329918 33554432000 4194304 4196468 140722769920736 139959044730696 139960117955695 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=5026] ppid=4959 vsize=28768328 memory=164 CPUtime=39.35 cores=0-7
/proc/4961/task/5026/stat : 5026 (java) R 4959 4959 2871 0 -1 4202560 1841 0 0 0 3935 0 0 0 20 0 28 0 420841125 29458767872 329918 33554432000 4194304 4196468 140722769920736 139959042620928 139960120180889 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=5027] ppid=4959 vsize=28768328 memory=4639930695424490343 CPUtime=38.92 cores=0-7
/proc/4961/task/5027/stat : 5027 (java) S 4959 4959 2871 0 -1 1077944384 394 0 0 0 3892 0 0 0 20 0 28 0 420841125 29458767872 329918 33554432000 4194304 4196468 140722769920736 139959048936880 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=5028] ppid=4959 vsize=28768328 memory=7884209125585283427 CPUtime=39.31 cores=0-7
/proc/4961/task/5028/stat : 5028 (java) R 4959 4959 2871 0 -1 4202560 1184 0 0 0 3931 0 0 0 20 0 28 0 420841125 29458767872 329918 33554432000 4194304 4196468 140722769920736 139959049989504 139960117827556 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=5029] ppid=4959 vsize=28768328 memory=7380393089383033430 CPUtime=39.68 cores=0-7
/proc/4961/task/5029/stat : 5029 (java) R 4959 4959 2871 0 -1 1077944384 1600 0 0 0 3968 0 0 0 20 0 28 0 420841125 29458767872 329918 33554432000 4194304 4196468 140722769920736 139959043673744 139960472418005 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
Current children cumulated CPU time: 343.66 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 1321128 KiB

[startup+53.2019 s]
/proc/loadavg: 6.52 2.24 1.27 11/219 5031
/proc/meminfo: memFree=29272164/32770624 swapFree=66967076/67108860
[pid=4959] ppid=4956 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/4959/stat : 4959 (xcsp3-exec) S 4956 4959 2871 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420839874 115843072 364 33554432000 4194304 5098028 140735454815488 140735454813592 140029202293372 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12046336 140735454823286 140735454823529 140735454823529 140735454826442 0
/proc/4959/statm: 28282 364 305 221 0 87 0
[pid=4961] ppid=4959 vsize=28905776 memory=1900708 CPUtime=346.79 cores=0-7
/proc/4961/stat : 4961 (java) S 4959 4959 2871 0 -1 1077944320 124433 0 0 0 34574 105 0 0 20 0 29 0 420839874 29599514624 475177 33554432000 4194304 4196468 140722769920736 140722769903280 139960472407799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
/proc/4961/statm: 7226444 475177 3540 1 0 7187546 0
[pid=4961/tid=4962] ppid=4959 vsize=28905776 memory=1556 CPUtime=2.06 cores=0-7
/proc/4961/task/4962/stat : 4962 (java) S 4959 4959 2871 0 -1 1077944384 10077 0 0 0 197 9 0 0 20 0 29 0 420839875 29599514624 475177 33554432000 4194304 4196468 140722769920736 139960476648576 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4963] ppid=4959 vsize=28905776 memory=928 CPUtime=0.2 cores=0-7
/proc/4961/task/4963/stat : 4963 (java) S 4959 4959 2871 0 -1 1077944384 294 0 0 0 16 4 0 0 20 0 29 0 420839875 29599514624 475177 33554432000 4194304 4196468 140722769920736 139960023637008 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4964] ppid=4959 vsize=28905776 memory=1520 CPUtime=0.23 cores=0-7
/proc/4961/task/4964/stat : 4964 (java) S 4959 4959 2871 0 -1 1077944384 1438 0 0 0 18 5 0 0 20 0 29 0 420839875 29599514624 475177 33554432000 4194304 4196468 140722769920736 139960022584464 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4965] ppid=4959 vsize=28905776 memory=1980 CPUtime=0.2 cores=0-7
/proc/4961/task/4965/stat : 4965 (java) S 4959 4959 2871 0 -1 1077944384 362 0 0 0 16 4 0 0 20 0 29 0 420839875 29599514624 475177 33554432000 4194304 4196468 140722769920736 139960021531408 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4966] ppid=4959 vsize=28905776 memory=2572 CPUtime=0.18 cores=0-7
/proc/4961/task/4966/stat : 4966 (java) S 4959 4959 2871 0 -1 1077944384 1068 0 0 0 15 3 0 0 20 0 29 0 420839875 29599514624 475177 33554432000 4194304 4196468 140722769920736 139960020478864 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4967] ppid=4959 vsize=28905776 memory=900 CPUtime=0.22 cores=0-7
/proc/4961/task/4967/stat : 4967 (java) S 4959 4959 2871 0 -1 1077944384 270 0 0 0 17 5 0 0 20 0 29 0 420839875 29599514624 475177 33554432000 4194304 4196468 140722769920736 139960019425808 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4968] ppid=4959 vsize=28905776 memory=1432 CPUtime=0.19 cores=0-7
/proc/4961/task/4968/stat : 4968 (java) S 4959 4959 2871 0 -1 1077944384 983 0 0 0 14 5 0 0 20 0 29 0 420839875 29599514624 475177 33554432000 4194304 4196468 140722769920736 139960018373264 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4969] ppid=4959 vsize=28905776 memory=1764 CPUtime=0.22 cores=0-7
/proc/4961/task/4969/stat : 4969 (java) S 4959 4959 2871 0 -1 1077944384 688 0 0 0 18 4 0 0 20 0 29 0 420839875 29599514624 475177 33554432000 4194304 4196468 140722769920736 139960017320208 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4970] ppid=4959 vsize=28905776 memory=111632 CPUtime=0.22 cores=0-7
/proc/4961/task/4970/stat : 4970 (java) S 4959 4959 2871 0 -1 1077944384 493 0 0 0 17 5 0 0 20 0 29 0 420839876 29599514624 475177 33554432000 4194304 4196468 140722769920736 139960016267664 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4971] ppid=4959 vsize=28905776 memory=288230574492221466 CPUtime=0.03 cores=0-7
/proc/4961/task/4971/stat : 4971 (java) S 4959 4959 2871 0 -1 1077944384 2349 0 0 0 2 1 0 0 20 0 29 0 420839877 29599514624 475177 33554432000 4194304 4196468 140722769920736 139959070771952 139960472418946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4972] ppid=4959 vsize=28905776 memory=288230583166042426 CPUtime=0 cores=0-7
/proc/4961/task/4972/stat : 4972 (java) S 4959 4959 2871 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 29 0 420839877 29599514624 475177 33554432000 4194304 4196468 140722769920736 139959069718240 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4973] ppid=4959 vsize=28905776 memory=14690799036140186 CPUtime=0 cores=0-7
/proc/4961/task/4973/stat : 4973 (java) S 4959 4959 2871 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 29 0 420839878 29599514624 475177 33554432000 4194304 4196468 140722769920736 139959068665088 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4974] ppid=4959 vsize=28905776 memory=8317482817917895235 CPUtime=0 cores=0-7
/proc/4961/task/4974/stat : 4974 (java) S 4959 4959 2871 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 29 0 420839880 29599514624 475177 33554432000 4194304 4196468 140722769920736 139959067613648 139960472426395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4975] ppid=4959 vsize=28905776 memory=4126316290023845779 CPUtime=3.82 cores=0-7
/proc/4961/task/4975/stat : 4975 (java) R 4959 4959 2871 0 -1 4202560 23033 0 0 0 377 5 0 0 20 0 29 0 420839880 29599514624 475177 33554432000 4194304 4196468 140722769920736 139959066541720 139960453107000 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4976] ppid=4959 vsize=28905776 memory=500 CPUtime=4.09 cores=0-7
/proc/4961/task/4976/stat : 4976 (java) R 4959 4959 2871 0 -1 4202560 17974 0 0 0 404 5 0 0 20 0 29 0 420839880 29599514624 475177 33554432000 4194304 4196468 140722769920736 139959065489224 139960451597249 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4977] ppid=4959 vsize=28905776 memory=1556 CPUtime=3.8 cores=0-7
/proc/4961/task/4977/stat : 4977 (java) R 4959 4959 2871 0 -1 4202560 34260 0 0 0 375 5 0 0 20 0 29 0 420839880 29599514624 475177 33554432000 4194304 4196468 140722769920736 139959064442992 139960458471776 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4978] ppid=4959 vsize=28905776 memory=928 CPUtime=1.02 cores=0-7
/proc/4961/task/4978/stat : 4978 (java) S 4959 4959 2871 0 -1 1077944384 9799 0 0 0 100 2 0 0 20 0 29 0 420839880 29599514624 475177 33554432000 4194304 4196468 140722769920736 139959063402608 139960472418946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4979] ppid=4959 vsize=28905776 memory=1520 CPUtime=0 cores=0-7
/proc/4961/task/4979/stat : 4979 (java) S 4959 4959 2871 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 29 0 420839880 29599514624 475177 33554432000 4194304 4196468 140722769920736 139959062350816 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4980] ppid=4959 vsize=28905776 memory=1980 CPUtime=0.02 cores=0-7
/proc/4961/task/4980/stat : 4980 (java) S 4959 4959 2871 0 -1 1077944384 1964 0 0 0 1 1 0 0 20 0 29 0 420839881 29599514624 475177 33554432000 4194304 4196468 140722769920736 139959061298352 139960472418946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=5027] ppid=4959 vsize=28905776 memory=2572 CPUtime=39.15 cores=0-7
/proc/4961/task/5027/stat : 5027 (java) R 4959 4959 2871 0 -1 4202560 702 0 0 0 3906 9 0 0 20 0 29 0 420841125 29599514624 475177 33554432000 4194304 4196468 140722769920736 139959048940304 139960113326597 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
Current children cumulated CPU time: 346.79 s
Current children cumulated vsize: 29018904 KiB
Current children cumulated memory: 1902164 KiB

[startup+53.3019 s]
/proc/loadavg: 6.52 2.24 1.27 11/219 5031
/proc/meminfo: memFree=29272164/32770624 swapFree=66967076/67108860
[pid=4959] ppid=4956 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/4959/stat : 4959 (xcsp3-exec) S 4956 4959 2871 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420839874 115843072 364 33554432000 4194304 5098028 140735454815488 140735454813592 140029202293372 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12046336 140735454823286 140735454823529 140735454823529 140735454826442 0
/proc/4959/statm: 28282 364 305 221 0 87 0
[pid=4961] ppid=4959 vsize=28902484 memory=1953580 CPUtime=347.59 cores=0-7
/proc/4961/stat : 4961 (java) S 4959 4959 2871 0 -1 1077944320 127188 0 0 0 34653 106 0 0 20 0 29 0 420839874 29596143616 488395 33554432000 4194304 4196468 140722769920736 140722769903280 139960472407799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
/proc/4961/statm: 7225621 488395 3540 1 0 7186723 0
[pid=4961/tid=4962] ppid=4959 vsize=28902484 memory=1334644 CPUtime=2.06 cores=0-7
/proc/4961/task/4962/stat : 4962 (java) S 4959 4959 2871 0 -1 1077944384 10077 0 0 0 197 9 0 0 20 0 29 0 420839875 29596143616 488395 33554432000 4194304 4196468 140722769920736 139960476648576 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4963] ppid=4959 vsize=28902484 memory=1314920 CPUtime=0.2 cores=0-7
/proc/4961/task/4963/stat : 4963 (java) S 4959 4959 2871 0 -1 1077944384 294 0 0 0 16 4 0 0 20 0 29 0 420839875 29596143616 488395 33554432000 4194304 4196468 140722769920736 139960023637008 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4964] ppid=4959 vsize=28902484 memory=1796532 CPUtime=0.23 cores=0-7
/proc/4961/task/4964/stat : 4964 (java) S 4959 4959 2871 0 -1 1077944384 1438 0 0 0 18 5 0 0 20 0 29 0 420839875 29596143616 488395 33554432000 4194304 4196468 140722769920736 139960022584464 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4965] ppid=4959 vsize=28902484 memory=1456 CPUtime=0.2 cores=0-7
/proc/4961/task/4965/stat : 4965 (java) S 4959 4959 2871 0 -1 1077944384 362 0 0 0 16 4 0 0 20 0 29 0 420839875 29596143616 488395 33554432000 4194304 4196468 140722769920736 139960021531408 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4966] ppid=4959 vsize=28902484 memory=1261856 CPUtime=0.18 cores=0-7
/proc/4961/task/4966/stat : 4966 (java) S 4959 4959 2871 0 -1 1077944384 1068 0 0 0 15 3 0 0 20 0 29 0 420839875 29596143616 488395 33554432000 4194304 4196468 140722769920736 139960020478864 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4967] ppid=4959 vsize=28902484 memory=164 CPUtime=0.22 cores=0-7
/proc/4961/task/4967/stat : 4967 (java) S 4959 4959 2871 0 -1 1077944384 270 0 0 0 17 5 0 0 20 0 29 0 420839875 29596143616 488395 33554432000 4194304 4196468 140722769920736 139960019425808 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4968] ppid=4959 vsize=28902484 memory=1261856 CPUtime=0.19 cores=0-7
/proc/4961/task/4968/stat : 4968 (java) S 4959 4959 2871 0 -1 1077944384 983 0 0 0 14 5 0 0 20 0 29 0 420839875 29596143616 488395 33554432000 4194304 4196468 140722769920736 139960018373264 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4969] ppid=4959 vsize=28902484 memory=3620 CPUtime=0.22 cores=0-7
/proc/4961/task/4969/stat : 4969 (java) S 4959 4959 2871 0 -1 1077944384 688 0 0 0 18 4 0 0 20 0 29 0 420839875 29596143616 488395 33554432000 4194304 4196468 140722769920736 139960017320208 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4970] ppid=4959 vsize=28902484 memory=40316 CPUtime=0.22 cores=0-7
/proc/4961/task/4970/stat : 4970 (java) S 4959 4959 2871 0 -1 1077944384 493 0 0 0 17 5 0 0 20 0 29 0 420839876 29596143616 488395 33554432000 4194304 4196468 140722769920736 139960016267664 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4971] ppid=4959 vsize=28902484 memory=2004 CPUtime=0.03 cores=0-7
/proc/4961/task/4971/stat : 4971 (java) S 4959 4959 2871 0 -1 1077944384 2349 0 0 0 2 1 0 0 20 0 29 0 420839877 29596143616 488395 33554432000 4194304 4196468 140722769920736 139959070771952 139960472418946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4972] ppid=4959 vsize=28902484 memory=1376 CPUtime=0 cores=0-7
/proc/4961/task/4972/stat : 4972 (java) S 4959 4959 2871 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 29 0 420839877 29596143616 488395 33554432000 4194304 4196468 140722769920736 139959069718240 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4973] ppid=4959 vsize=28902484 memory=3620 CPUtime=0 cores=0-7
/proc/4961/task/4973/stat : 4973 (java) S 4959 4959 2871 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 29 0 420839878 29596143616 488395 33554432000 4194304 4196468 140722769920736 139959068665088 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4974] ppid=4959 vsize=28902484 memory=40316 CPUtime=0 cores=0-7
/proc/4961/task/4974/stat : 4974 (java) S 4959 4959 2871 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 29 0 420839880 29596143616 488395 33554432000 4194304 4196468 140722769920736 139959067613648 139960472426395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4975] ppid=4959 vsize=28902484 memory=280997631370447 CPUtime=3.92 cores=0-7
/proc/4961/task/4975/stat : 4975 (java) R 4959 4959 2871 0 -1 4202560 24567 0 0 0 387 5 0 0 20 0 29 0 420839880 29596143616 488395 33554432000 4194304 4196468 140722769920736 139959066541720 139960455906344 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4976] ppid=4959 vsize=28902484 memory=0 CPUtime=4.19 cores=0-7
/proc/4961/task/4976/stat : 4976 (java) R 4959 4959 2871 0 -1 4202560 18909 0 0 0 414 5 0 0 20 0 29 0 420839880 29596143616 488395 33554432000 4194304 4196468 140722769920736 139959065489224 139960455818693 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4977] ppid=4959 vsize=28902484 memory=1456 CPUtime=3.86 cores=0-7
/proc/4961/task/4977/stat : 4977 (java) R 4959 4959 2871 0 -1 1077944384 34284 0 0 0 381 5 0 0 20 0 29 0 420839880 29596143616 488395 33554432000 4194304 4196468 140722769920736 139959064444144 139960472418005 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4978] ppid=4959 vsize=28902484 memory=1456 CPUtime=1.03 cores=0-7
/proc/4961/task/4978/stat : 4978 (java) S 4959 4959 2871 0 -1 1077944384 10027 0 0 0 101 2 0 0 20 0 29 0 420839880 29596143616 488395 33554432000 4194304 4196468 140722769920736 139959063402608 139960472418946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4979] ppid=4959 vsize=28902484 memory=1261856 CPUtime=0 cores=0-7
/proc/4961/task/4979/stat : 4979 (java) S 4959 4959 2871 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 29 0 420839880 29596143616 488395 33554432000 4194304 4196468 140722769920736 139959062350816 139960472418005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=4980] ppid=4959 vsize=28902484 memory=281001322773568 CPUtime=0.02 cores=0-7
/proc/4961/task/4980/stat : 4980 (java) S 4959 4959 2871 0 -1 1077944384 1964 0 0 0 1 1 0 0 20 0 29 0 420839881 29596143616 488395 33554432000 4194304 4196468 140722769920736 139959061298352 139960472418946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
[pid=4961/tid=5027] ppid=4959 vsize=28902484 memory=1432 CPUtime=39.23 cores=0-7
/proc/4961/task/5027/stat : 5027 (java) R 4959 4959 2871 0 -1 4202560 722 0 0 0 3913 10 0 0 20 0 29 0 420841125 29596143616 488395 33554432000 4194304 4196468 140722769920736 139959048936144 139960109640771 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30232576 140722769925098 140722769925270 140722769925270 140722769928143 0
Current children cumulated CPU time: 347.59 s
Current children cumulated vsize: 29015612 KiB
Current children cumulated memory: 1955036 KiB

Child status: 0
Real time (s): 53.3792
CPU time (s): 347.891
CPU user time (s): 346.794
CPU system time (s): 1.09629
CPU usage (%): 651.735
Max. virtual memory (cumulated for all children) (KiB): 29018904
Max. memory (cumulated for all children) (KiB): 1955036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 346.794
system time used= 1.09629
maximum resident set size= 1974908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128565
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7122
involuntary context switches= 5279


# summary of solver processes directly reported to runsolver:
#   pid: 4959
#   total CPU time (s): 347.891
#   total CPU user time (s): 346.794
#   total CPU system time (s): 1.09629

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.569119 second user time and 0.547883 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-14 09:21:28
IDJOB=4394472
IDBENCH=139724
IDSOLVER=2843
FILE ID=node125/4394472-1568445730
RUNJOBID= node125-1568437422-2898
PBS_JOBID= 21702322
Free space on /tmp= 59780 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-09-09.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-4394472-1568445730/watcher-4394472-1568445730 -o /tmp/evaluation-result-4394472-1568445730/solver-4394472-1568445730 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1568437422-2898 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 432447696 HOME/instance-4394472-1568445730.xml

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

MD5SUM BENCH= 72a1fa157874bc53acfadcbdb1252751
RANDOM SEED=432447696

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.29
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:        30858552 kB
MemAvailable:   31872872 kB
Buffers:          158476 kB
Cached:          1146712 kB
SwapCached:        38356 kB
Active:           683412 kB
Inactive:         663500 kB
Active(anon):      20764 kB
Inactive(anon):    60880 kB
Active(file):     662648 kB
Inactive(file):   602620 kB
Unevictable:      108024 kB
Mlocked:          108024 kB
SwapTotal:      67108860 kB
SwapFree:       66967076 kB
Dirty:             26208 kB
Writeback:            16 kB
AnonPages:         45260 kB
Mapped:            43892 kB
Shmem:             31296 kB
Slab:             158732 kB
SReclaimable:     129776 kB
SUnreclaim:        28956 kB
KernelStack:        3488 kB
PageTables:         5248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 59752 MiB
End job on node125 at 2019-09-14 09:22:22