Trace number 4394617

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)150 16759.8 2520.1

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n35/
TravellingSalesman-35-30-07.xml
MD5SUM1a4fb6e98f7c5153812b28830edea47d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark143
Best CPU time to get the best result obtained on this benchmark2400.49
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints36
Number of domains2
Minimum domain size35
Maximum domain size37
Distribution of domain sizes[{"size":35,"count":35},{"size":37,"count":35}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":35},{"degree":3,"count":35}]
Minimum constraint arity3
Maximum constraint arity35
Distribution of constraint arities[{"arity":3,"count":35},{"arity":35,"count":1}]
Number of extensional constraints35
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":35},{"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-4394617-1568439569.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394617-1568439569.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.49/0.67	c solve instance...
2.68/0.80	o 251 
2.68/0.83	o 247 
2.68/0.86	o 194 
2.68/0.90	o 192 
3.26/0.90	o 191 
3.26/0.90	o 190 
4.09/1.02	o 187 
5.58/1.22	o 184 
13.31/2.43	o 183 
13.31/2.44	o 182 
15.15/3.39	o 181 
16.10/3.95	o 180 
16.10/3.96	o 179 
17.16/4.11	o 177 
17.16/4.11	o 170 
17.16/4.12	o 169 
17.16/4.14	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (123/133)
17.16/4.14		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
17.16/4.14		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
17.16/4.14		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
17.16/4.14		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
17.16/4.14		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
17.16/4.14	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (123/133)
17.16/4.14		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
17.16/4.14		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
17.16/4.14		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
17.16/4.14		at org.chocosolver.solver.Solver.repair(Solver.java:443)
17.16/4.14		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
17.16/4.14		at org.chocosolver.solver.Solver.solve(Solver.java:262)
17.16/4.14		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
17.16/4.14		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
17.16/4.14		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
17.16/4.14		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
17.16/4.14		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
17.16/4.14		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
17.16/4.14		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
17.16/4.14		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
17.16/4.14		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
17.16/4.14		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
17.16/4.15	o 168 
104.48/15.11	java.util.concurrent.ExecutionException: java.lang.NullPointerException
104.48/15.11		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
104.48/15.11		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
104.48/15.11		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
104.48/15.11		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
104.48/15.11		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
104.48/15.11	Caused by: java.lang.NullPointerException
104.48/15.11		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
104.48/15.11		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
104.48/15.11		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
104.48/15.11		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
104.48/15.11		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
104.48/15.11		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
104.48/15.11		... 4 more
104.48/15.11	Caused by: java.lang.NullPointerException
104.48/15.11		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
104.48/15.11		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
104.48/15.11		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
104.48/15.11		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
104.48/15.11		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
104.48/15.11		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
104.48/15.11		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
104.48/15.11		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
104.48/15.11		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
104.48/15.11		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
104.48/15.11		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
104.48/15.11		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
104.48/15.11		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
104.48/15.11		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
104.48/15.11		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
104.48/15.11		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
104.48/15.11		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
104.48/15.11		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
104.48/15.12	Caused by: java.lang.NullPointerException
104.48/15.12		at org.chocosolver.sat.PropNogoods.doVariableBound(PropNogoods.java:177)
104.48/15.12		at org.chocosolver.sat.PropNogoods.propagate(PropNogoods.java:162)
104.48/15.12		at org.chocosolver.solver.propagation.PropagationEngine.execute(PropagationEngine.java:212)
104.48/15.12		at org.chocosolver.solver.propagation.PropagationEngine.activatePropagators(PropagationEngine.java:197)
104.48/15.12		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:162)
104.48/15.12		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
104.48/15.12		at org.chocosolver.solver.Solver.restart(Solver.java:603)
104.48/15.12		at org.chocosolver.solver.search.loop.move.MoveRestart.restart(MoveRestart.java:135)
104.48/15.12		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:84)
104.48/15.12		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
104.48/15.12		at org.chocosolver.solver.Solver.extend(Solver.java:421)
104.48/15.12		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
104.48/15.12		at org.chocosolver.solver.Solver.solve(Solver.java:262)
104.48/15.12		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
104.48/15.12		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
104.48/15.12		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
104.48/15.12		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
104.48/15.12		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
104.48/15.12		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
104.48/15.12		... 4 more
104.48/15.12	o 167 
107.00/16.82	o 166 
113.55/20.44	o 165 
122.29/28.99	o 164 
122.29/29.00	o 163 
122.45/29.01	o 162 
123.09/29.63	o 161 
361.89/61.46	o 159 
579.17/112.22	o 158 
579.17/112.22	o 157 
581.13/113.42	o 156 
581.13/113.43	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (145/182)
581.13/113.43		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
581.13/113.43		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
581.13/113.43		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
581.13/113.43		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
581.13/113.43		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
581.13/113.43	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (145/182)
581.13/113.43		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
581.13/113.43		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
581.13/113.43		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
581.13/113.43		at org.chocosolver.solver.Solver.repair(Solver.java:443)
581.13/113.43		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
581.13/113.43		at org.chocosolver.solver.Solver.solve(Solver.java:262)
581.13/113.43		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
581.13/113.43		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
581.13/113.43		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
581.13/113.43		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
581.13/113.43		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
581.13/113.43		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
581.13/113.43		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
581.13/113.43		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
581.13/113.43		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
581.13/113.43		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
581.13/113.43	o 155 
1050.20/198.78	o 154 
1138.17/260.46	o 153 
3092.67/561.00	o 152 
13792.38/1976.46	o 151 
16195.65/2449.04	o 150 
16759.11/2520.07	s SATISFIABLE
16759.11/2520.07	v <instantiation>
16759.11/2520.07	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] c[30] c[31] c[32] c[33] c[34] 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] d[30] d[31] d[32] d[33] d[34] </list>
16759.11/2520.07	v 	<values>33 32 34 31 26 27 28 30 29 9 7 4 8 6 3 2 5 1 19 20 24 21 14 15 16 22 23 18 17 12 13 0 10 11 25 1 4 1 6 2 6 11 2 21 2 1 4 2 1 6 1 2 12 1 4 1 5 1 2 4 1 5 1 5 1 7 4 4 10 9 </values>
16759.11/2520.07	v </instantiation>
16759.11/2520.07	c Unexpected resolution interruption!

Verifier Data

OK	150

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394617-1568439569/watcher-4394617-1568439569 -o /tmp/evaluation-result-4394617-1568439569/solver-4394617-1568439569 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568429735-21457 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 908807523 HOME/instance-4394617-1568439569.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=23977, runsolver pid=23974
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 8.09 7.94 7.36 2/210 23998
/proc/meminfo: memFree=30604832/32770624 swapFree=66997780/67108860
[pid=23977] ppid=23974 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23977/stat : 23977 (xcsp3-exec) S 23974 23977 21430 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420211497 115843072 364 33554432000 4194304 5098028 140733123618080 140733123616184 140504486281852 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21889024 140733123621750 140733123621993 140733123621993 140733123624906 0
/proc/23977/statm: 28282 364 305 221 0 87 0
[pid=23979] ppid=23977 vsize=28227388 memory=29436 CPUtime=0.12 cores=0-7
/proc/23979/stat : 23979 (java) S 23977 23977 21430 0 -1 1077944320 5767 0 0 0 11 1 0 0 20 0 20 0 420211498 28904845312 7359 33554432000 4194304 4196468 140723789245376 140723789227920 140159150137079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
/proc/23979/statm: 7056847 7359 3151 1 0 7019032 0
[pid=23979/tid=23980] ppid=23977 vsize=28227388 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/23979/task/23980/stat : 23980 (java) R 23977 23977 21430 0 -1 4202560 3717 0 0 0 8 1 0 0 20 0 20 0 420211498 28904845312 7359 33554432000 4194304 4196468 140723789245376 140159154370352 140159134446936 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23981] ppid=23977 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23981/stat : 23981 (java) S 23977 23977 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420211499 28904845312 7359 33554432000 4194304 4196468 140723789245376 140159102757648 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23982] ppid=23977 vsize=28227388 memory=140603299448363 CPUtime=0 cores=0-7
/proc/23979/task/23982/stat : 23982 (java) S 23977 23977 21430 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420211499 28904845312 7359 33554432000 4194304 4196468 140723789245376 140159101705104 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23983] ppid=23977 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23983/stat : 23983 (java) S 23977 23977 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420211499 28904845312 7359 33554432000 4194304 4196468 140723789245376 140159100652560 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23984] ppid=23977 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23984/stat : 23984 (java) S 23977 23977 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420211499 28904845312 7359 33554432000 4194304 4196468 140723789245376 140159099600016 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23985] ppid=23977 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23985/stat : 23985 (java) S 23977 23977 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420211499 28904845312 7359 33554432000 4194304 4196468 140723789245376 140159098546448 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23986] ppid=23977 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23979/task/23986/stat : 23986 (java) S 23977 23977 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420211499 28904845312 7359 33554432000 4194304 4196468 140723789245376 140159097493904 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23987] ppid=23977 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23987/stat : 23987 (java) S 23977 23977 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420211499 28904845312 7359 33554432000 4194304 4196468 140723789245376 140159096441360 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23988] ppid=23977 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23988/stat : 23988 (java) S 23977 23977 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420211499 28904845312 7359 33554432000 4194304 4196468 140723789245376 140159095388816 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23989] ppid=23977 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23989/stat : 23989 (java) S 23977 23977 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420211500 28904845312 7359 33554432000 4194304 4196468 140723789245376 140157613349360 140159150148226 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23990] ppid=23977 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23990/stat : 23990 (java) S 23977 23977 21430 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420211501 28904845312 7359 33554432000 4194304 4196468 140723789245376 140157612295584 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23991] ppid=23977 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23991/stat : 23991 (java) S 23977 23977 21430 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420211501 28904845312 7359 33554432000 4194304 4196468 140723789245376 140157611242992 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23992] ppid=23977 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23992/stat : 23992 (java) S 23977 23977 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420211503 28904845312 7359 33554432000 4194304 4196468 140723789245376 140157610191568 140159150155675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23993] ppid=23977 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23993/stat : 23993 (java) S 23977 23977 21430 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 20 0 420211503 28904845312 7359 33554432000 4194304 4196468 140723789245376 140157609138160 140159150148226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23994] ppid=23977 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23994/stat : 23994 (java) S 23977 23977 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420211503 28904845312 7359 33554432000 4194304 4196468 140723789245376 140157608085616 140159150148226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23995] ppid=23977 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23995/stat : 23995 (java) S 23977 23977 21430 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420211504 28904845312 7359 33554432000 4194304 4196468 140723789245376 140157607033072 140159150148226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23996] ppid=23977 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/23979/task/23996/stat : 23996 (java) R 23977 23977 21430 0 -1 4202560 316 0 0 0 1 0 0 0 20 0 20 0 420211504 28904845312 7359 33554432000 4194304 4196468 140723789245376 140157605980528 140159142374206 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23997] ppid=23977 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23997/stat : 23997 (java) S 23977 23977 21430 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420211504 28904845312 7359 33554432000 4194304 4196468 140723789245376 140157604928224 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23998] ppid=23977 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23979/task/23998/stat : 23998 (java) S 23977 23977 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420211504 28904845312 7359 33554432000 4194304 4196468 140723789245376 140157603875760 140159150148226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30892 KiB

[startup+0.210299 s]*
/proc/loadavg: 8.09 7.94 7.36 3/210 23998
/proc/meminfo: memFree=30592228/32770624 swapFree=66997780/67108860
[pid=23977] ppid=23974 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23977/stat : 23977 (xcsp3-exec) S 23974 23977 21430 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420211497 115843072 364 33554432000 4194304 5098028 140733123618080 140733123616184 140504486281852 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21889024 140733123621750 140733123621993 140733123621993 140733123624906 0
/proc/23977/statm: 28282 364 305 221 0 87 0
[pid=23979] ppid=23977 vsize=28227388 memory=40344 CPUtime=0.34 cores=0-7
/proc/23979/stat : 23979 (java) S 23977 23977 21430 0 -1 1077944320 9364 0 0 0 31 3 0 0 20 0 20 0 420211498 28904845312 10086 33554432000 4194304 4196468 140723789245376 140723789227920 140159150137079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
/proc/23979/statm: 7056847 10086 3297 1 0 7019032 0
[pid=23979/tid=23980] ppid=23977 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/23979/task/23980/stat : 23980 (java) R 23977 23977 21430 0 -1 4202560 6592 0 0 0 18 2 0 0 20 0 20 0 420211498 28904845312 10086 33554432000 4194304 4196468 140723789245376 140159154375392 140159150149014 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23981] ppid=23977 vsize=28227388 memory=288230591823085922 CPUtime=0 cores=0-7
/proc/23979/task/23981/stat : 23981 (java) S 23977 23977 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420211499 28904845312 10086 33554432000 4194304 4196468 140723789245376 140159102757648 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23982] ppid=23977 vsize=28227388 memory=4050058854594926240 CPUtime=0 cores=0-7
/proc/23979/task/23982/stat : 23982 (java) S 23977 23977 21430 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420211499 28904845312 10086 33554432000 4194304 4196468 140723789245376 140159101705104 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23983] ppid=23977 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23979/task/23983/stat : 23983 (java) S 23977 23977 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420211499 28904845312 10086 33554432000 4194304 4196468 140723789245376 140159100652560 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23984] ppid=23977 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23984/stat : 23984 (java) S 23977 23977 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420211499 28904845312 10086 33554432000 4194304 4196468 140723789245376 140159099600016 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23985] ppid=23977 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23985/stat : 23985 (java) S 23977 23977 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420211499 28904845312 10086 33554432000 4194304 4196468 140723789245376 140159098546448 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23986] ppid=23977 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23979/task/23986/stat : 23986 (java) S 23977 23977 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420211499 28904845312 10086 33554432000 4194304 4196468 140723789245376 140159097493904 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23987] ppid=23977 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23987/stat : 23987 (java) S 23977 23977 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420211499 28904845312 10086 33554432000 4194304 4196468 140723789245376 140159096441360 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23988] ppid=23977 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23988/stat : 23988 (java) S 23977 23977 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420211499 28904845312 10086 33554432000 4194304 4196468 140723789245376 140159095388816 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23989] ppid=23977 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23989/stat : 23989 (java) S 23977 23977 21430 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420211500 28904845312 10086 33554432000 4194304 4196468 140723789245376 140157613349360 140159150148226 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23990] ppid=23977 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23990/stat : 23990 (java) S 23977 23977 21430 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420211501 28904845312 10086 33554432000 4194304 4196468 140723789245376 140157612295584 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23991] ppid=23977 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23991/stat : 23991 (java) S 23977 23977 21430 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420211501 28904845312 10086 33554432000 4194304 4196468 140723789245376 140157611242992 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23992] ppid=23977 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23992/stat : 23992 (java) S 23977 23977 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420211503 28904845312 10086 33554432000 4194304 4196468 140723789245376 140157610191568 140159150155675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23993] ppid=23977 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/23979/task/23993/stat : 23993 (java) S 23977 23977 21430 0 -1 1077944384 609 0 0 0 2 0 0 0 20 0 20 0 420211503 28904845312 10086 33554432000 4194304 4196468 140723789245376 140157609138160 140159150148226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23994] ppid=23977 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23994/stat : 23994 (java) S 23977 23977 21430 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 20 0 420211503 28904845312 10086 33554432000 4194304 4196468 140723789245376 140157608085616 140159150148226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23995] ppid=23977 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23979/task/23995/stat : 23995 (java) S 23977 23977 21430 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 20 0 420211504 28904845312 10086 33554432000 4194304 4196468 140723789245376 140157607033072 140159150148226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23996] ppid=23977 vsize=28227388 memory=0 CPUtime=0.08 cores=0-7
/proc/23979/task/23996/stat : 23996 (java) S 23977 23977 21430 0 -1 1077944384 777 0 0 0 8 0 0 0 20 0 20 0 420211504 28904845312 10086 33554432000 4194304 4196468 140723789245376 140157605980528 140159150148226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23997] ppid=23977 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23997/stat : 23997 (java) S 23977 23977 21430 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420211504 28904845312 10086 33554432000 4194304 4196468 140723789245376 140157604928224 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23998] ppid=23977 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23979/task/23998/stat : 23998 (java) S 23977 23977 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420211504 28904845312 10086 33554432000 4194304 4196468 140723789245376 140157603875760 140159150148226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 41800 KiB

[startup+0.321202 s]*
/proc/loadavg: 7.68 7.86 7.33 2/210 23998
/proc/meminfo: memFree=30584228/32770624 swapFree=66997780/67108860
[pid=23977] ppid=23974 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23977/stat : 23977 (xcsp3-exec) S 23974 23977 21430 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420211497 115843072 364 33554432000 4194304 5098028 140733123618080 140733123616184 140504486281852 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21889024 140733123621750 140733123621993 140733123621993 140733123624906 0
/proc/23977/statm: 28282 364 305 221 0 87 0
[pid=23979] ppid=23977 vsize=28231644 memory=50160 CPUtime=0.53 cores=0-7
/proc/23979/stat : 23979 (java) S 23977 23977 21430 0 -1 1077944320 11001 0 0 0 49 4 0 0 20 0 20 0 420211498 28909203456 12540 33554432000 4194304 4196468 140723789245376 140723789227920 140159150137079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
/proc/23979/statm: 7057911 12540 3348 1 0 7019032 0
[pid=23979/tid=23980] ppid=23977 vsize=28231644 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/23979/task/23980/stat : 23980 (java) R 23977 23977 21430 0 -1 4202560 7925 0 0 0 28 2 0 0 20 0 20 0 420211498 28909203456 12540 33554432000 4194304 4196468 140723789245376 140159154371280 140159150159005 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23981] ppid=23977 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23981/stat : 23981 (java) S 23977 23977 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420211499 28909203456 12540 33554432000 4194304 4196468 140723789245376 140159102757648 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23982] ppid=23977 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23982/stat : 23982 (java) S 23977 23977 21430 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420211499 28909203456 12540 33554432000 4194304 4196468 140723789245376 140159101705104 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23983] ppid=23977 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23983/stat : 23983 (java) S 23977 23977 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420211499 28909203456 12540 33554432000 4194304 4196468 140723789245376 140159100652560 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23984] ppid=23977 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23984/stat : 23984 (java) S 23977 23977 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420211499 28909203456 12540 33554432000 4194304 4196468 140723789245376 140159099600016 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23985] ppid=23977 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23985/stat : 23985 (java) S 23977 23977 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420211499 28909203456 12540 33554432000 4194304 4196468 140723789245376 140159098546448 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23986] ppid=23977 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23986/stat : 23986 (java) S 23977 23977 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420211499 28909203456 12540 33554432000 4194304 4196468 140723789245376 140159097493904 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23987] ppid=23977 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23987/stat : 23987 (java) S 23977 23977 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420211499 28909203456 12540 33554432000 4194304 4196468 140723789245376 140159096441360 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23988] ppid=23977 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23988/stat : 23988 (java) S 23977 23977 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420211499 28909203456 12540 33554432000 4194304 4196468 140723789245376 140159095388816 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23989] ppid=23977 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23989/stat : 23989 (java) S 23977 23977 21430 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420211500 28909203456 12540 33554432000 4194304 4196468 140723789245376 140157613349360 140159150148226 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23990] ppid=23977 vsize=28231644 memory=281206273023360 CPUtime=0 cores=0-7
/proc/23979/task/23990/stat : 23990 (java) S 23977 23977 21430 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420211501 28909203456 12540 33554432000 4194304 4196468 140723789245376 140157612295584 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23991] ppid=23977 vsize=28231644 memory=281206273027968 CPUtime=0 cores=0-7
/proc/23979/task/23991/stat : 23991 (java) S 23977 23977 21430 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420211501 28909203456 12540 33554432000 4194304 4196468 140723789245376 140157611242992 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23992] ppid=23977 vsize=28231644 memory=281206273032576 CPUtime=0 cores=0-7
/proc/23979/task/23992/stat : 23992 (java) S 23977 23977 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420211503 28909203456 12540 33554432000 4194304 4196468 140723789245376 140157610191568 140159150155675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23993] ppid=23977 vsize=28231644 memory=281206273037184 CPUtime=0.03 cores=0-7
/proc/23979/task/23993/stat : 23993 (java) S 23977 23977 21430 0 -1 1077944384 630 0 0 0 3 0 0 0 20 0 20 0 420211503 28909203456 12540 33554432000 4194304 4196468 140723789245376 140157609138160 140159150148226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23994] ppid=23977 vsize=28231644 memory=281206273041792 CPUtime=0.03 cores=0-7
/proc/23979/task/23994/stat : 23994 (java) S 23977 23977 21430 0 -1 1077944384 172 0 0 0 3 0 0 0 20 0 20 0 420211503 28909203456 12540 33554432000 4194304 4196468 140723789245376 140157608085616 140159150148226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23995] ppid=23977 vsize=28231644 memory=281206273046400 CPUtime=0.01 cores=0-7
/proc/23979/task/23995/stat : 23995 (java) S 23977 23977 21430 0 -1 1077944384 51 0 0 0 1 0 0 0 20 0 20 0 420211504 28909203456 12540 33554432000 4194304 4196468 140723789245376 140157607033072 140159150148226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23996] ppid=23977 vsize=28231644 memory=281206273051008 CPUtime=0.12 cores=0-7
/proc/23979/task/23996/stat : 23996 (java) S 23977 23977 21430 0 -1 1077944384 911 0 0 0 12 0 0 0 20 0 20 0 420211504 28909203456 12540 33554432000 4194304 4196468 140723789245376 140157605980528 140159150148226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23997] ppid=23977 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23997/stat : 23997 (java) S 23977 23977 21430 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420211504 28909203456 12540 33554432000 4194304 4196468 140723789245376 140157604928224 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23998] ppid=23977 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/23979/task/23998/stat : 23998 (java) S 23977 23977 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420211504 28909203456 12540 33554432000 4194304 4196468 140723789245376 140157603875760 140159150148226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51616 KiB

[startup+0.700975 s]
/proc/loadavg: 7.68 7.86 7.33 6/210 23998
/proc/meminfo: memFree=30564620/32770624 swapFree=66997780/67108860
[pid=23977] ppid=23974 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23977/stat : 23977 (xcsp3-exec) S 23974 23977 21430 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420211497 115843072 364 33554432000 4194304 5098028 140733123618080 140733123616184 140504486281852 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21889024 140733123621750 140733123621993 140733123621993 140733123624906 0
/proc/23977/statm: 28282 364 305 221 0 87 0
[pid=23979] ppid=23977 vsize=28233768 memory=117660 CPUtime=1.91 cores=0-7
/proc/23979/stat : 23979 (java) S 23977 23977 21430 0 -1 1077944320 16511 0 0 0 185 6 0 0 20 0 20 0 420211498 28911378432 29415 33554432000 4194304 4196468 140723789245376 140723789227920 140159150137079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
/proc/23979/statm: 7058442 29415 3459 1 0 7019544 0
[pid=23979/tid=23980] ppid=23977 vsize=28233768 memory=4580 CPUtime=0.67 cores=0-7
/proc/23979/task/23980/stat : 23980 (java) R 23977 23977 21430 0 -1 4202560 9339 0 0 0 64 3 0 0 20 0 20 0 420211498 28911378432 29415 33554432000 4194304 4196468 140723789245376 140159154370128 140158758409910 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23981] ppid=23977 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23981/stat : 23981 (java) S 23977 23977 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420211499 28911378432 29415 33554432000 4194304 4196468 140723789245376 140159102757648 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23982] ppid=23977 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/23979/task/23982/stat : 23982 (java) S 23977 23977 21430 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420211499 28911378432 29415 33554432000 4194304 4196468 140723789245376 140159101705104 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23983] ppid=23977 vsize=28233768 memory=4008 CPUtime=0 cores=0-7
/proc/23979/task/23983/stat : 23983 (java) S 23977 23977 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420211499 28911378432 29415 33554432000 4194304 4196468 140723789245376 140159100652560 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0

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

[pid=23979/tid=24448] ppid=23977 vsize=28901456 memory=740584 CPUtime=283.74 cores=0-7
/proc/23979/task/24448/stat : 24448 (java) S 23977 23977 21430 0 -1 1077944384 1904 0 0 0 28370 4 0 0 20 0 28 0 420409144 29595090944 185146 33554432000 4194304 4196468 140723789245376 140157527090544 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
Current children cumulated CPU time: 16188.9 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 742040 KiB

[startup+2502.3 s]
/proc/loadavg: 5.19 5.04 6.42 10/219 24488
/proc/meminfo: memFree=29817304/32770624 swapFree=66997808/67108860
[pid=23977] ppid=23974 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23977/stat : 23977 (xcsp3-exec) S 23974 23977 21430 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420211497 115843072 364 33554432000 4194304 5098028 140733123618080 140733123616184 140504486281852 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21889024 140733123621750 140733123621993 140733123621993 140733123624906 0
/proc/23977/statm: 28282 364 305 221 0 87 0
[pid=23979] ppid=23977 vsize=28901456 memory=811388 CPUtime=16618.4 cores=0-7
/proc/23979/stat : 23979 (java) S 23977 23977 21430 0 -1 1077944320 1126244 0 0 0 1660555 1282 0 0 20 0 28 0 420211498 29595090944 202847 33554432000 4194304 4196468 140723789245376 140723789227920 140159150137079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
/proc/23979/statm: 7225364 202847 3548 1 0 7186466 0
[pid=23979/tid=23980] ppid=23977 vsize=28901456 memory=811388 CPUtime=0.71 cores=0-7
/proc/23979/task/23980/stat : 23980 (java) S 23977 23977 21430 0 -1 1077944384 12286 0 0 0 67 4 0 0 20 0 28 0 420211498 29595090944 202847 33554432000 4194304 4196468 140723789245376 140159154377856 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23981] ppid=23977 vsize=28901456 memory=817544 CPUtime=8.23 cores=0-7
/proc/23979/task/23981/stat : 23981 (java) S 23977 23977 21430 0 -1 1077944384 19185 0 0 0 777 46 0 0 20 0 28 0 420211499 29595090944 202847 33554432000 4194304 4196468 140723789245376 140159102757648 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23982] ppid=23977 vsize=28901456 memory=848592 CPUtime=8.2 cores=0-7
/proc/23979/task/23982/stat : 23982 (java) S 23977 23977 21430 0 -1 1077944384 19098 0 0 0 774 46 0 0 20 0 28 0 420211499 29595090944 202847 33554432000 4194304 4196468 140723789245376 140159101705104 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23983] ppid=23977 vsize=28901456 memory=833444 CPUtime=8.26 cores=0-7
/proc/23979/task/23983/stat : 23983 (java) S 23977 23977 21430 0 -1 1077944384 19354 0 0 0 781 45 0 0 20 0 28 0 420211499 29595090944 202847 33554432000 4194304 4196468 140723789245376 140159100652560 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23984] ppid=23977 vsize=28901456 memory=831392 CPUtime=8.23 cores=0-7
/proc/23979/task/23984/stat : 23984 (java) S 23977 23977 21430 0 -1 1077944384 23730 0 0 0 778 45 0 0 20 0 28 0 420211499 29595090944 202847 33554432000 4194304 4196468 140723789245376 140159099600016 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23985] ppid=23977 vsize=28901456 memory=831392 CPUtime=8.22 cores=0-7
/proc/23979/task/23985/stat : 23985 (java) S 23977 23977 21430 0 -1 1077944384 19407 0 0 0 778 44 0 0 20 0 28 0 420211499 29595090944 202847 33554432000 4194304 4196468 140723789245376 140159098546448 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23986] ppid=23977 vsize=28901456 memory=817544 CPUtime=8.28 cores=0-7
/proc/23979/task/23986/stat : 23986 (java) S 23977 23977 21430 0 -1 1077944384 17089 0 0 0 782 46 0 0 20 0 28 0 420211499 29595090944 202847 33554432000 4194304 4196468 140723789245376 140159097493904 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23987] ppid=23977 vsize=28901456 memory=817544 CPUtime=8.25 cores=0-7
/proc/23979/task/23987/stat : 23987 (java) S 23977 23977 21430 0 -1 1077944384 24312 0 0 0 779 46 0 0 20 0 28 0 420211499 29595090944 202847 33554432000 4194304 4196468 140723789245376 140159096441360 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23988] ppid=23977 vsize=28901456 memory=1456 CPUtime=8.19 cores=0-7
/proc/23979/task/23988/stat : 23988 (java) S 23977 23977 21430 0 -1 1077944384 21202 0 0 0 774 45 0 0 20 0 28 0 420211499 29595090944 202847 33554432000 4194304 4196468 140723789245376 140159095388816 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23989] ppid=23977 vsize=28901456 memory=1380 CPUtime=6.93 cores=0-7
/proc/23979/task/23989/stat : 23989 (java) R 23977 23977 21430 0 -1 4202560 74365 0 0 0 374 319 0 0 20 0 28 0 420211500 29595090944 202847 33554432000 4194304 4196468 140723789245376 140157613349496 140159142765287 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23990] ppid=23977 vsize=28901456 memory=1128 CPUtime=0 cores=0-7
/proc/23979/task/23990/stat : 23990 (java) S 23977 23977 21430 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 420211501 29595090944 202847 33554432000 4194304 4196468 140723789245376 140157612295648 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23991] ppid=23977 vsize=28901456 memory=740584 CPUtime=0 cores=0-7
/proc/23979/task/23991/stat : 23991 (java) S 23977 23977 21430 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 420211501 29595090944 202847 33554432000 4194304 4196468 140723789245376 140157611243008 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23992] ppid=23977 vsize=28901456 memory=1456 CPUtime=0 cores=0-7
/proc/23979/task/23992/stat : 23992 (java) S 23977 23977 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420211503 29595090944 202847 33554432000 4194304 4196468 140723789245376 140157610191568 140159150155675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23993] ppid=23977 vsize=28901456 memory=772 CPUtime=3.88 cores=0-7
/proc/23979/task/23993/stat : 23993 (java) S 23977 23977 21430 0 -1 1077944384 26937 0 0 0 383 5 0 0 20 0 28 0 420211503 29595090944 202847 33554432000 4194304 4196468 140723789245376 140157609138160 140159150148226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23994] ppid=23977 vsize=28901456 memory=4008 CPUtime=4.18 cores=0-7
/proc/23979/task/23994/stat : 23994 (java) S 23977 23977 21430 0 -1 1077944384 27119 0 0 0 413 5 0 0 20 0 28 0 420211503 29595090944 202847 33554432000 4194304 4196468 140723789245376 140157608085616 140159150148226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23995] ppid=23977 vsize=28901456 memory=281206274870944 CPUtime=4.12 cores=0-7
/proc/23979/task/23995/stat : 23995 (java) S 23977 23977 21430 0 -1 1077944384 22424 0 0 0 410 2 0 0 20 0 28 0 420211504 29595090944 202847 33554432000 4194304 4196468 140723789245376 140157607033072 140159150148226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23996] ppid=23977 vsize=28901456 memory=2984873255258032698 CPUtime=1.32 cores=0-7
/proc/23979/task/23996/stat : 23996 (java) S 23977 23977 21430 0 -1 1077944384 30149 0 0 0 128 4 0 0 20 0 28 0 420211504 29595090944 202847 33554432000 4194304 4196468 140723789245376 140157605980528 140159150148226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23997] ppid=23977 vsize=28901456 memory=1456 CPUtime=0 cores=0-7
/proc/23979/task/23997/stat : 23997 (java) S 23977 23977 21430 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420211504 29595090944 202847 33554432000 4194304 4196468 140723789245376 140157604928224 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23998] ppid=23977 vsize=28901456 memory=851460 CPUtime=0.99 cores=0-7
/proc/23979/task/23998/stat : 23998 (java) S 23977 23977 21430 0 -1 1077944384 6093 0 0 0 43 56 0 0 20 0 28 0 420211504 29595090944 202847 33554432000 4194304 4196468 140723789245376 140157603875760 140159150148226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 43 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=24477] ppid=23977 vsize=28901456 memory=1456 CPUtime=52.23 cores=0-7
/proc/23979/task/24477/stat : 24477 (java) S 23977 23977 21430 0 -1 1077944384 1213 0 0 0 5220 3 0 0 20 0 28 0 420456402 29595090944 202847 33554432000 4194304 4196468 140723789245376 140157516565872 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=24478] ppid=23977 vsize=28901456 memory=1456 CPUtime=52.42 cores=0-7
/proc/23979/task/24478/stat : 24478 (java) S 23977 23977 21430 0 -1 1077944384 1051 0 0 0 5240 2 0 0 20 0 28 0 420456402 29595090944 202847 33554432000 4194304 4196468 140723789245376 140157523928096 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=24479] ppid=23977 vsize=28901456 memory=1456 CPUtime=52.51 cores=0-7
/proc/23979/task/24479/stat : 24479 (java) R 23977 23977 21430 0 -1 4202560 7642 0 0 0 5244 7 0 0 20 0 28 0 420456402 29595090944 202847 33554432000 4194304 4196468 140723789245376 140157526032296 140158764067337 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=24480] ppid=23977 vsize=28901456 memory=210281598861118 CPUtime=52.53 cores=0-7
/proc/23979/task/24480/stat : 24480 (java) S 23977 23977 21430 0 -1 1077944384 5211 0 0 0 5248 5 0 0 20 0 28 0 420456402 29595090944 202847 33554432000 4194304 4196468 140723789245376 140157519719120 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=24481] ppid=23977 vsize=28901456 memory=1456 CPUtime=52.38 cores=0-7
/proc/23979/task/24481/stat : 24481 (java) S 23977 23977 21430 0 -1 1077944384 1828 0 0 0 5236 2 0 0 20 0 28 0 420456402 29595090944 202847 33554432000 4194304 4196468 140723789245376 140157520768592 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=24482] ppid=23977 vsize=28901456 memory=1456 CPUtime=52.48 cores=0-7
/proc/23979/task/24482/stat : 24482 (java) R 23977 23977 21430 0 -1 4202560 866 0 0 0 5247 1 0 0 20 0 28 0 420456402 29595090944 202847 33554432000 4194304 4196468 140723789245376 140157522874488 140158758574112 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=24483] ppid=23977 vsize=28901456 memory=825752 CPUtime=52.45 cores=0-7
/proc/23979/task/24483/stat : 24483 (java) S 23977 23977 21430 0 -1 1077944384 3867 0 0 0 5243 2 0 0 20 0 28 0 420456402 29595090944 202847 33554432000 4194304 4196468 140723789245376 140157521822432 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=24484] ppid=23977 vsize=28901456 memory=984 CPUtime=52.11 cores=0-7
/proc/23979/task/24484/stat : 24484 (java) R 23977 23977 21430 0 -1 4202560 678 0 0 0 5209 2 0 0 20 0 28 0 420456402 29595090944 202847 33554432000 4194304 4196468 140723789245376 140157527085184 140158768513525 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
Current children cumulated CPU time: 16618.4 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 812844 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 5.81 5.19 6.44 9/219 24497
/proc/meminfo: memFree=29844516/32770624 swapFree=66997808/67108860
[pid=23977] ppid=23974 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23977/stat : 23977 (xcsp3-exec) S 23974 23977 21430 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420211497 115843072 364 33554432000 4194304 5098028 140733123618080 140733123616184 140504486281852 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21889024 140733123621750 140733123621993 140733123621993 140733123624906 0
/proc/23977/statm: 28282 364 305 221 0 87 0
[pid=23979] ppid=23977 vsize=28901456 memory=784712 CPUtime=16759.1 cores=0-7
/proc/23979/stat : 23979 (java) S 23977 23977 21430 0 -1 1077944320 1133207 0 0 0 1674616 1295 0 0 20 0 28 0 420211498 29595090944 196178 33554432000 4194304 4196468 140723789245376 140723789227920 140159150137079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
/proc/23979/statm: 7225364 196178 3548 1 0 7186466 0
[pid=23979/tid=23980] ppid=23977 vsize=28901456 memory=8317482817917895235 CPUtime=0.71 cores=0-7
/proc/23979/task/23980/stat : 23980 (java) S 23977 23977 21430 0 -1 1077944384 12286 0 0 0 67 4 0 0 20 0 28 0 420211498 29595090944 196178 33554432000 4194304 4196468 140723789245376 140159154377856 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23981] ppid=23977 vsize=28901456 memory=9404 CPUtime=8.26 cores=0-7
/proc/23979/task/23981/stat : 23981 (java) S 23977 23977 21430 0 -1 1077944384 19311 0 0 0 780 46 0 0 20 0 28 0 420211499 29595090944 196178 33554432000 4194304 4196468 140723789245376 140159102757648 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23982] ppid=23977 vsize=28901456 memory=1548 CPUtime=8.23 cores=0-7
/proc/23979/task/23982/stat : 23982 (java) S 23977 23977 21430 0 -1 1077944384 19806 0 0 0 777 46 0 0 20 0 28 0 420211499 29595090944 196178 33554432000 4194304 4196468 140723789245376 140159101705104 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23983] ppid=23977 vsize=28901456 memory=628 CPUtime=8.29 cores=0-7
/proc/23979/task/23983/stat : 23983 (java) S 23977 23977 21430 0 -1 1077944384 19690 0 0 0 784 45 0 0 20 0 28 0 420211499 29595090944 196178 33554432000 4194304 4196468 140723789245376 140159100652560 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23984] ppid=23977 vsize=28901456 memory=1056 CPUtime=8.26 cores=0-7
/proc/23979/task/23984/stat : 23984 (java) S 23977 23977 21430 0 -1 1077944384 23829 0 0 0 781 45 0 0 20 0 28 0 420211499 29595090944 196178 33554432000 4194304 4196468 140723789245376 140159099600016 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23985] ppid=23977 vsize=28901456 memory=1556 CPUtime=8.26 cores=0-7
/proc/23979/task/23985/stat : 23985 (java) S 23977 23977 21430 0 -1 1077944384 20286 0 0 0 781 45 0 0 20 0 28 0 420211499 29595090944 196178 33554432000 4194304 4196468 140723789245376 140159098546448 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23986] ppid=23977 vsize=28901456 memory=5928 CPUtime=8.31 cores=0-7
/proc/23979/task/23986/stat : 23986 (java) S 23977 23977 21430 0 -1 1077944384 17377 0 0 0 785 46 0 0 20 0 28 0 420211499 29595090944 196178 33554432000 4194304 4196468 140723789245376 140159097493904 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23987] ppid=23977 vsize=28901456 memory=14012 CPUtime=8.28 cores=0-7
/proc/23979/task/23987/stat : 23987 (java) S 23977 23977 21430 0 -1 1077944384 24495 0 0 0 781 47 0 0 20 0 28 0 420211499 29595090944 196178 33554432000 4194304 4196468 140723789245376 140159096441360 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23988] ppid=23977 vsize=28901456 memory=500 CPUtime=8.22 cores=0-7
/proc/23979/task/23988/stat : 23988 (java) S 23977 23977 21430 0 -1 1077944384 21479 0 0 0 777 45 0 0 20 0 28 0 420211499 29595090944 196178 33554432000 4194304 4196468 140723789245376 140159095388816 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23989] ppid=23977 vsize=28901456 memory=928 CPUtime=6.99 cores=0-7
/proc/23979/task/23989/stat : 23989 (java) S 23977 23977 21430 0 -1 1077944384 74971 0 0 0 376 323 0 0 20 0 28 0 420211500 29595090944 196178 33554432000 4194304 4196468 140723789245376 140157613349360 140159150148226 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23990] ppid=23977 vsize=28901456 memory=1528 CPUtime=0 cores=0-7
/proc/23979/task/23990/stat : 23990 (java) S 23977 23977 21430 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 420211501 29595090944 196178 33554432000 4194304 4196468 140723789245376 140157612295648 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23991] ppid=23977 vsize=28901456 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/23979/task/23991/stat : 23991 (java) S 23977 23977 21430 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 420211501 29595090944 196178 33554432000 4194304 4196468 140723789245376 140157611243008 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23992] ppid=23977 vsize=28901456 memory=784712 CPUtime=0 cores=0-7
/proc/23979/task/23992/stat : 23992 (java) S 23977 23977 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420211503 29595090944 196178 33554432000 4194304 4196468 140723789245376 140157610191568 140159150155675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23993] ppid=23977 vsize=28901456 memory=1980 CPUtime=3.88 cores=0-7
/proc/23979/task/23993/stat : 23993 (java) S 23977 23977 21430 0 -1 1077944384 26943 0 0 0 383 5 0 0 20 0 28 0 420211503 29595090944 196178 33554432000 4194304 4196468 140723789245376 140157609138160 140159150148226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23994] ppid=23977 vsize=28901456 memory=2552 CPUtime=4.18 cores=0-7
/proc/23979/task/23994/stat : 23994 (java) S 23977 23977 21430 0 -1 1077944384 27125 0 0 0 413 5 0 0 20 0 28 0 420211503 29595090944 196178 33554432000 4194304 4196468 140723789245376 140157608085616 140159150148226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23995] ppid=23977 vsize=28901456 memory=1760 CPUtime=4.12 cores=0-7
/proc/23979/task/23995/stat : 23995 (java) S 23977 23977 21430 0 -1 1077944384 22431 0 0 0 410 2 0 0 20 0 28 0 420211504 29595090944 196178 33554432000 4194304 4196468 140723789245376 140157607033072 140159150148226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23996] ppid=23977 vsize=28901456 memory=111632 CPUtime=1.32 cores=0-7
/proc/23979/task/23996/stat : 23996 (java) S 23977 23977 21430 0 -1 1077944384 30155 0 0 0 128 4 0 0 20 0 28 0 420211504 29595090944 196178 33554432000 4194304 4196468 140723789245376 140157605980528 140159150148226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 17 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23997] ppid=23977 vsize=28901456 memory=800 CPUtime=0 cores=0-7
/proc/23979/task/23997/stat : 23997 (java) S 23977 23977 21430 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420211504 29595090944 196178 33554432000 4194304 4196468 140723789245376 140157604928224 140159150147285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=23998] ppid=23977 vsize=28901456 memory=1456 CPUtime=0.99 cores=0-7
/proc/23979/task/23998/stat : 23998 (java) S 23977 23977 21430 0 -1 1077944384 6126 0 0 0 43 56 0 0 20 0 28 0 420211504 29595090944 196178 33554432000 4194304 4196468 140723789245376 140157603875760 140159150148226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 43 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=24477] ppid=23977 vsize=28901456 memory=784712 CPUtime=69.74 cores=0-7
/proc/23979/task/24477/stat : 24477 (java) R 23977 23977 21430 0 -1 4202560 1459 0 0 0 6971 3 0 0 20 0 28 0 420456402 29595090944 196178 33554432000 4194304 4196468 140723789245376 140157516565928 140158763019628 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=24478] ppid=23977 vsize=28901456 memory=2024 CPUtime=69.82 cores=0-7
/proc/23979/task/24478/stat : 24478 (java) R 23977 23977 21430 0 -1 4202560 1243 0 0 0 6979 3 0 0 20 0 28 0 420456402 29595090944 196178 33554432000 4194304 4196468 140723789245376 140157523927616 140158763896016 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=24479] ppid=23977 vsize=28901456 memory=1380 CPUtime=70.12 cores=0-7
/proc/23979/task/24479/stat : 24479 (java) R 23977 23977 21430 0 -1 4202560 7831 0 0 0 7005 7 0 0 20 0 28 0 420456402 29595090944 196178 33554432000 4194304 4196468 140723789245376 140157526032296 140158764067337 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=24480] ppid=23977 vsize=28901456 memory=1128 CPUtime=70.11 cores=0-7
/proc/23979/task/24480/stat : 24480 (java) R 23977 23977 21430 0 -1 4202560 6882 0 0 0 7004 7 0 0 20 0 28 0 420456402 29595090944 196178 33554432000 4194304 4196468 140723789245376 140157519719040 140158763896572 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=24481] ppid=23977 vsize=28901456 memory=772 CPUtime=69.98 cores=0-7
/proc/23979/task/24481/stat : 24481 (java) R 23977 23977 21430 0 -1 4202560 2111 0 0 0 6995 3 0 0 20 0 28 0 420456402 29595090944 196178 33554432000 4194304 4196468 140723789245376 140157520769128 140158767105280 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=24482] ppid=23977 vsize=28901456 memory=4008 CPUtime=70 cores=0-7
/proc/23979/task/24482/stat : 24482 (java) R 23977 23977 21430 0 -1 4202560 1047 0 0 0 6998 2 0 0 20 0 28 0 420456402 29595090944 196178 33554432000 4194304 4196468 140723789245376 140157522874352 140158768513525 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=24483] ppid=23977 vsize=28901456 memory=948 CPUtime=70.03 cores=0-7
/proc/23979/task/24483/stat : 24483 (java) R 23977 23977 21430 0 -1 4202560 4424 0 0 0 6999 4 0 0 20 0 28 0 420456402 29595090944 196178 33554432000 4194304 4196468 140723789245376 140157521822632 140158765517315 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
[pid=23979/tid=24484] ppid=23977 vsize=28901456 memory=2832 CPUtime=69.74 cores=0-7
/proc/23979/task/24484/stat : 24484 (java) R 23977 23977 21430 0 -1 4202560 761 0 0 0 6972 2 0 0 20 0 28 0 420456402 29595090944 196178 33554432000 4194304 4196468 140723789245376 140157527085184 140158768513525 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31744000 140723789247466 140723789247638 140723789247638 140723789250511 0
Current children cumulated CPU time: 16759.1 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 786168 KiB

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

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

[startup+2520.1 s]
# the end of solver process 23979 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=16746.8 s, system=12.9645 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.1
CPU time (s): 16759.8
CPU user time (s): 16746.8
CPU system time (s): 12.9645
CPU usage (%): 665.044
Max. virtual memory (cumulated for all children) (KiB): 29016332
Max. memory (cumulated for all children) (KiB): 1345308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16746.8
system time used= 12.9645
maximum resident set size= 1343852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1134120
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132703
involuntary context switches= 176619


# summary of solver processes directly reported to runsolver:
#   pid: 23977,23979
#   total CPU time (s): 16759.8
#   total CPU user time (s): 16746.8
#   total CPU system time (s): 12.9645

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.0892 second user time and 30.0129 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-14 06:38:11
IDJOB=4394617
IDBENCH=135871
IDSOLVER=2843
FILE ID=node106/4394617-1568439569
RUNJOBID= node106-1568429735-21457
PBS_JOBID= 21702316
Free space on /tmp= 59112 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n35/TravellingSalesman-35-30-07.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-4394617-1568439569/watcher-4394617-1568439569 -o /tmp/evaluation-result-4394617-1568439569/solver-4394617-1568439569 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568429735-21457 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 908807523 HOME/instance-4394617-1568439569.xml

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

MD5SUM BENCH= 1a4fb6e98f7c5153812b28830edea47d
RANDOM SEED=908807523

node106.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
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:        30621600 kB
MemAvailable:   31901636 kB
Buffers:          188628 kB
Cached:          1372292 kB
SwapCached:         9316 kB
Active:           490584 kB
Inactive:        1086204 kB
Active(anon):      14760 kB
Inactive(anon):    34992 kB
Active(file):     475824 kB
Inactive(file):  1051212 kB
Unevictable:      106752 kB
Mlocked:          106752 kB
SwapTotal:      67108860 kB
SwapFree:       66997780 kB
Dirty:             26136 kB
Writeback:             0 kB
AnonPages:        113636 kB
Mapped:            38500 kB
Shmem:             25396 kB
Slab:             167584 kB
SReclaimable:     137672 kB
SUnreclaim:        29912 kB
KernelStack:        3360 kB
PageTables:         5524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     490504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59088 MiB
End job on node106 at 2019-09-14 07:20:11