Trace number 4394446

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 parallelOPT326 179.646 36.0545

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-4.xml
MD5SUMa08c622730be04b0ce65f9055d76b754
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark326
Best CPU time to get the best result obtained on this benchmark26.2049
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size429
Distribution of domain sizes[{"size":5,"count":50},{"size":429,"count":55}]
Minimum variable degree2
Maximum variable degree6
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":50},{"degree":6,"count":25}]
Minimum constraint arity1
Maximum constraint arity7
Distribution of constraint arities[{"arity":1,"count":5},{"arity":2,"count":25},{"arity":3,"count":25},{"arity":5,"count":10},{"arity":7,"count":25}]
Number of extensional constraints25
Number of intensional constraints30
Distribution of constraint types[{"type":"extension","count":25},{"type":"intension","count":30},{"type":"allDifferent","count":5},{"type":"noOverlap","count":5},{"type":"element","count":25}]
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-4394446-1568418102.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394446-1568418102.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.54/0.76	c solve instance...
2.67/0.91	o 416 
2.67/1.00	o 404 
4.09/1.20	o 401 
7.00/1.57	o 383 
7.00/1.58	o 382 
8.52/1.88	o 368 
8.98/1.90	o 363 
8.98/1.90	o 353 
16.13/2.86	o 351 
20.15/3.44	o 344 
37.96/6.97	o 343 
39.60/7.24	o 342 
45.01/8.30	o 340 
45.61/8.56	o 339 
48.13/10.05	o 338 
48.56/10.11	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (47/59)
48.56/10.11		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
48.56/10.11		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
48.56/10.11		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
48.56/10.11		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
48.56/10.11		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
48.56/10.11	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (47/59)
48.56/10.11		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
48.56/10.11		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
48.56/10.11		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
48.56/10.11		at org.chocosolver.solver.Solver.repair(Solver.java:443)
48.56/10.11		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
48.56/10.11		at org.chocosolver.solver.Solver.solve(Solver.java:262)
48.56/10.11		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
48.56/10.11		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
48.56/10.11		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
48.56/10.11		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
48.56/10.11		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
48.56/10.11		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
48.56/10.11		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
48.56/10.11		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
48.56/10.11		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
48.56/10.11		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
48.56/10.11	o 337 
50.51/10.67	o 336 
52.28/11.88	o 335 
57.59/12.71	o 334 
62.88/13.52	o 333 
66.81/14.24	o 332 
69.79/14.99	o 331 
73.06/16.53	o 330 
84.42/19.97	o 329 
139.47/29.51	o 328 
140.95/30.10	o 327 
142.47/30.70	o 326 
179.47/36.02	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (26/30)
179.47/36.02		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
179.47/36.02		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
179.47/36.02		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
179.47/36.02		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
179.47/36.02		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
179.47/36.03	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (26/30)
179.47/36.03		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
179.47/36.03		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
179.47/36.03		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
179.47/36.03		at org.chocosolver.solver.Solver.repair(Solver.java:443)
179.47/36.03		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
179.47/36.03		at org.chocosolver.solver.Solver.solve(Solver.java:262)
179.47/36.03		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
179.47/36.03		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
179.47/36.03		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
179.47/36.03		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
179.47/36.03		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
179.47/36.03		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
179.47/36.03		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
179.47/36.03		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
179.47/36.03		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
179.47/36.03		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
179.47/36.03	s OPTIMUM FOUND
179.47/36.03	v <instantiation>
179.47/36.03	v 	<list>s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] e[0] e[1] e[2] e[3] e[4] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4] </list>
179.47/36.03	v 	<values>0 73 137 216 274 17 91 150 198 293 5 91 150 215 295 6 121 217 291 319 0 91 119 198 275 326 326 326 324 324 73 60 78 58 52 52 46 48 92 33 86 59 63 80 31 85 92 56 2 5 91 28 78 75 49 4 3 2 0 1 3 2 1 4 0 0 1 3 2 4 1 0 3 4 2 2 0 4 1 3 216 274 137 73 0 293 150 91 17 198 5 91 215 150 295 121 6 319 217 291 91 198 0 275 119 </values>
179.47/36.03	v </instantiation>

Verifier Data

OK	326

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394446-1568418102/watcher-4394446-1568418102 -o /tmp/evaluation-result-4394446-1568418102/solver-4394446-1568418102 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1568417824-4885 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 732615712 HOME/instance-4394446-1568418102.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=6913, runsolver pid=6910
Current StackSize limit: 8192 KiB


[startup+0.100114 s]*
/proc/loadavg: 5.42 3.60 2.08 2/213 6934
/proc/meminfo: memFree=31594136/32770624 swapFree=67004224/67108860
[pid=6913] ppid=6910 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/6913/stat : 6913 (xcsp3-exec) S 6910 6913 4858 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 417971780 115843072 364 33554432000 4194304 5098028 140730288417168 140730288415272 140683963716220 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31342592 140730288423798 140730288424041 140730288424041 140730288426954 0
/proc/6913/statm: 28282 364 305 221 0 87 0
[pid=6915] ppid=6913 vsize=28227388 memory=30340 CPUtime=0.12 cores=0-7
/proc/6915/stat : 6915 (java) S 6913 6913 4858 0 -1 1077944320 5483 0 0 0 11 1 0 0 20 0 20 0 417971780 28904845312 7585 33554432000 4194304 4196468 140737457905200 140737457887744 140610092293879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
/proc/6915/statm: 7056847 7585 3148 1 0 7019032 0
[pid=6915/tid=6916] ppid=6913 vsize=28227388 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/6915/task/6916/stat : 6916 (java) R 6913 6913 4858 0 -1 4202560 3382 0 0 0 8 1 0 0 20 0 20 0 417971780 28904845312 7585 33554432000 4194304 4196468 140737457905200 140610096527152 140610092315805 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6917] ppid=6913 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6917/stat : 6917 (java) S 6913 6913 4858 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417971781 28904845312 7585 33554432000 4194304 4196468 140737457905200 140609643993872 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6918] ppid=6913 vsize=28227388 memory=15121603523139224 CPUtime=0 cores=0-7
/proc/6915/task/6918/stat : 6918 (java) S 6913 6913 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417971781 28904845312 7585 33554432000 4194304 4196468 140737457905200 140609642941328 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6919] ppid=6913 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6919/stat : 6919 (java) S 6913 6913 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417971781 28904845312 7585 33554432000 4194304 4196468 140737457905200 140609641888784 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6920] ppid=6913 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6920/stat : 6920 (java) S 6913 6913 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417971781 28904845312 7585 33554432000 4194304 4196468 140737457905200 140609640836240 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6921] ppid=6913 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6921/stat : 6921 (java) S 6913 6913 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417971781 28904845312 7585 33554432000 4194304 4196468 140737457905200 140609639782672 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6922] ppid=6913 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/6915/task/6922/stat : 6922 (java) S 6913 6913 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417971781 28904845312 7585 33554432000 4194304 4196468 140737457905200 140609638730128 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6923] ppid=6913 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6923/stat : 6923 (java) S 6913 6913 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417971781 28904845312 7585 33554432000 4194304 4196468 140737457905200 140609637677584 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6924] ppid=6913 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6924/stat : 6924 (java) S 6913 6913 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417971781 28904845312 7585 33554432000 4194304 4196468 140737457905200 140609636625040 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6925] ppid=6913 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6925/stat : 6925 (java) S 6913 6913 4858 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417971782 28904845312 7585 33554432000 4194304 4196468 140737457905200 140609208576496 140610092305026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6926] ppid=6913 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6926/stat : 6926 (java) S 6913 6913 4858 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 417971783 28904845312 7585 33554432000 4194304 4196468 140737457905200 140609207522720 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6927] ppid=6913 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6927/stat : 6927 (java) S 6913 6913 4858 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 417971783 28904845312 7585 33554432000 4194304 4196468 140737457905200 140609206470128 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6928] ppid=6913 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6928/stat : 6928 (java) S 6913 6913 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417971786 28904845312 7585 33554432000 4194304 4196468 140737457905200 140609205418704 140610092312475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6929] ppid=6913 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6929/stat : 6929 (java) S 6913 6913 4858 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 20 0 417971786 28904845312 7585 33554432000 4194304 4196468 140737457905200 140609204365296 140610092305026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6930] ppid=6913 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6930/stat : 6930 (java) S 6913 6913 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417971786 28904845312 7585 33554432000 4194304 4196468 140737457905200 140609203312752 140610092305026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6931] ppid=6913 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6931/stat : 6931 (java) S 6913 6913 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417971786 28904845312 7585 33554432000 4194304 4196468 140737457905200 140609202260208 140610092305026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6932] ppid=6913 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/6915/task/6932/stat : 6932 (java) S 6913 6913 4858 0 -1 1077944384 370 0 0 0 2 0 0 0 20 0 20 0 417971786 28904845312 7585 33554432000 4194304 4196468 140737457905200 140609201207664 140610092305026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6933] ppid=6913 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6933/stat : 6933 (java) S 6913 6913 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417971786 28904845312 7585 33554432000 4194304 4196468 140737457905200 140609200155360 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6934] ppid=6913 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/6915/task/6934/stat : 6934 (java) S 6913 6913 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417971786 28904845312 7585 33554432000 4194304 4196468 140737457905200 140609199102896 140610092305026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31796 KiB

[startup+0.210251 s]*
/proc/loadavg: 5.42 3.60 2.08 2/213 6934
/proc/meminfo: memFree=31580324/32770624 swapFree=67004224/67108860
[pid=6913] ppid=6910 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/6913/stat : 6913 (xcsp3-exec) S 6910 6913 4858 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 417971780 115843072 364 33554432000 4194304 5098028 140730288417168 140730288415272 140683963716220 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31342592 140730288423798 140730288424041 140730288424041 140730288426954 0
/proc/6913/statm: 28282 364 305 221 0 87 0
[pid=6915] ppid=6913 vsize=28227388 memory=41400 CPUtime=0.33 cores=0-7
/proc/6915/stat : 6915 (java) S 6913 6913 4858 0 -1 1077944320 9047 0 0 0 30 3 0 0 20 0 20 0 417971780 28904845312 10350 33554432000 4194304 4196468 140737457905200 140737457887744 140610092293879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
/proc/6915/statm: 7056847 10350 3281 1 0 7019032 0
[pid=6915/tid=6916] ppid=6913 vsize=28227388 memory=8316850467074736180 CPUtime=0.19 cores=0-7
/proc/6915/task/6916/stat : 6916 (java) R 6913 6913 4858 0 -1 4202560 6197 0 0 0 17 2 0 0 20 0 20 0 417971780 28904845312 10350 33554432000 4194304 4196468 140737457905200 140610096528000 140609729991493 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6917] ppid=6913 vsize=28227388 memory=14965 CPUtime=0 cores=0-7
/proc/6915/task/6917/stat : 6917 (java) S 6913 6913 4858 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417971781 28904845312 10350 33554432000 4194304 4196468 140737457905200 140609643993872 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6918] ppid=6913 vsize=28227388 memory=140550546812540 CPUtime=0 cores=0-7
/proc/6915/task/6918/stat : 6918 (java) S 6913 6913 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417971781 28904845312 10350 33554432000 4194304 4196468 140737457905200 140609642941328 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6919] ppid=6913 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/6915/task/6919/stat : 6919 (java) S 6913 6913 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417971781 28904845312 10350 33554432000 4194304 4196468 140737457905200 140609641888784 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6920] ppid=6913 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6920/stat : 6920 (java) S 6913 6913 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417971781 28904845312 10350 33554432000 4194304 4196468 140737457905200 140609640836240 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6921] ppid=6913 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6921/stat : 6921 (java) S 6913 6913 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417971781 28904845312 10350 33554432000 4194304 4196468 140737457905200 140609639782672 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6922] ppid=6913 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/6915/task/6922/stat : 6922 (java) S 6913 6913 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417971781 28904845312 10350 33554432000 4194304 4196468 140737457905200 140609638730128 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6923] ppid=6913 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6923/stat : 6923 (java) S 6913 6913 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417971781 28904845312 10350 33554432000 4194304 4196468 140737457905200 140609637677584 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6924] ppid=6913 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6924/stat : 6924 (java) S 6913 6913 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417971781 28904845312 10350 33554432000 4194304 4196468 140737457905200 140609636625040 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6925] ppid=6913 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6925/stat : 6925 (java) S 6913 6913 4858 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 417971782 28904845312 10350 33554432000 4194304 4196468 140737457905200 140609208576496 140610092305026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6926] ppid=6913 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6926/stat : 6926 (java) S 6913 6913 4858 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 417971783 28904845312 10350 33554432000 4194304 4196468 140737457905200 140609207522720 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6927] ppid=6913 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6927/stat : 6927 (java) S 6913 6913 4858 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 417971783 28904845312 10350 33554432000 4194304 4196468 140737457905200 140609206470128 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6928] ppid=6913 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6928/stat : 6928 (java) S 6913 6913 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417971786 28904845312 10350 33554432000 4194304 4196468 140737457905200 140609205418704 140610092312475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6929] ppid=6913 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/6915/task/6929/stat : 6929 (java) S 6913 6913 4858 0 -1 1077944384 467 0 0 0 1 0 0 0 20 0 20 0 417971786 28904845312 10350 33554432000 4194304 4196468 140737457905200 140609204365296 140610092305026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6930] ppid=6913 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/6915/task/6930/stat : 6930 (java) S 6913 6913 4858 0 -1 1077944384 298 0 0 0 2 0 0 0 20 0 20 0 417971786 28904845312 10350 33554432000 4194304 4196468 140737457905200 140609203312752 140610092305026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6931] ppid=6913 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/6915/task/6931/stat : 6931 (java) S 6913 6913 4858 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 417971786 28904845312 10350 33554432000 4194304 4196468 140737457905200 140609202260208 140610092305026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6932] ppid=6913 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/6915/task/6932/stat : 6932 (java) R 6913 6913 4858 0 -1 4202560 753 0 0 0 8 0 0 0 20 0 20 0 417971786 28904845312 10350 33554432000 4194304 4196468 140737457905200 140609201207664 140610071671362 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6933] ppid=6913 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6933/stat : 6933 (java) S 6913 6913 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417971786 28904845312 10350 33554432000 4194304 4196468 140737457905200 140609200155360 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6934] ppid=6913 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/6915/task/6934/stat : 6934 (java) S 6913 6913 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417971786 28904845312 10350 33554432000 4194304 4196468 140737457905200 140609199102896 140610092305026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42856 KiB

[startup+0.309565 s]*
/proc/loadavg: 5.42 3.60 2.08 3/213 6934
/proc/meminfo: memFree=31573756/32770624 swapFree=67004224/67108860
[pid=6913] ppid=6910 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/6913/stat : 6913 (xcsp3-exec) S 6910 6913 4858 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 417971780 115843072 364 33554432000 4194304 5098028 140730288417168 140730288415272 140683963716220 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31342592 140730288423798 140730288424041 140730288424041 140730288426954 0
/proc/6913/statm: 28282 364 305 221 0 87 0
[pid=6915] ppid=6913 vsize=28231644 memory=49992 CPUtime=0.52 cores=0-7
/proc/6915/stat : 6915 (java) S 6913 6913 4858 0 -1 1077944320 10358 0 0 0 48 4 0 0 20 0 20 0 417971780 28909203456 12498 33554432000 4194304 4196468 140737457905200 140737457887744 140610092293879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
/proc/6915/statm: 7057911 12498 3356 1 0 7019032 0
[pid=6915/tid=6916] ppid=6913 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/6915/task/6916/stat : 6916 (java) R 6913 6913 4858 0 -1 4202560 7289 0 0 0 26 3 0 0 20 0 20 0 417971780 28909203456 12498 33554432000 4194304 4196468 140737457905200 140610096524992 140610076374366 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6917] ppid=6913 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6917/stat : 6917 (java) S 6913 6913 4858 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417971781 28909203456 12498 33554432000 4194304 4196468 140737457905200 140609643993872 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6918] ppid=6913 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6918/stat : 6918 (java) S 6913 6913 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417971781 28909203456 12498 33554432000 4194304 4196468 140737457905200 140609642941328 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6919] ppid=6913 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6919/stat : 6919 (java) S 6913 6913 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417971781 28909203456 12498 33554432000 4194304 4196468 140737457905200 140609641888784 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6920] ppid=6913 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6920/stat : 6920 (java) S 6913 6913 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417971781 28909203456 12498 33554432000 4194304 4196468 140737457905200 140609640836240 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6921] ppid=6913 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6921/stat : 6921 (java) S 6913 6913 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417971781 28909203456 12498 33554432000 4194304 4196468 140737457905200 140609639782672 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6922] ppid=6913 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6922/stat : 6922 (java) S 6913 6913 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417971781 28909203456 12498 33554432000 4194304 4196468 140737457905200 140609638730128 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6923] ppid=6913 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6923/stat : 6923 (java) S 6913 6913 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417971781 28909203456 12498 33554432000 4194304 4196468 140737457905200 140609637677584 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6924] ppid=6913 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6924/stat : 6924 (java) S 6913 6913 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417971781 28909203456 12498 33554432000 4194304 4196468 140737457905200 140609636625040 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6925] ppid=6913 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6925/stat : 6925 (java) S 6913 6913 4858 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 417971782 28909203456 12498 33554432000 4194304 4196468 140737457905200 140609208576496 140610092305026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6926] ppid=6913 vsize=28231644 memory=281100777889152 CPUtime=0 cores=0-7
/proc/6915/task/6926/stat : 6926 (java) S 6913 6913 4858 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 417971783 28909203456 12498 33554432000 4194304 4196468 140737457905200 140609207522720 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6927] ppid=6913 vsize=28231644 memory=281100777893760 CPUtime=0 cores=0-7
/proc/6915/task/6927/stat : 6927 (java) S 6913 6913 4858 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 417971783 28909203456 12498 33554432000 4194304 4196468 140737457905200 140609206470128 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6928] ppid=6913 vsize=28231644 memory=281100777898368 CPUtime=0 cores=0-7
/proc/6915/task/6928/stat : 6928 (java) S 6913 6913 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417971786 28909203456 12498 33554432000 4194304 4196468 140737457905200 140609205418704 140610092312475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6929] ppid=6913 vsize=28231644 memory=281100777902976 CPUtime=0.02 cores=0-7
/proc/6915/task/6929/stat : 6929 (java) S 6913 6913 4858 0 -1 1077944384 476 0 0 0 2 0 0 0 20 0 20 0 417971786 28909203456 12498 33554432000 4194304 4196468 140737457905200 140609204365296 140610092305026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6930] ppid=6913 vsize=28231644 memory=281100777907584 CPUtime=0.04 cores=0-7
/proc/6915/task/6930/stat : 6930 (java) R 6913 6913 4858 0 -1 4202560 390 0 0 0 4 0 0 0 20 0 20 0 417971786 28909203456 12498 33554432000 4194304 4196468 140737457905200 140609203303136 140610073839227 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6931] ppid=6913 vsize=28231644 memory=281100777912192 CPUtime=0.01 cores=0-7
/proc/6915/task/6931/stat : 6931 (java) S 6913 6913 4858 0 -1 1077944384 44 0 0 0 1 0 0 0 20 0 20 0 417971786 28909203456 12498 33554432000 4194304 4196468 140737457905200 140609202260208 140610092305026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6932] ppid=6913 vsize=28231644 memory=281100777916800 CPUtime=0.12 cores=0-7
/proc/6915/task/6932/stat : 6932 (java) S 6913 6913 4858 0 -1 1077944384 853 0 0 0 12 0 0 0 20 0 20 0 417971786 28909203456 12498 33554432000 4194304 4196468 140737457905200 140609201207664 140610092305026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6933] ppid=6913 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6933/stat : 6933 (java) S 6913 6913 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417971786 28909203456 12498 33554432000 4194304 4196468 140737457905200 140609200155360 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6934] ppid=6913 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/6915/task/6934/stat : 6934 (java) S 6913 6913 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417971786 28909203456 12498 33554432000 4194304 4196468 140737457905200 140609199102896 140610092305026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51448 KiB

[startup+0.700878 s]
/proc/loadavg: 5.42 3.60 2.08 5/213 6934
/proc/meminfo: memFree=31560272/32770624 swapFree=67004224/67108860
[pid=6913] ppid=6910 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/6913/stat : 6913 (xcsp3-exec) S 6910 6913 4858 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 417971780 115843072 364 33554432000 4194304 5098028 140730288417168 140730288415272 140683963716220 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31342592 140730288423798 140730288424041 140730288424041 140730288426954 0
/proc/6913/statm: 28282 364 305 221 0 87 0
[pid=6915] ppid=6913 vsize=28233768 memory=82496 CPUtime=1.54 cores=0-7
/proc/6915/stat : 6915 (java) S 6913 6913 4858 0 -1 1077944320 14337 0 0 0 148 6 0 0 20 0 20 0 417971780 28911378432 20624 33554432000 4194304 4196468 140737457905200 140737457887744 140610092293879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
/proc/6915/statm: 7058442 20624 3451 1 0 7019544 0
[pid=6915/tid=6916] ppid=6913 vsize=28233768 memory=0 CPUtime=0.67 cores=0-7
/proc/6915/task/6916/stat : 6916 (java) R 6913 6913 4858 0 -1 4202560 8910 0 0 0 63 4 0 0 20 0 20 0 417971780 28911378432 20624 33554432000 4194304 4196468 140737457905200 140610096527072 140610072260962 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6917] ppid=6913 vsize=28233768 memory=140550389146496 CPUtime=0 cores=0-7
/proc/6915/task/6917/stat : 6917 (java) S 6913 6913 4858 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417971781 28911378432 20624 33554432000 4194304 4196468 140737457905200 140609643993872 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6918] ppid=6913 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6918/stat : 6918 (java) S 6913 6913 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417971781 28911378432 20624 33554432000 4194304 4196468 140737457905200 140609642941328 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6919] ppid=6913 vsize=28233768 memory=1052 CPUtime=0 cores=0-7
/proc/6915/task/6919/stat : 6919 (java) S 6913 6913 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417971781 28911378432 20624 33554432000 4194304 4196468 140737457905200 140609641888784 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0

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

[pid=6915/tid=6932] ppid=6913 vsize=28901456 memory=1456 CPUtime=1.32 cores=0-7
/proc/6915/task/6932/stat : 6932 (java) S 6913 6913 4858 0 -1 1077944384 12585 0 0 0 130 2 0 0 20 0 28 0 417971786 29595090944 77104 33554432000 4194304 4196468 140737457905200 140609201207664 140610092305026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6933] ppid=6913 vsize=28901456 memory=309148 CPUtime=0 cores=0-7
/proc/6915/task/6933/stat : 6933 (java) S 6913 6913 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 417971786 29595090944 77104 33554432000 4194304 4196468 140737457905200 140609200155360 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6934] ppid=6913 vsize=28901456 memory=740 CPUtime=0.01 cores=0-7
/proc/6915/task/6934/stat : 6934 (java) S 6913 6913 4858 0 -1 1077944384 2036 0 0 0 0 1 0 0 20 0 28 0 417971786 29595090944 77104 33554432000 4194304 4196468 140737457905200 140609199102896 140610092305026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 37 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=7151] ppid=6913 vsize=28901456 memory=3588 CPUtime=4.46 cores=0-7
/proc/6915/task/7151/stat : 7151 (java) R 6913 6913 4858 0 -1 4202560 303 0 0 0 446 0 0 0 20 0 28 0 417974850 29595090944 77104 33554432000 4194304 4196468 140737457905200 140609178320648 140609741701547 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=7152] ppid=6913 vsize=28901456 memory=40228 CPUtime=4.45 cores=0-7
/proc/6915/task/7152/stat : 7152 (java) R 6913 6913 4858 0 -1 4202560 215 0 0 0 445 0 0 0 20 0 28 0 417974850 29595090944 77104 33554432000 4194304 4196468 140737457905200 140609180429392 140609739618691 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=7153] ppid=6913 vsize=28901456 memory=984 CPUtime=0 cores=0-7
/proc/6915/task/7153/stat : 7153 (java) S 6913 6913 4858 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 28 0 417974850 29595090944 77104 33554432000 4194304 4196468 140737457905200 140609179378416 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=7154] ppid=6913 vsize=28901456 memory=1940 CPUtime=4.45 cores=0-7
/proc/6915/task/7154/stat : 7154 (java) R 6913 6913 4858 0 -1 4202560 538 0 0 0 445 0 0 0 20 0 28 0 417974850 29595090944 77104 33554432000 4194304 4196468 140737457905200 140609182531176 140609738342068 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=7155] ppid=6913 vsize=28901456 memory=8112282956445269571 CPUtime=4.45 cores=0-7
/proc/6915/task/7155/stat : 7155 (java) R 6913 6913 4858 0 -1 4202560 390 0 0 0 445 0 0 0 20 0 28 0 417974850 29595090944 77104 33554432000 4194304 4196468 140737457905200 140609186742200 140609741360091 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=7156] ppid=6913 vsize=28901456 memory=308808 CPUtime=4.47 cores=0-7
/proc/6915/task/7156/stat : 7156 (java) R 6913 6913 4858 0 -1 4202560 67 0 0 0 447 0 0 0 20 0 28 0 417974850 29595090944 77104 33554432000 4194304 4196468 140737457905200 140609187794840 140609739427811 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=7157] ppid=6913 vsize=28901456 memory=317064 CPUtime=4.47 cores=0-7
/proc/6915/task/7157/stat : 7157 (java) R 6913 6913 4858 0 -1 4202560 93 0 0 0 447 0 0 0 20 0 28 0 417974850 29595090944 77104 33554432000 4194304 4196468 140737457905200 140609183584032 140609739427864 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=7158] ppid=6913 vsize=28901456 memory=0 CPUtime=4.44 cores=0-7
/proc/6915/task/7158/stat : 7158 (java) R 6913 6913 4858 0 -1 4202560 199 0 0 0 444 0 0 0 20 0 28 0 417974851 29595090944 77104 33554432000 4194304 4196468 140737457905200 140609181479528 140609743131072 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
Current children cumulated CPU time: 173.83 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 309872 KiB

[startup+35.6012 s]
/proc/loadavg: 4.69 3.65 2.16 8/221 7158
/proc/meminfo: memFree=31315248/32770624 swapFree=67004224/67108860
[pid=6913] ppid=6910 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/6913/stat : 6913 (xcsp3-exec) S 6910 6913 4858 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 417971780 115843072 364 33554432000 4194304 5098028 140730288417168 140730288415272 140683963716220 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31342592 140730288423798 140730288424041 140730288424041 140730288426954 0
/proc/6913/statm: 28282 364 305 221 0 87 0
[pid=6915] ppid=6913 vsize=28901456 memory=305344 CPUtime=176.61 cores=0-7
/proc/6915/stat : 6915 (java) S 6913 6913 4858 0 -1 1077944320 102410 0 0 0 17607 54 0 0 20 0 28 0 417971780 29595090944 76336 33554432000 4194304 4196468 140737457905200 140737457887744 140610092293879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
/proc/6915/statm: 7225364 76336 3544 1 0 7186466 0
[pid=6915/tid=6916] ppid=6913 vsize=28901456 memory=740 CPUtime=0.79 cores=0-7
/proc/6915/task/6916/stat : 6916 (java) S 6913 6913 4858 0 -1 1077944384 9973 0 0 0 74 5 0 0 20 0 28 0 417971780 29595090944 76336 33554432000 4194304 4196468 140737457905200 140610096534656 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6917] ppid=6913 vsize=28901456 memory=1052 CPUtime=0.09 cores=0-7
/proc/6915/task/6917/stat : 6917 (java) S 6913 6913 4858 0 -1 1077944384 204 0 0 0 8 1 0 0 20 0 28 0 417971781 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609643993872 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6918] ppid=6913 vsize=28901456 memory=7548 CPUtime=0.07 cores=0-7
/proc/6915/task/6918/stat : 6918 (java) S 6913 6913 4858 0 -1 1077944384 403 0 0 0 6 1 0 0 20 0 28 0 417971781 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609642941328 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6919] ppid=6913 vsize=28901456 memory=4004 CPUtime=0.07 cores=0-7
/proc/6915/task/6919/stat : 6919 (java) S 6913 6913 4858 0 -1 1077944384 1116 0 0 0 6 1 0 0 20 0 28 0 417971781 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609641888784 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6920] ppid=6913 vsize=28901456 memory=2832 CPUtime=0.1 cores=0-7
/proc/6915/task/6920/stat : 6920 (java) S 6913 6913 4858 0 -1 1077944384 587 0 0 0 8 2 0 0 20 0 28 0 417971781 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609640836240 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6921] ppid=6913 vsize=28901456 memory=776 CPUtime=0.1 cores=0-7
/proc/6915/task/6921/stat : 6921 (java) S 6913 6913 4858 0 -1 1077944384 650 0 0 0 9 1 0 0 20 0 28 0 417971781 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609639782672 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6922] ppid=6913 vsize=28901456 memory=1160 CPUtime=0.11 cores=0-7
/proc/6915/task/6922/stat : 6922 (java) S 6913 6913 4858 0 -1 1077944384 263 0 0 0 9 2 0 0 20 0 28 0 417971781 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609638730128 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6923] ppid=6913 vsize=28901456 memory=1720 CPUtime=0.09 cores=0-7
/proc/6915/task/6923/stat : 6923 (java) S 6913 6913 4858 0 -1 1077944384 304 0 0 0 8 1 0 0 20 0 28 0 417971781 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609637677584 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6924] ppid=6913 vsize=28901456 memory=1096 CPUtime=0.12 cores=0-7
/proc/6915/task/6924/stat : 6924 (java) S 6913 6913 4858 0 -1 1077944384 1620 0 0 0 9 3 0 0 20 0 28 0 417971781 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609636625040 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6925] ppid=6913 vsize=28901456 memory=5964 CPUtime=0.04 cores=0-7
/proc/6915/task/6925/stat : 6925 (java) S 6913 6913 4858 0 -1 1077944384 1793 0 0 0 4 0 0 0 20 0 28 0 417971782 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609208576496 140610092305026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6926] ppid=6913 vsize=28901456 memory=14012 CPUtime=0 cores=0-7
/proc/6915/task/6926/stat : 6926 (java) S 6913 6913 4858 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 28 0 417971783 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609207522784 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6927] ppid=6913 vsize=28901456 memory=19464 CPUtime=0 cores=0-7
/proc/6915/task/6927/stat : 6927 (java) S 6913 6913 4858 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 417971783 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609206470128 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6928] ppid=6913 vsize=28901456 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/6915/task/6928/stat : 6928 (java) S 6913 6913 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 417971786 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609205418704 140610092312475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6929] ppid=6913 vsize=28901456 memory=1720 CPUtime=4.45 cores=0-7
/proc/6915/task/6929/stat : 6929 (java) S 6913 6913 4858 0 -1 1077944384 17079 0 0 0 441 4 0 0 20 0 28 0 417971786 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609204365296 140610092305026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6930] ppid=6913 vsize=28901456 memory=1096 CPUtime=4.66 cores=0-7
/proc/6915/task/6930/stat : 6930 (java) S 6913 6913 4858 0 -1 1077944384 20277 0 0 0 461 5 0 0 20 0 28 0 417971786 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609203312752 140610092305026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6931] ppid=6913 vsize=28901456 memory=5964 CPUtime=4.14 cores=0-7
/proc/6915/task/6931/stat : 6931 (java) S 6913 6913 4858 0 -1 1077944384 16496 0 0 0 410 4 0 0 20 0 28 0 417971786 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609202260208 140610092305026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6932] ppid=6913 vsize=28901456 memory=14012 CPUtime=1.32 cores=0-7
/proc/6915/task/6932/stat : 6932 (java) S 6913 6913 4858 0 -1 1077944384 12585 0 0 0 130 2 0 0 20 0 28 0 417971786 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609201207664 140610092305026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6933] ppid=6913 vsize=28901456 memory=19464 CPUtime=0 cores=0-7
/proc/6915/task/6933/stat : 6933 (java) S 6913 6913 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 417971786 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609200155360 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6934] ppid=6913 vsize=28901456 memory=14068 CPUtime=0.01 cores=0-7
/proc/6915/task/6934/stat : 6934 (java) S 6913 6913 4858 0 -1 1077944384 2038 0 0 0 0 1 0 0 20 0 28 0 417971786 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609199102896 140610092305026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 37 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=7151] ppid=6913 vsize=28901456 memory=1456 CPUtime=4.86 cores=0-7
/proc/6915/task/7151/stat : 7151 (java) R 6913 6913 4858 0 -1 4202560 340 0 0 0 486 0 0 0 20 0 28 0 417974850 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609178320688 140609739746029 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=7152] ppid=6913 vsize=28901456 memory=504 CPUtime=4.85 cores=0-7
/proc/6915/task/7152/stat : 7152 (java) R 6913 6913 4858 0 -1 4202560 243 0 0 0 485 0 0 0 20 0 28 0 417974850 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609180426976 140609739619635 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=7153] ppid=6913 vsize=28901456 memory=1560 CPUtime=0 cores=0-7
/proc/6915/task/7153/stat : 7153 (java) S 6913 6913 4858 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 28 0 417974850 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609179378416 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=7154] ppid=6913 vsize=28901456 memory=8112282956445269571 CPUtime=4.85 cores=0-7
/proc/6915/task/7154/stat : 7154 (java) R 6913 6913 4858 0 -1 4202560 567 0 0 0 485 0 0 0 20 0 28 0 417974850 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609182531320 140609739828405 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=7155] ppid=6913 vsize=28901456 memory=1692 CPUtime=4.85 cores=0-7
/proc/6915/task/7155/stat : 7155 (java) R 6913 6913 4858 0 -1 4202560 449 0 0 0 485 0 0 0 20 0 28 0 417974850 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609186745008 140609735546454 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=7156] ppid=6913 vsize=28901456 memory=792 CPUtime=4.86 cores=0-7
/proc/6915/task/7156/stat : 7156 (java) R 6913 6913 4858 0 -1 4202560 74 0 0 0 486 0 0 0 20 0 28 0 417974850 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609187794704 140609739428060 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=7157] ppid=6913 vsize=28901456 memory=1448 CPUtime=4.86 cores=0-7
/proc/6915/task/7157/stat : 7157 (java) R 6913 6913 4858 0 -1 4202560 110 0 0 0 486 0 0 0 20 0 28 0 417974850 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609183584144 140609739428055 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=7158] ppid=6913 vsize=28901456 memory=14068 CPUtime=4.84 cores=0-7
/proc/6915/task/7158/stat : 7158 (java) R 6913 6913 4858 0 -1 4202560 225 0 0 0 484 0 0 0 20 0 28 0 417974851 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609181478880 140609738084441 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
Current children cumulated CPU time: 176.61 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 306800 KiB

[startup+36.0011 s]*
/proc/loadavg: 4.69 3.65 2.16 8/221 7158
/proc/meminfo: memFree=31317668/32770624 swapFree=67004224/67108860
[pid=6913] ppid=6910 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/6913/stat : 6913 (xcsp3-exec) S 6910 6913 4858 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 417971780 115843072 364 33554432000 4194304 5098028 140730288417168 140730288415272 140683963716220 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31342592 140730288423798 140730288424041 140730288424041 140730288426954 0
/proc/6913/statm: 28282 364 305 221 0 87 0
[pid=6915] ppid=6913 vsize=28901456 memory=305344 CPUtime=179.47 cores=0-7
/proc/6915/stat : 6915 (java) S 6913 6913 4858 0 -1 1077944320 102567 0 0 0 17893 54 0 0 20 0 28 0 417971780 29595090944 76336 33554432000 4194304 4196468 140737457905200 140737457887744 140610092293879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
/proc/6915/statm: 7225364 76336 3544 1 0 7186466 0
[pid=6915/tid=6916] ppid=6913 vsize=28901456 memory=1 CPUtime=0.79 cores=0-7
/proc/6915/task/6916/stat : 6916 (java) S 6913 6913 4858 0 -1 1077944384 9973 0 0 0 74 5 0 0 20 0 28 0 417971780 29595090944 76336 33554432000 4194304 4196468 140737457905200 140610096534656 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6917] ppid=6913 vsize=28901456 memory=1 CPUtime=0.09 cores=0-7
/proc/6915/task/6917/stat : 6917 (java) S 6913 6913 4858 0 -1 1077944384 204 0 0 0 8 1 0 0 20 0 28 0 417971781 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609643993872 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6918] ppid=6913 vsize=28901456 memory=8317482817917895235 CPUtime=0.07 cores=0-7
/proc/6915/task/6918/stat : 6918 (java) S 6913 6913 4858 0 -1 1077944384 403 0 0 0 6 1 0 0 20 0 28 0 417971781 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609642941328 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6919] ppid=6913 vsize=28901456 memory=0 CPUtime=0.07 cores=0-7
/proc/6915/task/6919/stat : 6919 (java) S 6913 6913 4858 0 -1 1077944384 1116 0 0 0 6 1 0 0 20 0 28 0 417971781 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609641888784 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6920] ppid=6913 vsize=28901456 memory=281100780063680 CPUtime=0.1 cores=0-7
/proc/6915/task/6920/stat : 6920 (java) S 6913 6913 4858 0 -1 1077944384 587 0 0 0 8 2 0 0 20 0 28 0 417971781 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609640836240 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6921] ppid=6913 vsize=28901456 memory=63460 CPUtime=0.1 cores=0-7
/proc/6915/task/6921/stat : 6921 (java) S 6913 6913 4858 0 -1 1077944384 650 0 0 0 9 1 0 0 20 0 28 0 417971781 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609639782672 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6922] ppid=6913 vsize=28901456 memory=7599388386692169796 CPUtime=0.11 cores=0-7
/proc/6915/task/6922/stat : 6922 (java) S 6913 6913 4858 0 -1 1077944384 263 0 0 0 9 2 0 0 20 0 28 0 417971781 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609638730128 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6923] ppid=6913 vsize=28901456 memory=288288895920243265 CPUtime=0.09 cores=0-7
/proc/6915/task/6923/stat : 6923 (java) S 6913 6913 4858 0 -1 1077944384 304 0 0 0 8 1 0 0 20 0 28 0 417971781 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609637677584 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6924] ppid=6913 vsize=28901456 memory=8245933066544480320 CPUtime=0.12 cores=0-7
/proc/6915/task/6924/stat : 6924 (java) S 6913 6913 4858 0 -1 1077944384 1620 0 0 0 9 3 0 0 20 0 28 0 417971781 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609636625040 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6925] ppid=6913 vsize=28901456 memory=15196 CPUtime=0.04 cores=0-7
/proc/6915/task/6925/stat : 6925 (java) S 6913 6913 4858 0 -1 1077944384 1793 0 0 0 4 0 0 0 20 0 28 0 417971782 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609208576496 140610092305026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6926] ppid=6913 vsize=28901456 memory=2435039 CPUtime=0 cores=0-7
/proc/6915/task/6926/stat : 6926 (java) S 6913 6913 4858 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 28 0 417971783 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609207522784 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6927] ppid=6913 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/6927/stat : 6927 (java) S 6913 6913 4858 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 417971783 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609206470128 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6928] ppid=6913 vsize=28901456 memory=3976740263489136469 CPUtime=0 cores=0-7
/proc/6915/task/6928/stat : 6928 (java) S 6913 6913 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 417971786 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609205418704 140610092312475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6929] ppid=6913 vsize=28901456 memory=4638778415512636752 CPUtime=4.45 cores=0-7
/proc/6915/task/6929/stat : 6929 (java) S 6913 6913 4858 0 -1 1077944384 17079 0 0 0 441 4 0 0 20 0 28 0 417971786 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609204365296 140610092305026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6930] ppid=6913 vsize=28901456 memory=7883389972175470700 CPUtime=4.66 cores=0-7
/proc/6915/task/6930/stat : 6930 (java) S 6913 6913 4858 0 -1 1077944384 20277 0 0 0 461 5 0 0 20 0 28 0 417971786 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609203312752 140610092305026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6931] ppid=6913 vsize=28901456 memory=30013062726 CPUtime=4.14 cores=0-7
/proc/6915/task/6931/stat : 6931 (java) S 6913 6913 4858 0 -1 1077944384 16496 0 0 0 410 4 0 0 20 0 28 0 417971786 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609202260208 140610092305026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6932] ppid=6913 vsize=28901456 memory=140550390063021 CPUtime=1.32 cores=0-7
/proc/6915/task/6932/stat : 6932 (java) S 6913 6913 4858 0 -1 1077944384 12585 0 0 0 130 2 0 0 20 0 28 0 417971786 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609201207664 140610092305026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6933] ppid=6913 vsize=28901456 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/6915/task/6933/stat : 6933 (java) S 6913 6913 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 417971786 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609200155360 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=6934] ppid=6913 vsize=28901456 memory=6944652177228980320 CPUtime=0.01 cores=0-7
/proc/6915/task/6934/stat : 6934 (java) S 6913 6913 4858 0 -1 1077944384 2142 0 0 0 0 1 0 0 20 0 28 0 417971786 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609199102896 140610092305026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 37 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=7151] ppid=6913 vsize=28901456 memory=6944656592455360604 CPUtime=5.27 cores=0-7
/proc/6915/task/7151/stat : 7151 (java) R 6913 6913 4858 0 -1 4202560 341 0 0 0 527 0 0 0 20 0 28 0 417974850 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609178320824 140609743921947 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=7152] ppid=6913 vsize=28901456 memory=6944656592455097440 CPUtime=5.26 cores=0-7
/proc/6915/task/7152/stat : 7152 (java) R 6913 6913 4858 0 -1 4202560 246 0 0 0 526 0 0 0 20 0 28 0 417974850 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609180427112 140609739745996 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=7153] ppid=6913 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/6915/task/7153/stat : 7153 (java) S 6913 6913 4858 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 28 0 417974850 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609179378416 140610092304085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=7154] ppid=6913 vsize=28901456 memory=0 CPUtime=5.26 cores=0-7
/proc/6915/task/7154/stat : 7154 (java) R 6913 6913 4858 0 -1 4202560 604 0 0 0 526 0 0 0 20 0 28 0 417974850 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609182531320 140609735505439 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=7155] ppid=6913 vsize=28901456 memory=0 CPUtime=5.26 cores=0-7
/proc/6915/task/7155/stat : 7155 (java) R 6913 6913 4858 0 -1 4202560 454 0 0 0 526 0 0 0 20 0 28 0 417974850 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609186744896 140609739244583 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=7156] ppid=6913 vsize=28901456 memory=0 CPUtime=5.27 cores=0-7
/proc/6915/task/7156/stat : 7156 (java) R 6913 6913 4858 0 -1 4202560 75 0 0 0 527 0 0 0 20 0 28 0 417974850 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609187794840 140609739427900 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=7157] ppid=6913 vsize=28901456 memory=6944656575208382560 CPUtime=5.27 cores=0-7
/proc/6915/task/7157/stat : 7157 (java) R 6913 6913 4858 0 -1 4202560 112 0 0 0 527 0 0 0 20 0 28 0 417974850 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609183584032 140609739427801 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
[pid=6915/tid=7158] ppid=6913 vsize=28901456 memory=288284493578778961 CPUtime=5.25 cores=0-7
/proc/6915/task/7158/stat : 7158 (java) R 6913 6913 4858 0 -1 4202560 229 0 0 0 525 0 0 0 20 0 28 0 417974851 29595090944 76336 33554432000 4194304 4196468 140737457905200 140609181479016 140609742538369 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13778944 140737457910762 140737457910934 140737457910934 140737457913807 0
Current children cumulated CPU time: 179.47 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 306800 KiB

Child status: 0
Real time (s): 36.0545
CPU time (s): 179.646
CPU user time (s): 179.084
CPU system time (s): 0.562802
CPU usage (%): 498.264
Max. virtual memory (cumulated for all children) (KiB): 29014584
Max. memory (cumulated for all children) (KiB): 320432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 179.084
system time used= 0.562802
maximum resident set size= 320828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104309
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10163
involuntary context switches= 2998


# summary of solver processes directly reported to runsolver:
#   pid: 6913
#   total CPU time (s): 179.646
#   total CPU user time (s): 179.084
#   total CPU system time (s): 0.562802

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.341851 second user time and 0.409544 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-14 01:41:05
IDJOB=4394446
IDBENCH=115816
IDSOLVER=2843
FILE ID=node148/4394446-1568418102
RUNJOBID= node148-1568417824-4885
PBS_JOBID= 21702282
Free space on /tmp= 61308 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-4.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-4394446-1568418102/watcher-4394446-1568418102 -o /tmp/evaluation-result-4394446-1568418102/solver-4394446-1568418102 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1568417824-4885 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 732615712 HOME/instance-4394446-1568418102.xml

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

MD5SUM BENCH= a08c622730be04b0ce65f9055d76b754
RANDOM SEED=732615712

node148.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.13
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.13
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.13
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.13
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:        31610576 kB
MemAvailable:   31910440 kB
Buffers:           57940 kB
Cached:           540576 kB
SwapCached:         3820 kB
Active:           374276 kB
Inactive:         229936 kB
Active(anon):       2924 kB
Inactive(anon):    43732 kB
Active(file):     371352 kB
Inactive(file):   186204 kB
Unevictable:      108956 kB
Mlocked:          108956 kB
SwapTotal:      67108860 kB
SwapFree:       67004224 kB
Dirty:             26096 kB
Writeback:             0 kB
AnonPages:        112228 kB
Mapped:            44024 kB
Shmem:             32344 kB
Slab:             145168 kB
SReclaimable:     116284 kB
SUnreclaim:        28884 kB
KernelStack:        3392 kB
PageTables:         5072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497488 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:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61284 MiB
End job on node148 at 2019-09-14 01:41:41