Trace number 4394425

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 parallelOPT55 65.6191 8.85471

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-10_c18.xml
MD5SUM769ec0f26c47f1b96bb609b2e4d8d5d6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark30.6851
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size100
Maximum domain size101
Distribution of domain sizes[{"size":100,"count":45},{"size":101,"count":10}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":9,"count":9},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4394425-1568448736.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394425-1568448736.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.29/0.66	c solve instance...
1.61/0.78	o 80 
2.25/0.81	o 75 
2.25/0.84	o 73 
2.25/0.86	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (9/34)
2.25/0.86		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.25/0.86		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2.25/0.86		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2.25/0.86		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2.25/0.86		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2.25/0.86	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (9/34)
2.25/0.86		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
2.25/0.86		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
2.25/0.86		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
2.25/0.86		at org.chocosolver.solver.Solver.repair(Solver.java:443)
2.25/0.86		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
2.25/0.86		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2.25/0.86		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2.25/0.86		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.25/0.86		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.25/0.86		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.25/0.86		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.25/0.86		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.25/0.86		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2.25/0.86		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2.25/0.86		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2.25/0.86		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2.25/0.86	o 72 
2.85/0.90	o 70 
2.85/0.93	o 68 
2.85/1.00	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (9/34)
2.85/1.00		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.85/1.00		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2.85/1.00		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2.85/1.00		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2.85/1.00		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2.85/1.00	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (9/34)
2.85/1.00		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
2.85/1.00		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
2.85/1.00		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
2.85/1.00		at org.chocosolver.solver.Solver.repair(Solver.java:443)
2.85/1.00		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
2.85/1.00		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2.85/1.00		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2.85/1.00		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.85/1.00		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.85/1.00		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.85/1.00		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.85/1.00		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.85/1.00		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
5.96/1.36		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
5.96/1.36		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
5.96/1.36		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
5.96/1.36	o 66 
5.96/1.36	o 62 
7.59/1.50	o 60 
12.39/2.17	o 55 
65.35/8.83	s OPTIMUM FOUND
65.35/8.83	v <instantiation>
65.35/8.83	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9] </list>
65.35/8.83	v 	<values>0 1 6 10 23 26 34 41 53 55 1 6 10 23 26 34 41 53 55 5 9 22 25 33 40 52 54 4 17 20 28 35 47 49 13 16 24 31 43 45 3 11 18 30 32 8 15 27 29 7 19 21 12 14 2 </values>
65.35/8.83	v </instantiation>

Verifier Data

OK	55

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394425-1568448736/watcher-4394425-1568448736 -o /tmp/evaluation-result-4394425-1568448736/solver-4394425-1568448736 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node119-1568442536-28255 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 717297572 HOME/instance-4394425-1568448736.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=30250, runsolver pid=30247
Current StackSize limit: 8192 KiB


[startup+0.100162 s]*
/proc/loadavg: 7.02 6.75 6.81 2/212 30271
/proc/meminfo: memFree=24665912/32770624 swapFree=66939852/67108860
[pid=30250] ppid=30247 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30250/stat : 30250 (xcsp3-exec) S 30247 30250 28228 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420788480 115843072 363 33554432000 4194304 5098028 140731427573712 140731427571816 140539601556092 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15986688 140731427582838 140731427583081 140731427583081 140731427585994 0
/proc/30250/statm: 28282 363 304 221 0 87 0
[pid=30252] ppid=30250 vsize=28227388 memory=28932 CPUtime=0.12 cores=0-7
/proc/30252/stat : 30252 (java) S 30250 30250 28228 0 -1 1077944320 5710 0 0 0 11 1 0 0 20 0 20 0 420788480 28904845312 7233 33554432000 4194304 4196468 140728453581344 140728453563888 139797249986295 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
/proc/30252/statm: 7056847 7233 3113 1 0 7019032 0
[pid=30252/tid=30253] ppid=30250 vsize=28227388 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/30252/task/30253/stat : 30253 (java) R 30250 30250 28228 0 -1 4202560 3622 0 0 0 8 1 0 0 20 0 20 0 420788481 28904845312 7233 33554432000 4194304 4196468 140728453581344 139797254221352 139797249998230 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30254] ppid=30250 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/30252/task/30254/stat : 30254 (java) S 30250 30250 28228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420788482 28904845312 7233 33554432000 4194304 4196468 140728453581344 139797169838736 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30255] ppid=30250 vsize=28227388 memory=140175731189376 CPUtime=0 cores=0-7
/proc/30252/task/30255/stat : 30255 (java) S 30250 30250 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420788482 28904845312 7233 33554432000 4194304 4196468 140728453581344 139797168785936 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30256] ppid=30250 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30256/stat : 30256 (java) S 30250 30250 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420788482 28904845312 7233 33554432000 4194304 4196468 140728453581344 139797167733136 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30257] ppid=30250 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30257/stat : 30257 (java) S 30250 30250 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420788482 28904845312 7233 33554432000 4194304 4196468 140728453581344 139797166680336 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30258] ppid=30250 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30258/stat : 30258 (java) S 30250 30250 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420788482 28904845312 7233 33554432000 4194304 4196468 140728453581344 139797165628560 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30259] ppid=30250 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30252/task/30259/stat : 30259 (java) S 30250 30250 28228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420788482 28904845312 7233 33554432000 4194304 4196468 140728453581344 139797164575760 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30260] ppid=30250 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30260/stat : 30260 (java) S 30250 30250 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420788482 28904845312 7233 33554432000 4194304 4196468 140728453581344 139797163522960 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30261] ppid=30250 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30261/stat : 30261 (java) S 30250 30250 28228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420788482 28904845312 7233 33554432000 4194304 4196468 140728453581344 139797162470160 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30262] ppid=30250 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30262/stat : 30262 (java) S 30250 30250 28228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420788483 28904845312 7233 33554432000 4194304 4196468 140728453581344 139796366334320 139797249997442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30263] ppid=30250 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30263/stat : 30263 (java) S 30250 30250 28228 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420788483 28904845312 7233 33554432000 4194304 4196468 140728453581344 139796365280288 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30264] ppid=30250 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30264/stat : 30264 (java) S 30250 30250 28228 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420788484 28904845312 7233 33554432000 4194304 4196468 140728453581344 139796364227440 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30265] ppid=30250 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30265/stat : 30265 (java) S 30250 30250 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420788486 28904845312 7233 33554432000 4194304 4196468 140728453581344 139796363175760 139797250004891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30266] ppid=30250 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30266/stat : 30266 (java) S 30250 30250 28228 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 20 0 420788486 28904845312 7233 33554432000 4194304 4196468 140728453581344 139796362124144 139797249997442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30267] ppid=30250 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30267/stat : 30267 (java) R 30250 30250 28228 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 20 0 420788486 28904845312 7233 33554432000 4194304 4196468 140728453581344 139796361071344 139797233422033 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30268] ppid=30250 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30268/stat : 30268 (java) S 30250 30250 28228 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 420788486 28904845312 7233 33554432000 4194304 4196468 140728453581344 139796360018544 139797249997442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30269] ppid=30250 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/30252/task/30269/stat : 30269 (java) R 30250 30250 28228 0 -1 4202560 347 0 0 0 2 0 0 0 20 0 20 0 420788486 28904845312 7233 33554432000 4194304 4196468 140728453581344 139796358965744 139797228911810 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30270] ppid=30250 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30270/stat : 30270 (java) S 30250 30250 28228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420788486 28904845312 7233 33554432000 4194304 4196468 140728453581344 139796357913184 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30271] ppid=30250 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30252/task/30271/stat : 30271 (java) S 30250 30250 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420788487 28904845312 7233 33554432000 4194304 4196468 140728453581344 139796356860464 139797249997442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30384 KiB

[startup+0.210523 s]*
/proc/loadavg: 7.02 6.75 6.81 3/212 30271
/proc/meminfo: memFree=24652660/32770624 swapFree=66939852/67108860
[pid=30250] ppid=30247 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30250/stat : 30250 (xcsp3-exec) S 30247 30250 28228 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420788480 115843072 363 33554432000 4194304 5098028 140731427573712 140731427571816 140539601556092 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15986688 140731427582838 140731427583081 140731427583081 140731427585994 0
/proc/30250/statm: 28282 363 304 221 0 87 0
[pid=30252] ppid=30250 vsize=28227388 memory=41016 CPUtime=0.34 cores=0-7
/proc/30252/stat : 30252 (java) S 30250 30250 28228 0 -1 1077944320 9510 0 0 0 31 3 0 0 20 0 20 0 420788480 28904845312 10254 33554432000 4194304 4196468 140728453581344 140728453563888 139797249986295 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
/proc/30252/statm: 7056847 10254 3308 1 0 7019032 0
[pid=30252/tid=30253] ppid=30250 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/30252/task/30253/stat : 30253 (java) R 30250 30250 28228 0 -1 4202560 6649 0 0 0 18 2 0 0 20 0 20 0 420788481 28904845312 10254 33554432000 4194304 4196468 140728453581344 139797254223056 139797250008221 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30254] ppid=30250 vsize=28227388 memory=342 CPUtime=0 cores=0-7
/proc/30252/task/30254/stat : 30254 (java) S 30250 30250 28228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420788482 28904845312 10254 33554432000 4194304 4196468 140728453581344 139797169838736 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30255] ppid=30250 vsize=28227388 memory=140175731217768 CPUtime=0 cores=0-7
/proc/30252/task/30255/stat : 30255 (java) S 30250 30250 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420788482 28904845312 10254 33554432000 4194304 4196468 140728453581344 139797168785936 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30256] ppid=30250 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30252/task/30256/stat : 30256 (java) S 30250 30250 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420788482 28904845312 10254 33554432000 4194304 4196468 140728453581344 139797167733136 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30257] ppid=30250 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30257/stat : 30257 (java) S 30250 30250 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420788482 28904845312 10254 33554432000 4194304 4196468 140728453581344 139797166680336 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30258] ppid=30250 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30258/stat : 30258 (java) S 30250 30250 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420788482 28904845312 10254 33554432000 4194304 4196468 140728453581344 139797165628560 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30259] ppid=30250 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30252/task/30259/stat : 30259 (java) S 30250 30250 28228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420788482 28904845312 10254 33554432000 4194304 4196468 140728453581344 139797164575760 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30260] ppid=30250 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30260/stat : 30260 (java) S 30250 30250 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420788482 28904845312 10254 33554432000 4194304 4196468 140728453581344 139797163522960 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30261] ppid=30250 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30261/stat : 30261 (java) S 30250 30250 28228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420788482 28904845312 10254 33554432000 4194304 4196468 140728453581344 139797162470160 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30262] ppid=30250 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30262/stat : 30262 (java) S 30250 30250 28228 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420788483 28904845312 10254 33554432000 4194304 4196468 140728453581344 139796366334320 139797249997442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30263] ppid=30250 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30263/stat : 30263 (java) S 30250 30250 28228 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420788483 28904845312 10254 33554432000 4194304 4196468 140728453581344 139796365280288 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30264] ppid=30250 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30264/stat : 30264 (java) S 30250 30250 28228 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420788484 28904845312 10254 33554432000 4194304 4196468 140728453581344 139796364227440 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30265] ppid=30250 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30265/stat : 30265 (java) S 30250 30250 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420788486 28904845312 10254 33554432000 4194304 4196468 140728453581344 139796363175760 139797250004891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30266] ppid=30250 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30266/stat : 30266 (java) S 30250 30250 28228 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 420788486 28904845312 10254 33554432000 4194304 4196468 140728453581344 139796362124144 139797249997442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30267] ppid=30250 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30267/stat : 30267 (java) S 30250 30250 28228 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 20 0 420788486 28904845312 10254 33554432000 4194304 4196468 140728453581344 139796361071344 139797249997442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30268] ppid=30250 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/30252/task/30268/stat : 30268 (java) S 30250 30250 28228 0 -1 1077944384 449 0 0 0 2 0 0 0 20 0 20 0 420788486 28904845312 10254 33554432000 4194304 4196468 140728453581344 139796360018544 139797249997442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30269] ppid=30250 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/30252/task/30269/stat : 30269 (java) S 30250 30250 28228 0 -1 1077944384 719 0 0 0 8 0 0 0 20 0 20 0 420788486 28904845312 10254 33554432000 4194304 4196468 140728453581344 139796358965744 139797249997442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30270] ppid=30250 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30270/stat : 30270 (java) S 30250 30250 28228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420788486 28904845312 10254 33554432000 4194304 4196468 140728453581344 139796357913184 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30271] ppid=30250 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30252/task/30271/stat : 30271 (java) S 30250 30250 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420788487 28904845312 10254 33554432000 4194304 4196468 140728453581344 139796356860464 139797249997442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42468 KiB

[startup+0.310352 s]*
/proc/loadavg: 7.02 6.75 6.81 4/212 30271
/proc/meminfo: memFree=24645400/32770624 swapFree=66939852/67108860
[pid=30250] ppid=30247 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30250/stat : 30250 (xcsp3-exec) S 30247 30250 28228 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420788480 115843072 363 33554432000 4194304 5098028 140731427573712 140731427571816 140539601556092 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15986688 140731427582838 140731427583081 140731427583081 140731427585994 0
/proc/30250/statm: 28282 363 304 221 0 87 0
[pid=30252] ppid=30250 vsize=28231644 memory=50248 CPUtime=0.53 cores=0-7
/proc/30252/stat : 30252 (java) S 30250 30250 28228 0 -1 1077944320 10925 0 0 0 49 4 0 0 20 0 20 0 420788480 28909203456 12562 33554432000 4194304 4196468 140728453581344 140728453563888 139797249986295 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
/proc/30252/statm: 7057911 12562 3350 1 0 7019032 0
[pid=30252/tid=30253] ppid=30250 vsize=28231644 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/30252/task/30253/stat : 30253 (java) R 30250 30250 28228 0 -1 4202560 7835 0 0 0 27 2 0 0 20 0 20 0 420788481 28909203456 12627 33554432000 4194304 4196468 140728453581344 139797254217408 139797234066782 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30254] ppid=30250 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30254/stat : 30254 (java) S 30250 30250 28228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420788482 28909203456 12627 33554432000 4194304 4196468 140728453581344 139797169838736 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30255] ppid=30250 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30255/stat : 30255 (java) S 30250 30250 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420788482 28909203456 12627 33554432000 4194304 4196468 140728453581344 139797168785936 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30256] ppid=30250 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30256/stat : 30256 (java) S 30250 30250 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420788482 28909203456 12627 33554432000 4194304 4196468 140728453581344 139797167733136 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30257] ppid=30250 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30257/stat : 30257 (java) S 30250 30250 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420788482 28909203456 12627 33554432000 4194304 4196468 140728453581344 139797166680336 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30258] ppid=30250 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/30252/task/30258/stat : 30258 (java) S 30250 30250 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420788482 28909203456 12627 33554432000 4194304 4196468 140728453581344 139797165628560 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30259] ppid=30250 vsize=28231644 memory=140175585932207 CPUtime=0 cores=0-7
/proc/30252/task/30259/stat : 30259 (java) S 30250 30250 28228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420788482 28909203456 12627 33554432000 4194304 4196468 140728453581344 139797164575760 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30260] ppid=30250 vsize=28231644 memory=140175585934512 CPUtime=0 cores=0-7
/proc/30252/task/30260/stat : 30260 (java) S 30250 30250 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420788482 28909203456 12631 33554432000 4194304 4196468 140728453581344 139797163522960 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30261] ppid=30250 vsize=28231644 memory=140175585936816 CPUtime=0 cores=0-7
/proc/30252/task/30261/stat : 30261 (java) S 30250 30250 28228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420788482 28909203456 12631 33554432000 4194304 4196468 140728453581344 139797162470160 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30262] ppid=30250 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30262/stat : 30262 (java) S 30250 30250 28228 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420788483 28909203456 12631 33554432000 4194304 4196468 140728453581344 139796366334320 139797249997442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30263] ppid=30250 vsize=28231644 memory=280351171880592 CPUtime=0 cores=0-7
/proc/30252/task/30263/stat : 30263 (java) S 30250 30250 28228 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420788483 28909203456 12631 33554432000 4194304 4196468 140728453581344 139796365280288 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30264] ppid=30250 vsize=28231644 memory=280351171887504 CPUtime=0 cores=0-7
/proc/30252/task/30264/stat : 30264 (java) S 30250 30250 28228 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420788484 28909203456 12631 33554432000 4194304 4196468 140728453581344 139796364227440 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30265] ppid=30250 vsize=28231644 memory=280351171828784 CPUtime=0 cores=0-7
/proc/30252/task/30265/stat : 30265 (java) S 30250 30250 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420788486 28909203456 12631 33554432000 4194304 4196468 140728453581344 139796363175760 139797250004891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30266] ppid=30250 vsize=28231644 memory=280351171901328 CPUtime=0.02 cores=0-7
/proc/30252/task/30266/stat : 30266 (java) R 30250 30250 28228 0 -1 4202560 426 0 0 0 2 0 0 0 20 0 20 0 420788486 28909203456 12631 33554432000 4194304 4196468 140728453581344 139796362110224 139797231505756 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30267] ppid=30250 vsize=28231644 memory=280351171908240 CPUtime=0.02 cores=0-7
/proc/30252/task/30267/stat : 30267 (java) S 30250 30250 28228 0 -1 1077944384 99 0 0 0 2 0 0 0 20 0 20 0 420788486 28909203456 12631 33554432000 4194304 4196468 140728453581344 139796361071344 139797249997442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30268] ppid=30250 vsize=28231644 memory=280351171905936 CPUtime=0.03 cores=0-7
/proc/30252/task/30268/stat : 30268 (java) S 30250 30250 28228 0 -1 1077944384 454 0 0 0 3 0 0 0 20 0 20 0 420788486 28909203456 12631 33554432000 4194304 4196468 140728453581344 139796360018544 139797249997442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30269] ppid=30250 vsize=28231644 memory=280351171922096 CPUtime=0.13 cores=0-7
/proc/30252/task/30269/stat : 30269 (java) S 30250 30250 28228 0 -1 1077944384 804 0 0 0 13 0 0 0 20 0 20 0 420788486 28909203456 12631 33554432000 4194304 4196468 140728453581344 139796358965744 139797249997442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30270] ppid=30250 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30270/stat : 30270 (java) S 30250 30250 28228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420788486 28909203456 12631 33554432000 4194304 4196468 140728453581344 139796357913184 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30271] ppid=30250 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/30252/task/30271/stat : 30271 (java) S 30250 30250 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420788487 28909203456 12631 33554432000 4194304 4196468 140728453581344 139796356860464 139797249997442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51700 KiB

[startup+0.701127 s]
/proc/loadavg: 7.02 6.75 6.81 3/212 30271
/proc/meminfo: memFree=24627716/32770624 swapFree=66939852/67108860
[pid=30250] ppid=30247 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30250/stat : 30250 (xcsp3-exec) S 30247 30250 28228 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420788480 115843072 363 33554432000 4194304 5098028 140731427573712 140731427571816 140539601556092 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15986688 140731427582838 140731427583081 140731427583081 140731427585994 0
/proc/30250/statm: 28282 363 304 221 0 87 0
[pid=30252] ppid=30250 vsize=28766280 memory=103028 CPUtime=1.61 cores=0-7
/proc/30252/stat : 30252 (java) S 30250 30250 28228 0 -1 1077944320 15612 0 0 0 154 7 0 0 20 0 28 0 420788480 29456670720 25757 33554432000 4194304 4196468 140728453581344 140728453563888 139797249986295 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
/proc/30252/statm: 7191570 25757 3450 1 0 7152672 0
[pid=30252/tid=30253] ppid=30250 vsize=28766280 memory=280351172279984 CPUtime=0.66 cores=0-7
/proc/30252/task/30253/stat : 30253 (java) S 30250 30250 28228 0 -1 1077944384 9401 0 0 0 62 4 0 0 20 0 28 0 420788481 29456670720 25757 33554432000 4194304 4196468 140728453581344 139797254227072 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30254] ppid=30250 vsize=28766280 memory=140175586141040 CPUtime=0 cores=0-7
/proc/30252/task/30254/stat : 30254 (java) S 30250 30250 28228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 420788482 29456670720 25757 33554432000 4194304 4196468 140728453581344 139797169838736 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30255] ppid=30250 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30255/stat : 30255 (java) S 30250 30250 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420788482 29456670720 25757 33554432000 4194304 4196468 140728453581344 139797168785936 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30256] ppid=30250 vsize=28766280 memory=668 CPUtime=0 cores=0-7
/proc/30252/task/30256/stat : 30256 (java) S 30250 30250 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420788482 29456670720 25757 33554432000 4194304 4196468 140728453581344 139797167733136 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0

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

[pid=30252/tid=30269] ppid=30250 vsize=28834892 memory=140175586527200 CPUtime=1.04 cores=0-7
/proc/30252/task/30269/stat : 30269 (java) S 30250 30250 28228 0 -1 1077944384 4540 0 0 0 103 1 0 0 20 0 28 0 420788486 29526929408 62831 33554432000 4194304 4196468 140728453581344 139796358965744 139797249997442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30270] ppid=30250 vsize=28834892 memory=280351172872480 CPUtime=0 cores=0-7
/proc/30252/task/30270/stat : 30270 (java) S 30250 30250 28228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420788486 29526929408 62831 33554432000 4194304 4196468 140728453581344 139796357913184 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30271] ppid=30250 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30271/stat : 30271 (java) S 30250 30250 28228 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 420788487 29526929408 62831 33554432000 4194304 4196468 140728453581344 139796356860464 139797249997442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30352] ppid=30250 vsize=28834892 memory=0 CPUtime=5.12 cores=0-7
/proc/30252/task/30352/stat : 30352 (java) R 30250 30250 28228 0 -1 4202560 101 0 0 0 512 0 0 0 20 0 28 0 420788698 29526929408 62831 33554432000 4194304 4196468 140728453581344 139796276911432 139796845856507 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30353] ppid=30250 vsize=28834892 memory=0 CPUtime=5.26 cores=0-7
/proc/30252/task/30353/stat : 30353 (java) R 30250 30250 28228 0 -1 4202560 90 0 0 0 526 0 0 0 20 0 28 0 420788698 29526929408 62831 33554432000 4194304 4196468 140728453581344 139796273753864 139796849498404 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30354] ppid=30250 vsize=28834892 memory=297237799634217251 CPUtime=4.71 cores=0-7
/proc/30252/task/30354/stat : 30354 (java) R 30250 30250 28228 0 -1 4202560 508 0 0 0 471 0 0 0 20 0 28 0 420788698 29526929408 62831 33554432000 4194304 4196468 140728453581344 139796274807192 139796847505836 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30355] ppid=30250 vsize=28834892 memory=280351171778624 CPUtime=5.26 cores=0-7
/proc/30252/task/30355/stat : 30355 (java) R 30250 30250 28228 0 -1 4202560 189 0 0 0 526 0 0 0 20 0 28 0 420788698 29526929408 62831 33554432000 4194304 4196468 140728453581344 139796280073392 139796847043309 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30356] ppid=30250 vsize=28834892 memory=3618275846973810992 CPUtime=5.02 cores=0-7
/proc/30252/task/30356/stat : 30356 (java) R 30250 30250 28228 0 -1 4202560 162 0 0 0 502 0 0 0 20 0 28 0 420788698 29526929408 62831 33554432000 4194304 4196468 140728453581344 139796269551808 139796847695865 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30357] ppid=30250 vsize=28834892 memory=6154856508244452454 CPUtime=5.05 cores=0-7
/proc/30252/task/30357/stat : 30357 (java) R 30250 30250 28228 0 -1 4202560 374 0 0 0 505 0 0 0 20 0 28 0 420788698 29526929408 62831 33554432000 4194304 4196468 140728453581344 139796279018424 139796845856554 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30358] ppid=30250 vsize=28834892 memory=6227732168645502830 CPUtime=4.93 cores=0-7
/proc/30252/task/30358/stat : 30358 (java) R 30250 30250 28228 0 -1 4202560 77 0 0 0 493 0 0 0 20 0 28 0 420788698 29526929408 62831 33554432000 4194304 4196468 140728453581344 139796277965640 139796845857510 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30359] ppid=30250 vsize=28834892 memory=0 CPUtime=5.27 cores=0-7
/proc/30252/task/30359/stat : 30359 (java) R 30250 30250 28228 0 -1 4202560 118 0 0 0 527 0 0 0 20 0 28 0 420788699 29526929408 62831 33554432000 4194304 4196468 140728453581344 139796275859208 139796845856885 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
Current children cumulated CPU time: 59.06 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 252776 KiB

[startup+8.40112 s]
/proc/loadavg: 7.54 6.87 6.85 9/220 30359
/proc/meminfo: memFree=24445436/32770624 swapFree=66939852/67108860
[pid=30250] ppid=30247 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30250/stat : 30250 (xcsp3-exec) S 30247 30250 28228 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420788480 115843072 363 33554432000 4194304 5098028 140731427573712 140731427571816 140539601556092 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15986688 140731427582838 140731427583081 140731427583081 140731427585994 0
/proc/30250/statm: 28282 363 304 221 0 87 0
[pid=30252] ppid=30250 vsize=28834892 memory=252880 CPUtime=62.15 cores=0-7
/proc/30252/stat : 30252 (java) S 30250 30250 28228 0 -1 1077944320 42927 0 0 0 6186 29 0 0 20 0 28 0 420788480 29526929408 63220 33554432000 4194304 4196468 140728453581344 140728453563888 139797249986295 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
/proc/30252/statm: 7208723 63220 3514 1 0 7169825 0
[pid=30252/tid=30253] ppid=30250 vsize=28834892 memory=140175586269775 CPUtime=0.67 cores=0-7
/proc/30252/task/30253/stat : 30253 (java) S 30250 30250 28228 0 -1 1077944384 9411 0 0 0 63 4 0 0 20 0 28 0 420788481 29526929408 63220 33554432000 4194304 4196468 140728453581344 139797254227072 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30254] ppid=30250 vsize=28834892 memory=280351172492032 CPUtime=0.03 cores=0-7
/proc/30252/task/30254/stat : 30254 (java) S 30250 30250 28228 0 -1 1077944384 50 0 0 0 2 1 0 0 20 0 28 0 420788482 29526929408 63220 33554432000 4194304 4196468 140728453581344 139797169838736 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30255] ppid=30250 vsize=28834892 memory=6944656592455097440 CPUtime=0.04 cores=0-7
/proc/30252/task/30255/stat : 30255 (java) S 30250 30250 28228 0 -1 1077944384 1152 0 0 0 3 1 0 0 20 0 28 0 420788482 29526929408 63220 33554432000 4194304 4196468 140728453581344 139797168785936 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30256] ppid=30250 vsize=28834892 memory=1452 CPUtime=0.02 cores=0-7
/proc/30252/task/30256/stat : 30256 (java) S 30250 30250 28228 0 -1 1077944384 71 0 0 0 2 0 0 0 20 0 28 0 420788482 29526929408 63220 33554432000 4194304 4196468 140728453581344 139797167733136 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30257] ppid=30250 vsize=28834892 memory=1452 CPUtime=0.03 cores=0-7
/proc/30252/task/30257/stat : 30257 (java) S 30250 30250 28228 0 -1 1077944384 55 0 0 0 2 1 0 0 20 0 28 0 420788482 29526929408 63220 33554432000 4194304 4196468 140728453581344 139797166680336 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30258] ppid=30250 vsize=28834892 memory=7521946415161958485 CPUtime=0.02 cores=0-7
/proc/30252/task/30258/stat : 30258 (java) S 30250 30250 28228 0 -1 1077944384 53 0 0 0 2 0 0 0 20 0 28 0 420788482 29526929408 63220 33554432000 4194304 4196468 140728453581344 139797165628560 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30259] ppid=30250 vsize=28834892 memory=280351172052472 CPUtime=0.02 cores=0-7
/proc/30252/task/30259/stat : 30259 (java) S 30250 30250 28228 0 -1 1077944384 46 0 0 0 2 0 0 0 20 0 28 0 420788482 29526929408 63220 33554432000 4194304 4196468 140728453581344 139797164575760 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30260] ppid=30250 vsize=28834892 memory=29947717890 CPUtime=0.03 cores=0-7
/proc/30252/task/30260/stat : 30260 (java) S 30250 30250 28228 0 -1 1077944384 46 0 0 0 2 1 0 0 20 0 28 0 420788482 29526929408 63220 33554432000 4194304 4196468 140728453581344 139797163522960 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30261] ppid=30250 vsize=28834892 memory=7300482606906648721 CPUtime=0.04 cores=0-7
/proc/30252/task/30261/stat : 30261 (java) S 30250 30250 28228 0 -1 1077944384 153 0 0 0 3 1 0 0 20 0 28 0 420788482 29526929408 63220 33554432000 4194304 4196468 140728453581344 139797162470160 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30262] ppid=30250 vsize=28834892 memory=8098125679488686192 CPUtime=0.02 cores=0-7
/proc/30252/task/30262/stat : 30262 (java) S 30250 30250 28228 0 -1 1077944384 237 0 0 0 2 0 0 0 20 0 28 0 420788483 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796366334320 139797249997442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30263] ppid=30250 vsize=28834892 memory=8098125679488686192 CPUtime=0 cores=0-7
/proc/30252/task/30263/stat : 30263 (java) S 30250 30250 28228 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 420788483 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796365280288 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30264] ppid=30250 vsize=28834892 memory=8098125679488686192 CPUtime=0 cores=0-7
/proc/30252/task/30264/stat : 30264 (java) S 30250 30250 28228 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 420788484 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796364227440 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30265] ppid=30250 vsize=28834892 memory=8098125679488686192 CPUtime=0 cores=0-7
/proc/30252/task/30265/stat : 30265 (java) S 30250 30250 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420788486 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796363175760 139797250004891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30266] ppid=30250 vsize=28834892 memory=0 CPUtime=2.74 cores=0-7
/proc/30252/task/30266/stat : 30266 (java) S 30250 30250 28228 0 -1 1077944384 7326 0 0 0 271 3 0 0 20 0 28 0 420788486 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796362124144 139797249997442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30267] ppid=30250 vsize=28834892 memory=0 CPUtime=2.92 cores=0-7
/proc/30252/task/30267/stat : 30267 (java) S 30250 30250 28228 0 -1 1077944384 6896 0 0 0 290 2 0 0 20 0 28 0 420788486 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796361071344 139797249997442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30268] ppid=30250 vsize=28834892 memory=0 CPUtime=2.93 cores=0-7
/proc/30252/task/30268/stat : 30268 (java) S 30250 30250 28228 0 -1 1077944384 8120 0 0 0 290 3 0 0 20 0 28 0 420788486 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796360018544 139797249997442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30269] ppid=30250 vsize=28834892 memory=0 CPUtime=1.04 cores=0-7
/proc/30252/task/30269/stat : 30269 (java) S 30250 30250 28228 0 -1 1077944384 4540 0 0 0 103 1 0 0 20 0 28 0 420788486 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796358965744 139797249997442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30270] ppid=30250 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30270/stat : 30270 (java) S 30250 30250 28228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420788486 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796357913184 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30271] ppid=30250 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/30252/task/30271/stat : 30271 (java) S 30250 30250 28228 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 420788487 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796356860464 139797249997442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30352] ppid=30250 vsize=28834892 memory=0 CPUtime=5.5 cores=0-7
/proc/30252/task/30352/stat : 30352 (java) R 30250 30250 28228 0 -1 4202560 101 0 0 0 550 0 0 0 20 0 28 0 420788698 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796276910920 139796845120069 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30353] ppid=30250 vsize=28834892 memory=0 CPUtime=5.64 cores=0-7
/proc/30252/task/30353/stat : 30353 (java) R 30250 30250 28228 0 -1 4202560 91 0 0 0 564 0 0 0 20 0 28 0 420788698 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796273754456 139796845299876 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30354] ppid=30250 vsize=28834892 memory=0 CPUtime=5.08 cores=0-7
/proc/30252/task/30354/stat : 30354 (java) R 30250 30250 28228 0 -1 4202560 508 0 0 0 508 0 0 0 20 0 28 0 420788698 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796274809784 139796850993209 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30355] ppid=30250 vsize=28834892 memory=0 CPUtime=5.64 cores=0-7
/proc/30252/task/30355/stat : 30355 (java) R 30250 30250 28228 0 -1 4202560 189 0 0 0 564 0 0 0 20 0 28 0 420788698 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796280070528 139796847043913 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30356] ppid=30250 vsize=28834892 memory=0 CPUtime=5.38 cores=0-7
/proc/30252/task/30356/stat : 30356 (java) R 30250 30250 28228 0 -1 4202560 162 0 0 0 538 0 0 0 20 0 28 0 420788698 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796269554736 139796847043723 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30357] ppid=30250 vsize=28834892 memory=0 CPUtime=5.43 cores=0-7
/proc/30252/task/30357/stat : 30357 (java) R 30250 30250 28228 0 -1 4202560 374 0 0 0 543 0 0 0 20 0 28 0 420788698 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796279018072 139796845119620 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30358] ppid=30250 vsize=28834892 memory=0 CPUtime=5.3 cores=0-7
/proc/30252/task/30358/stat : 30358 (java) R 30250 30250 28228 0 -1 4202560 77 0 0 0 530 0 0 0 20 0 28 0 420788698 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796277964696 139796845119656 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30359] ppid=30250 vsize=28834892 memory=0 CPUtime=5.64 cores=0-7
/proc/30252/task/30359/stat : 30359 (java) R 30250 30250 28228 0 -1 4202560 118 0 0 0 564 0 0 0 20 0 28 0 420788699 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796275859552 139796847986585 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
Current children cumulated CPU time: 62.15 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 254332 KiB

[startup+8.80113 s]
/proc/loadavg: 7.54 6.87 6.85 9/220 30359
/proc/meminfo: memFree=24445436/32770624 swapFree=66939852/67108860
[pid=30250] ppid=30247 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30250/stat : 30250 (xcsp3-exec) S 30247 30250 28228 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420788480 115843072 363 33554432000 4194304 5098028 140731427573712 140731427571816 140539601556092 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15986688 140731427582838 140731427583081 140731427583081 140731427585994 0
/proc/30250/statm: 28282 363 304 221 0 87 0
[pid=30252] ppid=30250 vsize=28834892 memory=252880 CPUtime=65.35 cores=0-7
/proc/30252/stat : 30252 (java) S 30250 30250 28228 0 -1 1077944320 42927 0 0 0 6506 29 0 0 20 0 28 0 420788480 29526929408 63220 33554432000 4194304 4196468 140728453581344 140728453563888 139797249986295 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
/proc/30252/statm: 7208723 63220 3514 1 0 7169825 0
[pid=30252/tid=30253] ppid=30250 vsize=28834892 memory=0 CPUtime=0.67 cores=0-7
/proc/30252/task/30253/stat : 30253 (java) S 30250 30250 28228 0 -1 1077944384 9411 0 0 0 63 4 0 0 20 0 28 0 420788481 29526929408 63220 33554432000 4194304 4196468 140728453581344 139797254227072 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30254] ppid=30250 vsize=28834892 memory=4580 CPUtime=0.03 cores=0-7
/proc/30252/task/30254/stat : 30254 (java) S 30250 30250 28228 0 -1 1077944384 50 0 0 0 2 1 0 0 20 0 28 0 420788482 29526929408 63220 33554432000 4194304 4196468 140728453581344 139797169838736 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30255] ppid=30250 vsize=28834892 memory=0 CPUtime=0.04 cores=0-7
/proc/30252/task/30255/stat : 30255 (java) S 30250 30250 28228 0 -1 1077944384 1152 0 0 0 3 1 0 0 20 0 28 0 420788482 29526929408 63220 33554432000 4194304 4196468 140728453581344 139797168785936 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30256] ppid=30250 vsize=28834892 memory=0 CPUtime=0.02 cores=0-7
/proc/30252/task/30256/stat : 30256 (java) S 30250 30250 28228 0 -1 1077944384 71 0 0 0 2 0 0 0 20 0 28 0 420788482 29526929408 63220 33554432000 4194304 4196468 140728453581344 139797167733136 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30257] ppid=30250 vsize=28834892 memory=0 CPUtime=0.03 cores=0-7
/proc/30252/task/30257/stat : 30257 (java) S 30250 30250 28228 0 -1 1077944384 55 0 0 0 2 1 0 0 20 0 28 0 420788482 29526929408 63220 33554432000 4194304 4196468 140728453581344 139797166680336 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30258] ppid=30250 vsize=28834892 memory=4049211833100340805 CPUtime=0.02 cores=0-7
/proc/30252/task/30258/stat : 30258 (java) S 30250 30250 28228 0 -1 1077944384 53 0 0 0 2 0 0 0 20 0 28 0 420788482 29526929408 63220 33554432000 4194304 4196468 140728453581344 139797165628560 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30259] ppid=30250 vsize=28834892 memory=7512114578044973668 CPUtime=0.02 cores=0-7
/proc/30252/task/30259/stat : 30259 (java) S 30250 30250 28228 0 -1 1077944384 46 0 0 0 2 0 0 0 20 0 28 0 420788482 29526929408 63220 33554432000 4194304 4196468 140728453581344 139797164575760 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30260] ppid=30250 vsize=28834892 memory=8029473272945601137 CPUtime=0.03 cores=0-7
/proc/30252/task/30260/stat : 30260 (java) S 30250 30250 28228 0 -1 1077944384 46 0 0 0 2 1 0 0 20 0 28 0 420788482 29526929408 63220 33554432000 4194304 4196468 140728453581344 139797163522960 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30261] ppid=30250 vsize=28834892 memory=8753 CPUtime=0.04 cores=0-7
/proc/30252/task/30261/stat : 30261 (java) S 30250 30250 28228 0 -1 1077944384 153 0 0 0 3 1 0 0 20 0 28 0 420788482 29526929408 63220 33554432000 4194304 4196468 140728453581344 139797162470160 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30262] ppid=30250 vsize=28834892 memory=1452 CPUtime=0.02 cores=0-7
/proc/30252/task/30262/stat : 30262 (java) S 30250 30250 28228 0 -1 1077944384 237 0 0 0 2 0 0 0 20 0 28 0 420788483 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796366334320 139797249997442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30263] ppid=30250 vsize=28834892 memory=252880 CPUtime=0 cores=0-7
/proc/30252/task/30263/stat : 30263 (java) S 30250 30250 28228 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 420788483 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796365280288 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30264] ppid=30250 vsize=28834892 memory=280351171819040 CPUtime=0 cores=0-7
/proc/30252/task/30264/stat : 30264 (java) S 30250 30250 28228 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 420788484 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796364227440 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30265] ppid=30250 vsize=28834892 memory=140175585935058 CPUtime=0 cores=0-7
/proc/30252/task/30265/stat : 30265 (java) S 30250 30250 28228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420788486 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796363175760 139797250004891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30266] ppid=30250 vsize=28834892 memory=280351172306656 CPUtime=2.74 cores=0-7
/proc/30252/task/30266/stat : 30266 (java) S 30250 30250 28228 0 -1 1077944384 7326 0 0 0 271 3 0 0 20 0 28 0 420788486 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796362124144 139797249997442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30267] ppid=30250 vsize=28834892 memory=31348 CPUtime=2.92 cores=0-7
/proc/30252/task/30267/stat : 30267 (java) S 30250 30250 28228 0 -1 1077944384 6896 0 0 0 290 2 0 0 20 0 28 0 420788486 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796361071344 139797249997442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30268] ppid=30250 vsize=28834892 memory=4206468019014099040 CPUtime=2.93 cores=0-7
/proc/30252/task/30268/stat : 30268 (java) S 30250 30250 28228 0 -1 1077944384 8120 0 0 0 290 3 0 0 20 0 28 0 420788486 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796360018544 139797249997442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30269] ppid=30250 vsize=28834892 memory=1399103955520229747 CPUtime=1.04 cores=0-7
/proc/30252/task/30269/stat : 30269 (java) S 30250 30250 28228 0 -1 1077944384 4540 0 0 0 103 1 0 0 20 0 28 0 420788486 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796358965744 139797249997442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30270] ppid=30250 vsize=28834892 memory=6944656592455350634 CPUtime=0 cores=0-7
/proc/30252/task/30270/stat : 30270 (java) S 30250 30250 28228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420788486 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796357913184 139797249996501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30271] ppid=30250 vsize=28834892 memory=6933690279252828305 CPUtime=0 cores=0-7
/proc/30252/task/30271/stat : 30271 (java) S 30250 30250 28228 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 420788487 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796356860464 139797249997442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30352] ppid=30250 vsize=28834892 memory=6944656591801717405 CPUtime=5.89 cores=0-7
/proc/30252/task/30352/stat : 30352 (java) R 30250 30250 28228 0 -1 4202560 101 0 0 0 589 0 0 0 20 0 28 0 420788698 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796276910920 139796845119694 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30353] ppid=30250 vsize=28834892 memory=-6861001314482542224 CPUtime=6.04 cores=0-7
/proc/30252/task/30353/stat : 30353 (java) R 30250 30250 28228 0 -1 4202560 91 0 0 0 604 0 0 0 20 0 28 0 420788698 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796273754456 139796840524558 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30354] ppid=30250 vsize=28834892 memory=6944656592452807320 CPUtime=5.48 cores=0-7
/proc/30252/task/30354/stat : 30354 (java) R 30250 30250 28228 0 -1 4202560 508 0 0 0 548 0 0 0 20 0 28 0 420788698 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796274809784 139796850626805 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30355] ppid=30250 vsize=28834892 memory=6944652177228980320 CPUtime=6.03 cores=0-7
/proc/30252/task/30355/stat : 30355 (java) R 30250 30250 28228 0 -1 4202560 189 0 0 0 603 0 0 0 20 0 28 0 420788698 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796280070664 139796845120052 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30356] ppid=30250 vsize=28834892 memory=252880 CPUtime=5.78 cores=0-7
/proc/30252/task/30356/stat : 30356 (java) R 30250 30250 28228 0 -1 4202560 162 0 0 0 578 0 0 0 20 0 28 0 420788698 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796269554736 139796845856381 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30357] ppid=30250 vsize=28834892 memory=252880 CPUtime=5.83 cores=0-7
/proc/30252/task/30357/stat : 30357 (java) R 30250 30250 28228 0 -1 4202560 374 0 0 0 583 0 0 0 20 0 28 0 420788698 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796279018072 139796847042179 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30358] ppid=30250 vsize=28834892 memory=0 CPUtime=5.7 cores=0-7
/proc/30252/task/30358/stat : 30358 (java) R 30250 30250 28228 0 -1 4202560 77 0 0 0 570 0 0 0 20 0 28 0 420788698 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796277964696 139796845120120 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
[pid=30252/tid=30359] ppid=30250 vsize=28834892 memory=10754 CPUtime=6.04 cores=0-7
/proc/30252/task/30359/stat : 30359 (java) R 30250 30250 28228 0 -1 4202560 118 0 0 0 604 0 0 0 20 0 28 0 420788699 29526929408 63220 33554432000 4194304 4196468 140728453581344 139796275859552 139796847999936 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25092096 140728453587946 140728453588118 140728453588118 140728453590991 0
Current children cumulated CPU time: 65.35 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 254332 KiB

Child status: 0
Real time (s): 8.85471
CPU time (s): 65.6191
CPU user time (s): 65.3124
CPU system time (s): 0.306703
CPU usage (%): 741.064
Max. virtual memory (cumulated for all children) (KiB): 28948020
Max. memory (cumulated for all children) (KiB): 254332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65.3124
system time used= 0.306703
maximum resident set size= 255444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43904
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5846
involuntary context switches= 2082


# summary of solver processes directly reported to runsolver:
#   pid: 30250
#   total CPU time (s): 65.6191
#   total CPU user time (s): 65.3124
#   total CPU system time (s): 0.306703

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.115181 second user time and 0.117632 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-14 10:11:36
IDJOB=4394425
IDBENCH=141365
IDSOLVER=2843
FILE ID=node119/4394425-1568448736
RUNJOBID= node119-1568442536-28255
PBS_JOBID= 21702345
Free space on /tmp= 61504 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-10_c18.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394425-1568448736/watcher-4394425-1568448736 -o /tmp/evaluation-result-4394425-1568448736/solver-4394425-1568448736 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node119-1568442536-28255 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 717297572 HOME/instance-4394425-1568448736.xml

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

MD5SUM BENCH= 769ec0f26c47f1b96bb609b2e4d8d5d6
RANDOM SEED=717297572

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:        24682800 kB
MemAvailable:   31822280 kB
Buffers:          194064 kB
Cached:          7213876 kB
SwapCached:        61128 kB
Active:          2834912 kB
Inactive:        4637320 kB
Active(anon):       3008 kB
Inactive(anon):   102744 kB
Active(file):    2831904 kB
Inactive(file):  4534576 kB
Unevictable:      107736 kB
Mlocked:          107736 kB
SwapTotal:      67108860 kB
SwapFree:       66939852 kB
Dirty:             26216 kB
Writeback:             0 kB
AnonPages:        112680 kB
Mapped:            45136 kB
Shmem:             32816 kB
Slab:             206884 kB
SReclaimable:     177668 kB
SUnreclaim:        29216 kB
KernelStack:        3376 kB
PageTables:         5128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498172 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 10:11:45