Trace number 4394439

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 parallelOPT25570 1537.23 272.31

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-scr15.xml
MD5SUM9fad1afbbcb60e61b17bf96c72dc570b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark25570
Best CPU time to get the best result obtained on this benchmark22.6297
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints43
Number of domains2
Minimum domain size7
Maximum domain size15
Distribution of domain sizes[{"size":7,"count":42},{"size":15,"count":15}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":183},{"degree":2,"count":42},{"degree":4,"count":2},{"degree":5,"count":2},{"degree":6,"count":3},{"degree":7,"count":4},{"degree":8,"count":2},{"degree":9,"count":1},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":42},{"arity":15,"count":1}]
Number of extensional constraints42
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":42},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin 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-4394439-1568421850.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394439-1568421850.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.41/0.63	c solve instance...
1.89/0.79	o 38639 
2.60/0.82	o 37652 
2.60/0.82	o 37371 
2.60/0.82	o 36841 
2.60/0.84	o 36005 
2.60/0.85	o 34927 
3.25/0.90	o 34486 
3.25/0.92	o 34013 
3.25/0.94	o 33951 
4.06/1.03	o 33875 
4.06/1.07	o 33541 
4.06/1.11	o 33266 
4.86/1.12	o 33191 
4.86/1.12	o 33175 
4.86/1.13	o 32964 
4.86/1.13	o 32889 
4.86/1.14	o 31663 
4.86/1.15	o 31588 
7.07/1.40	o 31044 
8.52/1.61	o 31011 
8.52/1.66	o 30891 
9.26/1.79	o 30587 
10.81/1.90	o 29883 
10.81/1.90	o 29331 
13.16/2.21	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (57/60)
13.16/2.21		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
13.16/2.21		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
13.16/2.21		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
13.16/2.21		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
13.16/2.21		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
13.16/2.21	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (57/60)
13.16/2.21		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
13.16/2.21		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
13.16/2.21		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
13.16/2.21		at org.chocosolver.solver.Solver.repair(Solver.java:443)
13.16/2.21		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
13.16/2.21		at org.chocosolver.solver.Solver.solve(Solver.java:262)
13.16/2.21		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
13.16/2.21		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
13.16/2.21		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
13.16/2.21		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
13.16/2.21		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
13.16/2.21		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
13.16/2.21		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
13.16/2.21		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
13.16/2.21		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
13.16/2.21		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
13.16/2.21	o 29276 
13.93/2.31	o 29140 
15.55/2.55	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (126/128)
15.55/2.55		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
15.55/2.55		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
15.55/2.55		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
15.55/2.55		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
15.55/2.55		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
15.55/2.55	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (126/128)
15.55/2.55		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
15.55/2.55		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
15.55/2.55		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
15.55/2.55		at org.chocosolver.solver.Solver.repair(Solver.java:443)
15.55/2.55		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
15.55/2.55		at org.chocosolver.solver.Solver.solve(Solver.java:262)
15.55/2.55		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
15.55/2.55		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
15.55/2.55		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
15.55/2.55		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
15.55/2.55		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
15.55/2.55		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
15.55/2.55		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
15.55/2.55		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
15.55/2.55		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
15.55/2.55		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
15.55/2.55	o 29005 
17.11/2.80	o 28921 
17.90/2.80	o 28791 
17.90/2.80	o 28396 
17.90/2.81	o 28043 
21.12/3.73	o 27573 
32.21/5.25	o 27492 
32.21/5.26	o 27116 
177.40/25.00	o 27068 
180.17/26.04	o 26675 
184.31/27.10	o 26635 
184.42/27.11	o 26557 
299.33/70.11	o 26554 
619.50/141.10	o 26498 
687.54/150.20	o 26262 
693.32/153.34	o 26199 
693.32/153.36	o 25570 
1537.10/272.29	s OPTIMUM FOUND
1537.10/272.29	v <instantiation>
1537.10/272.29	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] d[0][1] d[0][2] d[0][9] d[0][10] d[0][13] d[1][2] d[1][3] d[1][4] d[1][6] d[1][8] d[1][9] d[2][5] d[2][8] d[2][9] d[2][13] d[3][4] d[3][5] d[3][6] d[3][8] d[3][11] d[4][6] d[4][7] d[4][9] d[4][14] d[5][6] d[5][11] d[6][7] d[6][9] d[6][13] d[7][12] d[8][13] d[9][10] d[9][11] d[9][13] d[9][14] d[10][11] d[10][13] d[10][14] d[11][14] d[12][13] d[12][14] d[13][14] </list>
1537.10/272.29	v 	<values>11 9 10 13 0 12 8 4 14 5 3 1 7 6 2 2 1 3 2 2 1 1 3 1 2 1 3 1 2 1 4 1 2 1 3 2 1 2 2 1 4 1 2 3 3 2 3 1 1 2 2 2 1 1 1 2 1 </values>
1537.10/272.29	v </instantiation>

Verifier Data

OK	25570

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394439-1568421850/watcher-4394439-1568421850 -o /tmp/evaluation-result-4394439-1568421850/solver-4394439-1568421850 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node147-1568416725-12631 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 80656897 HOME/instance-4394439-1568421850.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=14177, runsolver pid=14174
Current StackSize limit: 8192 KiB


[startup+0.100116 s]*
/proc/loadavg: 8.38 8.27 8.24 2/213 14198
/proc/meminfo: memFree=26830972/32770624 swapFree=66957012/67108860
[pid=14177] ppid=14174 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/14177/stat : 14177 (xcsp3-exec) S 14174 14177 12604 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418098865 115843072 364 33554432000 4194304 5098028 140727357073216 140727357071320 140007718503036 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22966272 140727357080439 140727357080681 140727357080681 140727357083594 0
/proc/14177/statm: 28282 364 305 221 0 87 0
[pid=14179] ppid=14177 vsize=28227388 memory=30316 CPUtime=0.12 cores=0-7
/proc/14179/stat : 14179 (java) S 14177 14177 12604 0 -1 1077944320 5988 0 0 0 10 2 0 0 20 0 20 0 418098866 28904845312 7579 33554432000 4194304 4196468 140736404017552 140736404000096 139743522205431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
/proc/14179/statm: 7056847 7579 3153 1 0 7019032 0
[pid=14179/tid=14180] ppid=14177 vsize=28227388 memory=7753116566634275486 CPUtime=0.08 cores=0-7
/proc/14179/task/14180/stat : 14180 (java) R 14177 14177 12604 0 -1 4202560 3894 0 0 0 7 1 0 0 20 0 20 0 418098866 28904845312 7579 33554432000 4194304 4196468 140736404017552 139743526437760 139743153219349 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14181] ppid=14177 vsize=28227388 memory=732369762926689253 CPUtime=0 cores=0-7
/proc/14179/task/14181/stat : 14181 (java) S 14177 14177 12604 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418098867 28904845312 7579 33554432000 4194304 4196468 140736404017552 139743474826000 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14182] ppid=14177 vsize=28227388 memory=139624589235840 CPUtime=0 cores=0-7
/proc/14179/task/14182/stat : 14182 (java) S 14177 14177 12604 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418098867 28904845312 7579 33554432000 4194304 4196468 140736404017552 139743473773456 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14183] ppid=14177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14179/task/14183/stat : 14183 (java) S 14177 14177 12604 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418098867 28904845312 7579 33554432000 4194304 4196468 140736404017552 139743071165456 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14184] ppid=14177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14179/task/14184/stat : 14184 (java) S 14177 14177 12604 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418098867 28904845312 7579 33554432000 4194304 4196468 140736404017552 139743070112912 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14185] ppid=14177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14179/task/14185/stat : 14185 (java) S 14177 14177 12604 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418098867 28904845312 7579 33554432000 4194304 4196468 140736404017552 139743069059344 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14186] ppid=14177 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/14179/task/14186/stat : 14186 (java) S 14177 14177 12604 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418098867 28904845312 7579 33554432000 4194304 4196468 140736404017552 139743068006800 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14187] ppid=14177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14179/task/14187/stat : 14187 (java) S 14177 14177 12604 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418098867 28904845312 7579 33554432000 4194304 4196468 140736404017552 139743066954256 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14188] ppid=14177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14179/task/14188/stat : 14188 (java) S 14177 14177 12604 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418098867 28904845312 7579 33554432000 4194304 4196468 140736404017552 139743065901712 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14189] ppid=14177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14179/task/14189/stat : 14189 (java) S 14177 14177 12604 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418098868 28904845312 7579 33554432000 4194304 4196468 140736404017552 139741717551600 139743522216578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14190] ppid=14177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14179/task/14190/stat : 14190 (java) S 14177 14177 12604 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418098869 28904845312 7579 33554432000 4194304 4196468 140736404017552 139741716497824 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14191] ppid=14177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14179/task/14191/stat : 14191 (java) S 14177 14177 12604 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418098869 28904845312 7579 33554432000 4194304 4196468 140736404017552 139741715445232 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14192] ppid=14177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14179/task/14192/stat : 14192 (java) S 14177 14177 12604 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418098871 28904845312 7579 33554432000 4194304 4196468 140736404017552 139741714393808 139743522224027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14193] ppid=14177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14179/task/14193/stat : 14193 (java) S 14177 14177 12604 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 20 0 418098871 28904845312 7579 33554432000 4194304 4196468 140736404017552 139741713340400 139743522216578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14194] ppid=14177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14179/task/14194/stat : 14194 (java) S 14177 14177 12604 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418098871 28904845312 7579 33554432000 4194304 4196468 140736404017552 139741712287856 139743522216578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14195] ppid=14177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14179/task/14195/stat : 14195 (java) S 14177 14177 12604 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418098871 28904845312 7579 33554432000 4194304 4196468 140736404017552 139741711235312 139743522216578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14196] ppid=14177 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/14179/task/14196/stat : 14196 (java) R 14177 14177 12604 0 -1 4202560 363 0 0 0 2 0 0 0 20 0 20 0 418098872 28904845312 7579 33554432000 4194304 4196468 140736404017552 139741710182768 139743506561635 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14197] ppid=14177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14179/task/14197/stat : 14197 (java) S 14177 14177 12604 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418098872 28904845312 7579 33554432000 4194304 4196468 140736404017552 139741709130464 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14198] ppid=14177 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/14179/task/14198/stat : 14198 (java) S 14177 14177 12604 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418098872 28904845312 7579 33554432000 4194304 4196468 140736404017552 139741708078000 139743522216578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31772 KiB

[startup+0.210666 s]*
/proc/loadavg: 8.38 8.27 8.24 4/213 14198
/proc/meminfo: memFree=26817188/32770624 swapFree=66957012/67108860
[pid=14177] ppid=14174 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/14177/stat : 14177 (xcsp3-exec) S 14174 14177 12604 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418098865 115843072 364 33554432000 4194304 5098028 140727357073216 140727357071320 140007718503036 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22966272 140727357080439 140727357080681 140727357080681 140727357083594 0
/proc/14177/statm: 28282 364 305 221 0 87 0
[pid=14179] ppid=14177 vsize=28227388 memory=41288 CPUtime=0.34 cores=0-7
/proc/14179/stat : 14179 (java) S 14177 14177 12604 0 -1 1077944320 9542 0 0 0 30 4 0 0 20 0 20 0 418098866 28904845312 10322 33554432000 4194304 4196468 140736404017552 140736404000096 139743522205431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
/proc/14179/statm: 7056847 10322 3288 1 0 7019032 0
[pid=14179/tid=14180] ppid=14177 vsize=28227388 memory=0 CPUtime=0.19 cores=0-7
/proc/14179/task/14180/stat : 14180 (java) R 14177 14177 12604 0 -1 4202560 6702 0 0 0 16 3 0 0 20 0 20 0 418098866 28904845312 10322 33554432000 4194304 4196468 140736404017552 139743526438160 139743522217366 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14181] ppid=14177 vsize=28227388 memory=279249077081848 CPUtime=0 cores=0-7
/proc/14179/task/14181/stat : 14181 (java) S 14177 14177 12604 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418098867 28904845312 10322 33554432000 4194304 4196468 140736404017552 139743474826000 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14182] ppid=14177 vsize=28227388 memory=139624589235840 CPUtime=0 cores=0-7
/proc/14179/task/14182/stat : 14182 (java) S 14177 14177 12604 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418098867 28904845312 10322 33554432000 4194304 4196468 140736404017552 139743473773456 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14183] ppid=14177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14179/task/14183/stat : 14183 (java) S 14177 14177 12604 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418098867 28904845312 10322 33554432000 4194304 4196468 140736404017552 139743071165456 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14184] ppid=14177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14179/task/14184/stat : 14184 (java) S 14177 14177 12604 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418098867 28904845312 10322 33554432000 4194304 4196468 140736404017552 139743070112912 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14185] ppid=14177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14179/task/14185/stat : 14185 (java) S 14177 14177 12604 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418098867 28904845312 10322 33554432000 4194304 4196468 140736404017552 139743069059344 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14186] ppid=14177 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/14179/task/14186/stat : 14186 (java) S 14177 14177 12604 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418098867 28904845312 10322 33554432000 4194304 4196468 140736404017552 139743068006800 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14187] ppid=14177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14179/task/14187/stat : 14187 (java) S 14177 14177 12604 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418098867 28904845312 10322 33554432000 4194304 4196468 140736404017552 139743066954256 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14188] ppid=14177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14179/task/14188/stat : 14188 (java) S 14177 14177 12604 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418098867 28904845312 10322 33554432000 4194304 4196468 140736404017552 139743065901712 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14189] ppid=14177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14179/task/14189/stat : 14189 (java) S 14177 14177 12604 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418098868 28904845312 10322 33554432000 4194304 4196468 140736404017552 139741717551600 139743522216578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14190] ppid=14177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14179/task/14190/stat : 14190 (java) S 14177 14177 12604 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418098869 28904845312 10322 33554432000 4194304 4196468 140736404017552 139741716497824 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14191] ppid=14177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14179/task/14191/stat : 14191 (java) S 14177 14177 12604 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418098869 28904845312 10322 33554432000 4194304 4196468 140736404017552 139741715445232 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14192] ppid=14177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14179/task/14192/stat : 14192 (java) S 14177 14177 12604 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418098871 28904845312 10322 33554432000 4194304 4196468 140736404017552 139741714393808 139743522224027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14193] ppid=14177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14179/task/14193/stat : 14193 (java) S 14177 14177 12604 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 20 0 418098871 28904845312 10322 33554432000 4194304 4196468 140736404017552 139741713340400 139743522216578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14194] ppid=14177 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/14179/task/14194/stat : 14194 (java) S 14177 14177 12604 0 -1 1077944384 254 0 0 0 1 0 0 0 20 0 20 0 418098871 28904845312 10322 33554432000 4194304 4196468 140736404017552 139741712287856 139743522216578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14195] ppid=14177 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/14179/task/14195/stat : 14195 (java) S 14177 14177 12604 0 -1 1077944384 103 0 0 0 1 0 0 0 20 0 20 0 418098871 28904845312 10322 33554432000 4194304 4196468 140736404017552 139741711235312 139743522216578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14196] ppid=14177 vsize=28227388 memory=0 CPUtime=0.08 cores=0-7
/proc/14179/task/14196/stat : 14196 (java) R 14177 14177 12604 0 -1 4202560 748 0 0 0 8 0 0 0 20 0 20 0 418098872 28904845312 10322 33554432000 4194304 4196468 140736404017552 139741710182768 139743501328685 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14197] ppid=14177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14179/task/14197/stat : 14197 (java) S 14177 14177 12604 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418098872 28904845312 10322 33554432000 4194304 4196468 140736404017552 139741709130464 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14198] ppid=14177 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/14179/task/14198/stat : 14198 (java) S 14177 14177 12604 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418098872 28904845312 10322 33554432000 4194304 4196468 140736404017552 139741708078000 139743522216578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42744 KiB

[startup+0.310429 s]*
/proc/loadavg: 8.38 8.27 8.24 4/213 14198
/proc/meminfo: memFree=26810040/32770624 swapFree=66957012/67108860
[pid=14177] ppid=14174 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/14177/stat : 14177 (xcsp3-exec) S 14174 14177 12604 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418098865 115843072 364 33554432000 4194304 5098028 140727357073216 140727357071320 140007718503036 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22966272 140727357080439 140727357080681 140727357080681 140727357083594 0
/proc/14177/statm: 28282 364 305 221 0 87 0
[pid=14179] ppid=14177 vsize=28231644 memory=50148 CPUtime=0.52 cores=0-7
/proc/14179/stat : 14179 (java) S 14177 14177 12604 0 -1 1077944320 10887 0 0 0 47 5 0 0 20 0 20 0 418098866 28909203456 12537 33554432000 4194304 4196468 140736404017552 140736404000096 139743522205431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
/proc/14179/statm: 7057911 12537 3356 1 0 7019032 0
[pid=14179/tid=14180] ppid=14177 vsize=28231644 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/14179/task/14180/stat : 14180 (java) R 14177 14177 12604 0 -1 4202560 7784 0 0 0 26 4 0 0 20 0 20 0 418098866 28909203456 12537 33554432000 4194304 4196468 140736404017552 139743526436544 139743506285918 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14181] ppid=14177 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/14179/task/14181/stat : 14181 (java) S 14177 14177 12604 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418098867 28909203456 12537 33554432000 4194304 4196468 140736404017552 139743474826000 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14182] ppid=14177 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/14179/task/14182/stat : 14182 (java) S 14177 14177 12604 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418098867 28909203456 12537 33554432000 4194304 4196468 140736404017552 139743473773456 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14183] ppid=14177 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/14179/task/14183/stat : 14183 (java) S 14177 14177 12604 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418098867 28909203456 12537 33554432000 4194304 4196468 140736404017552 139743071165456 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14184] ppid=14177 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/14179/task/14184/stat : 14184 (java) S 14177 14177 12604 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418098867 28909203456 12537 33554432000 4194304 4196468 140736404017552 139743070112912 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14185] ppid=14177 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/14179/task/14185/stat : 14185 (java) S 14177 14177 12604 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418098867 28909203456 12537 33554432000 4194304 4196468 140736404017552 139743069059344 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14186] ppid=14177 vsize=28231644 memory=139624487941039 CPUtime=0 cores=0-7
/proc/14179/task/14186/stat : 14186 (java) S 14177 14177 12604 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418098867 28909203456 12537 33554432000 4194304 4196468 140736404017552 139743068006800 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14187] ppid=14177 vsize=28231644 memory=139624487943344 CPUtime=0 cores=0-7
/proc/14179/task/14187/stat : 14187 (java) S 14177 14177 12604 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418098867 28909203456 12537 33554432000 4194304 4196468 140736404017552 139743066954256 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14188] ppid=14177 vsize=28231644 memory=139624487945648 CPUtime=0 cores=0-7
/proc/14179/task/14188/stat : 14188 (java) S 14177 14177 12604 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418098867 28909203456 12537 33554432000 4194304 4196468 140736404017552 139743065901712 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14189] ppid=14177 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/14179/task/14189/stat : 14189 (java) S 14177 14177 12604 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418098868 28909203456 12537 33554432000 4194304 4196468 140736404017552 139741717551600 139743522216578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14190] ppid=14177 vsize=28231644 memory=279248975898256 CPUtime=0 cores=0-7
/proc/14179/task/14190/stat : 14190 (java) S 14177 14177 12604 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418098869 28909203456 12537 33554432000 4194304 4196468 140736404017552 139741716497824 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14191] ppid=14177 vsize=28231644 memory=279248975905168 CPUtime=0 cores=0-7
/proc/14179/task/14191/stat : 14191 (java) S 14177 14177 12604 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418098869 28909203456 12537 33554432000 4194304 4196468 140736404017552 139741715445232 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14192] ppid=14177 vsize=28231644 memory=279248975846448 CPUtime=0 cores=0-7
/proc/14179/task/14192/stat : 14192 (java) S 14177 14177 12604 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418098871 28909203456 12537 33554432000 4194304 4196468 140736404017552 139741714393808 139743522224027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14193] ppid=14177 vsize=28231644 memory=279248975918992 CPUtime=0.02 cores=0-7
/proc/14179/task/14193/stat : 14193 (java) R 14177 14177 12604 0 -1 4202560 557 0 0 0 2 0 0 0 20 0 20 0 418098871 28909203456 12537 33554432000 4194304 4196468 140736404017552 139741713340400 139743501458043 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14194] ppid=14177 vsize=28231644 memory=279248975925904 CPUtime=0.03 cores=0-7
/proc/14179/task/14194/stat : 14194 (java) S 14177 14177 12604 0 -1 1077944384 262 0 0 0 3 0 0 0 20 0 20 0 418098871 28909203456 12537 33554432000 4194304 4196468 140736404017552 139741712287856 139743522216578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14195] ppid=14177 vsize=28231644 memory=279248975923600 CPUtime=0.02 cores=0-7
/proc/14179/task/14195/stat : 14195 (java) S 14177 14177 12604 0 -1 1077944384 114 0 0 0 2 0 0 0 20 0 20 0 418098871 28909203456 12537 33554432000 4194304 4196468 140736404017552 139741711235312 139743522216578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14196] ppid=14177 vsize=28231644 memory=279248975939760 CPUtime=0.12 cores=0-7
/proc/14179/task/14196/stat : 14196 (java) S 14177 14177 12604 0 -1 1077944384 858 0 0 0 12 0 0 0 20 0 20 0 418098872 28909203456 12537 33554432000 4194304 4196468 140736404017552 139741710182768 139743522216578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14197] ppid=14177 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/14179/task/14197/stat : 14197 (java) S 14177 14177 12604 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418098872 28909203456 12537 33554432000 4194304 4196468 140736404017552 139741709130464 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14198] ppid=14177 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/14179/task/14198/stat : 14198 (java) S 14177 14177 12604 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418098872 28909203456 12537 33554432000 4194304 4196468 140736404017552 139741708078000 139743522216578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51604 KiB

[startup+0.701764 s]
/proc/loadavg: 8.38 8.27 8.24 3/213 14198
/proc/meminfo: memFree=26791832/32770624 swapFree=66957012/67108860
[pid=14177] ppid=14174 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/14177/stat : 14177 (xcsp3-exec) S 14174 14177 12604 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418098865 115843072 364 33554432000 4194304 5098028 140727357073216 140727357071320 140007718503036 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22966272 140727357080439 140727357080681 140727357080681 140727357083594 0
/proc/14177/statm: 28282 364 305 221 0 87 0
[pid=14179] ppid=14177 vsize=28766280 memory=105328 CPUtime=1.89 cores=0-7
/proc/14179/stat : 14179 (java) S 14177 14177 12604 0 -1 1077944320 16209 0 0 0 181 8 0 0 20 0 28 0 418098866 29456670720 26332 33554432000 4194304 4196468 140736404017552 140736404000096 139743522205431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
/proc/14179/statm: 7191570 26332 3452 1 0 7152672 0
[pid=14179/tid=14180] ppid=14177 vsize=28766280 memory=279248976234624 CPUtime=0.63 cores=0-7
/proc/14179/task/14180/stat : 14180 (java) S 14177 14177 12604 0 -1 1077944384 9344 0 0 0 58 5 0 0 20 0 28 0 418098866 29456670720 26332 33554432000 4194304 4196468 140736404017552 139743526446208 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14181] ppid=14177 vsize=28766280 memory=1056 CPUtime=0 cores=0-7
/proc/14179/task/14181/stat : 14181 (java) S 14177 14177 12604 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418098867 29456670720 26332 33554432000 4194304 4196468 140736404017552 139743474826000 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14182] ppid=14177 vsize=28766280 memory=1716 CPUtime=0 cores=0-7
/proc/14179/task/14182/stat : 14182 (java) S 14177 14177 12604 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418098867 29456670720 26332 33554432000 4194304 4196468 140736404017552 139743473773456 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14183] ppid=14177 vsize=28766280 memory=6100 CPUtime=0 cores=0-7
/proc/14179/task/14183/stat : 14183 (java) S 14177 14177 12604 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418098867 29456670720 26332 33554432000 4194304 4196468 140736404017552 139743071165456 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0

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

[pid=14179/tid=14555] ppid=14177 vsize=28834892 memory=916 CPUtime=100.63 cores=0-7
/proc/14179/task/14555/stat : 14555 (java) S 14177 14177 12604 0 -1 1077944384 8297 0 0 0 10034 29 0 0 20 0 28 0 418114202 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741693846272 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14556] ppid=14177 vsize=28834892 memory=4136 CPUtime=101.08 cores=0-7
/proc/14179/task/14556/stat : 14556 (java) S 14177 14177 12604 0 -1 1077944384 5553 0 0 0 10090 18 0 0 20 0 28 0 418114202 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741698057088 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14557] ppid=14177 vsize=28834892 memory=4100 CPUtime=101.09 cores=0-7
/proc/14179/task/14557/stat : 14557 (java) S 14177 14177 12604 0 -1 1077944384 4623 0 0 0 10096 13 0 0 20 0 28 0 418114202 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741688591360 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14558] ppid=14177 vsize=28834892 memory=1412 CPUtime=117.21 cores=0-7
/proc/14179/task/14558/stat : 14558 (java) R 14177 14177 12604 0 -1 4202560 2232 0 0 0 11719 2 0 0 20 0 28 0 418114202 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741692788448 139743163365492 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14559] ppid=14177 vsize=28834892 memory=3828 CPUtime=101.35 cores=0-7
/proc/14179/task/14559/stat : 14559 (java) S 14177 14177 12604 0 -1 1077944384 6027 0 0 0 10134 1 0 0 20 0 28 0 418114202 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741699110144 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14560] ppid=14177 vsize=28834892 memory=1456 CPUtime=114.55 cores=0-7
/proc/14179/task/14560/stat : 14560 (java) S 14177 14177 12604 0 -1 1077944384 925 0 0 0 11453 2 0 0 20 0 28 0 418114202 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741694899584 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
Current children cumulated CPU time: 1536.1 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 1301020 KiB

[startup+272.001 s]*
/proc/loadavg: 6.64 7.05 7.70 2/219 14566
/proc/meminfo: memFree=25559952/32770624 swapFree=66957012/67108860
[pid=14177] ppid=14174 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/14177/stat : 14177 (xcsp3-exec) S 14174 14177 12604 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418098865 115843072 364 33554432000 4194304 5098028 140727357073216 140727357071320 140007718503036 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22966272 140727357080439 140727357080681 140727357080681 140727357083594 0
/proc/14177/statm: 28282 364 305 221 0 87 0
[pid=14179] ppid=14177 vsize=28834892 memory=1299564 CPUtime=1536.91 cores=0-7
/proc/14179/stat : 14179 (java) S 14177 14177 12604 0 -1 1077944320 248503 0 0 0 153311 380 0 0 20 0 28 0 418098866 29526929408 324891 33554432000 4194304 4196468 140736404017552 140736404000096 139743522205431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
/proc/14179/statm: 7208723 324891 3544 1 0 7169825 0
[pid=14179/tid=14180] ppid=14177 vsize=28834892 memory=1456 CPUtime=0.66 cores=0-7
/proc/14179/task/14180/stat : 14180 (java) S 14177 14177 12604 0 -1 1077944384 10877 0 0 0 60 6 0 0 20 0 28 0 418098866 29526929408 324891 33554432000 4194304 4196468 140736404017552 139743526446208 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14181] ppid=14177 vsize=28834892 memory=-7003737579269690708 CPUtime=0.75 cores=0-7
/proc/14179/task/14181/stat : 14181 (java) S 14177 14177 12604 0 -1 1077944384 3897 0 0 0 52 23 0 0 20 0 28 0 418098867 29526929408 324891 33554432000 4194304 4196468 140736404017552 139743474826000 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14182] ppid=14177 vsize=28834892 memory=1299564 CPUtime=0.76 cores=0-7
/proc/14179/task/14182/stat : 14182 (java) S 14177 14177 12604 0 -1 1077944384 3742 0 0 0 54 22 0 0 20 0 28 0 418098867 29526929408 324891 33554432000 4194304 4196468 140736404017552 139743473773456 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14183] ppid=14177 vsize=28834892 memory=988 CPUtime=0.75 cores=0-7
/proc/14179/task/14183/stat : 14183 (java) S 14177 14177 12604 0 -1 1077944384 2604 0 0 0 55 20 0 0 20 0 28 0 418098867 29526929408 324891 33554432000 4194304 4196468 140736404017552 139743071165456 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14184] ppid=14177 vsize=28834892 memory=1456 CPUtime=0.76 cores=0-7
/proc/14179/task/14184/stat : 14184 (java) S 14177 14177 12604 0 -1 1077944384 2101 0 0 0 57 19 0 0 20 0 28 0 418098867 29526929408 324891 33554432000 4194304 4196468 140736404017552 139743070112912 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14185] ppid=14177 vsize=28834892 memory=1299564 CPUtime=0.77 cores=0-7
/proc/14179/task/14185/stat : 14185 (java) S 14177 14177 12604 0 -1 1077944384 2141 0 0 0 56 21 0 0 20 0 28 0 418098867 29526929408 324891 33554432000 4194304 4196468 140736404017552 139743069059344 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14186] ppid=14177 vsize=28834892 memory=1716 CPUtime=0.76 cores=0-7
/proc/14179/task/14186/stat : 14186 (java) S 14177 14177 12604 0 -1 1077944384 2138 0 0 0 56 20 0 0 20 0 28 0 418098867 29526929408 324891 33554432000 4194304 4196468 140736404017552 139743068006800 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14187] ppid=14177 vsize=28834892 memory=6100 CPUtime=0.73 cores=0-7
/proc/14179/task/14187/stat : 14187 (java) S 14177 14177 12604 0 -1 1077944384 1780 0 0 0 53 20 0 0 20 0 28 0 418098867 29526929408 324891 33554432000 4194304 4196468 140736404017552 139743066954256 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14188] ppid=14177 vsize=28834892 memory=1456 CPUtime=0.75 cores=0-7
/proc/14179/task/14188/stat : 14188 (java) S 14177 14177 12604 0 -1 1077944384 1984 0 0 0 56 19 0 0 20 0 28 0 418098867 29526929408 324891 33554432000 4194304 4196468 140736404017552 139743065901712 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14189] ppid=14177 vsize=28834892 memory=1056 CPUtime=0.21 cores=0-7
/proc/14179/task/14189/stat : 14189 (java) S 14177 14177 12604 0 -1 1077944384 10078 0 0 0 13 8 0 0 20 0 28 0 418098868 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741717551600 139743522216578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14190] ppid=14177 vsize=28834892 memory=1716 CPUtime=0 cores=0-7
/proc/14179/task/14190/stat : 14190 (java) S 14177 14177 12604 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 418098869 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741716497888 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14191] ppid=14177 vsize=28834892 memory=6100 CPUtime=0 cores=0-7
/proc/14179/task/14191/stat : 14191 (java) S 14177 14177 12604 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 418098869 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741715445248 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14192] ppid=14177 vsize=28834892 memory=11624 CPUtime=0 cores=0-7
/proc/14179/task/14192/stat : 14192 (java) S 14177 14177 12604 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418098871 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741714393808 139743522224027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14193] ppid=14177 vsize=28834892 memory=732 CPUtime=4.3 cores=0-7
/proc/14179/task/14193/stat : 14193 (java) S 14177 14177 12604 0 -1 1077944384 31181 0 0 0 425 5 0 0 20 0 28 0 418098871 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741713340400 139743522216578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14194] ppid=14177 vsize=28834892 memory=776 CPUtime=4.67 cores=0-7
/proc/14179/task/14194/stat : 14194 (java) S 14177 14177 12604 0 -1 1077944384 35422 0 0 0 460 7 0 0 20 0 28 0 418098871 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741712287856 139743522216578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14195] ppid=14177 vsize=28834892 memory=1560 CPUtime=3.93 cores=0-7
/proc/14179/task/14195/stat : 14195 (java) S 14177 14177 12604 0 -1 1077944384 25724 0 0 0 387 6 0 0 20 0 28 0 418098871 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741711235312 139743522216578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14196] ppid=14177 vsize=28834892 memory=4008 CPUtime=1.17 cores=0-7
/proc/14179/task/14196/stat : 14196 (java) S 14177 14177 12604 0 -1 1077944384 22724 0 0 0 113 4 0 0 20 0 28 0 418098872 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741710182768 139743522216578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14197] ppid=14177 vsize=28834892 memory=1096 CPUtime=0 cores=0-7
/proc/14179/task/14197/stat : 14197 (java) S 14177 14177 12604 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418098872 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741709130464 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14198] ppid=14177 vsize=28834892 memory=6791534058613427641 CPUtime=0.12 cores=0-7
/proc/14179/task/14198/stat : 14198 (java) S 14177 14177 12604 0 -1 1077944384 3970 0 0 0 5 7 0 0 20 0 28 0 418098872 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741708078000 139743522216578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14553] ppid=14177 vsize=28834892 memory=1660 CPUtime=101.42 cores=0-7
/proc/14179/task/14553/stat : 14553 (java) S 14177 14177 12604 0 -1 1077944384 1704 0 0 0 10142 0 0 0 20 0 28 0 418114202 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741691740112 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14554] ppid=14177 vsize=28834892 memory=111632 CPUtime=101.54 cores=0-7
/proc/14179/task/14554/stat : 14554 (java) S 14177 14177 12604 0 -1 1077944384 1852 0 0 0 10153 1 0 0 20 0 28 0 418114202 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741697005184 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14555] ppid=14177 vsize=28834892 memory=796 CPUtime=100.63 cores=0-7
/proc/14179/task/14555/stat : 14555 (java) S 14177 14177 12604 0 -1 1077944384 8297 0 0 0 10034 29 0 0 20 0 28 0 418114202 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741693846272 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14556] ppid=14177 vsize=28834892 memory=1804 CPUtime=101.08 cores=0-7
/proc/14179/task/14556/stat : 14556 (java) S 14177 14177 12604 0 -1 1077944384 5553 0 0 0 10090 18 0 0 20 0 28 0 418114202 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741698057088 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14557] ppid=14177 vsize=28834892 memory=916 CPUtime=101.09 cores=0-7
/proc/14179/task/14557/stat : 14557 (java) S 14177 14177 12604 0 -1 1077944384 4623 0 0 0 10096 13 0 0 20 0 28 0 418114202 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741688591360 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14558] ppid=14177 vsize=28834892 memory=4136 CPUtime=118.02 cores=0-7
/proc/14179/task/14558/stat : 14558 (java) R 14177 14177 12604 0 -1 4202560 2232 0 0 0 11800 2 0 0 20 0 28 0 418114202 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741692788448 139743163365492 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14559] ppid=14177 vsize=28834892 memory=4100 CPUtime=101.35 cores=0-7
/proc/14179/task/14559/stat : 14559 (java) S 14177 14177 12604 0 -1 1077944384 6027 0 0 0 10134 1 0 0 20 0 28 0 418114202 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741699110144 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14560] ppid=14177 vsize=28834892 memory=1412 CPUtime=114.55 cores=0-7
/proc/14179/task/14560/stat : 14560 (java) S 14177 14177 12604 0 -1 1077944384 925 0 0 0 11453 2 0 0 20 0 28 0 418114202 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741694899584 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
Current children cumulated CPU time: 1536.91 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 1301020 KiB

[startup+272.201 s]
/proc/loadavg: 6.64 7.05 7.70 2/219 14566
/proc/meminfo: memFree=25559952/32770624 swapFree=66957012/67108860
[pid=14177] ppid=14174 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/14177/stat : 14177 (xcsp3-exec) S 14174 14177 12604 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418098865 115843072 364 33554432000 4194304 5098028 140727357073216 140727357071320 140007718503036 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22966272 140727357080439 140727357080681 140727357080681 140727357083594 0
/proc/14177/statm: 28282 364 305 221 0 87 0
[pid=14179] ppid=14177 vsize=28834892 memory=1299564 CPUtime=1537.1 cores=0-7
/proc/14179/stat : 14179 (java) S 14177 14177 12604 0 -1 1077944320 248503 0 0 0 153330 380 0 0 20 0 28 0 418098866 29526929408 324891 33554432000 4194304 4196468 140736404017552 140736404000096 139743522205431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
/proc/14179/statm: 7208723 324891 3544 1 0 7169825 0
[pid=14179/tid=14180] ppid=14177 vsize=28834892 memory=732 CPUtime=0.66 cores=0-7
/proc/14179/task/14180/stat : 14180 (java) S 14177 14177 12604 0 -1 1077944384 10877 0 0 0 60 6 0 0 20 0 28 0 418098866 29526929408 324891 33554432000 4194304 4196468 140736404017552 139743526446208 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14181] ppid=14177 vsize=28834892 memory=776 CPUtime=0.75 cores=0-7
/proc/14179/task/14181/stat : 14181 (java) S 14177 14177 12604 0 -1 1077944384 3897 0 0 0 52 23 0 0 20 0 28 0 418098867 29526929408 324891 33554432000 4194304 4196468 140736404017552 139743474826000 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14182] ppid=14177 vsize=28834892 memory=1560 CPUtime=0.76 cores=0-7
/proc/14179/task/14182/stat : 14182 (java) S 14177 14177 12604 0 -1 1077944384 3742 0 0 0 54 22 0 0 20 0 28 0 418098867 29526929408 324891 33554432000 4194304 4196468 140736404017552 139743473773456 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14183] ppid=14177 vsize=28834892 memory=4008 CPUtime=0.75 cores=0-7
/proc/14179/task/14183/stat : 14183 (java) S 14177 14177 12604 0 -1 1077944384 2604 0 0 0 55 20 0 0 20 0 28 0 418098867 29526929408 324891 33554432000 4194304 4196468 140736404017552 139743071165456 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14184] ppid=14177 vsize=28834892 memory=1096 CPUtime=0.76 cores=0-7
/proc/14179/task/14184/stat : 14184 (java) S 14177 14177 12604 0 -1 1077944384 2101 0 0 0 57 19 0 0 20 0 28 0 418098867 29526929408 324891 33554432000 4194304 4196468 140736404017552 139743070112912 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14185] ppid=14177 vsize=28834892 memory=2828 CPUtime=0.77 cores=0-7
/proc/14179/task/14185/stat : 14185 (java) S 14177 14177 12604 0 -1 1077944384 2141 0 0 0 56 21 0 0 20 0 28 0 418098867 29526929408 324891 33554432000 4194304 4196468 140736404017552 139743069059344 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14186] ppid=14177 vsize=28834892 memory=1164 CPUtime=0.76 cores=0-7
/proc/14179/task/14186/stat : 14186 (java) S 14177 14177 12604 0 -1 1077944384 2138 0 0 0 56 20 0 0 20 0 28 0 418098867 29526929408 324891 33554432000 4194304 4196468 140736404017552 139743068006800 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14187] ppid=14177 vsize=28834892 memory=14008 CPUtime=0.73 cores=0-7
/proc/14179/task/14187/stat : 14187 (java) S 14177 14177 12604 0 -1 1077944384 1780 0 0 0 53 20 0 0 20 0 28 0 418098867 29526929408 324891 33554432000 4194304 4196468 140736404017552 139743066954256 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14188] ppid=14177 vsize=28834892 memory=12040 CPUtime=0.75 cores=0-7
/proc/14179/task/14188/stat : 14188 (java) S 14177 14177 12604 0 -1 1077944384 1984 0 0 0 56 19 0 0 20 0 28 0 418098867 29526929408 324891 33554432000 4194304 4196468 140736404017552 139743065901712 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14189] ppid=14177 vsize=28834892 memory=6791534058613427641 CPUtime=0.21 cores=0-7
/proc/14179/task/14189/stat : 14189 (java) S 14177 14177 12604 0 -1 1077944384 10078 0 0 0 13 8 0 0 20 0 28 0 418098868 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741717551600 139743522216578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14190] ppid=14177 vsize=28834892 memory=3828 CPUtime=0 cores=0-7
/proc/14179/task/14190/stat : 14190 (java) S 14177 14177 12604 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 418098869 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741716497888 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14191] ppid=14177 vsize=28834892 memory=1456 CPUtime=0 cores=0-7
/proc/14179/task/14191/stat : 14191 (java) S 14177 14177 12604 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 418098869 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741715445248 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14192] ppid=14177 vsize=28834892 memory=1299564 CPUtime=0 cores=0-7
/proc/14179/task/14192/stat : 14192 (java) S 14177 14177 12604 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418098871 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741714393808 139743522224027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14193] ppid=14177 vsize=28834892 memory=6791534058613427641 CPUtime=4.3 cores=0-7
/proc/14179/task/14193/stat : 14193 (java) S 14177 14177 12604 0 -1 1077944384 31181 0 0 0 425 5 0 0 20 0 28 0 418098871 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741713340400 139743522216578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14194] ppid=14177 vsize=28834892 memory=-7003737579269690708 CPUtime=4.67 cores=0-7
/proc/14179/task/14194/stat : 14194 (java) S 14177 14177 12604 0 -1 1077944384 35422 0 0 0 460 7 0 0 20 0 28 0 418098871 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741712287856 139743522216578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14195] ppid=14177 vsize=28834892 memory=6100 CPUtime=3.93 cores=0-7
/proc/14179/task/14195/stat : 14195 (java) S 14177 14177 12604 0 -1 1077944384 25724 0 0 0 387 6 0 0 20 0 28 0 418098871 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741711235312 139743522216578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14196] ppid=14177 vsize=28834892 memory=11624 CPUtime=1.17 cores=0-7
/proc/14179/task/14196/stat : 14196 (java) S 14177 14177 12604 0 -1 1077944384 22724 0 0 0 113 4 0 0 20 0 28 0 418098872 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741710182768 139743522216578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14197] ppid=14177 vsize=28834892 memory=732 CPUtime=0 cores=0-7
/proc/14179/task/14197/stat : 14197 (java) S 14177 14177 12604 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418098872 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741709130464 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14198] ppid=14177 vsize=28834892 memory=776 CPUtime=0.12 cores=0-7
/proc/14179/task/14198/stat : 14198 (java) S 14177 14177 12604 0 -1 1077944384 3970 0 0 0 5 7 0 0 20 0 28 0 418098872 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741708078000 139743522216578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14553] ppid=14177 vsize=28834892 memory=1456 CPUtime=101.42 cores=0-7
/proc/14179/task/14553/stat : 14553 (java) S 14177 14177 12604 0 -1 1077944384 1704 0 0 0 10142 0 0 0 20 0 28 0 418114202 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741691740112 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14554] ppid=14177 vsize=28834892 memory=1456 CPUtime=101.54 cores=0-7
/proc/14179/task/14554/stat : 14554 (java) S 14177 14177 12604 0 -1 1077944384 1852 0 0 0 10153 1 0 0 20 0 28 0 418114202 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741697005184 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14555] ppid=14177 vsize=28834892 memory=1299564 CPUtime=100.63 cores=0-7
/proc/14179/task/14555/stat : 14555 (java) S 14177 14177 12604 0 -1 1077944384 8297 0 0 0 10034 29 0 0 20 0 28 0 418114202 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741693846272 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14556] ppid=14177 vsize=28834892 memory=6791534058613427641 CPUtime=101.08 cores=0-7
/proc/14179/task/14556/stat : 14556 (java) S 14177 14177 12604 0 -1 1077944384 5553 0 0 0 10090 18 0 0 20 0 28 0 418114202 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741698057088 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14557] ppid=14177 vsize=28834892 memory=2020 CPUtime=101.09 cores=0-7
/proc/14179/task/14557/stat : 14557 (java) S 14177 14177 12604 0 -1 1077944384 4623 0 0 0 10096 13 0 0 20 0 28 0 418114202 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741688591360 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14558] ppid=14177 vsize=28834892 memory=988 CPUtime=118.21 cores=0-7
/proc/14179/task/14558/stat : 14558 (java) R 14177 14177 12604 0 -1 4202560 2232 0 0 0 11819 2 0 0 20 0 28 0 418114202 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741692788448 139743163365866 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14559] ppid=14177 vsize=28834892 memory=1368 CPUtime=101.35 cores=0-7
/proc/14179/task/14559/stat : 14559 (java) S 14177 14177 12604 0 -1 1077944384 6027 0 0 0 10134 1 0 0 20 0 28 0 418114202 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741699110144 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
[pid=14179/tid=14560] ppid=14177 vsize=28834892 memory=1299564 CPUtime=114.55 cores=0-7
/proc/14179/task/14560/stat : 14560 (java) S 14177 14177 12604 0 -1 1077944384 925 0 0 0 11453 2 0 0 20 0 28 0 418114202 29526929408 324891 33554432000 4194304 4196468 140736404017552 139741694899584 139743522215637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32260096 140736404022250 140736404022422 140736404022422 140736404025295 0
Current children cumulated CPU time: 1537.1 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 1301020 KiB

[startup+272.307 s]
/proc/loadavg: 6.64 7.05 7.70 2/219 14566
/proc/meminfo: memFree=25559952/32770624 swapFree=66957012/67108860
[pid=14177] ppid=14174 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/14177/stat : 14177 (xcsp3-exec) S 14174 14177 12604 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418098865 115843072 364 33554432000 4194304 5098028 140727357073216 140727357071320 140007718503036 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22966272 140727357080439 140727357080681 140727357080681 140727357083594 0
/proc/14177/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): 272.31
CPU time (s): 1537.23
CPU user time (s): 1533.4
CPU system time (s): 3.82795
CPU usage (%): 564.516
Max. virtual memory (cumulated for all children) (KiB): 28950208
Max. memory (cumulated for all children) (KiB): 1344284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1533.4
system time used= 3.82795
maximum resident set size= 1342828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250549
page faults= 0
swaps= 0
block input operations= 0
block output operations= 568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17026
involuntary context switches= 17725


# summary of solver processes directly reported to runsolver:
#   pid: 14177
#   total CPU time (s): 1537.23
#   total CPU user time (s): 1533.4
#   total CPU system time (s): 3.82795

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.28165 second user time and 3.1943 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-14 02:43:27
IDJOB=4394439
IDBENCH=123019
IDSOLVER=2843
FILE ID=node147/4394439-1568421850
RUNJOBID= node147-1568416725-12631
PBS_JOBID= 21702253
Free space on /tmp= 58880 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-scr15.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-4394439-1568421850/watcher-4394439-1568421850 -o /tmp/evaluation-result-4394439-1568421850/solver-4394439-1568421850 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node147-1568416725-12631 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 80656897 HOME/instance-4394439-1568421850.xml

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

MD5SUM BENCH= 9fad1afbbcb60e61b17bf96c72dc570b
RANDOM SEED=80656897

node147.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.52
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.52
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.52
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.52
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:        26845808 kB
MemAvailable:   31810396 kB
Buffers:          185492 kB
Cached:          5006020 kB
SwapCached:        48500 kB
Active:          2033240 kB
Inactive:        3211308 kB
Active(anon):       4836 kB
Inactive(anon):    89344 kB
Active(file):    2028404 kB
Inactive(file):  3121964 kB
Unevictable:      107760 kB
Mlocked:          107760 kB
SwapTotal:      67108860 kB
SwapFree:       66957012 kB
Dirty:             26052 kB
Writeback:             0 kB
AnonPages:        159832 kB
Mapped:            44492 kB
Shmem:             32768 kB
Slab:             271332 kB
SReclaimable:     242680 kB
SUnreclaim:        28652 kB
KernelStack:        3904 kB
PageTables:         6388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 58856 MiB
End job on node147 at 2019-09-14 02:47:59