Trace number 4393918

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 parallelOPT93 3359.43 452.753

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-00.xml
MD5SUM0f9f8d62bc132272af22ef8ddad99d7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark106.813
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size31
Distribution of domain sizes[{"size":15,"count":15},{"size":31,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"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-4393918-1568439210.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393918-1568439210.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.06/0.57	c solve instance...
1.48/0.66	o 244 
1.48/0.68	o 158 
1.48/0.69	o 141 
1.48/0.69	o 131 
2.02/0.71	o 130 
2.02/0.74	o 124 
2.02/0.74	o 123 
2.02/0.75	o 120 
2.02/0.76	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (27/36)
2.02/0.76		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.02/0.76		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2.02/0.76		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2.02/0.76		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2.02/0.76		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2.02/0.76	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (27/36)
2.02/0.76		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
2.02/0.76		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
2.02/0.76		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
2.02/0.76		at org.chocosolver.solver.Solver.repair(Solver.java:443)
2.02/0.76		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
2.02/0.76		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2.02/0.76		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2.02/0.76		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.02/0.76		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.02/0.76		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.02/0.76		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.02/0.76		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.02/0.76		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2.02/0.76		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2.02/0.76		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2.02/0.76		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2.02/0.77	o 119 
2.69/0.83	o 118 
2.69/0.85	o 116 
2.69/0.87	o 115 
2.69/0.88	o 112 
2.69/0.89	o 111 
2.69/0.89	o 107 
4.12/1.05	o 105 
4.96/1.18	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (117/119)
4.96/1.18		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
4.96/1.18		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
4.96/1.18		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
4.96/1.18		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
4.96/1.18		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
4.96/1.18	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (117/119)
4.96/1.18		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
4.96/1.18		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
4.96/1.18		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
4.96/1.18		at org.chocosolver.solver.Solver.repair(Solver.java:443)
4.96/1.18		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
4.96/1.18		at org.chocosolver.solver.Solver.solve(Solver.java:262)
4.96/1.18		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
4.96/1.18		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
4.96/1.18		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4.96/1.18		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
4.96/1.18		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
4.96/1.18		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
4.96/1.18		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
4.96/1.18		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
4.96/1.18		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
4.96/1.18		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
4.96/1.18	o 104 
6.45/1.40	o 103 
7.23/1.44	o 100 
9.67/1.77	o 96 
15.95/2.54	o 95 
33.47/4.89	o 93 
3359.37/452.72	s OPTIMUM FOUND
3359.37/452.72	v <instantiation>
3359.37/452.72	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] </list>
3359.37/452.72	v 	<values>13 14 10 8 9 7 5 3 2 0 1 4 6 11 12 15 7 5 9 4 8 5 2 2 7 4 8 8 1 8 </values>
3359.37/452.72	v </instantiation>

Verifier Data

OK	93

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393918-1568439210/watcher-4393918-1568439210 -o /tmp/evaluation-result-4393918-1568439210/solver-4393918-1568439210 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node137-1568437903-31733 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 721019849 HOME/instance-4393918-1568439210.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
Current StackSize limit: 8192 KiB

solver pid=758, runsolver pid=755

[startup+0.100151 s]*
/proc/loadavg: 2.64 4.91 6.67 3/213 779
/proc/meminfo: memFree=30579456/32770624 swapFree=66927260/67108860
[pid=758] ppid=755 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/758/stat : 758 (xcsp3-exec) S 755 758 31706 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420168353 115843072 364 33554432000 4194304 5098028 140723727164720 140723727162824 140188099183228 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9048064 140723727172470 140723727172713 140723727172713 140723727175626 0
/proc/758/statm: 28282 364 305 221 0 87 0
[pid=760] ppid=758 vsize=28227388 memory=29168 CPUtime=0.12 cores=0-7
/proc/760/stat : 760 (java) S 758 758 31706 0 -1 1077944320 5688 0 0 0 11 1 0 0 20 0 20 0 420168353 28904845312 7292 33554432000 4194304 4196468 140733530931248 140733530913792 139817411317495 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
/proc/760/statm: 7056847 7292 3158 1 0 7019032 0
[pid=760/tid=761] ppid=758 vsize=28227388 memory=8318255677412212789 CPUtime=0.08 cores=0-7
/proc/760/task/761/stat : 761 (java) R 758 758 31706 0 -1 4202560 3614 0 0 0 8 0 0 0 20 0 20 0 420168354 28904845312 7292 33554432000 4194304 4196468 140733530931248 139817415550976 139817396686295 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=762] ppid=758 vsize=28227388 memory=288230609019732336 CPUtime=0 cores=0-7
/proc/760/task/762/stat : 762 (java) S 758 758 31706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420168355 28904845312 7292 33554432000 4194304 4196468 140733530931248 139817363938448 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=763] ppid=758 vsize=28227388 memory=288370620883424896 CPUtime=0 cores=0-7
/proc/760/task/763/stat : 763 (java) S 758 758 31706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420168355 28904845312 7292 33554432000 4194304 4196468 140733530931248 139817362885648 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=764] ppid=758 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/760/task/764/stat : 764 (java) S 758 758 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420168355 28904845312 7292 33554432000 4194304 4196468 140733530931248 139817361832848 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=765] ppid=758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/760/task/765/stat : 765 (java) S 758 758 31706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420168355 28904845312 7292 33554432000 4194304 4196468 140733530931248 139817360780048 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=766] ppid=758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/760/task/766/stat : 766 (java) S 758 758 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420168355 28904845312 7292 33554432000 4194304 4196468 140733530931248 139816958024336 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=767] ppid=758 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/760/task/767/stat : 767 (java) S 758 758 31706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420168355 28904845312 7292 33554432000 4194304 4196468 140733530931248 139816956971536 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=768] ppid=758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/760/task/768/stat : 768 (java) S 758 758 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420168355 28904845312 7292 33554432000 4194304 4196468 140733530931248 139816955918736 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=769] ppid=758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/760/task/769/stat : 769 (java) S 758 758 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420168355 28904845312 7292 33554432000 4194304 4196468 140733530931248 139816954865936 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=770] ppid=758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/760/task/770/stat : 770 (java) S 758 758 31706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420168356 28904845312 7292 33554432000 4194304 4196468 140733530931248 139816661822320 139817411328642 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=771] ppid=758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/760/task/771/stat : 771 (java) S 758 758 31706 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420168357 28904845312 7292 33554432000 4194304 4196468 140733530931248 139816660768288 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=772] ppid=758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/760/task/772/stat : 772 (java) S 758 758 31706 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420168357 28904845312 7292 33554432000 4194304 4196468 140733530931248 139816659715440 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=773] ppid=758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/760/task/773/stat : 773 (java) S 758 758 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420168359 28904845312 7292 33554432000 4194304 4196468 140733530931248 139816658663760 139817411336091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=774] ppid=758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/760/task/774/stat : 774 (java) S 758 758 31706 0 -1 1077944384 409 0 0 0 0 0 0 0 20 0 20 0 420168359 28904845312 7292 33554432000 4194304 4196468 140733530931248 139816657611120 139817411328642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=775] ppid=758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/760/task/775/stat : 775 (java) S 758 758 31706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420168359 28904845312 7292 33554432000 4194304 4196468 140733530931248 139816656558320 139817411328642 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=776] ppid=758 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/760/task/776/stat : 776 (java) S 758 758 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420168359 28904845312 7292 33554432000 4194304 4196468 140733530931248 139816655505520 139817411328642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=777] ppid=758 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/760/task/777/stat : 777 (java) R 758 758 31706 0 -1 4202560 353 0 0 0 2 0 0 0 20 0 20 0 420168359 28904845312 7292 33554432000 4194304 4196468 140733530931248 139816654452720 139817390746002 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=778] ppid=758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/760/task/778/stat : 778 (java) S 758 758 31706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420168359 28904845312 7292 33554432000 4194304 4196468 140733530931248 139816653401184 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=779] ppid=758 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/760/task/779/stat : 779 (java) S 758 758 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420168360 28904845312 7292 33554432000 4194304 4196468 140733530931248 139816652348464 139817411328642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30624 KiB

[startup+0.210163 s]*
/proc/loadavg: 2.64 4.91 6.67 2/213 779
/proc/meminfo: memFree=30566816/32770624 swapFree=66927260/67108860
[pid=758] ppid=755 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/758/stat : 758 (xcsp3-exec) S 755 758 31706 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420168353 115843072 364 33554432000 4194304 5098028 140723727164720 140723727162824 140188099183228 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9048064 140723727172470 140723727172713 140723727172713 140723727175626 0
/proc/758/statm: 28282 364 305 221 0 87 0
[pid=760] ppid=758 vsize=28227388 memory=40884 CPUtime=0.33 cores=0-7
/proc/760/stat : 760 (java) S 758 758 31706 0 -1 1077944320 9497 0 0 0 30 3 0 0 20 0 20 0 420168353 28904845312 10221 33554432000 4194304 4196468 140733530931248 140733530913792 139817411317495 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
/proc/760/statm: 7056847 10221 3282 1 0 7019032 0
[pid=760/tid=761] ppid=758 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/760/task/761/stat : 761 (java) R 758 758 31706 0 -1 4202560 6626 0 0 0 18 2 0 0 20 0 20 0 420168354 28904845312 10221 33554432000 4194304 4196468 140733530931248 139817415555520 139817411329430 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=762] ppid=758 vsize=28227388 memory=288230609019732336 CPUtime=0 cores=0-7
/proc/760/task/762/stat : 762 (java) S 758 758 31706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420168355 28904845312 10221 33554432000 4194304 4196468 140733530931248 139817363938448 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=763] ppid=758 vsize=28227388 memory=288370620883424896 CPUtime=0 cores=0-7
/proc/760/task/763/stat : 763 (java) S 758 758 31706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420168355 28904845312 10221 33554432000 4194304 4196468 140733530931248 139817362885648 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=764] ppid=758 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/760/task/764/stat : 764 (java) S 758 758 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420168355 28904845312 10221 33554432000 4194304 4196468 140733530931248 139817361832848 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=765] ppid=758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/760/task/765/stat : 765 (java) S 758 758 31706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420168355 28904845312 10221 33554432000 4194304 4196468 140733530931248 139817360780048 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=766] ppid=758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/760/task/766/stat : 766 (java) S 758 758 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420168355 28904845312 10221 33554432000 4194304 4196468 140733530931248 139816958024336 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=767] ppid=758 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/760/task/767/stat : 767 (java) S 758 758 31706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420168355 28904845312 10221 33554432000 4194304 4196468 140733530931248 139816956971536 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=768] ppid=758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/760/task/768/stat : 768 (java) S 758 758 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420168355 28904845312 10221 33554432000 4194304 4196468 140733530931248 139816955918736 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=769] ppid=758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/760/task/769/stat : 769 (java) S 758 758 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420168355 28904845312 10221 33554432000 4194304 4196468 140733530931248 139816954865936 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=770] ppid=758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/760/task/770/stat : 770 (java) S 758 758 31706 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420168356 28904845312 10221 33554432000 4194304 4196468 140733530931248 139816661822320 139817411328642 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=771] ppid=758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/760/task/771/stat : 771 (java) S 758 758 31706 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420168357 28904845312 10221 33554432000 4194304 4196468 140733530931248 139816660768288 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=772] ppid=758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/760/task/772/stat : 772 (java) S 758 758 31706 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420168357 28904845312 10221 33554432000 4194304 4196468 140733530931248 139816659715440 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=773] ppid=758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/760/task/773/stat : 773 (java) S 758 758 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420168359 28904845312 10221 33554432000 4194304 4196468 140733530931248 139816658663760 139817411336091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=774] ppid=758 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/760/task/774/stat : 774 (java) S 758 758 31706 0 -1 1077944384 462 0 0 0 1 0 0 0 20 0 20 0 420168359 28904845312 10221 33554432000 4194304 4196468 140733530931248 139816657611120 139817411328642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=775] ppid=758 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/760/task/775/stat : 775 (java) S 758 758 31706 0 -1 1077944384 108 0 0 0 1 0 0 0 20 0 20 0 420168359 28904845312 10221 33554432000 4194304 4196468 140733530931248 139816656558320 139817411328642 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=776] ppid=758 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/760/task/776/stat : 776 (java) S 758 758 31706 0 -1 1077944384 220 0 0 0 1 0 0 0 20 0 20 0 420168359 28904845312 10221 33554432000 4194304 4196468 140733530931248 139816655505520 139817411328642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=777] ppid=758 vsize=28227388 memory=0 CPUtime=0.07 cores=0-7
/proc/760/task/777/stat : 777 (java) R 758 758 31706 0 -1 4202560 781 0 0 0 7 0 0 0 20 0 20 0 420168359 28904845312 10221 33554432000 4194304 4196468 140733530931248 139816654452720 139817411329430 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=778] ppid=758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/760/task/778/stat : 778 (java) S 758 758 31706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420168359 28904845312 10221 33554432000 4194304 4196468 140733530931248 139816653401184 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=779] ppid=758 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/760/task/779/stat : 779 (java) S 758 758 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420168360 28904845312 10221 33554432000 4194304 4196468 140733530931248 139816652348464 139817411328642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42340 KiB

[startup+0.309796 s]*
/proc/loadavg: 2.64 4.91 6.67 5/213 779
/proc/meminfo: memFree=30559432/32770624 swapFree=66927260/67108860
[pid=758] ppid=755 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/758/stat : 758 (xcsp3-exec) S 755 758 31706 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420168353 115843072 364 33554432000 4194304 5098028 140723727164720 140723727162824 140188099183228 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9048064 140723727172470 140723727172713 140723727172713 140723727175626 0
/proc/758/statm: 28282 364 305 221 0 87 0
[pid=760] ppid=758 vsize=28231644 memory=50080 CPUtime=0.52 cores=0-7
/proc/760/stat : 760 (java) S 758 758 31706 0 -1 1077944320 10840 0 0 0 48 4 0 0 20 0 20 0 420168353 28909203456 12520 33554432000 4194304 4196468 140733530931248 140733530913792 139817411317495 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
/proc/760/statm: 7057911 12520 3366 1 0 7019032 0
[pid=760/tid=761] ppid=758 vsize=28231644 memory=0 CPUtime=0.29 cores=0-7
/proc/760/task/761/stat : 761 (java) R 758 758 31706 0 -1 4202560 7757 0 0 0 27 2 0 0 20 0 20 0 420168354 28909203456 12589 33554432000 4194304 4196468 140733530931248 139817415548608 139817411339421 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=762] ppid=758 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/760/task/762/stat : 762 (java) S 758 758 31706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420168355 28909203456 12589 33554432000 4194304 4196468 140733530931248 139817363938448 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=763] ppid=758 vsize=28231644 memory=140244731714960 CPUtime=0 cores=0-7
/proc/760/task/763/stat : 763 (java) S 758 758 31706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420168355 28909203456 12589 33554432000 4194304 4196468 140733530931248 139817362885648 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=764] ppid=758 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/760/task/764/stat : 764 (java) S 758 758 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420168355 28909203456 12589 33554432000 4194304 4196468 140733530931248 139817361832848 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=765] ppid=758 vsize=28231644 memory=842684 CPUtime=0 cores=0-7
/proc/760/task/765/stat : 765 (java) S 758 758 31706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420168355 28909203456 12589 33554432000 4194304 4196468 140733530931248 139817360780048 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=766] ppid=758 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/760/task/766/stat : 766 (java) S 758 758 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420168355 28909203456 12589 33554432000 4194304 4196468 140733530931248 139816958024336 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=767] ppid=758 vsize=28231644 memory=342 CPUtime=0 cores=0-7
/proc/760/task/767/stat : 767 (java) S 758 758 31706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420168355 28909203456 12589 33554432000 4194304 4196468 140733530931248 139816956971536 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=768] ppid=758 vsize=28231644 memory=2062833 CPUtime=0 cores=0-7
/proc/760/task/768/stat : 768 (java) S 758 758 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420168355 28909203456 12589 33554432000 4194304 4196468 140733530931248 139816955918736 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=769] ppid=758 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/760/task/769/stat : 769 (java) S 758 758 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420168355 28909203456 12589 33554432000 4194304 4196468 140733530931248 139816954865936 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=770] ppid=758 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/760/task/770/stat : 770 (java) S 758 758 31706 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420168356 28909203456 12589 33554432000 4194304 4196468 140733530931248 139816661822320 139817411328642 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=771] ppid=758 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/760/task/771/stat : 771 (java) S 758 758 31706 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420168357 28909203456 12589 33554432000 4194304 4196468 140733530931248 139816660768288 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=772] ppid=758 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/760/task/772/stat : 772 (java) S 758 758 31706 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420168357 28909203456 12589 33554432000 4194304 4196468 140733530931248 139816659715440 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=773] ppid=758 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/760/task/773/stat : 773 (java) S 758 758 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420168359 28909203456 12589 33554432000 4194304 4196468 140733530931248 139816658663760 139817411336091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=774] ppid=758 vsize=28231644 memory=0 CPUtime=0.02 cores=0-7
/proc/760/task/774/stat : 774 (java) S 758 758 31706 0 -1 1077944384 488 0 0 0 2 0 0 0 20 0 20 0 420168359 28909203456 12589 33554432000 4194304 4196468 140733530931248 139816657611120 139817411328642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=775] ppid=758 vsize=28231644 memory=0 CPUtime=0.02 cores=0-7
/proc/760/task/775/stat : 775 (java) S 758 758 31706 0 -1 1077944384 120 0 0 0 2 0 0 0 20 0 20 0 420168359 28909203456 12589 33554432000 4194304 4196468 140733530931248 139816656558320 139817411328642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=776] ppid=758 vsize=28231644 memory=0 CPUtime=0.03 cores=0-7
/proc/760/task/776/stat : 776 (java) R 758 758 31706 0 -1 4202560 347 0 0 0 3 0 0 0 20 0 20 0 420168359 28909203456 12589 33554432000 4194304 4196468 140733530931248 139816655486536 139817392861268 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=777] ppid=758 vsize=28231644 memory=0 CPUtime=0.12 cores=0-7
/proc/760/task/777/stat : 777 (java) S 758 758 31706 0 -1 1077944384 879 0 0 0 12 0 0 0 20 0 20 0 420168359 28909203456 12589 33554432000 4194304 4196468 140733530931248 139816654452720 139817411328642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=778] ppid=758 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/760/task/778/stat : 778 (java) S 758 758 31706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420168359 28909203456 12589 33554432000 4194304 4196468 140733530931248 139816653401184 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=779] ppid=758 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/760/task/779/stat : 779 (java) S 758 758 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420168360 28909203456 12589 33554432000 4194304 4196468 140733530931248 139816652348464 139817411328642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51536 KiB

[startup+0.702973 s]
/proc/loadavg: 2.64 4.91 6.67 6/213 779
/proc/meminfo: memFree=30544732/32770624 swapFree=66927260/67108860
[pid=758] ppid=755 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/758/stat : 758 (xcsp3-exec) S 755 758 31706 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420168353 115843072 364 33554432000 4194304 5098028 140723727164720 140723727162824 140188099183228 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9048064 140723727172470 140723727172713 140723727172713 140723727175626 0
/proc/758/statm: 28282 364 305 221 0 87 0
[pid=760] ppid=758 vsize=28767308 memory=157148 CPUtime=2.02 cores=0-7
/proc/760/stat : 760 (java) S 758 758 31706 0 -1 1077944320 16309 0 0 0 193 9 0 0 20 0 27 0 420168353 29457723392 39287 33554432000 4194304 4196468 140733530931248 140733530913792 139817411317495 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
/proc/760/statm: 7191827 39287 3455 1 0 7152929 0
[pid=760/tid=761] ppid=758 vsize=28767308 memory=1436 CPUtime=0.57 cores=0-7
/proc/760/task/761/stat : 761 (java) S 758 758 31706 0 -1 1077944384 9320 0 0 0 54 3 0 0 20 0 27 0 420168354 29457723392 39287 33554432000 4194304 4196468 140733530931248 139817415558272 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=762] ppid=758 vsize=28767308 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/760/task/762/stat : 762 (java) S 758 758 31706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 27 0 420168355 29457723392 39287 33554432000 4194304 4196468 140733530931248 139817363938448 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=763] ppid=758 vsize=28767308 memory=280489147732592 CPUtime=0 cores=0-7
/proc/760/task/763/stat : 763 (java) S 758 758 31706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 27 0 420168355 29457723392 39287 33554432000 4194304 4196468 140733530931248 139817362885648 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=764] ppid=758 vsize=28767308 memory=0 CPUtime=0 cores=0-7
/proc/760/task/764/stat : 764 (java) S 758 758 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 420168355 29457723392 39287 33554432000 4194304 4196468 140733530931248 139817361832848 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0

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

[pid=760/tid=777] ppid=758 vsize=28769356 memory=1456 CPUtime=1.05 cores=0-7
/proc/760/task/777/stat : 777 (java) S 758 758 31706 0 -1 1077944384 18474 0 0 0 101 4 0 0 20 0 28 0 420168359 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816654452720 139817411328642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=778] ppid=758 vsize=28769356 memory=690852 CPUtime=0 cores=0-7
/proc/760/task/778/stat : 778 (java) S 758 758 31706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420168359 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816653401184 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=779] ppid=758 vsize=28769356 memory=804 CPUtime=0.18 cores=0-7
/proc/760/task/779/stat : 779 (java) S 758 758 31706 0 -1 1077944384 3001 0 0 0 2 16 0 0 20 0 28 0 420168360 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816652348464 139817411328642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=965] ppid=758 vsize=28769356 memory=1456 CPUtime=404 cores=0-7
/proc/760/task/965/stat : 965 (java) S 758 758 31706 0 -1 1077944384 7275 0 0 0 40395 5 0 0 20 0 28 0 420168843 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816634720176 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=966] ppid=758 vsize=28769356 memory=717048 CPUtime=404.22 cores=0-7
/proc/760/task/966/stat : 966 (java) S 758 758 31706 0 -1 1077944384 3435 0 0 0 40421 1 0 0 20 0 28 0 420168843 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816639984848 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=967] ppid=758 vsize=28769356 memory=288230596050944315 CPUtime=441.6 cores=0-7
/proc/760/task/967/stat : 967 (java) R 758 758 31706 0 -1 4202560 21818 0 0 0 44147 13 0 0 20 0 28 0 420168843 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816643137720 139817047246206 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=968] ppid=758 vsize=28769356 memory=13851858779244941 CPUtime=404.17 cores=0-7
/proc/760/task/968/stat : 968 (java) S 758 758 31706 0 -1 1077944384 19125 0 0 0 40386 31 0 0 20 0 28 0 420168843 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816641037264 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=969] ppid=758 vsize=28769356 memory=1436 CPUtime=426.47 cores=0-7
/proc/760/task/969/stat : 969 (java) S 758 758 31706 0 -1 1077944384 2930 0 0 0 42640 7 0 0 20 0 28 0 420168843 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816637879120 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=970] ppid=758 vsize=28769356 memory=9592 CPUtime=404.8 cores=0-7
/proc/760/task/970/stat : 970 (java) S 758 758 31706 0 -1 1077944384 20172 0 0 0 40460 20 0 0 20 0 28 0 420168843 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816638931664 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=971] ppid=758 vsize=28769356 memory=4108 CPUtime=403.92 cores=0-7
/proc/760/task/971/stat : 971 (java) S 758 758 31706 0 -1 1077944384 8433 0 0 0 40386 6 0 0 20 0 28 0 420168843 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816636827216 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=972] ppid=758 vsize=28769356 memory=1808 CPUtime=406.36 cores=0-7
/proc/760/task/972/stat : 972 (java) S 758 758 31706 0 -1 1077944384 3533 0 0 0 40629 7 0 0 20 0 28 0 420168843 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816635774416 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
Current children cumulated CPU time: 3359.07 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 718504 KiB

[startup+452.601 s]
/proc/loadavg: 5.14 6.73 7.01 2/221 1007
/proc/meminfo: memFree=29890388/32770624 swapFree=66927260/67108860
[pid=758] ppid=755 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/758/stat : 758 (xcsp3-exec) S 755 758 31706 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420168353 115843072 364 33554432000 4194304 5098028 140723727164720 140723727162824 140188099183228 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9048064 140723727172470 140723727172713 140723727172713 140723727175626 0
/proc/758/statm: 28282 364 305 221 0 87 0
[pid=760] ppid=758 vsize=28769356 memory=717048 CPUtime=3359.27 cores=0-7
/proc/760/stat : 760 (java) S 758 758 31706 0 -1 1077944320 283008 0 0 0 335586 341 0 0 20 0 28 0 420168353 29459820544 179262 33554432000 4194304 4196468 140733530931248 140733530913792 139817411317495 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
/proc/760/statm: 7192339 179262 3543 1 0 7153441 0
[pid=760/tid=761] ppid=758 vsize=28769356 memory=6935054825532540783 CPUtime=0.59 cores=0-7
/proc/760/task/761/stat : 761 (java) S 758 758 31706 0 -1 1077944384 9522 0 0 0 55 4 0 0 20 0 28 0 420168354 29459820544 179262 33554432000 4194304 4196468 140733530931248 139817415558272 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=762] ppid=758 vsize=28769356 memory=4872558044660077418 CPUtime=3.2 cores=0-7
/proc/760/task/762/stat : 762 (java) S 758 758 31706 0 -1 1077944384 6480 0 0 0 296 24 0 0 20 0 28 0 420168355 29459820544 179262 33554432000 4194304 4196468 140733530931248 139817363938448 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=763] ppid=758 vsize=28769356 memory=1716 CPUtime=3.2 cores=0-7
/proc/760/task/763/stat : 763 (java) S 758 758 31706 0 -1 1077944384 7769 0 0 0 298 22 0 0 20 0 28 0 420168355 29459820544 179262 33554432000 4194304 4196468 140733530931248 139817362885648 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=764] ppid=758 vsize=28769356 memory=1124 CPUtime=3.19 cores=0-7
/proc/760/task/764/stat : 764 (java) S 758 758 31706 0 -1 1077944384 6311 0 0 0 296 23 0 0 20 0 28 0 420168355 29459820544 179262 33554432000 4194304 4196468 140733530931248 139817361832848 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=765] ppid=758 vsize=28769356 memory=5968 CPUtime=3.19 cores=0-7
/proc/760/task/765/stat : 765 (java) S 758 758 31706 0 -1 1077944384 5979 0 0 0 296 23 0 0 20 0 28 0 420168355 29459820544 179262 33554432000 4194304 4196468 140733530931248 139817360780048 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=766] ppid=758 vsize=28769356 memory=14004 CPUtime=3.17 cores=0-7
/proc/760/task/766/stat : 766 (java) S 758 758 31706 0 -1 1077944384 8691 0 0 0 296 21 0 0 20 0 28 0 420168355 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816958024336 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=767] ppid=758 vsize=28769356 memory=1412 CPUtime=3.2 cores=0-7
/proc/760/task/767/stat : 767 (java) S 758 758 31706 0 -1 1077944384 6424 0 0 0 297 23 0 0 20 0 28 0 420168355 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816956971536 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=768] ppid=758 vsize=28769356 memory=3872 CPUtime=3.18 cores=0-7
/proc/760/task/768/stat : 768 (java) S 758 758 31706 0 -1 1077944384 5809 0 0 0 295 23 0 0 20 0 28 0 420168355 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816955918736 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=769] ppid=758 vsize=28769356 memory=1456 CPUtime=3.17 cores=0-7
/proc/760/task/769/stat : 769 (java) S 758 758 31706 0 -1 1077944384 6819 0 0 0 295 22 0 0 20 0 28 0 420168355 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816954865936 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=770] ppid=758 vsize=28769356 memory=717048 CPUtime=1.04 cores=0-7
/proc/760/task/770/stat : 770 (java) S 758 758 31706 0 -1 1077944384 19068 0 0 0 74 30 0 0 20 0 28 0 420168356 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816661822320 139817411328642 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=771] ppid=758 vsize=28769356 memory=2120 CPUtime=0 cores=0-7
/proc/760/task/771/stat : 771 (java) S 758 758 31706 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 420168357 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816660768352 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=772] ppid=758 vsize=28769356 memory=22348 CPUtime=0 cores=0-7
/proc/760/task/772/stat : 772 (java) S 758 758 31706 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 420168357 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816659715456 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=773] ppid=758 vsize=28769356 memory=14068 CPUtime=0 cores=0-7
/proc/760/task/773/stat : 773 (java) S 758 758 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420168359 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816658663760 139817411336091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=774] ppid=758 vsize=28769356 memory=528 CPUtime=3.07 cores=0-7
/proc/760/task/774/stat : 774 (java) S 758 758 31706 0 -1 1077944384 23985 0 0 0 303 4 0 0 20 0 28 0 420168359 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816657611120 139817411328642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=775] ppid=758 vsize=28769356 memory=1560 CPUtime=4.24 cores=0-7
/proc/760/task/775/stat : 775 (java) S 758 758 31706 0 -1 1077944384 34169 0 0 0 418 6 0 0 20 0 28 0 420168359 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816656558320 139817411328642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=776] ppid=758 vsize=28769356 memory=928 CPUtime=3.73 cores=0-7
/proc/760/task/776/stat : 776 (java) S 758 758 31706 0 -1 1077944384 27914 0 0 0 368 5 0 0 20 0 28 0 420168359 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816655505520 139817411328642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=777] ppid=758 vsize=28769356 memory=1700 CPUtime=1.05 cores=0-7
/proc/760/task/777/stat : 777 (java) S 758 758 31706 0 -1 1077944384 18474 0 0 0 101 4 0 0 20 0 28 0 420168359 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816654452720 139817411328642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=778] ppid=758 vsize=28769356 memory=832 CPUtime=0 cores=0-7
/proc/760/task/778/stat : 778 (java) S 758 758 31706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420168359 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816653401184 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=779] ppid=758 vsize=28769356 memory=1440 CPUtime=0.18 cores=0-7
/proc/760/task/779/stat : 779 (java) S 758 758 31706 0 -1 1077944384 3001 0 0 0 2 16 0 0 20 0 28 0 420168360 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816652348464 139817411328642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=965] ppid=758 vsize=28769356 memory=1980 CPUtime=404 cores=0-7
/proc/760/task/965/stat : 965 (java) S 758 758 31706 0 -1 1077944384 7275 0 0 0 40395 5 0 0 20 0 28 0 420168843 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816634720176 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=966] ppid=758 vsize=28769356 memory=2496 CPUtime=404.22 cores=0-7
/proc/760/task/966/stat : 966 (java) S 758 758 31706 0 -1 1077944384 3435 0 0 0 40421 1 0 0 20 0 28 0 420168843 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816639984848 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=967] ppid=758 vsize=28769356 memory=1764 CPUtime=441.8 cores=0-7
/proc/760/task/967/stat : 967 (java) R 758 758 31706 0 -1 4202560 21818 0 0 0 44167 13 0 0 20 0 28 0 420168843 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816643137720 139817047246188 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=968] ppid=758 vsize=28769356 memory=111632 CPUtime=404.17 cores=0-7
/proc/760/task/968/stat : 968 (java) S 758 758 31706 0 -1 1077944384 19125 0 0 0 40386 31 0 0 20 0 28 0 420168843 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816641037264 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=969] ppid=758 vsize=28769356 memory=804 CPUtime=426.47 cores=0-7
/proc/760/task/969/stat : 969 (java) S 758 758 31706 0 -1 1077944384 2930 0 0 0 42640 7 0 0 20 0 28 0 420168843 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816637879120 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=970] ppid=758 vsize=28769356 memory=4108 CPUtime=404.8 cores=0-7
/proc/760/task/970/stat : 970 (java) S 758 758 31706 0 -1 1077944384 20172 0 0 0 40460 20 0 0 20 0 28 0 420168843 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816638931664 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=971] ppid=758 vsize=28769356 memory=1808 CPUtime=403.92 cores=0-7
/proc/760/task/971/stat : 971 (java) S 758 758 31706 0 -1 1077944384 8433 0 0 0 40386 6 0 0 20 0 28 0 420168843 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816636827216 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=972] ppid=758 vsize=28769356 memory=924 CPUtime=406.36 cores=0-7
/proc/760/task/972/stat : 972 (java) S 758 758 31706 0 -1 1077944384 3533 0 0 0 40629 7 0 0 20 0 28 0 420168843 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816635774416 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
Current children cumulated CPU time: 3359.27 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 718504 KiB

[startup+452.701 s]
/proc/loadavg: 5.14 6.73 7.01 2/221 1007
/proc/meminfo: memFree=29890388/32770624 swapFree=66927260/67108860
[pid=758] ppid=755 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/758/stat : 758 (xcsp3-exec) S 755 758 31706 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420168353 115843072 364 33554432000 4194304 5098028 140723727164720 140723727162824 140188099183228 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9048064 140723727172470 140723727172713 140723727172713 140723727175626 0
/proc/758/statm: 28282 364 305 221 0 87 0
[pid=760] ppid=758 vsize=28769356 memory=717048 CPUtime=3359.37 cores=0-7
/proc/760/stat : 760 (java) S 758 758 31706 0 -1 1077944320 283096 0 0 0 335596 341 0 0 20 0 28 0 420168353 29459820544 179262 33554432000 4194304 4196468 140733530931248 140733530913792 139817411317495 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
/proc/760/statm: 7192339 179262 3543 1 0 7153441 0
[pid=760/tid=761] ppid=758 vsize=28769356 memory=717048 CPUtime=0.59 cores=0-7
/proc/760/task/761/stat : 761 (java) S 758 758 31706 0 -1 1077944384 9522 0 0 0 55 4 0 0 20 0 28 0 420168354 29459820544 179262 33554432000 4194304 4196468 140733530931248 139817415558272 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=762] ppid=758 vsize=28769356 memory=717048 CPUtime=3.2 cores=0-7
/proc/760/task/762/stat : 762 (java) S 758 758 31706 0 -1 1077944384 6480 0 0 0 296 24 0 0 20 0 28 0 420168355 29459820544 179262 33554432000 4194304 4196468 140733530931248 139817363938448 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=763] ppid=758 vsize=28769356 memory=717048 CPUtime=3.2 cores=0-7
/proc/760/task/763/stat : 763 (java) S 758 758 31706 0 -1 1077944384 7769 0 0 0 298 22 0 0 20 0 28 0 420168355 29459820544 179262 33554432000 4194304 4196468 140733530931248 139817362885648 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=764] ppid=758 vsize=28769356 memory=1456 CPUtime=3.19 cores=0-7
/proc/760/task/764/stat : 764 (java) S 758 758 31706 0 -1 1077944384 6311 0 0 0 296 23 0 0 20 0 28 0 420168355 29459820544 179262 33554432000 4194304 4196468 140733530931248 139817361832848 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=765] ppid=758 vsize=28769356 memory=1456 CPUtime=3.19 cores=0-7
/proc/760/task/765/stat : 765 (java) S 758 758 31706 0 -1 1077944384 5979 0 0 0 296 23 0 0 20 0 28 0 420168355 29459820544 179262 33554432000 4194304 4196468 140733530931248 139817360780048 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=766] ppid=758 vsize=28769356 memory=41264 CPUtime=3.17 cores=0-7
/proc/760/task/766/stat : 766 (java) S 758 758 31706 0 -1 1077944384 8691 0 0 0 296 21 0 0 20 0 28 0 420168355 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816958024336 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=767] ppid=758 vsize=28769356 memory=2028 CPUtime=3.2 cores=0-7
/proc/760/task/767/stat : 767 (java) S 758 758 31706 0 -1 1077944384 6424 0 0 0 297 23 0 0 20 0 28 0 420168355 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816956971536 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=768] ppid=758 vsize=28769356 memory=39802 CPUtime=3.18 cores=0-7
/proc/760/task/768/stat : 768 (java) S 758 758 31706 0 -1 1077944384 5809 0 0 0 295 23 0 0 20 0 28 0 420168355 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816955918736 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=769] ppid=758 vsize=28769356 memory=39785 CPUtime=3.17 cores=0-7
/proc/760/task/769/stat : 769 (java) S 758 758 31706 0 -1 1077944384 6819 0 0 0 295 22 0 0 20 0 28 0 420168355 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816954865936 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=770] ppid=758 vsize=28769356 memory=1456 CPUtime=1.04 cores=0-7
/proc/760/task/770/stat : 770 (java) S 758 758 31706 0 -1 1077944384 19068 0 0 0 74 30 0 0 20 0 28 0 420168356 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816661822320 139817411328642 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=771] ppid=758 vsize=28769356 memory=717048 CPUtime=0 cores=0-7
/proc/760/task/771/stat : 771 (java) S 758 758 31706 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 420168357 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816660768352 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=772] ppid=758 vsize=28769356 memory=1456 CPUtime=0 cores=0-7
/proc/760/task/772/stat : 772 (java) S 758 758 31706 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 420168357 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816659715456 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=773] ppid=758 vsize=28769356 memory=1456 CPUtime=0 cores=0-7
/proc/760/task/773/stat : 773 (java) S 758 758 31706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420168359 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816658663760 139817411336091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=774] ppid=758 vsize=28769356 memory=717048 CPUtime=3.07 cores=0-7
/proc/760/task/774/stat : 774 (java) S 758 758 31706 0 -1 1077944384 23985 0 0 0 303 4 0 0 20 0 28 0 420168359 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816657611120 139817411328642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=775] ppid=758 vsize=28769356 memory=1456 CPUtime=4.24 cores=0-7
/proc/760/task/775/stat : 775 (java) S 758 758 31706 0 -1 1077944384 34169 0 0 0 418 6 0 0 20 0 28 0 420168359 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816656558320 139817411328642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=776] ppid=758 vsize=28769356 memory=717048 CPUtime=3.73 cores=0-7
/proc/760/task/776/stat : 776 (java) S 758 758 31706 0 -1 1077944384 27914 0 0 0 368 5 0 0 20 0 28 0 420168359 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816655505520 139817411328642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=777] ppid=758 vsize=28769356 memory=3580 CPUtime=1.05 cores=0-7
/proc/760/task/777/stat : 777 (java) S 758 758 31706 0 -1 1077944384 18474 0 0 0 101 4 0 0 20 0 28 0 420168359 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816654452720 139817411328642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=778] ppid=758 vsize=28769356 memory=1456 CPUtime=0 cores=0-7
/proc/760/task/778/stat : 778 (java) S 758 758 31706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420168359 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816653401184 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=779] ppid=758 vsize=28769356 memory=1456 CPUtime=0.18 cores=0-7
/proc/760/task/779/stat : 779 (java) S 758 758 31706 0 -1 1077944384 3001 0 0 0 2 16 0 0 20 0 28 0 420168360 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816652348464 139817411328642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=965] ppid=758 vsize=28769356 memory=280489149477472 CPUtime=404 cores=0-7
/proc/760/task/965/stat : 965 (java) S 758 758 31706 0 -1 1077944384 7275 0 0 0 40395 5 0 0 20 0 28 0 420168843 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816634720176 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=966] ppid=758 vsize=28769356 memory=8243114992657236055 CPUtime=404.22 cores=0-7
/proc/760/task/966/stat : 966 (java) S 758 758 31706 0 -1 1077944384 3435 0 0 0 40421 1 0 0 20 0 28 0 420168843 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816639984848 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=967] ppid=758 vsize=28769356 memory=288292168752448332 CPUtime=441.9 cores=0-7
/proc/760/task/967/stat : 967 (java) R 758 758 31706 0 -1 4202560 21906 0 0 0 44177 13 0 0 20 0 28 0 420168843 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816643137720 139817046483155 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=968] ppid=758 vsize=28769356 memory=288230574492221466 CPUtime=404.17 cores=0-7
/proc/760/task/968/stat : 968 (java) S 758 758 31706 0 -1 1077944384 19125 0 0 0 40386 31 0 0 20 0 28 0 420168843 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816641037264 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=969] ppid=758 vsize=28769356 memory=303148769816609083 CPUtime=426.47 cores=0-7
/proc/760/task/969/stat : 969 (java) S 758 758 31706 0 -1 1077944384 2930 0 0 0 42640 7 0 0 20 0 28 0 420168843 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816637879120 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=970] ppid=758 vsize=28769356 memory=13851858779244941 CPUtime=404.8 cores=0-7
/proc/760/task/970/stat : 970 (java) S 758 758 31706 0 -1 1077944384 20172 0 0 0 40460 20 0 0 20 0 28 0 420168843 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816638931664 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=971] ppid=758 vsize=28769356 memory=528 CPUtime=403.92 cores=0-7
/proc/760/task/971/stat : 971 (java) S 758 758 31706 0 -1 1077944384 8433 0 0 0 40386 6 0 0 20 0 28 0 420168843 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816636827216 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
[pid=760/tid=972] ppid=758 vsize=28769356 memory=1560 CPUtime=406.36 cores=0-7
/proc/760/task/972/stat : 972 (java) S 758 758 31706 0 -1 1077944384 3533 0 0 0 40629 7 0 0 20 0 28 0 420168843 29459820544 179262 33554432000 4194304 4196468 140733530931248 139816635774416 139817411327701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 11943936 140733530940394 140733530940566 140733530940566 140733530943439 0
Current children cumulated CPU time: 3359.37 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 718504 KiB

Child status: 0
Real time (s): 452.753
CPU time (s): 3359.43
CPU user time (s): 3356
CPU system time (s): 3.43391
CPU usage (%): 742.001
Max. virtual memory (cumulated for all children) (KiB): 28884400
Max. memory (cumulated for all children) (KiB): 958404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3356
system time used= 3.43391
maximum resident set size= 961576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 285215
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28294
involuntary context switches= 38761


# summary of solver processes directly reported to runsolver:
#   pid: 758
#   total CPU time (s): 3359.43
#   total CPU user time (s): 3356
#   total CPU system time (s): 3.43391

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.75514 second user time and 5.50955 second system time

The end

Launcher Data

Begin job on node137 at 2019-09-14 07:32:48
IDJOB=4393918
IDBENCH=135739
IDSOLVER=2841
FILE ID=node137/4393918-1568439210
RUNJOBID= node137-1568437903-31733
PBS_JOBID= 21702324
Free space on /tmp= 61428 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-00.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-4393918-1568439210/watcher-4393918-1568439210 -o /tmp/evaluation-result-4393918-1568439210/solver-4393918-1568439210 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node137-1568437903-31733 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 721019849 HOME/instance-4393918-1568439210.xml

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

MD5SUM BENCH= 0f9f8d62bc132272af22ef8ddad99d7d
RANDOM SEED=721019849

node137.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	: 5334.00
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	: 5334.00
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	: 5334.00
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	: 5334.00
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:        30596848 kB
MemAvailable:   31817856 kB
Buffers:           93240 kB
Cached:          1407668 kB
SwapCached:        77548 kB
Active:          1432364 kB
Inactive:         149680 kB
Active(anon):       4132 kB
Inactive(anon):   118296 kB
Active(file):    1428232 kB
Inactive(file):    31384 kB
Unevictable:      108700 kB
Mlocked:          108700 kB
SwapTotal:      67108860 kB
SwapFree:       66927260 kB
Dirty:             25912 kB
Writeback:             0 kB
AnonPages:        122524 kB
Mapped:            44304 kB
Shmem:             32772 kB
Slab:             183756 kB
SReclaimable:     154452 kB
SUnreclaim:        29304 kB
KernelStack:        3744 kB
PageTables:         5264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61400 MiB
End job on node137 at 2019-09-14 07:40:21