Trace number 4393830

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 parallelOPT20 39.2862 5.83996

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-20-4-5-8.xml
MD5SUMcc4f118531160cfe6c95c1294546deff
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark13.7433
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints81
Number of domains21
Minimum domain size4
Maximum domain size21
Distribution of domain sizes[{"size":4,"count":7},{"size":5,"count":7},{"size":6,"count":6},{"size":21,"count":40}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":20},{"degree":21,"count":19},{"degree":22,"count":1},{"degree":23,"count":20}]
Minimum constraint arity1
Maximum constraint arity21
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":40},{"arity":20,"count":20},{"arity":21,"count":20}]
Number of extensional constraints40
Number of intensional constraints21
Distribution of constraint types[{"type":"extension","count":40},{"type":"intension","count":21},{"type":"count","count":20}]
Optimization problemYES
Type of objectivemax 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-4393830-1568430670.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393830-1568430670.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
4.13/1.35	c solve instance...
5.38/1.54	o -1000 
8.47/1.97	o -992 
8.47/1.97	o -991 
8.47/1.98	o -989 
8.47/1.99	o -984 
8.47/2.00	o 2 
10.80/2.23	o 8 
10.80/2.24	o 10 
10.80/2.25	o 11 
13.08/2.51	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (102/104)
13.08/2.51		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
13.08/2.51		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
13.08/2.51		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
13.08/2.51		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
13.08/2.51		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
13.08/2.51	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (102/104)
13.08/2.51		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
13.08/2.51		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
13.08/2.51		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
13.08/2.51		at org.chocosolver.solver.Solver.repair(Solver.java:443)
13.08/2.51		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
13.08/2.51		at org.chocosolver.solver.Solver.solve(Solver.java:262)
13.08/2.51		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
13.08/2.51		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
13.08/2.51		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
13.08/2.51		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
13.08/2.51		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
13.08/2.51		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
13.08/2.51		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
13.08/2.51		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
13.08/2.51		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
13.08/2.51		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
13.08/2.51	o 13 
16.20/3.00	o 18 
17.01/3.10	o 20 
39.14/5.82	s OPTIMUM FOUND
39.14/5.82	v <instantiation>
39.14/5.82	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] </list>
39.14/5.82	v 	<values>1 2 3 8 -1 0 -1 12 7 -1 5 -1 13 14 19 10 15 16 17 18 0 1 2 3 -1 15 -1 5 4 -1 14 -1 6 7 8 13 12 11 10 9 -5 0 -2 5 0 1 0 3 2 0 -2 0 -4 2 4 3 6 3 2 2 </values>
39.14/5.82	v </instantiation>

Verifier Data

OK	20

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 (14735 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-4393830-1568430670/watcher-4393830-1568430670 -o /tmp/evaluation-result-4393830-1568430670/solver-4393830-1568430670 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568413091-12776 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1350181564 HOME/instance-4393830-1568430670.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=18744, runsolver pid=18741

[startup+0.100124 s]*
/proc/loadavg: 4.04 4.02 4.04 3/210 18765
/proc/meminfo: memFree=30610284/32770624 swapFree=66997684/67108860
[pid=18744] ppid=18741 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18744/stat : 18744 (xcsp3-exec) S 18741 18744 12749 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419321641 115843072 364 33554432000 4194304 5098028 140725291964032 140725291962136 140325517488764 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15138816 140725291967349 140725291967593 140725291967593 140725291970506 0
/proc/18744/statm: 28282 364 305 221 0 87 0
[pid=18746] ppid=18744 vsize=28227388 memory=28932 CPUtime=0.12 cores=0-7
/proc/18746/stat : 18746 (java) S 18744 18744 12749 0 -1 1077944320 5711 0 0 0 11 1 0 0 20 0 20 0 419321641 28904845312 7233 33554432000 4194304 4196468 140723387505184 140723387487728 140658759077623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
/proc/18746/statm: 7056847 7233 3119 1 0 7019032 0
[pid=18746/tid=18747] ppid=18744 vsize=28227388 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/18746/task/18747/stat : 18747 (java) R 18744 18744 12749 0 -1 4202560 3618 0 0 0 8 1 0 0 20 0 20 0 419321642 28904845312 7233 33554432000 4194304 4196468 140723387505184 140658763310896 140658383882273 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18748] ppid=18744 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18748/stat : 18748 (java) S 18744 18744 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321642 28904845312 7233 33554432000 4194304 4196468 140723387505184 140658711698320 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18749] ppid=18744 vsize=28227388 memory=140007181890733 CPUtime=0 cores=0-7
/proc/18746/task/18749/stat : 18749 (java) S 18744 18744 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321642 28904845312 7233 33554432000 4194304 4196468 140723387505184 140658710645520 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18750] ppid=18744 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18750/stat : 18750 (java) S 18744 18744 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321642 28904845312 7233 33554432000 4194304 4196468 140723387505184 140658709593232 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18751] ppid=18744 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18751/stat : 18751 (java) S 18744 18744 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321642 28904845312 7233 33554432000 4194304 4196468 140723387505184 140658708540432 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18752] ppid=18744 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18752/stat : 18752 (java) S 18744 18744 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419321642 28904845312 7233 33554432000 4194304 4196468 140723387505184 140658707487120 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18753] ppid=18744 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18746/task/18753/stat : 18753 (java) S 18744 18744 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321642 28904845312 7233 33554432000 4194304 4196468 140723387505184 140658706434320 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18754] ppid=18744 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18754/stat : 18754 (java) S 18744 18744 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321642 28904845312 7233 33554432000 4194304 4196468 140723387505184 140658705382032 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18755] ppid=18744 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18755/stat : 18755 (java) S 18744 18744 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321642 28904845312 7233 33554432000 4194304 4196468 140723387505184 140658704329232 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18756] ppid=18744 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18756/stat : 18756 (java) S 18744 18744 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321644 28904845312 7233 33554432000 4194304 4196468 140723387505184 140656887446128 140658759088770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18757] ppid=18744 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18757/stat : 18757 (java) S 18744 18744 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419321644 28904845312 7233 33554432000 4194304 4196468 140723387505184 140656886392096 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18758] ppid=18744 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18758/stat : 18758 (java) S 18744 18744 12749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419321645 28904845312 7233 33554432000 4194304 4196468 140723387505184 140656885339760 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18759] ppid=18744 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18759/stat : 18759 (java) S 18744 18744 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321647 28904845312 7233 33554432000 4194304 4196468 140723387505184 140656884288080 140658759096219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18760] ppid=18744 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18760/stat : 18760 (java) S 18744 18744 12749 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 20 0 419321647 28904845312 7233 33554432000 4194304 4196468 140723387505184 140656883234928 140658759088770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18761] ppid=18744 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18761/stat : 18761 (java) S 18744 18744 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419321647 28904845312 7233 33554432000 4194304 4196468 140723387505184 140656882182128 140658759088770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18762] ppid=18744 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18762/stat : 18762 (java) S 18744 18744 12749 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 419321647 28904845312 7233 33554432000 4194304 4196468 140723387505184 140656881129840 140658759088770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18763] ppid=18744 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/18746/task/18763/stat : 18763 (java) R 18744 18744 12749 0 -1 4202560 367 0 0 0 2 0 0 0 20 0 20 0 419321647 28904845312 7233 33554432000 4194304 4196468 140723387505184 140656880077040 140658759089558 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18764] ppid=18744 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18764/stat : 18764 (java) S 18744 18744 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419321647 28904845312 7233 33554432000 4194304 4196468 140723387505184 140656879024992 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18765] ppid=18744 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18746/task/18765/stat : 18765 (java) S 18744 18744 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321647 28904845312 7233 33554432000 4194304 4196468 140723387505184 140656877972272 140658759088770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30388 KiB

[startup+0.210494 s]*
/proc/loadavg: 4.04 4.02 4.04 2/210 18765
/proc/meminfo: memFree=30597248/32770624 swapFree=66997684/67108860
[pid=18744] ppid=18741 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18744/stat : 18744 (xcsp3-exec) S 18741 18744 12749 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419321641 115843072 364 33554432000 4194304 5098028 140725291964032 140725291962136 140325517488764 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15138816 140725291967349 140725291967593 140725291967593 140725291970506 0
/proc/18744/statm: 28282 364 305 221 0 87 0
[pid=18746] ppid=18744 vsize=28227388 memory=40380 CPUtime=0.34 cores=0-7
/proc/18746/stat : 18746 (java) S 18744 18744 12749 0 -1 1077944320 9347 0 0 0 31 3 0 0 20 0 20 0 419321641 28904845312 10095 33554432000 4194304 4196468 140723387505184 140723387487728 140658759077623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
/proc/18746/statm: 7056847 10095 3264 1 0 7019032 0
[pid=18746/tid=18747] ppid=18744 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/18746/task/18747/stat : 18747 (java) R 18744 18744 12749 0 -1 4202560 6598 0 0 0 17 2 0 0 20 0 20 0 419321642 28904845312 10095 33554432000 4194304 4196468 140723387505184 140658763307904 140658759089558 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18748] ppid=18744 vsize=28227388 memory=288230591823085922 CPUtime=0 cores=0-7
/proc/18746/task/18748/stat : 18748 (java) S 18744 18744 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321642 28904845312 10095 33554432000 4194304 4196468 140723387505184 140658711698320 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18749] ppid=18744 vsize=28227388 memory=3904821589999253152 CPUtime=0 cores=0-7
/proc/18746/task/18749/stat : 18749 (java) S 18744 18744 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321642 28904845312 10095 33554432000 4194304 4196468 140723387505184 140658710645520 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18750] ppid=18744 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18746/task/18750/stat : 18750 (java) S 18744 18744 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321642 28904845312 10095 33554432000 4194304 4196468 140723387505184 140658709593232 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18751] ppid=18744 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18751/stat : 18751 (java) S 18744 18744 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321642 28904845312 10095 33554432000 4194304 4196468 140723387505184 140658708540432 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18752] ppid=18744 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18752/stat : 18752 (java) S 18744 18744 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419321642 28904845312 10095 33554432000 4194304 4196468 140723387505184 140658707487120 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18753] ppid=18744 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18746/task/18753/stat : 18753 (java) S 18744 18744 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321642 28904845312 10095 33554432000 4194304 4196468 140723387505184 140658706434320 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18754] ppid=18744 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18754/stat : 18754 (java) S 18744 18744 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321642 28904845312 10095 33554432000 4194304 4196468 140723387505184 140658705382032 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18755] ppid=18744 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18755/stat : 18755 (java) S 18744 18744 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321642 28904845312 10095 33554432000 4194304 4196468 140723387505184 140658704329232 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18756] ppid=18744 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18756/stat : 18756 (java) S 18744 18744 12749 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419321644 28904845312 10095 33554432000 4194304 4196468 140723387505184 140656887446128 140658759088770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18757] ppid=18744 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18757/stat : 18757 (java) S 18744 18744 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419321644 28904845312 10095 33554432000 4194304 4196468 140723387505184 140656886392096 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18758] ppid=18744 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18758/stat : 18758 (java) S 18744 18744 12749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419321645 28904845312 10095 33554432000 4194304 4196468 140723387505184 140656885339760 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18759] ppid=18744 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18759/stat : 18759 (java) S 18744 18744 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321647 28904845312 10095 33554432000 4194304 4196468 140723387505184 140656884288080 140658759096219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18760] ppid=18744 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/18746/task/18760/stat : 18760 (java) S 18744 18744 12749 0 -1 1077944384 342 0 0 0 1 0 0 0 20 0 20 0 419321647 28904845312 10095 33554432000 4194304 4196468 140723387505184 140656883234928 140658759088770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18761] ppid=18744 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18761/stat : 18761 (java) S 18744 18744 12749 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 419321647 28904845312 10095 33554432000 4194304 4196468 140723387505184 140656882182128 140658759088770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18762] ppid=18744 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/18746/task/18762/stat : 18762 (java) S 18744 18744 12749 0 -1 1077944384 261 0 0 0 2 0 0 0 20 0 20 0 419321647 28904845312 10095 33554432000 4194304 4196468 140723387505184 140656881129840 140658759088770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18763] ppid=18744 vsize=28227388 memory=0 CPUtime=0.08 cores=0-7
/proc/18746/task/18763/stat : 18763 (java) R 18744 18744 12749 0 -1 4202560 800 0 0 0 8 0 0 0 20 0 20 0 419321647 28904845312 10095 33554432000 4194304 4196468 140723387505184 140656880077040 140658738115842 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18764] ppid=18744 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18764/stat : 18764 (java) S 18744 18744 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419321647 28904845312 10095 33554432000 4194304 4196468 140723387505184 140656879024992 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18765] ppid=18744 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18746/task/18765/stat : 18765 (java) S 18744 18744 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321647 28904845312 10095 33554432000 4194304 4196468 140723387505184 140656877972272 140658759088770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 41836 KiB

[startup+0.310141 s]*
/proc/loadavg: 4.04 4.02 4.04 5/210 18765
/proc/meminfo: memFree=30589816/32770624 swapFree=66997684/67108860
[pid=18744] ppid=18741 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18744/stat : 18744 (xcsp3-exec) S 18741 18744 12749 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419321641 115843072 364 33554432000 4194304 5098028 140725291964032 140725291962136 140325517488764 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15138816 140725291967349 140725291967593 140725291967593 140725291970506 0
/proc/18744/statm: 28282 364 305 221 0 87 0
[pid=18746] ppid=18744 vsize=28231644 memory=49772 CPUtime=0.52 cores=0-7
/proc/18746/stat : 18746 (java) S 18744 18744 12749 0 -1 1077944320 10788 0 0 0 48 4 0 0 20 0 20 0 419321641 28909203456 12443 33554432000 4194304 4196468 140723387505184 140723387487728 140658759077623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
/proc/18746/statm: 7057911 12443 3351 1 0 7019032 0
[pid=18746/tid=18747] ppid=18744 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/18746/task/18747/stat : 18747 (java) R 18744 18744 12749 0 -1 4202560 7719 0 0 0 26 3 0 0 20 0 20 0 419321642 28909203456 12443 33554432000 4194304 4196468 140723387505184 140658763308736 140658743158110 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18748] ppid=18744 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18748/stat : 18748 (java) S 18744 18744 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321642 28909203456 12443 33554432000 4194304 4196468 140723387505184 140658711698320 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18749] ppid=18744 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18749/stat : 18749 (java) S 18744 18744 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321642 28909203456 12443 33554432000 4194304 4196468 140723387505184 140658710645520 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18750] ppid=18744 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18750/stat : 18750 (java) S 18744 18744 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321642 28909203456 12443 33554432000 4194304 4196468 140723387505184 140658709593232 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18751] ppid=18744 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18751/stat : 18751 (java) S 18744 18744 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321642 28909203456 12443 33554432000 4194304 4196468 140723387505184 140658708540432 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18752] ppid=18744 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18752/stat : 18752 (java) S 18744 18744 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419321642 28909203456 12443 33554432000 4194304 4196468 140723387505184 140658707487120 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18753] ppid=18744 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18753/stat : 18753 (java) S 18744 18744 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321642 28909203456 12443 33554432000 4194304 4196468 140723387505184 140658706434320 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18754] ppid=18744 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18754/stat : 18754 (java) S 18744 18744 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321642 28909203456 12443 33554432000 4194304 4196468 140723387505184 140658705382032 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18755] ppid=18744 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18755/stat : 18755 (java) S 18744 18744 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321642 28909203456 12443 33554432000 4194304 4196468 140723387505184 140658704329232 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18756] ppid=18744 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18756/stat : 18756 (java) S 18744 18744 12749 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419321644 28909203456 12443 33554432000 4194304 4196468 140723387505184 140656887446128 140658759088770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18757] ppid=18744 vsize=28231388 memory=280014151163264 CPUtime=0 cores=0-7
/proc/18746/task/18757/stat : 18757 (java) S 18744 18744 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419321644 28908941312 12474 33554432000 4194304 4196468 140723387505184 140656886392096 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18758] ppid=18744 vsize=28231644 memory=280014151167872 CPUtime=0 cores=0-7
/proc/18746/task/18758/stat : 18758 (java) S 18744 18744 12749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419321645 28909203456 12474 33554432000 4194304 4196468 140723387505184 140656885339760 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18759] ppid=18744 vsize=28231644 memory=280014151172480 CPUtime=0 cores=0-7
/proc/18746/task/18759/stat : 18759 (java) S 18744 18744 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321647 28909203456 12474 33554432000 4194304 4196468 140723387505184 140656884288080 140658759096219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18760] ppid=18744 vsize=28231644 memory=280014151177088 CPUtime=0.02 cores=0-7
/proc/18746/task/18760/stat : 18760 (java) S 18744 18744 12749 0 -1 1077944384 353 0 0 0 2 0 0 0 20 0 20 0 419321647 28909203456 12474 33554432000 4194304 4196468 140723387505184 140656883234928 140658759088770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18761] ppid=18744 vsize=28231644 memory=280014151181696 CPUtime=0.01 cores=0-7
/proc/18746/task/18761/stat : 18761 (java) S 18744 18744 12749 0 -1 1077944384 70 0 0 0 1 0 0 0 20 0 20 0 419321647 28909203456 12474 33554432000 4194304 4196468 140723387505184 140656882182128 140658759088770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18762] ppid=18744 vsize=28231644 memory=280014151186304 CPUtime=0.04 cores=0-7
/proc/18746/task/18762/stat : 18762 (java) R 18744 18744 12749 0 -1 4202560 374 0 0 0 4 0 0 0 20 0 20 0 419321647 28909203456 12474 33554432000 4194304 4196468 140723387505184 140656881128240 140658738292917 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18763] ppid=18744 vsize=28231644 memory=280014151190912 CPUtime=0.12 cores=0-7
/proc/18746/task/18763/stat : 18763 (java) S 18744 18744 12749 0 -1 1077944384 966 0 0 0 12 0 0 0 20 0 20 0 419321647 28909203456 12474 33554432000 4194304 4196468 140723387505184 140656880077040 140658759088770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18764] ppid=18744 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18764/stat : 18764 (java) S 18744 18744 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419321647 28909203456 12474 33554432000 4194304 4196468 140723387505184 140656879024992 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18765] ppid=18744 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/18746/task/18765/stat : 18765 (java) S 18744 18744 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321647 28909203456 12474 33554432000 4194304 4196468 140723387505184 140656877972272 140658759088770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51228 KiB

[startup+0.700973 s]
/proc/loadavg: 4.04 4.02 4.04 5/210 18765
/proc/meminfo: memFree=30555084/32770624 swapFree=66997684/67108860
[pid=18744] ppid=18741 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18744/stat : 18744 (xcsp3-exec) S 18741 18744 12749 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419321641 115843072 364 33554432000 4194304 5098028 140725291964032 140725291962136 140325517488764 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15138816 140725291967349 140725291967593 140725291967593 140725291970506 0
/proc/18744/statm: 28282 364 305 221 0 87 0
[pid=18746] ppid=18744 vsize=28233768 memory=103308 CPUtime=1.95 cores=0-7
/proc/18746/stat : 18746 (java) S 18744 18744 12749 0 -1 1077944320 16512 0 0 0 188 7 0 0 20 0 20 0 419321641 28911378432 25827 33554432000 4194304 4196468 140723387505184 140723387487728 140658759077623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
/proc/18746/statm: 7058442 25827 3442 1 0 7019544 0
[pid=18746/tid=18747] ppid=18744 vsize=28233768 memory=4580 CPUtime=0.67 cores=0-7
/proc/18746/task/18747/stat : 18747 (java) R 18744 18744 12749 0 -1 4202560 9241 0 0 0 62 5 0 0 20 0 20 0 419321642 28911378432 25827 33554432000 4194304 4196468 140723387505184 140658763313144 140658388136319 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18748] ppid=18744 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18748/stat : 18748 (java) S 18744 18744 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321642 28911378432 25827 33554432000 4194304 4196468 140723387505184 140658711698320 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18749] ppid=18744 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18749/stat : 18749 (java) S 18744 18744 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321642 28911378432 25827 33554432000 4194304 4196468 140723387505184 140658710645520 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18750] ppid=18744 vsize=28233768 memory=4008 CPUtime=0 cores=0-7
/proc/18746/task/18750/stat : 18750 (java) S 18744 18744 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321642 28911378432 25827 33554432000 4194304 4196468 140723387505184 140658709593232 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0

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

[pid=18746/tid=18763] ppid=18744 vsize=28769356 memory=6944656592455097440 CPUtime=1.07 cores=0-7
/proc/18746/task/18763/stat : 18763 (java) S 18744 18744 12749 0 -1 1077944384 5494 0 0 0 105 2 0 0 20 0 28 0 419321647 29459820544 102807 33554432000 4194304 4196468 140723387505184 140656880077040 140658759088770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18764] ppid=18744 vsize=28769356 memory=1456 CPUtime=0 cores=0-7
/proc/18746/task/18764/stat : 18764 (java) S 18744 18744 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419321647 29459820544 102807 33554432000 4194304 4196468 140723387505184 140656879024992 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18765] ppid=18744 vsize=28769356 memory=250572 CPUtime=0 cores=0-7
/proc/18746/task/18765/stat : 18765 (java) S 18744 18744 12749 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 419321647 29459820544 102807 33554432000 4194304 4196468 140723387505184 140656877972272 140658759088770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18862] ppid=18744 vsize=28769356 memory=13571 CPUtime=1.46 cores=0-7
/proc/18746/task/18862/stat : 18862 (java) R 18744 18744 12749 0 -1 4202560 97 0 0 0 146 0 0 0 20 0 28 0 419321952 29459820544 102807 33554432000 4194304 4196468 140723387505184 140656858244376 140658391320086 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18863] ppid=18744 vsize=28769356 memory=0 CPUtime=1.51 cores=0-7
/proc/18746/task/18863/stat : 18863 (java) R 18744 18744 12749 0 -1 4202560 80 0 0 0 151 0 0 0 20 0 28 0 419321952 29459820544 102807 33554432000 4194304 4196468 140723387505184 140656859296488 140658391320153 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18864] ppid=18744 vsize=28769356 memory=1235 CPUtime=1 cores=0-7
/proc/18746/task/18864/stat : 18864 (java) R 18744 18744 12749 0 -1 4202560 402 0 0 0 100 0 0 0 20 0 28 0 419321952 29459820544 102807 33554432000 4194304 4196468 140723387505184 140656866662952 140658394446716 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18865] ppid=18744 vsize=28769356 memory=3624 CPUtime=1.46 cores=0-7
/proc/18746/task/18865/stat : 18865 (java) R 18744 18744 12749 0 -1 4202560 108 0 0 0 146 0 0 0 20 0 28 0 419321952 29459820544 102807 33554432000 4194304 4196468 140723387505184 140656860348776 140658391320086 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18866] ppid=18744 vsize=28769356 memory=26876 CPUtime=1.18 cores=0-7
/proc/18746/task/18866/stat : 18866 (java) R 18744 18744 12749 0 -1 4202560 128 0 0 0 118 0 0 0 20 0 28 0 419321952 29459820544 102807 33554432000 4194304 4196468 140723387505184 140656863507000 140658391319921 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18867] ppid=18744 vsize=28769356 memory=984 CPUtime=1.5 cores=0-7
/proc/18746/task/18867/stat : 18867 (java) R 18744 18744 12749 0 -1 4202560 66 0 0 0 150 0 0 0 20 0 28 0 419321952 29459820544 102807 33554432000 4194304 4196468 140723387505184 140656862454232 140658391319921 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18868] ppid=18744 vsize=28769356 memory=2024 CPUtime=1.06 cores=0-7
/proc/18746/task/18868/stat : 18868 (java) R 18744 18744 12749 0 -1 4202560 80 0 0 0 106 0 0 0 20 0 28 0 419321952 29459820544 102807 33554432000 4194304 4196468 140723387505184 140656861400712 140658392490800 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18869] ppid=18744 vsize=28769356 memory=6791534058613427641 CPUtime=1.26 cores=0-7
/proc/18746/task/18869/stat : 18869 (java) R 18744 18744 12749 0 -1 4202560 44 0 0 0 126 0 0 0 20 0 28 0 419321952 29459820544 102807 33554432000 4194304 4196468 140723387505184 140656865611944 140658391618687 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
Current children cumulated CPU time: 31.16 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 412684 KiB

[startup+5.61035 s]
/proc/loadavg: 4.68 4.15 4.09 12/218 18869
/proc/meminfo: memFree=30229220/32770624 swapFree=66997684/67108860
[pid=18744] ppid=18741 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18744/stat : 18744 (xcsp3-exec) S 18741 18744 12749 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419321641 115843072 364 33554432000 4194304 5098028 140725291964032 140725291962136 140325517488764 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15138816 140725291967349 140725291967593 140725291967593 140725291970506 0
/proc/18744/statm: 28282 364 305 221 0 87 0
[pid=18746] ppid=18744 vsize=28769356 memory=411832 CPUtime=37.57 cores=0-7
/proc/18746/stat : 18746 (java) S 18744 18744 12749 0 -1 1077944320 45360 0 0 0 3714 43 0 0 20 0 28 0 419321641 29459820544 102958 33554432000 4194304 4196468 140723387505184 140723387487728 140658759077623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
/proc/18746/statm: 7192339 102958 3531 1 0 7153441 0
[pid=18746/tid=18747] ppid=18744 vsize=28769356 memory=-1391509512798377067 CPUtime=1.31 cores=0-7
/proc/18746/task/18747/stat : 18747 (java) S 18744 18744 12749 0 -1 1077944384 9621 0 0 0 124 7 0 0 20 0 28 0 419321642 29459820544 102958 33554432000 4194304 4196468 140723387505184 140658763318400 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18748] ppid=18744 vsize=28769356 memory=6791534058613427641 CPUtime=0.04 cores=0-7
/proc/18746/task/18748/stat : 18748 (java) S 18744 18744 12749 0 -1 1077944384 82 0 0 0 2 2 0 0 20 0 28 0 419321642 29459820544 102958 33554432000 4194304 4196468 140723387505184 140658711698320 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18749] ppid=18744 vsize=28769356 memory=280014151632640 CPUtime=0.04 cores=0-7
/proc/18746/task/18749/stat : 18749 (java) S 18744 18744 12749 0 -1 1077944384 66 0 0 0 2 2 0 0 20 0 28 0 419321642 29459820544 102958 33554432000 4194304 4196468 140723387505184 140658710645520 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18750] ppid=18744 vsize=28769356 memory=280014151298688 CPUtime=0.04 cores=0-7
/proc/18746/task/18750/stat : 18750 (java) S 18744 18744 12749 0 -1 1077944384 93 0 0 0 2 2 0 0 20 0 28 0 419321642 29459820544 102958 33554432000 4194304 4196468 140723387505184 140658709593232 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18751] ppid=18744 vsize=28769356 memory=280014151648128 CPUtime=0.04 cores=0-7
/proc/18746/task/18751/stat : 18751 (java) S 18744 18744 12749 0 -1 1077944384 98 0 0 0 2 2 0 0 20 0 28 0 419321642 29459820544 102958 33554432000 4194304 4196468 140723387505184 140658708540432 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18752] ppid=18744 vsize=28769356 memory=1456 CPUtime=0.03 cores=0-7
/proc/18746/task/18752/stat : 18752 (java) S 18744 18744 12749 0 -1 1077944384 32 0 0 0 1 2 0 0 20 0 28 0 419321642 29459820544 102958 33554432000 4194304 4196468 140723387505184 140658707487120 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18753] ppid=18744 vsize=28769356 memory=410064 CPUtime=0.03 cores=0-7
/proc/18746/task/18753/stat : 18753 (java) S 18744 18744 12749 0 -1 1077944384 65 0 0 0 2 1 0 0 20 0 28 0 419321642 29459820544 102958 33554432000 4194304 4196468 140723387505184 140658706434320 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18754] ppid=18744 vsize=28769356 memory=280014151648704 CPUtime=0.04 cores=0-7
/proc/18746/task/18754/stat : 18754 (java) S 18744 18744 12749 0 -1 1077944384 77 0 0 0 2 2 0 0 20 0 28 0 419321642 29459820544 102958 33554432000 4194304 4196468 140723387505184 140658705382032 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18755] ppid=18744 vsize=28769356 memory=280014151648896 CPUtime=0.03 cores=0-7
/proc/18746/task/18755/stat : 18755 (java) S 18744 18744 12749 0 -1 1077944384 72 0 0 0 2 1 0 0 20 0 28 0 419321642 29459820544 102958 33554432000 4194304 4196468 140723387505184 140658704329232 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18756] ppid=18744 vsize=28769356 memory=0 CPUtime=0.03 cores=0-7
/proc/18746/task/18756/stat : 18756 (java) S 18744 18744 12749 0 -1 1077944384 236 0 0 0 2 1 0 0 20 0 28 0 419321644 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656887446128 140658759088770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18757] ppid=18744 vsize=28769356 memory=3624 CPUtime=0 cores=0-7
/proc/18746/task/18757/stat : 18757 (java) S 18744 18744 12749 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 419321644 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656886392160 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18758] ppid=18744 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18758/stat : 18758 (java) S 18744 18744 12749 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 419321645 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656885339776 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18759] ppid=18744 vsize=28769356 memory=140007075887521 CPUtime=0 cores=0-7
/proc/18746/task/18759/stat : 18759 (java) S 18744 18744 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419321647 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656884288080 140658759096219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18760] ppid=18744 vsize=28769356 memory=6656426216303648864 CPUtime=2.95 cores=0-7
/proc/18746/task/18760/stat : 18760 (java) S 18744 18744 12749 0 -1 1077944384 7768 0 0 0 292 3 0 0 20 0 28 0 419321647 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656883234928 140658759088770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18761] ppid=18744 vsize=28769356 memory=0 CPUtime=3.53 cores=0-7
/proc/18746/task/18761/stat : 18761 (java) R 18744 18744 12749 0 -1 4202560 9272 0 0 0 351 2 0 0 20 0 28 0 419321647 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656882167920 140658740599023 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18762] ppid=18744 vsize=28769356 memory=0 CPUtime=3.08 cores=0-7
/proc/18746/task/18762/stat : 18762 (java) R 18744 18744 12749 0 -1 1077944384 6681 0 0 0 306 2 0 0 20 0 28 0 419321647 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656881129840 140658759088770 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18763] ppid=18744 vsize=28769356 memory=6944656592455360604 CPUtime=1.1 cores=0-7
/proc/18746/task/18763/stat : 18763 (java) S 18744 18744 12749 0 -1 1077944384 5881 0 0 0 108 2 0 0 20 0 28 0 419321647 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656880077040 140658759088770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18764] ppid=18744 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18764/stat : 18764 (java) S 18744 18744 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419321647 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656879024992 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18765] ppid=18744 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/18746/task/18765/stat : 18765 (java) S 18744 18744 12749 0 -1 1077944384 390 0 0 0 0 0 0 0 20 0 28 0 419321647 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656877972272 140658759088770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18862] ppid=18744 vsize=28769356 memory=-1189914978686163229 CPUtime=2.24 cores=0-7
/proc/18746/task/18862/stat : 18862 (java) R 18744 18744 12749 0 -1 4202560 154 0 0 0 224 0 0 0 20 0 28 0 419321952 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656858242408 140658391320576 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18863] ppid=18744 vsize=28769356 memory=0 CPUtime=1.98 cores=0-7
/proc/18746/task/18863/stat : 18863 (java) R 18744 18744 12749 0 -1 4202560 87 0 0 0 198 0 0 0 20 0 28 0 419321952 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656859296168 140658391319930 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18864] ppid=18744 vsize=28769356 memory=0 CPUtime=1.71 cores=0-7
/proc/18746/task/18864/stat : 18864 (java) R 18744 18744 12749 0 -1 4202560 601 0 0 0 171 0 0 0 20 0 28 0 419321952 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656866662632 140658392948168 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18865] ppid=18744 vsize=28769356 memory=0 CPUtime=2.23 cores=0-7
/proc/18746/task/18865/stat : 18865 (java) R 18744 18744 12749 0 -1 4202560 172 0 0 0 223 0 0 0 20 0 28 0 419321952 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656860350136 140658384934526 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18866] ppid=18744 vsize=28769356 memory=628 CPUtime=1.86 cores=0-7
/proc/18746/task/18866/stat : 18866 (java) R 18744 18744 12749 0 -1 4202560 175 0 0 0 186 0 0 0 20 0 28 0 419321952 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656863508248 140658391619984 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18867] ppid=18744 vsize=28769356 memory=1056 CPUtime=2.26 cores=0-7
/proc/18746/task/18867/stat : 18867 (java) R 18744 18744 12749 0 -1 4202560 82 0 0 0 226 0 0 0 20 0 28 0 419321952 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656862455608 140658391319838 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18868] ppid=18744 vsize=28769356 memory=1556 CPUtime=1.56 cores=0-7
/proc/18746/task/18868/stat : 18868 (java) R 18744 18744 12749 0 -1 4202560 104 0 0 0 156 0 0 0 20 0 28 0 419321952 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656861401576 140658391320068 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18869] ppid=18744 vsize=28769356 memory=5924 CPUtime=1.93 cores=0-7
/proc/18746/task/18869/stat : 18869 (java) R 18744 18744 12749 0 -1 4202560 149 0 0 0 193 0 0 0 20 0 28 0 419321952 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656865612688 140658391320145 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
Current children cumulated CPU time: 37.57 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 413288 KiB

[startup+5.81035 s]
/proc/loadavg: 4.68 4.15 4.09 12/218 18869
/proc/meminfo: memFree=30229220/32770624 swapFree=66997684/67108860
[pid=18744] ppid=18741 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18744/stat : 18744 (xcsp3-exec) S 18741 18744 12749 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419321641 115843072 364 33554432000 4194304 5098028 140725291964032 140725291962136 140325517488764 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15138816 140725291967349 140725291967593 140725291967593 140725291970506 0
/proc/18744/statm: 28282 364 305 221 0 87 0
[pid=18746] ppid=18744 vsize=28769356 memory=411832 CPUtime=39.14 cores=0-7
/proc/18746/stat : 18746 (java) S 18744 18744 12749 0 -1 1077944320 45602 0 0 0 3870 44 0 0 20 0 28 0 419321641 29459820544 102958 33554432000 4194304 4196468 140723387505184 140723387487728 140658759077623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
/proc/18746/statm: 7192339 102958 3531 1 0 7153441 0
[pid=18746/tid=18747] ppid=18744 vsize=28769356 memory=5859271421084063080 CPUtime=1.31 cores=0-7
/proc/18746/task/18747/stat : 18747 (java) S 18744 18744 12749 0 -1 1077944384 9621 0 0 0 124 7 0 0 20 0 28 0 419321642 29459820544 102958 33554432000 4194304 4196468 140723387505184 140658763318400 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18748] ppid=18744 vsize=28769356 memory=5859271421084325224 CPUtime=0.04 cores=0-7
/proc/18746/task/18748/stat : 18748 (java) S 18744 18744 12749 0 -1 1077944384 82 0 0 0 2 2 0 0 20 0 28 0 419321642 29459820544 102958 33554432000 4194304 4196468 140723387505184 140658711698320 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18749] ppid=18744 vsize=28769356 memory=6935649255759568960 CPUtime=0.04 cores=0-7
/proc/18746/task/18749/stat : 18749 (java) S 18744 18744 12749 0 -1 1077944384 66 0 0 0 2 2 0 0 20 0 28 0 419321642 29459820544 102958 33554432000 4194304 4196468 140723387505184 140658710645520 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18750] ppid=18744 vsize=28769356 memory=4638778398332698720 CPUtime=0.04 cores=0-7
/proc/18746/task/18750/stat : 18750 (java) S 18744 18744 12749 0 -1 1077944384 93 0 0 0 2 2 0 0 20 0 28 0 419321642 29459820544 102958 33554432000 4194304 4196468 140723387505184 140658709593232 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18751] ppid=18744 vsize=28769356 memory=4638778398332698720 CPUtime=0.04 cores=0-7
/proc/18746/task/18751/stat : 18751 (java) S 18744 18744 12749 0 -1 1077944384 98 0 0 0 2 2 0 0 20 0 28 0 419321642 29459820544 102958 33554432000 4194304 4196468 140723387505184 140658708540432 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18752] ppid=18744 vsize=28769356 memory=4628973187041168758 CPUtime=0.03 cores=0-7
/proc/18746/task/18752/stat : 18752 (java) S 18744 18744 12749 0 -1 1077944384 32 0 0 0 1 2 0 0 20 0 28 0 419321642 29459820544 102958 33554432000 4194304 4196468 140723387505184 140658707487120 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18753] ppid=18744 vsize=28769356 memory=7882828121784479853 CPUtime=0.03 cores=0-7
/proc/18746/task/18753/stat : 18753 (java) S 18744 18744 12749 0 -1 1077944384 65 0 0 0 2 1 0 0 20 0 28 0 419321642 29459820544 102958 33554432000 4194304 4196468 140723387505184 140658706434320 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18754] ppid=18744 vsize=28769356 memory=6299802978650451056 CPUtime=0.04 cores=0-7
/proc/18746/task/18754/stat : 18754 (java) S 18744 18744 12749 0 -1 1077944384 77 0 0 0 2 2 0 0 20 0 28 0 419321642 29459820544 102958 33554432000 4194304 4196468 140723387505184 140658705382032 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18755] ppid=18744 vsize=28769356 memory=1980 CPUtime=0.03 cores=0-7
/proc/18746/task/18755/stat : 18755 (java) S 18744 18744 12749 0 -1 1077944384 72 0 0 0 2 1 0 0 20 0 28 0 419321642 29459820544 102958 33554432000 4194304 4196468 140723387505184 140658704329232 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18756] ppid=18744 vsize=28769356 memory=2552 CPUtime=0.03 cores=0-7
/proc/18746/task/18756/stat : 18756 (java) S 18744 18744 12749 0 -1 1077944384 236 0 0 0 2 1 0 0 20 0 28 0 419321644 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656887446128 140658759088770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18757] ppid=18744 vsize=28769356 memory=1760 CPUtime=0 cores=0-7
/proc/18746/task/18757/stat : 18757 (java) S 18744 18744 12749 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 419321644 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656886392160 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18758] ppid=18744 vsize=28769356 memory=111632 CPUtime=0 cores=0-7
/proc/18746/task/18758/stat : 18758 (java) S 18744 18744 12749 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 419321645 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656885339776 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18759] ppid=18744 vsize=28769356 memory=800 CPUtime=0 cores=0-7
/proc/18746/task/18759/stat : 18759 (java) S 18744 18744 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419321647 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656884288080 140658759096219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18760] ppid=18744 vsize=28769356 memory=1808 CPUtime=2.95 cores=0-7
/proc/18746/task/18760/stat : 18760 (java) S 18744 18744 12749 0 -1 1077944384 7774 0 0 0 292 3 0 0 20 0 28 0 419321647 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656883234928 140658759088770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18761] ppid=18744 vsize=28769356 memory=920 CPUtime=3.68 cores=0-7
/proc/18746/task/18761/stat : 18761 (java) S 18744 18744 12749 0 -1 1077944384 9460 0 0 0 366 2 0 0 20 0 28 0 419321647 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656882182128 140658759088770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18762] ppid=18744 vsize=28769356 memory=4388 CPUtime=3.09 cores=0-7
/proc/18746/task/18762/stat : 18762 (java) S 18744 18744 12749 0 -1 1077944384 6686 0 0 0 307 2 0 0 20 0 28 0 419321647 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656881129840 140658759088770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18763] ppid=18744 vsize=28769356 memory=4100 CPUtime=1.1 cores=0-7
/proc/18746/task/18763/stat : 18763 (java) S 18744 18744 12749 0 -1 1077944384 5883 0 0 0 108 2 0 0 20 0 28 0 419321647 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656880077040 140658759088770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18764] ppid=18744 vsize=28769356 memory=1408 CPUtime=0 cores=0-7
/proc/18746/task/18764/stat : 18764 (java) S 18744 18744 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419321647 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656879024992 140658759087829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18765] ppid=18744 vsize=28769356 memory=2620 CPUtime=0 cores=0-7
/proc/18746/task/18765/stat : 18765 (java) R 18744 18744 12749 0 -1 1077944384 390 0 0 0 0 0 0 0 20 0 28 0 419321647 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656877972272 140658759088770 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18862] ppid=18744 vsize=28769356 memory=1456 CPUtime=2.42 cores=0-7
/proc/18746/task/18862/stat : 18862 (java) R 18744 18744 12749 0 -1 4202560 156 0 0 0 242 0 0 0 20 0 28 0 419321952 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656858242408 140658391319861 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18863] ppid=18744 vsize=28769356 memory=411696 CPUtime=2.18 cores=0-7
/proc/18746/task/18863/stat : 18863 (java) R 18744 18744 12749 0 -1 4202560 91 0 0 0 218 0 0 0 20 0 28 0 419321952 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656859296168 140658391319983 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18864] ppid=18744 vsize=28769356 memory=1164 CPUtime=1.9 cores=0-7
/proc/18746/task/18864/stat : 18864 (java) R 18744 18744 12749 0 -1 4202560 616 0 0 0 190 0 0 0 20 0 28 0 419321952 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656866662728 140658392948569 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18865] ppid=18744 vsize=28769356 memory=0 CPUtime=2.43 cores=0-7
/proc/18746/task/18865/stat : 18865 (java) R 18744 18744 12749 0 -1 4202560 176 0 0 0 243 0 0 0 20 0 28 0 419321952 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656860350136 140658391319753 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18866] ppid=18744 vsize=28769356 memory=0 CPUtime=2 cores=0-7
/proc/18746/task/18866/stat : 18866 (java) R 18744 18744 12749 0 -1 4202560 177 0 0 0 200 0 0 0 20 0 28 0 419321952 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656863508248 140658392491464 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18867] ppid=18744 vsize=28769356 memory=0 CPUtime=2.41 cores=0-7
/proc/18746/task/18867/stat : 18867 (java) R 18744 18744 12749 0 -1 4202560 84 0 0 0 241 0 0 0 20 0 28 0 419321952 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656862455608 140658391319921 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18868] ppid=18744 vsize=28769356 memory=0 CPUtime=1.76 cores=0-7
/proc/18746/task/18868/stat : 18868 (java) R 18744 18744 12749 0 -1 4202560 106 0 0 0 176 0 0 0 20 0 28 0 419321952 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656861401576 140658391320099 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
[pid=18746/tid=18869] ppid=18744 vsize=28769356 memory=0 CPUtime=2.08 cores=0-7
/proc/18746/task/18869/stat : 18869 (java) R 18744 18744 12749 0 -1 4202560 158 0 0 0 208 0 0 0 20 0 28 0 419321952 29459820544 102958 33554432000 4194304 4196468 140723387505184 140656865612088 140658391319944 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19931136 140723387511786 140723387511958 140723387511958 140723387514831 0
Current children cumulated CPU time: 39.14 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 413288 KiB

Child status: 0
Real time (s): 5.83996
CPU time (s): 39.2862
CPU user time (s): 38.8277
CPU system time (s): 0.458463
CPU usage (%): 672.713
Max. virtual memory (cumulated for all children) (KiB): 28882484
Max. memory (cumulated for all children) (KiB): 413288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.8277
system time used= 0.458463
maximum resident set size= 413928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46668
page faults= 0
swaps= 0
block input operations= 0
block output operations= 120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5310
involuntary context switches= 1205


# summary of solver processes directly reported to runsolver:
#   pid: 18744
#   total CPU time (s): 39.2862
#   total CPU user time (s): 38.8277
#   total CPU system time (s): 0.458463

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.075235 second user time and 0.095447 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-14 04:09:53
IDJOB=4393830
IDBENCH=127982
IDSOLVER=2841
FILE ID=node106/4393830-1568430670
RUNJOBID= node106-1568413091-12776
PBS_JOBID= 21702261
Free space on /tmp= 59112 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-20-4-5-8.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-4393830-1568430670/watcher-4393830-1568430670 -o /tmp/evaluation-result-4393830-1568430670/solver-4393830-1568430670 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568413091-12776 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1350181564 HOME/instance-4393830-1568430670.xml

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

MD5SUM BENCH= cc4f118531160cfe6c95c1294546deff
RANDOM SEED=1350181564

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:        30626640 kB
MemAvailable:   31901204 kB
Buffers:          183940 kB
Cached:          1371448 kB
SwapCached:         9320 kB
Active:           487444 kB
Inactive:        1083704 kB
Active(anon):      14544 kB
Inactive(anon):    34744 kB
Active(file):     472900 kB
Inactive(file):  1048960 kB
Unevictable:      106908 kB
Mlocked:          106908 kB
SwapTotal:      67108860 kB
SwapFree:       66997684 kB
Dirty:             26468 kB
Writeback:             0 kB
AnonPages:        124560 kB
Mapped:            38092 kB
Shmem:             25300 kB
Slab:             166376 kB
SReclaimable:     137080 kB
SUnreclaim:        29296 kB
KernelStack:        3696 kB
PageTables:         5932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     489728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 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 04:09:59