Trace number 4394013

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 parallelSAT (TO)120 19801.3 2520.11

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n30/
TravellingSalesman-30-30-11.xml
MD5SUMac86bf8ef4620229a98c72b0f60cfd27
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark119
Best CPU time to get the best result obtained on this benchmark2520.07
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size31
Distribution of domain sizes[{"size":30,"count":30},{"size":31,"count":30}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":30}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":30},{"arity":30,"count":1}]
Number of extensional constraints30
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":30},{"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-4394013-1568439435.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394013-1568439435.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.49/0.66	c solve instance...
1.91/0.76	o 440 
1.91/0.78	o 317 
2.53/0.80	o 293 
2.53/0.80	o 290 
2.53/0.82	o 287 
2.53/0.83	o 283 
2.53/0.83	o 259 
2.53/0.84	o 178 
2.53/0.85	o 156 
2.53/0.85	o 151 
2.53/0.86	o 148 
2.53/0.87	o 146 
2.53/0.89	o 144 
2.53/0.89	o 143 
3.08/0.92	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (153/155)
3.08/0.92		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
3.08/0.92		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
3.08/0.92		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
3.08/0.92		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
3.08/0.92		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
3.08/0.92	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (153/155)
3.08/0.92		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
3.08/0.92		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
3.08/0.92		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
3.08/0.92		at org.chocosolver.solver.Solver.repair(Solver.java:443)
3.08/0.92		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
3.08/0.92		at org.chocosolver.solver.Solver.solve(Solver.java:262)
3.08/0.92		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
3.08/0.92		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
3.08/0.92		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.08/0.92		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
3.08/0.92		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
3.08/0.92		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
3.08/0.92		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
3.08/0.92		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
3.08/0.92		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
3.08/0.92		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
3.08/0.92	o 142 
16.50/2.66	o 139 
16.50/2.67	o 138 
16.50/2.68	o 137 
16.50/2.68	o 136 
16.50/2.69	o 134 
42.58/5.94	o 132 
43.34/6.07	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (86/139)
43.34/6.07		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
43.34/6.07		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
43.34/6.07		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
43.34/6.07		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
43.34/6.07		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
43.34/6.07	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (86/139)
43.34/6.07		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
43.34/6.07		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
43.34/6.07		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
43.34/6.07		at org.chocosolver.solver.Solver.repair(Solver.java:443)
43.34/6.07		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
43.34/6.07		at org.chocosolver.solver.Solver.solve(Solver.java:262)
43.34/6.07		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
43.34/6.07		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
43.34/6.07		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
43.34/6.07		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
43.34/6.07		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
43.34/6.07		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
43.34/6.07		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
43.34/6.07		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
43.34/6.07		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
43.34/6.07		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
43.34/6.07	o 130 
44.11/6.12	o 129 
44.11/6.12	o 128 
44.74/6.20	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (20/23)
44.74/6.20		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
44.74/6.20		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
44.74/6.20		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
44.74/6.20		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
44.74/6.20		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
44.74/6.20	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (20/23)
44.74/6.20		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
44.74/6.20		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
44.74/6.20		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
44.74/6.20		at org.chocosolver.solver.Solver.repair(Solver.java:443)
44.74/6.20		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
44.74/6.20		at org.chocosolver.solver.Solver.solve(Solver.java:262)
44.74/6.20		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
44.74/6.20		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
44.74/6.20		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
44.74/6.20		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
44.74/6.20		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
44.74/6.20		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
44.74/6.20		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
44.74/6.20		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
44.74/6.20		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
44.74/6.20		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
44.74/6.21	o 127 
44.74/6.21	o 126 
315.28/71.63	o 123 
315.28/71.64	o 122 
315.84/71.72	o 121 
318.65/72.16	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (65/93)
318.65/72.16		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
318.65/72.16		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
318.65/72.16		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
318.65/72.16		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
318.65/72.16		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
318.65/72.16	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (65/93)
318.65/72.16		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
318.65/72.16		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
318.65/72.16		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
318.65/72.16		at org.chocosolver.solver.Solver.repair(Solver.java:443)
318.65/72.16		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
318.65/72.16		at org.chocosolver.solver.Solver.solve(Solver.java:262)
318.65/72.16		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
318.65/72.16		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
318.65/72.16		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
318.65/72.16		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
318.65/72.16		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
318.65/72.16		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
318.65/72.16		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
318.65/72.16		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
318.65/72.16		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
318.65/72.16		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
318.65/72.17	o 120 
19800.54/2520.08	s SATISFIABLE
19800.54/2520.08	v <instantiation>
19800.54/2520.08	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] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] 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] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] </list>
19800.54/2520.08	v 	<values>14 11 10 12 13 16 17 20 25 27 29 24 22 21 19 18 26 28 23 15 9 7 0 1 2 4 5 6 3 8 3 4 1 1 2 2 5 6 3 4 3 2 1 1 8 4 5 2 6 4 4 10 8 1 1 3 2 4 12 8 </values>
19800.54/2520.08	v </instantiation>
19800.54/2520.08	c Unexpected resolution interruption!

Verifier Data

OK	120

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394013-1568439435/watcher-4394013-1568439435 -o /tmp/evaluation-result-4394013-1568439435/solver-4394013-1568439435 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node146-1568429502-6614 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1402248580 HOME/instance-4394013-1568439435.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=9778, runsolver pid=9775
Current StackSize limit: 8192 KiB


[startup+0.100138 s]*
/proc/loadavg: 7.45 8.00 8.11 3/211 9799
/proc/meminfo: memFree=31244220/32770624 swapFree=67000588/67108860
[pid=9778] ppid=9775 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9778/stat : 9778 (xcsp3-exec) S 9775 9778 6587 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419857517 115843072 364 33554432000 4194304 5098028 140732153088048 140732153086152 140147767349884 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7323648 140732153090933 140732153091177 140732153091177 140732153094090 0
/proc/9778/statm: 28282 364 305 221 0 87 0
[pid=9780] ppid=9778 vsize=28227388 memory=30044 CPUtime=0.12 cores=0-7
/proc/9780/stat : 9780 (java) S 9778 9778 6587 0 -1 1077944320 5987 0 0 0 11 1 0 0 20 0 20 0 419857517 28904845312 7511 33554432000 4194304 4196468 140734791496736 140734791479280 139655147130615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
/proc/9780/statm: 7056847 7511 3123 1 0 7019032 0
[pid=9780/tid=9781] ppid=9778 vsize=28227388 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/9780/task/9781/stat : 9781 (java) R 9778 9778 6587 0 -1 4202560 3892 0 0 0 8 0 0 0 20 0 20 0 419857517 28904845312 7511 33554432000 4194304 4196468 140734791496736 139655151363888 139655126855744 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9782] ppid=9778 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/9780/task/9782/stat : 9782 (java) S 9778 9778 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419857518 28904845312 7511 33554432000 4194304 4196468 140734791496736 139655099751056 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9783] ppid=9778 vsize=28227388 memory=139723685721728 CPUtime=0 cores=0-7
/proc/9780/task/9783/stat : 9783 (java) S 9778 9778 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419857518 28904845312 7511 33554432000 4194304 4196468 140734791496736 139655098698256 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9784] ppid=9778 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9780/task/9784/stat : 9784 (java) S 9778 9778 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419857518 28904845312 7511 33554432000 4194304 4196468 140734791496736 139655097645456 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9785] ppid=9778 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9780/task/9785/stat : 9785 (java) S 9778 9778 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419857518 28904845312 7511 33554432000 4194304 4196468 140734791496736 139655096592656 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9786] ppid=9778 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9780/task/9786/stat : 9786 (java) S 9778 9778 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419857518 28904845312 7511 33554432000 4194304 4196468 140734791496736 139655095540880 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9787] ppid=9778 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9780/task/9787/stat : 9787 (java) S 9778 9778 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419857518 28904845312 7511 33554432000 4194304 4196468 140734791496736 139655094488080 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9788] ppid=9778 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9780/task/9788/stat : 9788 (java) S 9778 9778 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419857518 28904845312 7511 33554432000 4194304 4196468 140734791496736 139655093435280 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9789] ppid=9778 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9780/task/9789/stat : 9789 (java) S 9778 9778 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419857518 28904845312 7511 33554432000 4194304 4196468 140734791496736 139655092382480 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9790] ppid=9778 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9780/task/9790/stat : 9790 (java) S 9778 9778 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419857520 28904845312 7511 33554432000 4194304 4196468 140734791496736 139653275437424 139655147141762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9791] ppid=9778 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9780/task/9791/stat : 9791 (java) S 9778 9778 6587 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419857520 28904845312 7511 33554432000 4194304 4196468 140734791496736 139653274383392 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9792] ppid=9778 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9780/task/9792/stat : 9792 (java) S 9778 9778 6587 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419857520 28904845312 7511 33554432000 4194304 4196468 140734791496736 139653273330544 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9793] ppid=9778 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9780/task/9793/stat : 9793 (java) S 9778 9778 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419857523 28904845312 7511 33554432000 4194304 4196468 140734791496736 139653272278864 139655147149211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9794] ppid=9778 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9780/task/9794/stat : 9794 (java) R 9778 9778 6587 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 20 0 419857523 28904845312 7511 33554432000 4194304 4196468 140734791496736 139653271227344 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9795] ppid=9778 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9780/task/9795/stat : 9795 (java) S 9778 9778 6587 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 419857523 28904845312 7511 33554432000 4194304 4196468 140734791496736 139653270174448 139655147141762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9796] ppid=9778 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9780/task/9796/stat : 9796 (java) S 9778 9778 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419857523 28904845312 7511 33554432000 4194304 4196468 140734791496736 139653269121648 139655147141762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9797] ppid=9778 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/9780/task/9797/stat : 9797 (java) R 9778 9778 6587 0 -1 4202560 368 0 0 0 1 0 0 0 20 0 20 0 419857523 28904845312 7511 33554432000 4194304 4196468 140734791496736 139653268068848 139655147142550 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9798] ppid=9778 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9780/task/9798/stat : 9798 (java) S 9778 9778 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419857523 28904845312 7511 33554432000 4194304 4196468 140734791496736 139653267016288 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9799] ppid=9778 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9780/task/9799/stat : 9799 (java) S 9778 9778 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419857523 28904845312 7511 33554432000 4194304 4196468 140734791496736 139653265963568 139655147141762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31500 KiB

[startup+0.209829 s]*
/proc/loadavg: 7.45 8.00 8.11 2/211 9799
/proc/meminfo: memFree=31230344/32770624 swapFree=67000588/67108860
[pid=9778] ppid=9775 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9778/stat : 9778 (xcsp3-exec) S 9775 9778 6587 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419857517 115843072 364 33554432000 4194304 5098028 140732153088048 140732153086152 140147767349884 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7323648 140732153090933 140732153091177 140732153091177 140732153094090 0
/proc/9778/statm: 28282 364 305 221 0 87 0
[pid=9780] ppid=9778 vsize=28227388 memory=41364 CPUtime=0.33 cores=0-7
/proc/9780/stat : 9780 (java) S 9778 9778 6587 0 -1 1077944320 9559 0 0 0 30 3 0 0 20 0 20 0 419857517 28904845312 10341 33554432000 4194304 4196468 140734791496736 140734791479280 139655147130615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
/proc/9780/statm: 7056847 10341 3291 1 0 7019032 0
[pid=9780/tid=9781] ppid=9778 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/9780/task/9781/stat : 9781 (java) R 9778 9778 6587 0 -1 4202560 6697 0 0 0 18 2 0 0 20 0 20 0 419857517 28904845312 10341 33554432000 4194304 4196468 140734791496736 139655151362528 139655147142550 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9782] ppid=9778 vsize=28227388 memory=339 CPUtime=0 cores=0-7
/proc/9780/task/9782/stat : 9782 (java) S 9778 9778 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419857518 28904845312 10341 33554432000 4194304 4196468 140734791496736 139655099751056 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9783] ppid=9778 vsize=28227388 memory=139723685731765 CPUtime=0 cores=0-7
/proc/9780/task/9783/stat : 9783 (java) S 9778 9778 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419857518 28904845312 10341 33554432000 4194304 4196468 140734791496736 139655098698256 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9784] ppid=9778 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9780/task/9784/stat : 9784 (java) S 9778 9778 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419857518 28904845312 10341 33554432000 4194304 4196468 140734791496736 139655097645456 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9785] ppid=9778 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9780/task/9785/stat : 9785 (java) S 9778 9778 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419857518 28904845312 10341 33554432000 4194304 4196468 140734791496736 139655096592656 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9786] ppid=9778 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9780/task/9786/stat : 9786 (java) S 9778 9778 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419857518 28904845312 10341 33554432000 4194304 4196468 140734791496736 139655095540880 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9787] ppid=9778 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9780/task/9787/stat : 9787 (java) S 9778 9778 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419857518 28904845312 10341 33554432000 4194304 4196468 140734791496736 139655094488080 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9788] ppid=9778 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9780/task/9788/stat : 9788 (java) S 9778 9778 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419857518 28904845312 10341 33554432000 4194304 4196468 140734791496736 139655093435280 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9789] ppid=9778 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9780/task/9789/stat : 9789 (java) S 9778 9778 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419857518 28904845312 10341 33554432000 4194304 4196468 140734791496736 139655092382480 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9790] ppid=9778 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9780/task/9790/stat : 9790 (java) S 9778 9778 6587 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419857520 28904845312 10341 33554432000 4194304 4196468 140734791496736 139653275437424 139655147141762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9791] ppid=9778 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9780/task/9791/stat : 9791 (java) S 9778 9778 6587 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419857520 28904845312 10341 33554432000 4194304 4196468 140734791496736 139653274383392 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9792] ppid=9778 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9780/task/9792/stat : 9792 (java) S 9778 9778 6587 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419857520 28904845312 10341 33554432000 4194304 4196468 140734791496736 139653273330544 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9793] ppid=9778 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9780/task/9793/stat : 9793 (java) S 9778 9778 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419857523 28904845312 10341 33554432000 4194304 4196468 140734791496736 139653272278864 139655147149211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9794] ppid=9778 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/9780/task/9794/stat : 9794 (java) R 9778 9778 6587 0 -1 1077944384 313 0 0 0 1 0 0 0 20 0 20 0 419857523 28904845312 10341 33554432000 4194304 4196468 140734791496736 139653271227248 139655147141762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9795] ppid=9778 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/9780/task/9795/stat : 9795 (java) R 9778 9778 6587 0 -1 1077944384 492 0 0 0 2 0 0 0 20 0 20 0 419857523 28904845312 10341 33554432000 4194304 4196468 140734791496736 139653270174448 139655147141762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9796] ppid=9778 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9780/task/9796/stat : 9796 (java) S 9778 9778 6587 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 20 0 419857523 28904845312 10341 33554432000 4194304 4196468 140734791496736 139653269121648 139655147141762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9797] ppid=9778 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/9780/task/9797/stat : 9797 (java) R 9778 9778 6587 0 -1 4202560 727 0 0 0 7 0 0 0 20 0 20 0 419857523 28904845312 10341 33554432000 4194304 4196468 140734791496736 139653268068848 139655132296203 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9798] ppid=9778 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9780/task/9798/stat : 9798 (java) S 9778 9778 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419857523 28904845312 10341 33554432000 4194304 4196468 140734791496736 139653267016288 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9799] ppid=9778 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9780/task/9799/stat : 9799 (java) S 9778 9778 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419857523 28904845312 10341 33554432000 4194304 4196468 140734791496736 139653265963568 139655147141762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42820 KiB

[startup+0.309443 s]*
/proc/loadavg: 7.45 8.00 8.11 4/211 9799
/proc/meminfo: memFree=31223600/32770624 swapFree=67000588/67108860
[pid=9778] ppid=9775 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9778/stat : 9778 (xcsp3-exec) S 9775 9778 6587 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419857517 115843072 364 33554432000 4194304 5098028 140732153088048 140732153086152 140147767349884 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7323648 140732153090933 140732153091177 140732153091177 140732153094090 0
/proc/9778/statm: 28282 364 305 221 0 87 0
[pid=9780] ppid=9778 vsize=28231644 memory=49964 CPUtime=0.52 cores=0-7
/proc/9780/stat : 9780 (java) S 9778 9778 6587 0 -1 1077944320 10846 0 0 0 48 4 0 0 20 0 20 0 419857517 28909203456 12491 33554432000 4194304 4196468 140734791496736 140734791479280 139655147130615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
/proc/9780/statm: 7057911 12491 3332 1 0 7019032 0
[pid=9780/tid=9781] ppid=9778 vsize=28231644 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/9780/task/9781/stat : 9781 (java) R 9778 9778 6587 0 -1 4202560 7767 0 0 0 27 2 0 0 20 0 20 0 419857517 28909203456 12491 33554432000 4194304 4196468 140734791496736 139655151361728 139655131211132 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9782] ppid=9778 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9780/task/9782/stat : 9782 (java) S 9778 9778 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419857518 28909203456 12491 33554432000 4194304 4196468 140734791496736 139655099751056 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9783] ppid=9778 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9780/task/9783/stat : 9783 (java) S 9778 9778 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419857518 28909203456 12491 33554432000 4194304 4196468 140734791496736 139655098698256 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9784] ppid=9778 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9780/task/9784/stat : 9784 (java) S 9778 9778 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419857518 28909203456 12491 33554432000 4194304 4196468 140734791496736 139655097645456 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9785] ppid=9778 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9780/task/9785/stat : 9785 (java) S 9778 9778 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419857518 28909203456 12491 33554432000 4194304 4196468 140734791496736 139655096592656 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9786] ppid=9778 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9780/task/9786/stat : 9786 (java) S 9778 9778 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419857518 28909203456 12491 33554432000 4194304 4196468 140734791496736 139655095540880 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9787] ppid=9778 vsize=28231644 memory=139723540621999 CPUtime=0 cores=0-7
/proc/9780/task/9787/stat : 9787 (java) S 9778 9778 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419857518 28909203456 12491 33554432000 4194304 4196468 140734791496736 139655094488080 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9788] ppid=9778 vsize=28231644 memory=139723540624304 CPUtime=0 cores=0-7
/proc/9780/task/9788/stat : 9788 (java) S 9778 9778 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419857518 28909203456 12491 33554432000 4194304 4196468 140734791496736 139655093435280 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9789] ppid=9778 vsize=28231644 memory=139723540626608 CPUtime=0 cores=0-7
/proc/9780/task/9789/stat : 9789 (java) S 9778 9778 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419857518 28909203456 12491 33554432000 4194304 4196468 140734791496736 139655092382480 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9790] ppid=9778 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9780/task/9790/stat : 9790 (java) S 9778 9778 6587 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419857520 28909203456 12491 33554432000 4194304 4196468 140734791496736 139653275437424 139655147141762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9791] ppid=9778 vsize=28231644 memory=279447081267088 CPUtime=0 cores=0-7
/proc/9780/task/9791/stat : 9791 (java) S 9778 9778 6587 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419857520 28909203456 12491 33554432000 4194304 4196468 140734791496736 139653274383392 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9792] ppid=9778 vsize=28231644 memory=279447081264784 CPUtime=0 cores=0-7
/proc/9780/task/9792/stat : 9792 (java) S 9778 9778 6587 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419857520 28909203456 12491 33554432000 4194304 4196468 140734791496736 139653273330544 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9793] ppid=9778 vsize=28231644 memory=279447081271696 CPUtime=0 cores=0-7
/proc/9780/task/9793/stat : 9793 (java) S 9778 9778 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419857523 28909203456 12491 33554432000 4194304 4196468 140734791496736 139653272278864 139655147149211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9794] ppid=9778 vsize=28231644 memory=279447081212976 CPUtime=0.02 cores=0-7
/proc/9780/task/9794/stat : 9794 (java) R 9778 9778 6587 0 -1 4202560 421 0 0 0 2 0 0 0 20 0 20 0 419857523 28909203456 12491 33554432000 4194304 4196468 140734791496736 139653271217632 139655125147607 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9795] ppid=9778 vsize=28231644 memory=279447081285520 CPUtime=0.03 cores=0-7
/proc/9780/task/9795/stat : 9795 (java) S 9778 9778 6587 0 -1 1077944384 496 0 0 0 3 0 0 0 20 0 20 0 419857523 28909203456 12491 33554432000 4194304 4196468 140734791496736 139653270174448 139655147141762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9796] ppid=9778 vsize=28231644 memory=279447081292432 CPUtime=0.01 cores=0-7
/proc/9780/task/9796/stat : 9796 (java) S 9778 9778 6587 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 20 0 419857523 28909203456 12491 33554432000 4194304 4196468 140734791496736 139653269121648 139655147141762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9797] ppid=9778 vsize=28231644 memory=279447081290128 CPUtime=0.12 cores=0-7
/proc/9780/task/9797/stat : 9797 (java) S 9778 9778 6587 0 -1 1077944384 811 0 0 0 12 0 0 0 20 0 20 0 419857523 28909203456 12491 33554432000 4194304 4196468 140734791496736 139653268068848 139655147141762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9798] ppid=9778 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9780/task/9798/stat : 9798 (java) S 9778 9778 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419857523 28909203456 12491 33554432000 4194304 4196468 140734791496736 139653267016288 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9799] ppid=9778 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/9780/task/9799/stat : 9799 (java) S 9778 9778 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419857523 28909203456 12491 33554432000 4194304 4196468 140734791496736 139653265963568 139655147141762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51420 KiB

[startup+0.702106 s]
/proc/loadavg: 7.45 8.00 8.11 5/211 9799
/proc/meminfo: memFree=31206028/32770624 swapFree=67000588/67108860
[pid=9778] ppid=9775 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9778/stat : 9778 (xcsp3-exec) S 9775 9778 6587 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419857517 115843072 364 33554432000 4194304 5098028 140732153088048 140732153086152 140147767349884 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7323648 140732153090933 140732153091177 140732153091177 140732153094090 0
/proc/9778/statm: 28282 364 305 221 0 87 0
[pid=9780] ppid=9778 vsize=28766280 memory=116280 CPUtime=1.91 cores=0-7
/proc/9780/stat : 9780 (java) S 9778 9778 6587 0 -1 1077944320 15497 0 0 0 184 7 0 0 20 0 28 0 419857517 29456670720 29070 33554432000 4194304 4196468 140734791496736 140734791479280 139655147130615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
/proc/9780/statm: 7191570 29070 3460 1 0 7152672 0
[pid=9780/tid=9781] ppid=9778 vsize=28766280 memory=0 CPUtime=0.66 cores=0-7
/proc/9780/task/9781/stat : 9781 (java) S 9778 9778 6587 0 -1 1077944384 8995 0 0 0 63 3 0 0 20 0 28 0 419857517 29456670720 29070 33554432000 4194304 4196468 140734791496736 139655151371392 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9782] ppid=9778 vsize=28766280 memory=139723540833136 CPUtime=0 cores=0-7
/proc/9780/task/9782/stat : 9782 (java) S 9778 9778 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 419857518 29456670720 29070 33554432000 4194304 4196468 140734791496736 139655099751056 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9783] ppid=9778 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/9780/task/9783/stat : 9783 (java) S 9778 9778 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419857518 29456670720 29070 33554432000 4194304 4196468 140734791496736 139655098698256 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9784] ppid=9778 vsize=28766280 memory=1056 CPUtime=0 cores=0-7
/proc/9780/task/9784/stat : 9784 (java) S 9778 9778 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 419857518 29456670720 29070 33554432000 4194304 4196468 140734791496736 139655097645456 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0

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

[pid=9780/tid=10052] ppid=9778 vsize=28769356 memory=3436 CPUtime=2345.61 cores=0-7
/proc/9780/task/10052/stat : 10052 (java) R 9778 9778 6587 0 -1 4202560 87809 0 0 0 234503 58 0 0 20 0 28 0 419864734 29459820544 240649 33554432000 4194304 4196468 140734791496736 139653250674240 139654779028801 0 4 0 16800975 0 0 0 -1 6 0 0 16 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
Current children cumulated CPU time: 19181.8 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 964052 KiB

[startup+2502.3 s]
/proc/loadavg: 8.01 8.17 8.22 9/220 10256
/proc/meminfo: memFree=30312048/32770624 swapFree=67000592/67108860
[pid=9778] ppid=9775 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9778/stat : 9778 (xcsp3-exec) S 9775 9778 6587 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419857517 115843072 364 33554432000 4194304 5098028 140732153088048 140732153086152 140147767349884 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7323648 140732153090933 140732153091177 140732153091177 140732153094090 0
/proc/9778/statm: 28282 364 305 221 0 87 0
[pid=9780] ppid=9778 vsize=28769356 memory=959080 CPUtime=19659.4 cores=0-7
/proc/9780/stat : 9780 (java) S 9778 9778 6587 0 -1 1077944320 1213238 0 0 0 1964768 1170 0 0 20 0 28 0 419857517 29459820544 239770 33554432000 4194304 4196468 140734791496736 140734791479280 139655147130615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
/proc/9780/statm: 7192339 239770 3544 1 0 7153441 0
[pid=9780/tid=9781] ppid=9778 vsize=28769356 memory=959080 CPUtime=0.68 cores=0-7
/proc/9780/task/9781/stat : 9781 (java) S 9778 9778 6587 0 -1 1077944384 9474 0 0 0 64 4 0 0 20 0 28 0 419857517 29459820544 239770 33554432000 4194304 4196468 140734791496736 139655151371392 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9782] ppid=9778 vsize=28769356 memory=967284 CPUtime=11.09 cores=0-7
/proc/9780/task/9782/stat : 9782 (java) S 9778 9778 6587 0 -1 1077944384 29547 0 0 0 1045 64 0 0 20 0 28 0 419857518 29459820544 239770 33554432000 4194304 4196468 140734791496736 139655099751056 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9783] ppid=9778 vsize=28769356 memory=959080 CPUtime=11.09 cores=0-7
/proc/9780/task/9783/stat : 9783 (java) S 9778 9778 6587 0 -1 1077944384 28876 0 0 0 1050 59 0 0 20 0 28 0 419857518 29459820544 239770 33554432000 4194304 4196468 140734791496736 139655098698256 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9784] ppid=9778 vsize=28769356 memory=1456 CPUtime=11.04 cores=0-7
/proc/9780/task/9784/stat : 9784 (java) S 9778 9778 6587 0 -1 1077944384 30693 0 0 0 1042 62 0 0 20 0 28 0 419857518 29459820544 239770 33554432000 4194304 4196468 140734791496736 139655097645456 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9785] ppid=9778 vsize=28769356 memory=0 CPUtime=10.98 cores=0-7
/proc/9780/task/9785/stat : 9785 (java) S 9778 9778 6587 0 -1 1077944384 29489 0 0 0 1040 58 0 0 20 0 28 0 419857518 29459820544 239770 33554432000 4194304 4196468 140734791496736 139655096592656 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9786] ppid=9778 vsize=28769356 memory=1456 CPUtime=11.03 cores=0-7
/proc/9780/task/9786/stat : 9786 (java) S 9778 9778 6587 0 -1 1077944384 31201 0 0 0 1045 58 0 0 20 0 28 0 419857518 29459820544 239770 33554432000 4194304 4196468 140734791496736 139655095540880 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9787] ppid=9778 vsize=28769356 memory=0 CPUtime=11.05 cores=0-7
/proc/9780/task/9787/stat : 9787 (java) S 9778 9778 6587 0 -1 1077944384 32256 0 0 0 1045 60 0 0 20 0 28 0 419857518 29459820544 239770 33554432000 4194304 4196468 140734791496736 139655094488080 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9788] ppid=9778 vsize=28769356 memory=1456 CPUtime=11.1 cores=0-7
/proc/9780/task/9788/stat : 9788 (java) S 9778 9778 6587 0 -1 1077944384 36673 0 0 0 1051 59 0 0 20 0 28 0 419857518 29459820544 239770 33554432000 4194304 4196468 140734791496736 139655093435280 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9789] ppid=9778 vsize=28769356 memory=1456 CPUtime=11.05 cores=0-7
/proc/9780/task/9789/stat : 9789 (java) S 9778 9778 6587 0 -1 1077944384 32749 0 0 0 1045 60 0 0 20 0 28 0 419857518 29459820544 239770 33554432000 4194304 4196468 140734791496736 139655092382480 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9790] ppid=9778 vsize=28769356 memory=0 CPUtime=3.67 cores=0-7
/proc/9780/task/9790/stat : 9790 (java) S 9778 9778 6587 0 -1 1077944384 129098 0 0 0 251 116 0 0 20 0 28 0 419857520 29459820544 239770 33554432000 4194304 4196468 140734791496736 139653275437424 139655147141762 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9791] ppid=9778 vsize=28769356 memory=7017575151158455655 CPUtime=0 cores=0-7
/proc/9780/task/9791/stat : 9791 (java) S 9778 9778 6587 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 419857520 29459820544 239770 33554432000 4194304 4196468 140734791496736 139653274383456 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9792] ppid=9778 vsize=28769356 memory=1456 CPUtime=0 cores=0-7
/proc/9780/task/9792/stat : 9792 (java) S 9778 9778 6587 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 419857520 29459820544 239770 33554432000 4194304 4196468 140734791496736 139653273330560 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9793] ppid=9778 vsize=28769356 memory=959080 CPUtime=0 cores=0-7
/proc/9780/task/9793/stat : 9793 (java) S 9778 9778 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419857523 29459820544 239770 33554432000 4194304 4196468 140734791496736 139653272278864 139655147149211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9794] ppid=9778 vsize=28769356 memory=1456 CPUtime=3.92 cores=0-7
/proc/9780/task/9794/stat : 9794 (java) S 9778 9778 6587 0 -1 1077944384 22106 0 0 0 388 4 0 0 20 0 28 0 419857523 29459820544 239770 33554432000 4194304 4196468 140734791496736 139653271227248 139655147141762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9795] ppid=9778 vsize=28769356 memory=969848 CPUtime=3.56 cores=0-7
/proc/9780/task/9795/stat : 9795 (java) S 9778 9778 6587 0 -1 1077944384 22167 0 0 0 351 5 0 0 20 0 28 0 419857523 29459820544 239770 33554432000 4194304 4196468 140734791496736 139653270174448 139655147141762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9796] ppid=9778 vsize=28769356 memory=580 CPUtime=4.16 cores=0-7
/proc/9780/task/9796/stat : 9796 (java) S 9778 9778 6587 0 -1 1077944384 26114 0 0 0 411 5 0 0 20 0 28 0 419857523 29459820544 239770 33554432000 4194304 4196468 140734791496736 139653269121648 139655147141762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9797] ppid=9778 vsize=28769356 memory=1696 CPUtime=1.2 cores=0-7
/proc/9780/task/9797/stat : 9797 (java) S 9778 9778 6587 0 -1 1077944384 18746 0 0 0 117 3 0 0 20 0 28 0 419857523 29459820544 239770 33554432000 4194304 4196468 140734791496736 139653268068848 139655147141762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9798] ppid=9778 vsize=28769356 memory=966256 CPUtime=0 cores=0-7
/proc/9780/task/9798/stat : 9798 (java) S 9778 9778 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419857523 29459820544 239770 33554432000 4194304 4196468 140734791496736 139653267016288 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9799] ppid=9778 vsize=28769356 memory=1456 CPUtime=0.7 cores=0-7
/proc/9780/task/9799/stat : 9799 (java) S 9778 9778 6587 0 -1 1077944384 6333 0 0 0 35 35 0 0 20 0 28 0 419857523 29459820544 239770 33554432000 4194304 4196468 140734791496736 139653265963568 139655147141762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=10045] ppid=9778 vsize=28769356 memory=3616 CPUtime=2404.74 cores=0-7
/proc/9780/task/10045/stat : 10045 (java) R 9778 9778 6587 0 -1 4202560 47403 0 0 0 240441 33 0 0 20 0 28 0 419864734 29459820544 239770 33554432000 4194304 4196468 140734791496736 139653253833456 139654776616748 0 4 0 16800975 0 0 0 -1 7 0 0 14 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=10046] ppid=9778 vsize=28769356 memory=37584 CPUtime=2407.32 cores=0-7
/proc/9780/task/10046/stat : 10046 (java) R 9778 9778 6587 0 -1 4202560 13455 0 0 0 240724 8 0 0 20 0 28 0 419864734 29459820544 239770 33554432000 4194304 4196468 140734791496736 139653256991000 139654775558508 0 4 0 16800975 0 0 0 -1 0 0 0 13 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=10047] ppid=9778 vsize=28769356 memory=1456 CPUtime=2405.15 cores=0-7
/proc/9780/task/10047/stat : 10047 (java) R 9778 9778 6587 0 -1 4202560 117549 0 0 0 240416 99 0 0 20 0 28 0 419864734 29459820544 239770 33554432000 4194304 4196468 140734791496736 139653252780384 139654781025170 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=10048] ppid=9778 vsize=28769356 memory=983636 CPUtime=2407.08 cores=0-7
/proc/9780/task/10048/stat : 10048 (java) R 9778 9778 6587 0 -1 4202560 143203 0 0 0 240592 116 0 0 20 0 28 0 419864734 29459820544 239770 33554432000 4194304 4196468 140734791496736 139653255938472 139654776845396 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=10049] ppid=9778 vsize=28769356 memory=1456 CPUtime=2403.99 cores=0-7
/proc/9780/task/10049/stat : 10049 (java) R 9778 9778 6587 0 -1 4202560 211983 0 0 0 240259 140 0 0 20 0 28 0 419864734 29459820544 239770 33554432000 4194304 4196468 140734791496736 139653246472528 139654777332121 0 4 0 16800975 0 0 0 -1 1 0 0 19 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=10050] ppid=9778 vsize=28769356 memory=969848 CPUtime=2408.14 cores=0-7
/proc/9780/task/10050/stat : 10050 (java) R 9778 9778 6587 0 -1 4202560 67440 0 0 0 240761 53 0 0 20 0 28 0 419864734 29459820544 239770 33554432000 4194304 4196468 140734791496736 139653254885432 139654776845270 0 4 0 16800975 0 0 0 -1 2 0 0 19 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=10051] ppid=9778 vsize=28769356 memory=1556 CPUtime=2405.74 cores=0-7
/proc/9780/task/10051/stat : 10051 (java) R 9778 9778 6587 0 -1 4202560 13742 0 0 0 240566 8 0 0 20 0 28 0 419864734 29459820544 239770 33554432000 4194304 4196468 140734791496736 139653251727360 139654775559557 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=10052] ppid=9778 vsize=28769356 memory=1056 CPUtime=2405.03 cores=0-7
/proc/9780/task/10052/stat : 10052 (java) R 9778 9778 6587 0 -1 4202560 90440 0 0 0 240438 65 0 0 20 0 28 0 419864734 29459820544 239770 33554432000 4194304 4196468 140734791496736 139653250674680 139654775559639 0 4 0 16800975 0 0 0 -1 6 0 0 16 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
Current children cumulated CPU time: 19659.4 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 960536 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.01 8.16 8.22 9/219 10256
/proc/meminfo: memFree=30340100/32770624 swapFree=67000592/67108860
[pid=9778] ppid=9775 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9778/stat : 9778 (xcsp3-exec) S 9775 9778 6587 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419857517 115843072 364 33554432000 4194304 5098028 140732153088048 140732153086152 140147767349884 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7323648 140732153090933 140732153091177 140732153091177 140732153094090 0
/proc/9778/statm: 28282 364 305 221 0 87 0
[pid=9780] ppid=9778 vsize=28769356 memory=931376 CPUtime=19800.5 cores=0-7
/proc/9780/stat : 9780 (java) S 9778 9778 6587 0 -1 1077944320 1215984 0 0 0 1978881 1173 0 0 20 0 28 0 419857517 29459820544 232844 33554432000 4194304 4196468 140734791496736 140734791479280 139655147130615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
/proc/9780/statm: 7192339 232844 3544 1 0 7153441 0
[pid=9780/tid=9781] ppid=9778 vsize=28769356 memory=1398722017469774279 CPUtime=0.68 cores=0-7
/proc/9780/task/9781/stat : 9781 (java) S 9778 9778 6587 0 -1 1077944384 9474 0 0 0 64 4 0 0 20 0 28 0 419857517 29459820544 232844 33554432000 4194304 4196468 140734791496736 139655151371392 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9782] ppid=9778 vsize=28769356 memory=4872558044660077418 CPUtime=11.16 cores=0-7
/proc/9780/task/9782/stat : 9782 (java) S 9778 9778 6587 0 -1 1077944384 29602 0 0 0 1052 64 0 0 20 0 28 0 419857518 29459820544 232844 33554432000 4194304 4196468 140734791496736 139655099751056 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9783] ppid=9778 vsize=28769356 memory=2648 CPUtime=11.16 cores=0-7
/proc/9780/task/9783/stat : 9783 (java) S 9778 9778 6587 0 -1 1077944384 28909 0 0 0 1057 59 0 0 20 0 28 0 419857518 29459820544 232844 33554432000 4194304 4196468 140734791496736 139655098698256 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9784] ppid=9778 vsize=28769356 memory=912 CPUtime=11.1 cores=0-7
/proc/9780/task/9784/stat : 9784 (java) S 9778 9778 6587 0 -1 1077944384 30719 0 0 0 1048 62 0 0 20 0 28 0 419857518 29459820544 232844 33554432000 4194304 4196468 140734791496736 139655097645456 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9785] ppid=9778 vsize=28769356 memory=1440 CPUtime=11.05 cores=0-7
/proc/9780/task/9785/stat : 9785 (java) S 9778 9778 6587 0 -1 1077944384 29520 0 0 0 1047 58 0 0 20 0 28 0 419857518 29459820544 232844 33554432000 4194304 4196468 140734791496736 139655096592656 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9786] ppid=9778 vsize=28769356 memory=1768 CPUtime=11.1 cores=0-7
/proc/9780/task/9786/stat : 9786 (java) S 9778 9778 6587 0 -1 1077944384 31217 0 0 0 1052 58 0 0 20 0 28 0 419857518 29459820544 232844 33554432000 4194304 4196468 140734791496736 139655095540880 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 11 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9787] ppid=9778 vsize=28769356 memory=928 CPUtime=11.11 cores=0-7
/proc/9780/task/9787/stat : 9787 (java) S 9778 9778 6587 0 -1 1077944384 32355 0 0 0 1051 60 0 0 20 0 28 0 419857518 29459820544 232844 33554432000 4194304 4196468 140734791496736 139655094488080 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9788] ppid=9778 vsize=28769356 memory=1980 CPUtime=11.16 cores=0-7
/proc/9780/task/9788/stat : 9788 (java) S 9778 9778 6587 0 -1 1077944384 36774 0 0 0 1057 59 0 0 20 0 28 0 419857518 29459820544 232844 33554432000 4194304 4196468 140734791496736 139655093435280 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9789] ppid=9778 vsize=28769356 memory=1332 CPUtime=11.11 cores=0-7
/proc/9780/task/9789/stat : 9789 (java) S 9778 9778 6587 0 -1 1077944384 33249 0 0 0 1051 60 0 0 20 0 28 0 419857518 29459820544 232844 33554432000 4194304 4196468 140734791496736 139655092382480 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9790] ppid=9778 vsize=28769356 memory=2648 CPUtime=3.68 cores=0-7
/proc/9780/task/9790/stat : 9790 (java) S 9778 9778 6587 0 -1 1077944384 129319 0 0 0 251 117 0 0 20 0 28 0 419857520 29459820544 232844 33554432000 4194304 4196468 140734791496736 139653275437424 139655147141762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9791] ppid=9778 vsize=28769356 memory=912 CPUtime=0 cores=0-7
/proc/9780/task/9791/stat : 9791 (java) S 9778 9778 6587 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 419857520 29459820544 232844 33554432000 4194304 4196468 140734791496736 139653274383456 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9792] ppid=9778 vsize=28769356 memory=1440 CPUtime=0 cores=0-7
/proc/9780/task/9792/stat : 9792 (java) S 9778 9778 6587 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 419857520 29459820544 232844 33554432000 4194304 4196468 140734791496736 139653273330560 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9793] ppid=9778 vsize=28769356 memory=1768 CPUtime=0 cores=0-7
/proc/9780/task/9793/stat : 9793 (java) S 9778 9778 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419857523 29459820544 232844 33554432000 4194304 4196468 140734791496736 139653272278864 139655147149211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9794] ppid=9778 vsize=28769356 memory=111636 CPUtime=3.92 cores=0-7
/proc/9780/task/9794/stat : 9794 (java) S 9778 9778 6587 0 -1 1077944384 22292 0 0 0 388 4 0 0 20 0 28 0 419857523 29459820544 232844 33554432000 4194304 4196468 140734791496736 139653271227248 139655147141762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9795] ppid=9778 vsize=28769356 memory=808 CPUtime=3.56 cores=0-7
/proc/9780/task/9795/stat : 9795 (java) S 9778 9778 6587 0 -1 1077944384 22169 0 0 0 351 5 0 0 20 0 28 0 419857523 29459820544 232844 33554432000 4194304 4196468 140734791496736 139653270174448 139655147141762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9796] ppid=9778 vsize=28769356 memory=1808 CPUtime=4.16 cores=0-7
/proc/9780/task/9796/stat : 9796 (java) S 9778 9778 6587 0 -1 1077944384 26116 0 0 0 411 5 0 0 20 0 28 0 419857523 29459820544 232844 33554432000 4194304 4196468 140734791496736 139653269121648 139655147141762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9797] ppid=9778 vsize=28769356 memory=924 CPUtime=1.21 cores=0-7
/proc/9780/task/9797/stat : 9797 (java) S 9778 9778 6587 0 -1 1077944384 18748 0 0 0 118 3 0 0 20 0 28 0 419857523 29459820544 232844 33554432000 4194304 4196468 140734791496736 139653268068848 139655147141762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9798] ppid=9778 vsize=28769356 memory=4136 CPUtime=0 cores=0-7
/proc/9780/task/9798/stat : 9798 (java) S 9778 9778 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419857523 29459820544 232844 33554432000 4194304 4196468 140734791496736 139653267016288 139655147140821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=9799] ppid=9778 vsize=28769356 memory=4108 CPUtime=0.7 cores=0-7
/proc/9780/task/9799/stat : 9799 (java) S 9778 9778 6587 0 -1 1077944384 6348 0 0 0 35 35 0 0 20 0 28 0 419857523 29459820544 232844 33554432000 4194304 4196468 140734791496736 139653265963568 139655147141762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=10045] ppid=9778 vsize=28769356 memory=1456 CPUtime=2422.35 cores=0-7
/proc/9780/task/10045/stat : 10045 (java) R 9778 9778 6587 0 -1 4202560 47531 0 0 0 242202 33 0 0 20 0 28 0 419864734 29459820544 232844 33554432000 4194304 4196468 140734791496736 139653253833520 139654778428960 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=10046] ppid=9778 vsize=28769356 memory=931376 CPUtime=2424.93 cores=0-7
/proc/9780/task/10046/stat : 10046 (java) R 9778 9778 6587 0 -1 4202560 13483 0 0 0 242485 8 0 0 20 0 28 0 419864734 29459820544 232844 33554432000 4194304 4196468 140734791496736 139653256990264 139654776617871 0 4 0 16800975 0 0 0 -1 6 0 0 13 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=10047] ppid=9778 vsize=28769356 memory=4108 CPUtime=2422.76 cores=0-7
/proc/9780/task/10047/stat : 10047 (java) R 9778 9778 6587 0 -1 4202560 118218 0 0 0 242177 99 0 0 20 0 28 0 419864734 29459820544 232844 33554432000 4194304 4196468 140734791496736 139653252780624 139654771949827 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=10048] ppid=9778 vsize=28769356 memory=1412 CPUtime=2424.57 cores=0-7
/proc/9780/task/10048/stat : 10048 (java) R 9778 9778 6587 0 -1 4202560 143457 0 0 0 242341 116 0 0 20 0 28 0 419864734 29459820544 232844 33554432000 4194304 4196468 140734791496736 139653255938568 139654777330901 0 4 0 16800975 0 0 0 -1 1 0 0 17 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=10049] ppid=9778 vsize=28769356 memory=3864 CPUtime=2421.55 cores=0-7
/proc/9780/task/10049/stat : 10049 (java) R 9778 9778 6587 0 -1 4202560 212091 0 0 0 242015 140 0 0 20 0 28 0 419864734 29459820544 232844 33554432000 4194304 4196468 140734791496736 139653246472536 139654778029291 0 4 0 16800975 0 0 0 -1 2 0 0 19 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=10050] ppid=9778 vsize=28769356 memory=111636 CPUtime=2425.71 cores=0-7
/proc/9780/task/10050/stat : 10050 (java) R 9778 9778 6587 0 -1 4202560 67591 0 0 0 242518 53 0 0 20 0 28 0 419864734 29459820544 232844 33554432000 4194304 4196468 140734791496736 139653254885336 139654776845284 0 4 0 16800975 0 0 0 -1 5 0 0 19 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=10051] ppid=9778 vsize=28769356 memory=808 CPUtime=2423.25 cores=0-7
/proc/9780/task/10051/stat : 10051 (java) R 9778 9778 6587 0 -1 4202560 13803 0 0 0 242317 8 0 0 20 0 28 0 419864734 29459820544 232844 33554432000 4194304 4196468 140734791496736 139653251727576 139654778888973 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
[pid=9780/tid=10052] ppid=9778 vsize=28769356 memory=1808 CPUtime=2422.65 cores=0-7
/proc/9780/task/10052/stat : 10052 (java) R 9778 9778 6587 0 -1 4202560 90498 0 0 0 242200 65 0 0 20 0 28 0 419864734 29459820544 232844 33554432000 4194304 4196468 140734791496736 139653250674488 139654778429686 0 4 0 16800975 0 0 0 -1 0 0 0 16 0 0 6293624 6294260 29827072 140734791504874 140734791505046 140734791505046 140734791507919 0
Current children cumulated CPU time: 19800.5 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 932832 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.04 s]
# the end of solver process 9778 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001248 s, system=0.001248 s

[startup+2520.11 s]
# the end of solver process 9780 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19789.5 s, system=11.7443 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2520.11
CPU time (s): 19801.3
CPU user time (s): 19789.5
CPU system time (s): 11.7443
CPU usage (%): 785.729
Max. virtual memory (cumulated for all children) (KiB): 28884340
Max. memory (cumulated for all children) (KiB): 1379324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19789.5
system time used= 11.7443
maximum resident set size= 1379932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1216855
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 189927
involuntary context switches= 226580


# summary of solver processes directly reported to runsolver:
#   pid: 9778,9780
#   total CPU time (s): 19801.3
#   total CPU user time (s): 19789.5
#   total CPU system time (s): 11.7443

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.1902 second user time and 27.6845 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-14 07:36:34
IDJOB=4394013
IDBENCH=135866
IDSOLVER=2841
FILE ID=node146/4394013-1568439435
RUNJOBID= node146-1568429502-6614
PBS_JOBID= 21702307
Free space on /tmp= 59032 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n30/TravellingSalesman-30-30-11.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-4394013-1568439435/watcher-4394013-1568439435 -o /tmp/evaluation-result-4394013-1568439435/solver-4394013-1568439435 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node146-1568429502-6614 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1402248580 HOME/instance-4394013-1568439435.xml

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

MD5SUM BENCH= ac86bf8ef4620229a98c72b0f60cfd27
RANDOM SEED=1402248580

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        31261260 kB
MemAvailable:   31879256 kB
Buffers:          192380 kB
Cached:           689208 kB
SwapCached:         4772 kB
Active:           509556 kB
Inactive:         378656 kB
Active(anon):      22872 kB
Inactive(anon):    22012 kB
Active(file):     486684 kB
Inactive(file):   356644 kB
Unevictable:      110128 kB
Mlocked:          110128 kB
SwapTotal:      67108860 kB
SwapFree:       67000588 kB
Dirty:             26208 kB
Writeback:             0 kB
AnonPages:        120320 kB
Mapped:            42560 kB
Shmem:             29932 kB
Slab:             211508 kB
SReclaimable:     181004 kB
SUnreclaim:        30504 kB
KernelStack:        3712 kB
PageTables:         6420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 59004 MiB
End job on node146 at 2019-09-14 08:18:35