Trace number 4393919

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 parallelOPT40 1769.43 230.32

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-08-09.xml
MD5SUM6fd932c8bfa1fb1c2de56266b40b08cd
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark40
Best CPU time to get the best result obtained on this benchmark30.7526
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints170
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":72},{"size":9,"count":72}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":72},{"degree":7,"count":4},{"degree":8,"count":26},{"degree":10,"count":42}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":72},{"arity":3,"count":26},{"arity":4,"count":4},{"arity":6,"count":26},{"arity":9,"count":42}]
Number of extensional constraints98
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":98},{"type":"sum","count":72}]
Optimization problemYES
Type of objectivemax SUM

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-4393919-1568419241.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393919-1568419241.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.75/0.94	c solve instance...
2.32/1.01	o 0 
2.32/1.01	o 0 
2.32/1.02	o 4 
2.32/1.03	o 6 
2.32/1.07	o 8 
2.32/1.08	o 10 
2.32/1.08	o 11 
2.32/1.09	o 12 
2.32/1.10	o 28 
3.57/1.23	o 30 
3.57/1.24	o 32 
4.33/1.30	o 33 
4.33/1.32	o 34 
5.09/1.43	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (38/40)
5.09/1.43		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
5.09/1.43		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
5.09/1.43		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
5.09/1.43		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
5.09/1.43		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
5.09/1.43	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (38/40)
5.09/1.43		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
5.09/1.43		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
5.09/1.43		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
5.09/1.43		at org.chocosolver.solver.Solver.repair(Solver.java:443)
5.09/1.43		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
5.09/1.43		at org.chocosolver.solver.Solver.solve(Solver.java:262)
5.09/1.43		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
5.09/1.43		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
5.09/1.43		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
5.09/1.43		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
5.09/1.43		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
5.09/1.43		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
5.09/1.43		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
5.09/1.43		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
5.09/1.43		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
5.09/1.43		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
5.09/1.44	o 35 
5.09/1.49	o 36 
6.64/1.69	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (39/41)
6.64/1.69		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
6.64/1.69		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
6.64/1.69		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
6.64/1.69		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
6.64/1.69		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
6.64/1.69	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (39/41)
6.64/1.69		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
6.64/1.69		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
6.64/1.69		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
6.64/1.69		at org.chocosolver.solver.Solver.repair(Solver.java:443)
6.64/1.69		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
6.64/1.69		at org.chocosolver.solver.Solver.solve(Solver.java:262)
6.64/1.69		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
6.64/1.69		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
6.64/1.69		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
6.64/1.69		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
6.64/1.69		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
6.64/1.69		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
6.64/1.69		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
6.64/1.69		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
6.64/1.69		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
6.64/1.69		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
6.64/1.69	o 37 
33.56/5.04	o 38 
1086.38/137.32	o 39 
1487.40/194.82	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (52/54)
1487.40/194.82		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1487.40/194.82		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
1487.40/194.82		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
1487.40/194.82		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
1487.40/194.82		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
1487.40/194.82	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (52/54)
1487.40/194.82		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
1487.40/194.82		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
1487.40/194.82		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
1487.40/194.82		at org.chocosolver.solver.Solver.repair(Solver.java:443)
1487.40/194.82		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
1487.40/194.82		at org.chocosolver.solver.Solver.solve(Solver.java:262)
1487.40/194.82		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
1487.40/194.82		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1487.40/194.82		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1487.40/194.82		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1487.40/194.82		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1487.40/194.82		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1487.40/194.82		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1487.40/194.82		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1487.40/194.82		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1487.40/194.82		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1487.40/194.82	o 40 
1768.73/230.28	s OPTIMUM FOUND
1768.73/230.28	v <instantiation>
1768.73/230.28	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] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] s[6][7] s[6][8] s[7][0] s[7][1] s[7][2] s[7][3] s[7][4] s[7][5] s[7][6] s[7][7] s[7][8] </list>
1768.73/230.28	v 	<values>1 0 1 1 0 1 1 0 1 1 1 0 1 0 1 0 1 1 0 0 0 1 0 1 0 0 0 1 1 0 1 0 1 0 1 1 1 1 0 1 0 1 0 1 1 0 0 0 1 0 1 0 0 0 1 1 0 1 0 1 0 1 1 1 0 1 1 0 1 1 0 1 2 4 3 2 4 2 3 4 2 2 3 5 3 6 3 5 3 2 4 4 5 2 6 2 5 4 4 3 3 5 2 6 2 5 3 3 3 3 5 2 6 2 5 3 3 4 4 5 2 6 2 5 4 4 2 3 5 3 6 3 5 3 2 2 4 3 2 4 2 3 4 2 </values>
1768.73/230.28	v </instantiation>

Verifier Data

OK	40

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393919-1568419241/watcher-4393919-1568419241 -o /tmp/evaluation-result-4393919-1568419241/solver-4393919-1568419241 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node119-1568417505-21287 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 444639113 HOME/instance-4393919-1568419241.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=23191, runsolver pid=23188
Current StackSize limit: 8192 KiB


[startup+0.100133 s]*
/proc/loadavg: 6.01 7.07 6.45 2/212 23212
/proc/meminfo: memFree=23117428/32770624 swapFree=66939840/67108860
[pid=23191] ppid=23188 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23191/stat : 23191 (xcsp3-exec) S 23188 23191 21260 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417838987 115843072 364 33554432000 4194304 5098028 140729566438592 140729566436696 140399783846524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16355328 140729566442358 140729566442601 140729566442601 140729566445514 0
/proc/23191/statm: 28282 364 305 221 0 87 0
[pid=23193] ppid=23191 vsize=28227388 memory=29032 CPUtime=0.12 cores=0-7
/proc/23193/stat : 23193 (java) S 23191 23191 21260 0 -1 1077944320 5692 0 0 0 11 1 0 0 20 0 20 0 417838988 28904845312 7258 33554432000 4194304 4196468 140724591855040 140724591837584 139941728689911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
/proc/23193/statm: 7056847 7258 3157 1 0 7019032 0
[pid=23193/tid=23194] ppid=23191 vsize=28227388 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/23193/task/23194/stat : 23194 (java) R 23191 23191 21260 0 -1 4202560 3589 0 0 0 8 0 0 0 20 0 20 0 417838988 28904845312 7258 33554432000 4194304 4196468 140724591855040 139941732923184 139941728701846 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23195] ppid=23191 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/23193/task/23195/stat : 23195 (java) S 23191 23191 21260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417838989 28904845312 7258 33554432000 4194304 4196468 140724591855040 139941648542736 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23196] ppid=23191 vsize=28227388 memory=140140096472704 CPUtime=0 cores=0-7
/proc/23193/task/23196/stat : 23196 (java) S 23191 23191 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417838989 28904845312 7258 33554432000 4194304 4196468 140724591855040 139941647490192 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23197] ppid=23191 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23197/stat : 23197 (java) S 23191 23191 21260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417838989 28904845312 7258 33554432000 4194304 4196468 140724591855040 139941646437136 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23198] ppid=23191 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23198/stat : 23198 (java) S 23191 23191 21260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417838989 28904845312 7258 33554432000 4194304 4196468 140724591855040 139941645384592 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23199] ppid=23191 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23199/stat : 23199 (java) S 23191 23191 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417838989 28904845312 7258 33554432000 4194304 4196468 140724591855040 139941276408336 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23200] ppid=23191 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23193/task/23200/stat : 23200 (java) S 23191 23191 21260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417838989 28904845312 7258 33554432000 4194304 4196468 140724591855040 139941275355792 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23201] ppid=23191 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23201/stat : 23201 (java) S 23191 23191 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417838989 28904845312 7258 33554432000 4194304 4196468 140724591855040 139941274302736 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23202] ppid=23191 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23202/stat : 23202 (java) S 23191 23191 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417838989 28904845312 7258 33554432000 4194304 4196468 140724591855040 139941273250192 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23203] ppid=23191 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23203/stat : 23203 (java) S 23191 23191 21260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417838990 28904845312 7258 33554432000 4194304 4196468 140724591855040 139940979350256 139941728701058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23204] ppid=23191 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23204/stat : 23204 (java) S 23191 23191 21260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 417838991 28904845312 7258 33554432000 4194304 4196468 140724591855040 139940978296480 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23205] ppid=23191 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23205/stat : 23205 (java) S 23191 23191 21260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 417838991 28904845312 7258 33554432000 4194304 4196468 140724591855040 139940977243376 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23206] ppid=23191 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23206/stat : 23206 (java) S 23191 23191 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417838993 28904845312 7258 33554432000 4194304 4196468 140724591855040 139940976191952 139941728708507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23207] ppid=23191 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23207/stat : 23207 (java) S 23191 23191 21260 0 -1 1077944384 413 0 0 0 0 0 0 0 20 0 20 0 417838993 28904845312 7258 33554432000 4194304 4196468 140724591855040 139940975139056 139941728701058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23208] ppid=23191 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23208/stat : 23208 (java) R 23191 23191 21260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417838993 28904845312 7258 33554432000 4194304 4196468 140724591855040 139940771916144 139941728701058 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23209] ppid=23191 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23209/stat : 23209 (java) S 23191 23191 21260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417838993 28904845312 7258 33554432000 4194304 4196468 140724591855040 139940770863088 139941728701058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23210] ppid=23191 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/23193/task/23210/stat : 23210 (java) S 23191 23191 21260 0 -1 1077944384 376 0 0 0 2 0 0 0 20 0 20 0 417838993 28904845312 7258 33554432000 4194304 4196468 140724591855040 139940769810544 139941728701058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23211] ppid=23191 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23211/stat : 23211 (java) S 23191 23191 21260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417838994 28904845312 7258 33554432000 4194304 4196468 140724591855040 139940768758752 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23212] ppid=23191 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23193/task/23212/stat : 23212 (java) S 23191 23191 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417838994 28904845312 7258 33554432000 4194304 4196468 140724591855040 139940767706288 139941728701058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30488 KiB

[startup+0.210506 s]*
/proc/loadavg: 6.01 7.07 6.45 4/212 23212
/proc/meminfo: memFree=23092684/32770624 swapFree=66939840/67108860
[pid=23191] ppid=23188 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23191/stat : 23191 (xcsp3-exec) S 23188 23191 21260 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417838987 115843072 364 33554432000 4194304 5098028 140729566438592 140729566436696 140399783846524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16355328 140729566442358 140729566442601 140729566442601 140729566445514 0
/proc/23191/statm: 28282 364 305 221 0 87 0
[pid=23193] ppid=23191 vsize=28227388 memory=40972 CPUtime=0.33 cores=0-7
/proc/23193/stat : 23193 (java) S 23191 23191 21260 0 -1 1077944320 9524 0 0 0 30 3 0 0 20 0 20 0 417838988 28904845312 10243 33554432000 4194304 4196468 140724591855040 140724591837584 139941728689911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
/proc/23193/statm: 7056847 10243 3269 1 0 7019032 0
[pid=23193/tid=23194] ppid=23191 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/23193/task/23194/stat : 23194 (java) R 23191 23191 21260 0 -1 4202560 6621 0 0 0 18 2 0 0 20 0 20 0 417838988 28904845312 10243 33554432000 4194304 4196468 140724591855040 139941732924032 139941712770398 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23195] ppid=23191 vsize=28227388 memory=342 CPUtime=0 cores=0-7
/proc/23193/task/23195/stat : 23195 (java) S 23191 23191 21260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417838989 28904845312 10243 33554432000 4194304 4196468 140724591855040 139941648542736 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23196] ppid=23191 vsize=28227388 memory=140140099566389 CPUtime=0 cores=0-7
/proc/23193/task/23196/stat : 23196 (java) S 23191 23191 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417838989 28904845312 10243 33554432000 4194304 4196468 140724591855040 139941647490192 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23197] ppid=23191 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23193/task/23197/stat : 23197 (java) S 23191 23191 21260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417838989 28904845312 10243 33554432000 4194304 4196468 140724591855040 139941646437136 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23198] ppid=23191 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23198/stat : 23198 (java) S 23191 23191 21260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417838989 28904845312 10243 33554432000 4194304 4196468 140724591855040 139941645384592 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23199] ppid=23191 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23199/stat : 23199 (java) S 23191 23191 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417838989 28904845312 10243 33554432000 4194304 4196468 140724591855040 139941276408336 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23200] ppid=23191 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23193/task/23200/stat : 23200 (java) S 23191 23191 21260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417838989 28904845312 10243 33554432000 4194304 4196468 140724591855040 139941275355792 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23201] ppid=23191 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23201/stat : 23201 (java) S 23191 23191 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417838989 28904845312 10243 33554432000 4194304 4196468 140724591855040 139941274302736 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23202] ppid=23191 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23202/stat : 23202 (java) S 23191 23191 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417838989 28904845312 10243 33554432000 4194304 4196468 140724591855040 139941273250192 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23203] ppid=23191 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23203/stat : 23203 (java) S 23191 23191 21260 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 417838990 28904845312 10243 33554432000 4194304 4196468 140724591855040 139940979350256 139941728701058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23204] ppid=23191 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23204/stat : 23204 (java) S 23191 23191 21260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 417838991 28904845312 10243 33554432000 4194304 4196468 140724591855040 139940978296480 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23205] ppid=23191 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23205/stat : 23205 (java) S 23191 23191 21260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 417838991 28904845312 10243 33554432000 4194304 4196468 140724591855040 139940977243376 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23206] ppid=23191 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23206/stat : 23206 (java) S 23191 23191 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417838993 28904845312 10243 33554432000 4194304 4196468 140724591855040 139940976191952 139941728708507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23207] ppid=23191 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/23193/task/23207/stat : 23207 (java) S 23191 23191 21260 0 -1 1077944384 438 0 0 0 1 0 0 0 20 0 20 0 417838993 28904845312 10243 33554432000 4194304 4196468 140724591855040 139940975139056 139941728701058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23208] ppid=23191 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/23193/task/23208/stat : 23208 (java) S 23191 23191 21260 0 -1 1077944384 286 0 0 0 2 0 0 0 20 0 20 0 417838993 28904845312 10243 33554432000 4194304 4196468 140724591855040 139940771916144 139941728701058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23209] ppid=23191 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23193/task/23209/stat : 23209 (java) S 23191 23191 21260 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 20 0 417838993 28904845312 10243 33554432000 4194304 4196468 140724591855040 139940770863088 139941728701058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23210] ppid=23191 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/23193/task/23210/stat : 23210 (java) R 23191 23191 21260 0 -1 4202560 815 0 0 0 7 0 0 0 20 0 20 0 417838993 28904845312 10243 33554432000 4194304 4196468 140724591855040 139940769810544 139941707373982 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23211] ppid=23191 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23211/stat : 23211 (java) S 23191 23191 21260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417838994 28904845312 10243 33554432000 4194304 4196468 140724591855040 139940768758752 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23212] ppid=23191 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23193/task/23212/stat : 23212 (java) S 23191 23191 21260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417838994 28904845312 10243 33554432000 4194304 4196468 140724591855040 139940767706288 139941728701058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42428 KiB

[startup+0.310323 s]*
/proc/loadavg: 6.01 7.07 6.45 4/212 23212
/proc/meminfo: memFree=23087404/32770624 swapFree=66939840/67108860
[pid=23191] ppid=23188 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23191/stat : 23191 (xcsp3-exec) S 23188 23191 21260 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417838987 115843072 364 33554432000 4194304 5098028 140729566438592 140729566436696 140399783846524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16355328 140729566442358 140729566442601 140729566442601 140729566445514 0
/proc/23191/statm: 28282 364 305 221 0 87 0
[pid=23193] ppid=23191 vsize=28231644 memory=49836 CPUtime=0.52 cores=0-7
/proc/23193/stat : 23193 (java) S 23191 23191 21260 0 -1 1077944320 10876 0 0 0 48 4 0 0 20 0 20 0 417838988 28909203456 12459 33554432000 4194304 4196468 140724591855040 140724591837584 139941728689911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
/proc/23193/statm: 7057911 12459 3323 1 0 7019032 0
[pid=23193/tid=23194] ppid=23191 vsize=28231644 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/23193/task/23194/stat : 23194 (java) R 23191 23191 21260 0 -1 4202560 7752 0 0 0 27 3 0 0 20 0 20 0 417838988 28909203456 12459 33554432000 4194304 4196468 140724591855040 139941732921024 139941712770398 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23195] ppid=23191 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23195/stat : 23195 (java) S 23191 23191 21260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417838989 28909203456 12459 33554432000 4194304 4196468 140724591855040 139941648542736 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23196] ppid=23191 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23196/stat : 23196 (java) S 23191 23191 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417838989 28909203456 12459 33554432000 4194304 4196468 140724591855040 139941647490192 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23197] ppid=23191 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23197/stat : 23197 (java) S 23191 23191 21260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417838989 28909203456 12459 33554432000 4194304 4196468 140724591855040 139941646437136 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23198] ppid=23191 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23198/stat : 23198 (java) S 23191 23191 21260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417838989 28909203456 12459 33554432000 4194304 4196468 140724591855040 139941645384592 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23199] ppid=23191 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23199/stat : 23199 (java) S 23191 23191 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417838989 28909203456 12459 33554432000 4194304 4196468 140724591855040 139941276408336 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23200] ppid=23191 vsize=28231644 memory=140139951123119 CPUtime=0 cores=0-7
/proc/23193/task/23200/stat : 23200 (java) S 23191 23191 21260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417838989 28909203456 12459 33554432000 4194304 4196468 140724591855040 139941275355792 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23201] ppid=23191 vsize=28231644 memory=140139951125424 CPUtime=0 cores=0-7
/proc/23193/task/23201/stat : 23201 (java) S 23191 23191 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417838989 28909203456 12459 33554432000 4194304 4196468 140724591855040 139941274302736 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23202] ppid=23191 vsize=28231644 memory=140139951127728 CPUtime=0 cores=0-7
/proc/23193/task/23202/stat : 23202 (java) S 23191 23191 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417838989 28909203456 12459 33554432000 4194304 4196468 140724591855040 139941273250192 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23203] ppid=23191 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23203/stat : 23203 (java) S 23191 23191 21260 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 417838990 28909203456 12459 33554432000 4194304 4196468 140724591855040 139940979350256 139941728701058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23204] ppid=23191 vsize=28231644 memory=280279902269328 CPUtime=0 cores=0-7
/proc/23193/task/23204/stat : 23204 (java) S 23191 23191 21260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 417838991 28909203456 12459 33554432000 4194304 4196468 140724591855040 139940978296480 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23205] ppid=23191 vsize=28231644 memory=280279902267024 CPUtime=0 cores=0-7
/proc/23193/task/23205/stat : 23205 (java) S 23191 23191 21260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 417838991 28909203456 12459 33554432000 4194304 4196468 140724591855040 139940977243376 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23206] ppid=23191 vsize=28231644 memory=280279902273936 CPUtime=0 cores=0-7
/proc/23193/task/23206/stat : 23206 (java) S 23191 23191 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417838993 28909203456 12459 33554432000 4194304 4196468 140724591855040 139940976191952 139941728708507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23207] ppid=23191 vsize=28231644 memory=280279902215216 CPUtime=0.02 cores=0-7
/proc/23193/task/23207/stat : 23207 (java) S 23191 23191 21260 0 -1 1077944384 460 0 0 0 2 0 0 0 20 0 20 0 417838993 28909203456 12459 33554432000 4194304 4196468 140724591855040 139940975139056 139941728701058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23208] ppid=23191 vsize=28231644 memory=280279902287760 CPUtime=0.04 cores=0-7
/proc/23193/task/23208/stat : 23208 (java) R 23191 23191 21260 0 -1 4202560 383 0 0 0 4 0 0 0 20 0 20 0 417838993 28909203456 12459 33554432000 4194304 4196468 140724591855040 139940771897256 139941706284800 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23209] ppid=23191 vsize=28231644 memory=280279902294672 CPUtime=0.01 cores=0-7
/proc/23193/task/23209/stat : 23209 (java) S 23191 23191 21260 0 -1 1077944384 51 0 0 0 1 0 0 0 20 0 20 0 417838993 28909203456 12459 33554432000 4194304 4196468 140724591855040 139940770863088 139941728701058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23210] ppid=23191 vsize=28231644 memory=280279902292368 CPUtime=0.12 cores=0-7
/proc/23193/task/23210/stat : 23210 (java) S 23191 23191 21260 0 -1 1077944384 918 0 0 0 12 0 0 0 20 0 20 0 417838993 28909203456 12459 33554432000 4194304 4196468 140724591855040 139940769810544 139941728701058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23211] ppid=23191 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23211/stat : 23211 (java) S 23191 23191 21260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417838994 28909203456 12459 33554432000 4194304 4196468 140724591855040 139940768758752 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23212] ppid=23191 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/23193/task/23212/stat : 23212 (java) S 23191 23191 21260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417838994 28909203456 12459 33554432000 4194304 4196468 140724591855040 139940767706288 139941728701058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51292 KiB

[startup+0.700975 s]
/proc/loadavg: 6.01 7.07 6.45 2/212 23212
/proc/meminfo: memFree=23094632/32770624 swapFree=66939840/67108860
[pid=23191] ppid=23188 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23191/stat : 23191 (xcsp3-exec) S 23188 23191 21260 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417838987 115843072 364 33554432000 4194304 5098028 140729566438592 140729566436696 140399783846524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16355328 140729566442358 140729566442601 140729566442601 140729566445514 0
/proc/23191/statm: 28282 364 305 221 0 87 0
[pid=23193] ppid=23191 vsize=28233768 memory=61684 CPUtime=0.94 cores=0-7
/proc/23193/stat : 23193 (java) S 23191 23191 21260 0 -1 1077944320 12754 0 0 0 88 6 0 0 20 0 20 0 417838988 28911378432 15421 33554432000 4194304 4196468 140724591855040 140724591837584 139941728689911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
/proc/23193/statm: 7058442 15421 3421 1 0 7019544 0
[pid=23193/tid=23194] ppid=23191 vsize=28233768 memory=0 CPUtime=0.48 cores=0-7
/proc/23193/task/23194/stat : 23194 (java) R 23191 23191 21260 0 -1 4202560 8995 0 0 0 44 4 0 0 20 0 20 0 417838988 28911378432 15421 33554432000 4194304 4196468 140724591855040 139941732928160 139941728701846 0 4 0 16800975 0 0 0 -1 1 0 0 19 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23195] ppid=23191 vsize=28233768 memory=140139951334256 CPUtime=0 cores=0-7
/proc/23193/task/23195/stat : 23195 (java) S 23191 23191 21260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417838989 28911378432 15421 33554432000 4194304 4196468 140724591855040 139941648542736 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23196] ppid=23191 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23196/stat : 23196 (java) S 23191 23191 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417838989 28911378432 15421 33554432000 4194304 4196468 140724591855040 139941647490192 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23197] ppid=23191 vsize=28233768 memory=1256 CPUtime=0 cores=0-7
/proc/23193/task/23197/stat : 23197 (java) S 23191 23191 21260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417838989 28911378432 15421 33554432000 4194304 4196468 140724591855040 139941646437136 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0

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

[pid=23193/tid=23403] ppid=23191 vsize=28834892 memory=40600 CPUtime=34.32 cores=0-7
/proc/23193/task/23403/stat : 23403 (java) R 23191 23191 21260 0 -1 4202560 6472 0 0 0 3425 7 0 0 20 0 28 0 417858470 29526929408 397629 33554432000 4194304 4196468 140724591855040 139940755574712 139941336493437 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23404] ppid=23191 vsize=28834892 memory=988 CPUtime=34.33 cores=0-7
/proc/23193/task/23404/stat : 23404 (java) R 23191 23191 21260 0 -1 4202560 4417 0 0 0 3430 3 0 0 20 0 28 0 417858470 29526929408 397629 33554432000 4194304 4196468 140724591855040 139940758732760 139941332337932 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23405] ppid=23191 vsize=28834892 memory=2008 CPUtime=34.46 cores=0-7
/proc/23193/task/23405/stat : 23405 (java) R 23191 23191 21260 0 -1 4202560 5529 0 0 0 3434 12 0 0 20 0 28 0 417858470 29526929408 397629 33554432000 4194304 4196468 140724591855040 139940754524656 139941332337127 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23406] ppid=23191 vsize=28834892 memory=1436 CPUtime=34.4 cores=0-7
/proc/23193/task/23406/stat : 23406 (java) R 23191 23191 21260 0 -1 4202560 3607 0 0 0 3438 2 0 0 20 0 28 0 417858470 29526929408 397629 33554432000 4194304 4196468 140724591855040 139940753468768 139941331380032 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23407] ppid=23191 vsize=28834892 memory=4164 CPUtime=34.32 cores=0-7
/proc/23193/task/23407/stat : 23407 (java) R 23191 23191 21260 0 -1 4202560 4215 0 0 0 3429 3 0 0 20 0 28 0 417858470 29526929408 397629 33554432000 4194304 4196468 140724591855040 139940748215192 139941331380736 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23408] ppid=23191 vsize=28834892 memory=1548 CPUtime=34.28 cores=0-7
/proc/23193/task/23408/stat : 23408 (java) R 23191 23191 21260 0 -1 4202560 23832 0 0 0 3401 27 0 0 20 0 28 0 417858470 29526929408 397629 33554432000 4194304 4196468 140724591855040 139940756631584 139941332468393 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
Current children cumulated CPU time: 1763.99 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 1591972 KiB

[startup+230.002 s]*
/proc/loadavg: 7.53 7.33 6.70 9/220 23410
/proc/meminfo: memFree=21553896/32770624 swapFree=66939840/67108860
[pid=23191] ppid=23188 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23191/stat : 23191 (xcsp3-exec) S 23188 23191 21260 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417838987 115843072 364 33554432000 4194304 5098028 140729566438592 140729566436696 140399783846524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16355328 140729566442358 140729566442601 140729566442601 140729566445514 0
/proc/23191/statm: 28282 364 305 221 0 87 0
[pid=23193] ppid=23191 vsize=28834892 memory=1590516 CPUtime=1767.25 cores=0-7
/proc/23193/stat : 23193 (java) S 23191 23191 21260 0 -1 1077944320 284505 0 0 0 176424 301 0 0 20 0 28 0 417838988 29526929408 397629 33554432000 4194304 4196468 140724591855040 140724591837584 139941728689911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
/proc/23193/statm: 7208723 397629 3556 1 0 7169825 0
[pid=23193/tid=23194] ppid=23191 vsize=28834892 memory=8317482817917895235 CPUtime=0.77 cores=0-7
/proc/23193/task/23194/stat : 23194 (java) S 23191 23191 21260 0 -1 1077944384 9926 0 0 0 72 5 0 0 20 0 28 0 417838988 29526929408 397629 33554432000 4194304 4196468 140724591855040 139941732930688 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23195] ppid=23191 vsize=28834892 memory=4872558044660077418 CPUtime=1.47 cores=0-7
/proc/23193/task/23195/stat : 23195 (java) S 23191 23191 21260 0 -1 1077944384 5273 0 0 0 134 13 0 0 20 0 28 0 417838989 29526929408 397629 33554432000 4194304 4196468 140724591855040 139941648542736 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23196] ppid=23191 vsize=28834892 memory=4736 CPUtime=1.44 cores=0-7
/proc/23193/task/23196/stat : 23196 (java) S 23191 23191 21260 0 -1 1077944384 5007 0 0 0 130 14 0 0 20 0 28 0 417838989 29526929408 397629 33554432000 4194304 4196468 140724591855040 139941647490192 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23197] ppid=23191 vsize=28834892 memory=1412 CPUtime=1.42 cores=0-7
/proc/23193/task/23197/stat : 23197 (java) S 23191 23191 21260 0 -1 1077944384 4458 0 0 0 130 12 0 0 20 0 28 0 417838989 29526929408 397629 33554432000 4194304 4196468 140724591855040 139941646437136 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23198] ppid=23191 vsize=28834892 memory=3696 CPUtime=1.47 cores=0-7
/proc/23193/task/23198/stat : 23198 (java) S 23191 23191 21260 0 -1 1077944384 5362 0 0 0 135 12 0 0 20 0 28 0 417838989 29526929408 397629 33554432000 4194304 4196468 140724591855040 139941645384592 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23199] ppid=23191 vsize=28834892 memory=1456 CPUtime=1.45 cores=0-7
/proc/23193/task/23199/stat : 23199 (java) S 23191 23191 21260 0 -1 1077944384 4567 0 0 0 132 13 0 0 20 0 28 0 417838989 29526929408 397629 33554432000 4194304 4196468 140724591855040 139941276408336 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23200] ppid=23191 vsize=28834892 memory=0 CPUtime=1.48 cores=0-7
/proc/23193/task/23200/stat : 23200 (java) S 23191 23191 21260 0 -1 1077944384 6376 0 0 0 135 13 0 0 20 0 28 0 417838989 29526929408 397629 33554432000 4194304 4196468 140724591855040 139941275355792 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23201] ppid=23191 vsize=28834892 memory=2241 CPUtime=1.49 cores=0-7
/proc/23193/task/23201/stat : 23201 (java) S 23191 23191 21260 0 -1 1077944384 3548 0 0 0 137 12 0 0 20 0 28 0 417838989 29526929408 397629 33554432000 4194304 4196468 140724591855040 139941274302736 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23202] ppid=23191 vsize=28834892 memory=2244 CPUtime=1.48 cores=0-7
/proc/23193/task/23202/stat : 23202 (java) S 23191 23191 21260 0 -1 1077944384 5924 0 0 0 133 15 0 0 20 0 28 0 417838989 29526929408 397629 33554432000 4194304 4196468 140724591855040 139941273250192 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23203] ppid=23191 vsize=28834892 memory=7649399392787772210 CPUtime=0.35 cores=0-7
/proc/23193/task/23203/stat : 23203 (java) S 23191 23191 21260 0 -1 1077944384 24484 0 0 0 28 7 0 0 20 0 28 0 417838990 29526929408 397629 33554432000 4194304 4196468 140724591855040 139940979350256 139941728701058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23204] ppid=23191 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23204/stat : 23204 (java) S 23191 23191 21260 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 417838991 29526929408 397629 33554432000 4194304 4196468 140724591855040 139940978296544 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23205] ppid=23191 vsize=28834892 memory=2244 CPUtime=0 cores=0-7
/proc/23193/task/23205/stat : 23205 (java) S 23191 23191 21260 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 417838991 29526929408 397629 33554432000 4194304 4196468 140724591855040 139940977243376 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23206] ppid=23191 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/23193/task/23206/stat : 23206 (java) S 23191 23191 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 417838993 29526929408 397629 33554432000 4194304 4196468 140724591855040 139940976191952 139941728708507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23207] ppid=23191 vsize=28834892 memory=6791534058613427641 CPUtime=2.85 cores=0-7
/proc/23193/task/23207/stat : 23207 (java) S 23191 23191 21260 0 -1 1077944384 14245 0 0 0 282 3 0 0 20 0 28 0 417838993 29526929408 397629 33554432000 4194304 4196468 140724591855040 139940975139056 139941728701058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23208] ppid=23191 vsize=28834892 memory=14392 CPUtime=3.25 cores=0-7
/proc/23193/task/23208/stat : 23208 (java) S 23191 23191 21260 0 -1 1077944384 25677 0 0 0 319 6 0 0 20 0 28 0 417838993 29526929408 397629 33554432000 4194304 4196468 140724591855040 139940771916144 139941728701058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23209] ppid=23191 vsize=28834892 memory=0 CPUtime=2.89 cores=0-7
/proc/23193/task/23209/stat : 23209 (java) S 23191 23191 21260 0 -1 1077944384 10078 0 0 0 286 3 0 0 20 0 28 0 417838993 29526929408 397629 33554432000 4194304 4196468 140724591855040 139940770863088 139941728701058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23210] ppid=23191 vsize=28834892 memory=0 CPUtime=1.16 cores=0-7
/proc/23193/task/23210/stat : 23210 (java) S 23191 23191 21260 0 -1 1077944384 17260 0 0 0 112 4 0 0 20 0 28 0 417838993 29526929408 397629 33554432000 4194304 4196468 140724591855040 139940769810544 139941728701058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23211] ppid=23191 vsize=28834892 memory=-3535359994705172065 CPUtime=0 cores=0-7
/proc/23193/task/23211/stat : 23211 (java) S 23191 23191 21260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 417838994 29526929408 397629 33554432000 4194304 4196468 140724591855040 139940768758752 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23212] ppid=23191 vsize=28834892 memory=6944656592387989600 CPUtime=0.08 cores=0-7
/proc/23193/task/23212/stat : 23212 (java) S 23191 23191 21260 0 -1 1077944384 1945 0 0 0 2 6 0 0 20 0 28 0 417838994 29526929408 397629 33554432000 4194304 4196468 140724591855040 139940767706288 139941728701058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23401] ppid=23191 vsize=28834892 memory=6944652177228980320 CPUtime=34.88 cores=0-7
/proc/23193/task/23401/stat : 23401 (java) R 23191 23191 21260 0 -1 4202560 3766 0 0 0 3484 4 0 0 20 0 28 0 417858470 29526929408 397629 33554432000 4194304 4196468 140724591855040 139940752416392 139941336713925 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23402] ppid=23191 vsize=28834892 memory=6656426216303648864 CPUtime=34.95 cores=0-7
/proc/23193/task/23402/stat : 23402 (java) R 23191 23191 21260 0 -1 4202560 1930 0 0 0 3492 3 0 0 20 0 28 0 417858470 29526929408 397629 33554432000 4194304 4196468 140724591855040 139940751364888 139941331569601 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23403] ppid=23191 vsize=28834892 memory=-2098775911743863648 CPUtime=34.73 cores=0-7
/proc/23193/task/23403/stat : 23403 (java) R 23191 23191 21260 0 -1 4202560 6731 0 0 0 3466 7 0 0 20 0 28 0 417858470 29526929408 397629 33554432000 4194304 4196468 140724591855040 139940755574712 139941333797083 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23404] ppid=23191 vsize=28834892 memory=8475934422144292502 CPUtime=34.72 cores=0-7
/proc/23193/task/23404/stat : 23404 (java) R 23191 23191 21260 0 -1 4202560 4551 0 0 0 3469 3 0 0 20 0 28 0 417858470 29526929408 397629 33554432000 4194304 4196468 140724591855040 139940758732760 139941337152459 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23405] ppid=23191 vsize=28834892 memory=7016714190785702558 CPUtime=34.87 cores=0-7
/proc/23193/task/23405/stat : 23405 (java) R 23191 23191 21260 0 -1 4202560 6590 0 0 0 3475 12 0 0 20 0 28 0 417858470 29526929408 397629 33554432000 4194304 4196468 140724591855040 139940754525664 139941714758030 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23406] ppid=23191 vsize=28834892 memory=1329904169539632281 CPUtime=34.8 cores=0-7
/proc/23193/task/23406/stat : 23406 (java) R 23191 23191 21260 0 -1 4202560 3689 0 0 0 3478 2 0 0 20 0 28 0 417858470 29526929408 397629 33554432000 4194304 4196468 140724591855040 139940753473184 139941331278008 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23407] ppid=23191 vsize=28834892 memory=5450916479880885802 CPUtime=34.74 cores=0-7
/proc/23193/task/23407/stat : 23407 (java) R 23191 23191 21260 0 -1 4202560 4284 0 0 0 3470 4 0 0 20 0 28 0 417858470 29526929408 397629 33554432000 4194304 4196468 140724591855040 139940748215192 139941714758036 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23408] ppid=23191 vsize=28834892 memory=8334097418251569984 CPUtime=34.68 cores=0-7
/proc/23193/task/23408/stat : 23408 (java) R 23191 23191 21260 0 -1 4202560 23985 0 0 0 3441 27 0 0 20 0 28 0 417858470 29526929408 397629 33554432000 4194304 4196468 140724591855040 139940756631720 139941332469829 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
Current children cumulated CPU time: 1767.25 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 1591972 KiB

[startup+230.202 s]
/proc/loadavg: 7.53 7.33 6.70 9/220 23410
/proc/meminfo: memFree=21553896/32770624 swapFree=66939840/67108860
[pid=23191] ppid=23188 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23191/stat : 23191 (xcsp3-exec) S 23188 23191 21260 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417838987 115843072 364 33554432000 4194304 5098028 140729566438592 140729566436696 140399783846524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16355328 140729566442358 140729566442601 140729566442601 140729566445514 0
/proc/23191/statm: 28282 364 305 221 0 87 0
[pid=23193] ppid=23191 vsize=28834892 memory=1592720 CPUtime=1768.73 cores=0-7
/proc/23193/stat : 23193 (java) S 23191 23191 21260 0 -1 1077944320 286243 0 0 0 176572 301 0 0 20 0 28 0 417838988 29526929408 398180 33554432000 4194304 4196468 140724591855040 140724591837584 139941728689911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
/proc/23193/statm: 7208723 398180 3556 1 0 7169825 0
[pid=23193/tid=23194] ppid=23191 vsize=28834892 memory=14699582244260401 CPUtime=0.77 cores=0-7
/proc/23193/task/23194/stat : 23194 (java) S 23191 23191 21260 0 -1 1077944384 9926 0 0 0 72 5 0 0 20 0 28 0 417838988 29526929408 398180 33554432000 4194304 4196468 140724591855040 139941732930688 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23195] ppid=23191 vsize=28834892 memory=1984 CPUtime=1.48 cores=0-7
/proc/23193/task/23195/stat : 23195 (java) S 23191 23191 21260 0 -1 1077944384 5488 0 0 0 134 14 0 0 20 0 28 0 417838989 29526929408 398180 33554432000 4194304 4196468 140724591855040 139941648542736 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23196] ppid=23191 vsize=28834892 memory=1440 CPUtime=1.44 cores=0-7
/proc/23193/task/23196/stat : 23196 (java) S 23191 23191 21260 0 -1 1077944384 5011 0 0 0 130 14 0 0 20 0 28 0 417838989 29526929408 398180 33554432000 4194304 4196468 140724591855040 139941647490192 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23197] ppid=23191 vsize=28834892 memory=812 CPUtime=1.42 cores=0-7
/proc/23193/task/23197/stat : 23197 (java) S 23191 23191 21260 0 -1 1077944384 4461 0 0 0 130 12 0 0 20 0 28 0 417838989 29526929408 398180 33554432000 4194304 4196468 140724591855040 139941646437136 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23198] ppid=23191 vsize=28834892 memory=2580 CPUtime=1.47 cores=0-7
/proc/23193/task/23198/stat : 23198 (java) S 23191 23191 21260 0 -1 1077944384 5365 0 0 0 135 12 0 0 20 0 28 0 417838989 29526929408 398180 33554432000 4194304 4196468 140724591855040 139941645384592 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23199] ppid=23191 vsize=28834892 memory=1760 CPUtime=1.45 cores=0-7
/proc/23193/task/23199/stat : 23199 (java) S 23191 23191 21260 0 -1 1077944384 4570 0 0 0 132 13 0 0 20 0 28 0 417838989 29526929408 398180 33554432000 4194304 4196468 140724591855040 139941276408336 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23200] ppid=23191 vsize=28834892 memory=4872558044660077418 CPUtime=1.49 cores=0-7
/proc/23193/task/23200/stat : 23200 (java) S 23191 23191 21260 0 -1 1077944384 6797 0 0 0 136 13 0 0 20 0 28 0 417838989 29526929408 398180 33554432000 4194304 4196468 140724591855040 139941275355792 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23201] ppid=23191 vsize=28834892 memory=303711719770030395 CPUtime=1.49 cores=0-7
/proc/23193/task/23201/stat : 23201 (java) S 23191 23191 21260 0 -1 1077944384 3618 0 0 0 137 12 0 0 20 0 28 0 417838989 29526929408 398180 33554432000 4194304 4196468 140724591855040 139941274302736 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23202] ppid=23191 vsize=28834892 memory=14699582244260401 CPUtime=1.48 cores=0-7
/proc/23193/task/23202/stat : 23202 (java) S 23191 23191 21260 0 -1 1077944384 5954 0 0 0 133 15 0 0 20 0 28 0 417838989 29526929408 398180 33554432000 4194304 4196468 140724591855040 139941273250192 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23203] ppid=23191 vsize=28834892 memory=7524787570641889344 CPUtime=0.35 cores=0-7
/proc/23193/task/23203/stat : 23203 (java) S 23191 23191 21260 0 -1 1077944384 24767 0 0 0 28 7 0 0 20 0 28 0 417838990 29526929408 398180 33554432000 4194304 4196468 140724591855040 139940979350256 139941728701058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23204] ppid=23191 vsize=28834892 memory=6153985703205688936 CPUtime=0 cores=0-7
/proc/23193/task/23204/stat : 23204 (java) S 23191 23191 21260 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 417838991 29526929408 398180 33554432000 4194304 4196468 140724591855040 139940978296544 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23205] ppid=23191 vsize=28834892 memory=7378983553979662436 CPUtime=0 cores=0-7
/proc/23193/task/23205/stat : 23205 (java) S 23191 23191 21260 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 417838991 29526929408 398180 33554432000 4194304 4196468 140724591855040 139940977243376 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23206] ppid=23191 vsize=28834892 memory=-8823266268878431589 CPUtime=0 cores=0-7
/proc/23193/task/23206/stat : 23206 (java) S 23191 23191 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 417838993 29526929408 398180 33554432000 4194304 4196468 140724591855040 139940976191952 139941728708507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23207] ppid=23191 vsize=28834892 memory=-5424205052157934690 CPUtime=2.85 cores=0-7
/proc/23193/task/23207/stat : 23207 (java) S 23191 23191 21260 0 -1 1077944384 14245 0 0 0 282 3 0 0 20 0 28 0 417838993 29526929408 398180 33554432000 4194304 4196468 140724591855040 139940975139056 139941728701058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23208] ppid=23191 vsize=28834892 memory=0 CPUtime=3.25 cores=0-7
/proc/23193/task/23208/stat : 23208 (java) S 23191 23191 21260 0 -1 1077944384 25677 0 0 0 319 6 0 0 20 0 28 0 417838993 29526929408 398180 33554432000 4194304 4196468 140724591855040 139940771916144 139941728701058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23209] ppid=23191 vsize=28834892 memory=0 CPUtime=2.89 cores=0-7
/proc/23193/task/23209/stat : 23209 (java) S 23191 23191 21260 0 -1 1077944384 10078 0 0 0 286 3 0 0 20 0 28 0 417838993 29526929408 398180 33554432000 4194304 4196468 140724591855040 139940770863088 139941728701058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23210] ppid=23191 vsize=28834892 memory=7738965842889565526 CPUtime=1.16 cores=0-7
/proc/23193/task/23210/stat : 23210 (java) S 23191 23191 21260 0 -1 1077944384 17260 0 0 0 112 4 0 0 20 0 28 0 417838993 29526929408 398180 33554432000 4194304 4196468 140724591855040 139940769810544 139941728701058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23211] ppid=23191 vsize=28834892 memory=7305218370954094425 CPUtime=0 cores=0-7
/proc/23193/task/23211/stat : 23211 (java) S 23191 23191 21260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 417838994 29526929408 398180 33554432000 4194304 4196468 140724591855040 139940768758752 139941728700117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23212] ppid=23191 vsize=28834892 memory=0 CPUtime=0.08 cores=0-7
/proc/23193/task/23212/stat : 23212 (java) S 23191 23191 21260 0 -1 1077944384 1945 0 0 0 2 6 0 0 20 0 28 0 417838994 29526929408 398180 33554432000 4194304 4196468 140724591855040 139940767706288 139941728701058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23401] ppid=23191 vsize=28834892 memory=0 CPUtime=35.06 cores=0-7
/proc/23193/task/23401/stat : 23401 (java) R 23191 23191 21260 0 -1 4202560 3776 0 0 0 3502 4 0 0 20 0 28 0 417858470 29526929408 398180 33554432000 4194304 4196468 140724591855040 139940752416144 139941334805932 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23402] ppid=23191 vsize=28834892 memory=140139952722448 CPUtime=35.14 cores=0-7
/proc/23193/task/23402/stat : 23402 (java) R 23191 23191 21260 0 -1 4202560 1935 0 0 0 3511 3 0 0 20 0 28 0 417858470 29526929408 398180 33554432000 4194304 4196468 140724591855040 139940751367936 139941334125908 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23403] ppid=23191 vsize=28834892 memory=7449294917376501349 CPUtime=34.91 cores=0-7
/proc/23193/task/23403/stat : 23403 (java) R 23191 23191 21260 0 -1 4202560 6788 0 0 0 3484 7 0 0 20 0 28 0 417858470 29526929408 398180 33554432000 4194304 4196468 140724591855040 139940755574840 139941326704574 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23404] ppid=23191 vsize=28834892 memory=7811897527181070932 CPUtime=34.9 cores=0-7
/proc/23193/task/23404/stat : 23404 (java) R 23191 23191 21260 0 -1 4202560 4617 0 0 0 3487 3 0 0 20 0 28 0 417858470 29526929408 398180 33554432000 4194304 4196468 140724591855040 139940758733336 139941334643102 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23405] ppid=23191 vsize=28834892 memory=6297811737238859369 CPUtime=35.05 cores=0-7
/proc/23193/task/23405/stat : 23405 (java) R 23191 23191 21260 0 -1 4202560 6630 0 0 0 3493 12 0 0 20 0 28 0 417858470 29526929408 398180 33554432000 4194304 4196468 140724591855040 139940754522264 139941326705415 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23406] ppid=23191 vsize=28834892 memory=7518026630507423595 CPUtime=34.99 cores=0-7
/proc/23193/task/23406/stat : 23406 (java) R 23191 23191 21260 0 -1 4202560 3696 0 0 0 3497 2 0 0 20 0 28 0 417858470 29526929408 398180 33554432000 4194304 4196468 140724591855040 139940753471648 139941332471759 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23407] ppid=23191 vsize=28834892 memory=280279902171368 CPUtime=34.92 cores=0-7
/proc/23193/task/23407/stat : 23407 (java) R 23191 23191 21260 0 -1 4202560 4309 0 0 0 3488 4 0 0 20 0 28 0 417858470 29526929408 398180 33554432000 4194304 4196468 140724591855040 139940748214400 139941333106820 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
[pid=23193/tid=23408] ppid=23191 vsize=28834892 memory=6944656592455088490 CPUtime=34.87 cores=0-7
/proc/23193/task/23408/stat : 23408 (java) R 23191 23191 21260 0 -1 4202560 23996 0 0 0 3460 27 0 0 20 0 28 0 417858470 29526929408 398180 33554432000 4194304 4196468 140724591855040 139940756628608 139941333132698 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20598784 140724591858666 140724591858838 140724591858838 140724591861711 0
Current children cumulated CPU time: 1768.73 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 1594176 KiB

[startup+230.301 s]
/proc/loadavg: 7.53 7.33 6.70 9/220 23410
/proc/meminfo: memFree=21553896/32770624 swapFree=66939840/67108860
[pid=23191] ppid=23188 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23191/stat : 23191 (xcsp3-exec) S 23188 23191 21260 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417838987 115843072 364 33554432000 4194304 5098028 140729566438592 140729566436696 140399783846524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16355328 140729566442358 140729566442601 140729566442601 140729566445514 0
/proc/23191/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 0
Real time (s): 230.32
CPU time (s): 1769.43
CPU user time (s): 1766.39
CPU system time (s): 3.04627
CPU usage (%): 768.248
Max. virtual memory (cumulated for all children) (KiB): 28951124
Max. memory (cumulated for all children) (KiB): 1598508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1766.39
system time used= 3.04627
maximum resident set size= 1598604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 288429
page faults= 0
swaps= 0
block input operations= 0
block output operations= 576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26976
involuntary context switches= 20903


# summary of solver processes directly reported to runsolver:
#   pid: 23191
#   total CPU time (s): 1769.43
#   total CPU user time (s): 1766.39
#   total CPU system time (s): 3.04627

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.33527 second user time and 2.41053 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-14 02:00:01
IDJOB=4393919
IDBENCH=116013
IDSOLVER=2841
FILE ID=node119/4393919-1568419241
RUNJOBID= node119-1568417505-21287
PBS_JOBID= 21702275
Free space on /tmp= 61504 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-08-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-4393919-1568419241/watcher-4393919-1568419241 -o /tmp/evaluation-result-4393919-1568419241/solver-4393919-1568419241 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node119-1568417505-21287 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 444639113 HOME/instance-4393919-1568419241.xml

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

MD5SUM BENCH= 6fd932c8bfa1fb1c2de56266b40b08cd
RANDOM SEED=444639113

node119.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.47
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.47
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.47
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.47
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:        23133436 kB
MemAvailable:   31816412 kB
Buffers:          203600 kB
Cached:          8744224 kB
SwapCached:        61108 kB
Active:          2821156 kB
Inactive:        6192336 kB
Active(anon):       4668 kB
Inactive(anon):   102432 kB
Active(file):    2816488 kB
Inactive(file):  6089904 kB
Unevictable:      107736 kB
Mlocked:          107736 kB
SwapTotal:      67108860 kB
SwapFree:       66939840 kB
Dirty:             26164 kB
Writeback:             0 kB
AnonPages:        113456 kB
Mapped:            44600 kB
Shmem:             32816 kB
Slab:             214684 kB
SReclaimable:     184840 kB
SUnreclaim:        29844 kB
KernelStack:        3440 kB
PageTables:         5152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498656 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:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61476 MiB
End job on node119 at 2019-09-14 02:03:52