Trace number 4394554

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 parallelWrong Opt.-990 16.3649 3.27427

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-6.xml
MD5SUM0bc555941feddabd64880acf40a70a83
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark37.0951
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains25
Minimum domain size3
Maximum domain size25
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":6},{"size":5,"count":12},{"size":6,"count":5},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
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-4394554-1568430666.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394554-1568430666.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
4.65/1.79	c solve instance...
5.75/1.92	o -1000 
8.06/2.23	o -999 
16.02/3.24	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (45/128)
16.02/3.24		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
16.02/3.24		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
16.02/3.24		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
16.02/3.24		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
16.02/3.24		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
16.02/3.24	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (45/128)
16.02/3.24		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
16.02/3.24		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
16.02/3.24		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
16.02/3.24		at org.chocosolver.solver.Solver.repair(Solver.java:443)
16.02/3.24		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
16.02/3.24		at org.chocosolver.solver.Solver.solve(Solver.java:262)
16.02/3.24		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
16.02/3.24		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
16.02/3.24		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
16.02/3.24		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
16.02/3.24		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
16.02/3.24		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
16.02/3.24		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
16.02/3.24		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
16.02/3.24		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
16.02/3.24		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
16.02/3.24	o -995 
16.02/3.25	java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException
16.02/3.25		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
16.02/3.25		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
16.02/3.25		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
16.02/3.25		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
16.02/3.25		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
16.02/3.25	Caused by: java.lang.ArrayIndexOutOfBoundsException
16.02/3.25		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
16.02/3.25		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
16.02/3.25		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
16.02/3.25		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
16.02/3.25		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
16.02/3.25		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
16.02/3.25		... 4 more
16.02/3.25	Caused by: java.lang.ArrayIndexOutOfBoundsException
16.02/3.25		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
16.02/3.25		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
16.02/3.25		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
16.02/3.25		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
16.02/3.25		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
16.02/3.25		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
16.02/3.25		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
16.02/3.25		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
16.02/3.25		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
16.02/3.25		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
16.02/3.25		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
16.02/3.25		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
16.02/3.25		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
16.02/3.25		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
16.02/3.25		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
16.02/3.25		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
16.02/3.25		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
16.02/3.25		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
16.02/3.25	Caused by: java.lang.ArrayIndexOutOfBoundsException: -1
16.02/3.25		at org.chocosolver.solver.variables.impl.AbstractVariable.getDindex(AbstractVariable.java:309)
16.02/3.25		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:289)
16.02/3.25		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
16.02/3.25		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
16.02/3.25		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
16.02/3.25		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
16.02/3.25		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
16.02/3.25		at org.chocosolver.solver.Solver.solve(Solver.java:262)
16.02/3.25		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
16.02/3.25		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
16.02/3.25		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
16.02/3.25		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
16.02/3.25		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
16.02/3.25		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
16.02/3.25		... 4 more
16.02/3.25	o -990 
16.02/3.25	s OPTIMUM FOUND
16.02/3.25	v <instantiation>
16.02/3.25	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] s[20] s[21] s[22] s[23] 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] p[20] p[21] p[22] p[23] 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] g[20] g[21] g[22] g[23] </list>
16.02/3.25	v 	<values>1 7 -1 -1 -1 -1 -1 8 14 10 11 17 -1 -1 15 9 -1 23 -1 -1 -1 -1 -1 0 0 1 -1 -1 -1 -1 -1 2 3 6 7 8 -1 -1 4 5 -1 9 -1 -1 -1 -1 -1 10 1 -7 0 0 0 0 0 8 4 7 3 -7 0 0 -4 1 0 4 0 0 0 0 0 -1000 </values>
16.02/3.25	v </instantiation>

Verifier Data

OK	-990

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-4394554-1568430666/watcher-4394554-1568430666 -o /tmp/evaluation-result-4394554-1568430666/solver-4394554-1568430666 -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 612736271 HOME/instance-4394554-1568430666.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=18611, runsolver pid=18608
Current StackSize limit: 8192 KiB


[startup+0.100131 s]*
/proc/loadavg: 4.31 4.07 4.06 3/210 18632
/proc/meminfo: memFree=30607328/32770624 swapFree=66997684/67108860
[pid=18611] ppid=18608 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18611/stat : 18611 (xcsp3-exec) S 18608 18611 12749 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419321211 115843072 363 33554432000 4194304 5098028 140734279512112 140734279510216 140205124022908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28651520 140734279517046 140734279517289 140734279517289 140734279520202 0
/proc/18611/statm: 28282 363 304 221 0 87 0
[pid=18613] ppid=18611 vsize=28227388 memory=30076 CPUtime=0.12 cores=0-7
/proc/18613/stat : 18613 (java) S 18611 18611 12749 0 -1 1077944320 5492 0 0 0 11 1 0 0 20 0 20 0 419321211 28904845312 7519 33554432000 4194304 4196468 140721847397168 140721847379712 139905026252535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
/proc/18613/statm: 7056847 7519 3119 1 0 7019032 0
[pid=18613/tid=18614] ppid=18611 vsize=28227388 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/18613/task/18614/stat : 18614 (java) R 18611 18611 12749 0 -1 4202560 3387 0 0 0 8 1 0 0 20 0 20 0 419321212 28904845312 7519 33554432000 4194304 4196468 140721847397168 139905030488960 139905026264470 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18615] ppid=18611 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18615/stat : 18615 (java) S 18611 18611 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321212 28904845312 7519 33554432000 4194304 4196468 140721847397168 139904946104848 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18616] ppid=18611 vsize=28227388 memory=140132347090093 CPUtime=0 cores=0-7
/proc/18613/task/18616/stat : 18616 (java) S 18611 18611 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321212 28904845312 7519 33554432000 4194304 4196468 140721847397168 139904945052304 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18617] ppid=18611 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18617/stat : 18617 (java) S 18611 18611 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321212 28904845312 7519 33554432000 4194304 4196468 140721847397168 139904943999248 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18618] ppid=18611 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18618/stat : 18618 (java) S 18611 18611 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321212 28904845312 7519 33554432000 4194304 4196468 140721847397168 139904942946704 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18619] ppid=18611 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18619/stat : 18619 (java) S 18611 18611 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321212 28904845312 7519 33554432000 4194304 4196468 140721847397168 139904941894672 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18620] ppid=18611 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18613/task/18620/stat : 18620 (java) S 18611 18611 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321212 28904845312 7519 33554432000 4194304 4196468 140721847397168 139904940842128 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18621] ppid=18611 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18621/stat : 18621 (java) S 18611 18611 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321212 28904845312 7519 33554432000 4194304 4196468 140721847397168 139904939789072 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18622] ppid=18611 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18622/stat : 18622 (java) S 18611 18611 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419321212 28904845312 7519 33554432000 4194304 4196468 140721847397168 139904938736528 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18623] ppid=18611 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18623/stat : 18623 (java) S 18611 18611 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321214 28904845312 7519 33554432000 4194304 4196468 140721847397168 139903221897456 139905026263682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18624] ppid=18611 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18624/stat : 18624 (java) S 18611 18611 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419321214 28904845312 7519 33554432000 4194304 4196468 140721847397168 139903220843680 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18625] ppid=18611 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18625/stat : 18625 (java) S 18611 18611 12749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419321214 28904845312 7519 33554432000 4194304 4196468 140721847397168 139903219790576 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18626] ppid=18611 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18626/stat : 18626 (java) S 18611 18611 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321217 28904845312 7519 33554432000 4194304 4196468 140721847397168 139903218739152 139905026271131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18627] ppid=18611 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18627/stat : 18627 (java) R 18611 18611 12749 0 -1 4202560 298 0 0 0 0 0 0 0 20 0 20 0 419321217 28904845312 7519 33554432000 4194304 4196468 140721847397168 139903217687280 139905007604848 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18628] ppid=18611 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18628/stat : 18628 (java) S 18611 18611 12749 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 419321217 28904845312 7519 33554432000 4194304 4196468 140721847397168 139903216634736 139905026263682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18629] ppid=18611 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18629/stat : 18629 (java) R 18611 18611 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321217 28904845312 7519 33554432000 4194304 4196468 140721847397168 139903215581680 139905026263682 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18630] ppid=18611 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/18613/task/18630/stat : 18630 (java) R 18611 18611 12749 0 -1 4202560 377 0 0 0 1 0 0 0 20 0 20 0 419321217 28904845312 7519 33554432000 4194304 4196468 140721847397168 139903214529136 139905005171438 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18631] ppid=18611 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18631/stat : 18631 (java) S 18611 18611 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419321217 28904845312 7519 33554432000 4194304 4196468 140721847397168 139903213476320 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18632] ppid=18611 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18613/task/18632/stat : 18632 (java) S 18611 18611 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321217 28904845312 7519 33554432000 4194304 4196468 140721847397168 139903212423856 139905026263682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31528 KiB

[startup+0.2103 s]*
/proc/loadavg: 4.31 4.07 4.06 3/210 18632
/proc/meminfo: memFree=30594436/32770624 swapFree=66997684/67108860
[pid=18611] ppid=18608 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18611/stat : 18611 (xcsp3-exec) S 18608 18611 12749 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419321211 115843072 363 33554432000 4194304 5098028 140734279512112 140734279510216 140205124022908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28651520 140734279517046 140734279517289 140734279517289 140734279520202 0
/proc/18611/statm: 28282 363 304 221 0 87 0
[pid=18613] ppid=18611 vsize=28227388 memory=41220 CPUtime=0.34 cores=0-7
/proc/18613/stat : 18613 (java) S 18611 18611 12749 0 -1 1077944320 9062 0 0 0 31 3 0 0 20 0 20 0 419321211 28904845312 10305 33554432000 4194304 4196468 140721847397168 140721847379712 139905026252535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
/proc/18613/statm: 7056847 10305 3290 1 0 7019032 0
[pid=18613/tid=18614] ppid=18611 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/18613/task/18614/stat : 18614 (java) R 18611 18611 12749 0 -1 4202560 6202 0 0 0 18 2 0 0 20 0 20 0 419321212 28904845312 10305 33554432000 4194304 4196468 140721847397168 139905030486656 139905010333022 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18615] ppid=18611 vsize=28227388 memory=288230591823085922 CPUtime=0 cores=0-7
/proc/18613/task/18615/stat : 18615 (java) S 18611 18611 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321212 28904845312 10305 33554432000 4194304 4196468 140721847397168 139904946104848 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18616] ppid=18611 vsize=28227388 memory=3904821715164452512 CPUtime=0 cores=0-7
/proc/18613/task/18616/stat : 18616 (java) S 18611 18611 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321212 28904845312 10305 33554432000 4194304 4196468 140721847397168 139904945052304 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18617] ppid=18611 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18613/task/18617/stat : 18617 (java) S 18611 18611 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321212 28904845312 10305 33554432000 4194304 4196468 140721847397168 139904943999248 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18618] ppid=18611 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18618/stat : 18618 (java) S 18611 18611 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321212 28904845312 10305 33554432000 4194304 4196468 140721847397168 139904942946704 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18619] ppid=18611 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18619/stat : 18619 (java) S 18611 18611 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321212 28904845312 10305 33554432000 4194304 4196468 140721847397168 139904941894672 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18620] ppid=18611 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18613/task/18620/stat : 18620 (java) S 18611 18611 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321212 28904845312 10305 33554432000 4194304 4196468 140721847397168 139904940842128 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18621] ppid=18611 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18621/stat : 18621 (java) S 18611 18611 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321212 28904845312 10305 33554432000 4194304 4196468 140721847397168 139904939789072 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18622] ppid=18611 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18622/stat : 18622 (java) S 18611 18611 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419321212 28904845312 10305 33554432000 4194304 4196468 140721847397168 139904938736528 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18623] ppid=18611 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18623/stat : 18623 (java) S 18611 18611 12749 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419321214 28904845312 10305 33554432000 4194304 4196468 140721847397168 139903221897456 139905026263682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18624] ppid=18611 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18624/stat : 18624 (java) S 18611 18611 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419321214 28904845312 10305 33554432000 4194304 4196468 140721847397168 139903220843680 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18625] ppid=18611 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18625/stat : 18625 (java) S 18611 18611 12749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419321214 28904845312 10305 33554432000 4194304 4196468 140721847397168 139903219790576 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18626] ppid=18611 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18626/stat : 18626 (java) S 18611 18611 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321217 28904845312 10305 33554432000 4194304 4196468 140721847397168 139903218739152 139905026271131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18627] ppid=18611 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/18613/task/18627/stat : 18627 (java) S 18611 18611 12749 0 -1 1077944384 365 0 0 0 1 0 0 0 20 0 20 0 419321217 28904845312 10305 33554432000 4194304 4196468 140721847397168 139903217687280 139905026263682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18628] ppid=18611 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/18613/task/18628/stat : 18628 (java) S 18611 18611 12749 0 -1 1077944384 359 0 0 0 2 0 0 0 20 0 20 0 419321217 28904845312 10305 33554432000 4194304 4196468 140721847397168 139903216634736 139905026263682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18629] ppid=18611 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/18613/task/18629/stat : 18629 (java) S 18611 18611 12749 0 -1 1077944384 48 0 0 0 1 0 0 0 20 0 20 0 419321217 28904845312 10305 33554432000 4194304 4196468 140721847397168 139903215581680 139905026263682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18630] ppid=18611 vsize=28227388 memory=0 CPUtime=0.07 cores=0-7
/proc/18613/task/18630/stat : 18630 (java) S 18611 18611 12749 0 -1 1077944384 775 0 0 0 7 0 0 0 20 0 20 0 419321217 28904845312 10305 33554432000 4194304 4196468 140721847397168 139903214529136 139905026263682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18631] ppid=18611 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18631/stat : 18631 (java) S 18611 18611 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419321217 28904845312 10305 33554432000 4194304 4196468 140721847397168 139903213476320 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18632] ppid=18611 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18613/task/18632/stat : 18632 (java) S 18611 18611 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321217 28904845312 10305 33554432000 4194304 4196468 140721847397168 139903212423856 139905026263682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42672 KiB

[startup+0.309574 s]*
/proc/loadavg: 4.31 4.07 4.06 3/210 18632
/proc/meminfo: memFree=30588316/32770624 swapFree=66997684/67108860
[pid=18611] ppid=18608 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18611/stat : 18611 (xcsp3-exec) S 18608 18611 12749 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419321211 115843072 363 33554432000 4194304 5098028 140734279512112 140734279510216 140205124022908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28651520 140734279517046 140734279517289 140734279517289 140734279520202 0
/proc/18611/statm: 28282 363 304 221 0 87 0
[pid=18613] ppid=18611 vsize=28231644 memory=49812 CPUtime=0.52 cores=0-7
/proc/18613/stat : 18613 (java) S 18611 18611 12749 0 -1 1077944320 10402 0 0 0 48 4 0 0 20 0 20 0 419321211 28909203456 12453 33554432000 4194304 4196468 140721847397168 140721847379712 139905026252535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
/proc/18613/statm: 7057911 12453 3329 1 0 7019032 0
[pid=18613/tid=18614] ppid=18611 vsize=28231644 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/18613/task/18614/stat : 18614 (java) R 18611 18611 12749 0 -1 4202560 7346 0 0 0 27 3 0 0 20 0 20 0 419321212 28909203456 12522 33554432000 4194304 4196468 140721847397168 139905030483648 139905010333022 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18615] ppid=18611 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18615/stat : 18615 (java) S 18611 18611 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321212 28909203456 12522 33554432000 4194304 4196468 140721847397168 139904946104848 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18616] ppid=18611 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18616/stat : 18616 (java) S 18611 18611 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321212 28909203456 12522 33554432000 4194304 4196468 140721847397168 139904945052304 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18617] ppid=18611 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18617/stat : 18617 (java) S 18611 18611 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321212 28909203456 12522 33554432000 4194304 4196468 140721847397168 139904943999248 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18618] ppid=18611 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18618/stat : 18618 (java) S 18611 18611 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321212 28909203456 12522 33554432000 4194304 4196468 140721847397168 139904942946704 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18619] ppid=18611 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18619/stat : 18619 (java) S 18611 18611 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321212 28909203456 12522 33554432000 4194304 4196468 140721847397168 139904941894672 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18620] ppid=18611 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18620/stat : 18620 (java) S 18611 18611 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321212 28909203456 12522 33554432000 4194304 4196468 140721847397168 139904940842128 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18621] ppid=18611 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18621/stat : 18621 (java) S 18611 18611 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321212 28909203456 12522 33554432000 4194304 4196468 140721847397168 139904939789072 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18622] ppid=18611 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18622/stat : 18622 (java) S 18611 18611 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419321212 28909203456 12522 33554432000 4194304 4196468 140721847397168 139904938736528 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18623] ppid=18611 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18623/stat : 18623 (java) S 18611 18611 12749 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419321214 28909203456 12522 33554432000 4194304 4196468 140721847397168 139903221897456 139905026263682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18624] ppid=18611 vsize=28231644 memory=280264467225984 CPUtime=0 cores=0-7
/proc/18613/task/18624/stat : 18624 (java) S 18611 18611 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419321214 28909203456 12522 33554432000 4194304 4196468 140721847397168 139903220843680 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18625] ppid=18611 vsize=28231644 memory=280264467230592 CPUtime=0 cores=0-7
/proc/18613/task/18625/stat : 18625 (java) S 18611 18611 12749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419321214 28909203456 12522 33554432000 4194304 4196468 140721847397168 139903219790576 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18626] ppid=18611 vsize=28231644 memory=280264467235200 CPUtime=0 cores=0-7
/proc/18613/task/18626/stat : 18626 (java) S 18611 18611 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321217 28909203456 12522 33554432000 4194304 4196468 140721847397168 139903218739152 139905026271131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18627] ppid=18611 vsize=28231644 memory=280264467239808 CPUtime=0.02 cores=0-7
/proc/18613/task/18627/stat : 18627 (java) S 18611 18611 12749 0 -1 1077944384 391 0 0 0 2 0 0 0 20 0 20 0 419321217 28909203456 12522 33554432000 4194304 4196468 140721847397168 139903217687280 139905026263682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18628] ppid=18611 vsize=28231644 memory=280264467244416 CPUtime=0.04 cores=0-7
/proc/18613/task/18628/stat : 18628 (java) R 18611 18611 12749 0 -1 4202560 451 0 0 0 4 0 0 0 20 0 20 0 419321217 28909203456 12522 33554432000 4194304 4196468 140721847397168 139903216633920 139905011378575 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18629] ppid=18611 vsize=28231644 memory=280264467249024 CPUtime=0.02 cores=0-7
/proc/18613/task/18629/stat : 18629 (java) S 18611 18611 12749 0 -1 1077944384 55 0 0 0 2 0 0 0 20 0 20 0 419321217 28909203456 12522 33554432000 4194304 4196468 140721847397168 139903215581680 139905026263682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18630] ppid=18611 vsize=28231644 memory=280264467253632 CPUtime=0.11 cores=0-7
/proc/18613/task/18630/stat : 18630 (java) S 18611 18611 12749 0 -1 1077944384 854 0 0 0 11 0 0 0 20 0 20 0 419321217 28909203456 12522 33554432000 4194304 4196468 140721847397168 139903214529136 139905026263682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18631] ppid=18611 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18631/stat : 18631 (java) S 18611 18611 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419321217 28909203456 12522 33554432000 4194304 4196468 140721847397168 139903213476320 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18632] ppid=18611 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/18613/task/18632/stat : 18632 (java) S 18611 18611 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321217 28909203456 12522 33554432000 4194304 4196468 140721847397168 139903212423856 139905026263682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51264 KiB

[startup+0.700908 s]
/proc/loadavg: 4.31 4.07 4.06 5/210 18632
/proc/meminfo: memFree=30554628/32770624 swapFree=66997684/67108860
[pid=18611] ppid=18608 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18611/stat : 18611 (xcsp3-exec) S 18608 18611 12749 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419321211 115843072 363 33554432000 4194304 5098028 140734279512112 140734279510216 140205124022908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28651520 140734279517046 140734279517289 140734279517289 140734279520202 0
/proc/18611/statm: 28282 363 304 221 0 87 0
[pid=18613] ppid=18611 vsize=28233768 memory=117112 CPUtime=1.99 cores=0-7
/proc/18613/stat : 18613 (java) S 18611 18611 12749 0 -1 1077944320 15793 0 0 0 192 7 0 0 20 0 20 0 419321211 28911378432 29278 33554432000 4194304 4196468 140721847397168 140721847379712 139905026252535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
/proc/18613/statm: 7058442 29278 3454 1 0 7019544 0
[pid=18613/tid=18614] ppid=18611 vsize=28233768 memory=4580 CPUtime=0.67 cores=0-7
/proc/18613/task/18614/stat : 18614 (java) R 18611 18611 12749 0 -1 4202560 8677 0 0 0 63 4 0 0 20 0 20 0 419321212 28911378432 29278 33554432000 4194304 4196468 140721847397168 139905030488864 139905010333022 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18615] ppid=18611 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18615/stat : 18615 (java) S 18611 18611 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321212 28911378432 29278 33554432000 4194304 4196468 140721847397168 139904946104848 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18616] ppid=18611 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18616/stat : 18616 (java) S 18611 18611 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321212 28911378432 29278 33554432000 4194304 4196468 140721847397168 139904945052304 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18617] ppid=18611 vsize=28233768 memory=4008 CPUtime=0 cores=0-7
/proc/18613/task/18617/stat : 18617 (java) S 18611 18611 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321212 28911378432 29278 33554432000 4194304 4196468 140721847397168 139904943999248 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0

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

[pid=18613/tid=18626] ppid=18611 vsize=28233768 memory=-7044938887080415835 CPUtime=0 cores=0-7
/proc/18613/task/18626/stat : 18626 (java) S 18611 18611 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321217 28911378432 62373 33554432000 4194304 4196468 140721847397168 139903218739152 139905026271131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18627] ppid=18611 vsize=28233768 memory=-7452725505408194905 CPUtime=0.67 cores=0-7
/proc/18613/task/18627/stat : 18627 (java) R 18611 18611 12749 0 -1 4202560 2069 0 0 0 67 0 0 0 20 0 20 0 419321217 28911378432 62373 33554432000 4194304 4196468 140721847397168 139903217676752 139905009639339 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18628] ppid=18611 vsize=28233768 memory=7306334379736393275 CPUtime=0.58 cores=0-7
/proc/18613/task/18628/stat : 18628 (java) S 18611 18611 12749 0 -1 1077944384 1550 0 0 0 58 0 0 0 20 0 20 0 419321217 28911378432 62373 33554432000 4194304 4196468 140721847397168 139903216634736 139905026263682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18629] ppid=18611 vsize=28233768 memory=4570465986806391173 CPUtime=0.65 cores=0-7
/proc/18613/task/18629/stat : 18629 (java) S 18611 18611 12749 0 -1 1077944384 1153 0 0 0 65 0 0 0 20 0 20 0 419321217 28911378432 62373 33554432000 4194304 4196468 140721847397168 139903215581680 139905026263682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18630] ppid=18611 vsize=28233768 memory=0 CPUtime=0.59 cores=0-7
/proc/18613/task/18630/stat : 18630 (java) R 18611 18611 12749 0 -1 4202560 2613 0 0 0 58 1 0 0 20 0 20 0 419321217 28911378432 62373 33554432000 4194304 4196468 140721847397168 139903214529136 139905005191105 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18631] ppid=18611 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18631/stat : 18631 (java) S 18611 18611 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419321217 28911378432 62373 33554432000 4194304 4196468 140721847397168 139903213476320 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18632] ppid=18611 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18632/stat : 18632 (java) S 18611 18611 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321217 28911378432 62373 33554432000 4194304 4196468 140721847397168 139903212423856 139905026263682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
Current children cumulated CPU time: 4.26 s
Current children cumulated vsize: 28346896 KiB
Current children cumulated memory: 250944 KiB

[startup+3.11082 s]
/proc/loadavg: 4.04 4.02 4.04 10/218 18656
/proc/meminfo: memFree=30205804/32770624 swapFree=66997684/67108860
[pid=18611] ppid=18608 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18611/stat : 18611 (xcsp3-exec) S 18608 18611 12749 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419321211 115843072 363 33554432000 4194304 5098028 140734279512112 140734279510216 140205124022908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28651520 140734279517046 140734279517289 140734279517289 140734279520202 0
/proc/18611/statm: 28282 363 304 221 0 87 0
[pid=18613] ppid=18611 vsize=28768328 memory=436580 CPUtime=15.21 cores=0-7
/proc/18613/stat : 18613 (java) S 18611 18611 12749 0 -1 1077944320 24082 0 0 0 1473 48 0 0 20 0 28 0 419321211 29458767872 109145 33554432000 4194304 4196468 140721847397168 140721847379712 139905026252535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
/proc/18613/statm: 7192082 109145 3520 1 0 7153184 0
[pid=18613/tid=18614] ppid=18611 vsize=28768328 memory=433340 CPUtime=1.71 cores=0-7
/proc/18613/task/18614/stat : 18614 (java) S 18611 18611 12749 0 -1 1077944384 9106 0 0 0 163 8 0 0 20 0 28 0 419321212 29458767872 109145 33554432000 4194304 4196468 140721847397168 139905030493312 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18615] ppid=18611 vsize=28768328 memory=432328 CPUtime=0.07 cores=0-7
/proc/18613/task/18615/stat : 18615 (java) S 18611 18611 12749 0 -1 1077944384 102 0 0 0 3 4 0 0 20 0 28 0 419321212 29458767872 109145 33554432000 4194304 4196468 140721847397168 139904946104848 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18616] ppid=18611 vsize=28768328 memory=0 CPUtime=0.07 cores=0-7
/proc/18613/task/18616/stat : 18616 (java) S 18611 18611 12749 0 -1 1077944384 88 0 0 0 3 4 0 0 20 0 28 0 419321212 29458767872 109145 33554432000 4194304 4196468 140721847397168 139904945052304 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18617] ppid=18611 vsize=28768328 memory=6791534058613427641 CPUtime=0.06 cores=0-7
/proc/18613/task/18617/stat : 18617 (java) S 18611 18611 12749 0 -1 1077944384 81 0 0 0 3 3 0 0 20 0 28 0 419321212 29458767872 109145 33554432000 4194304 4196468 140721847397168 139904943999248 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18618] ppid=18611 vsize=28768328 memory=0 CPUtime=0.07 cores=0-7
/proc/18613/task/18618/stat : 18618 (java) S 18611 18611 12749 0 -1 1077944384 99 0 0 0 3 4 0 0 20 0 28 0 419321212 29458767872 109145 33554432000 4194304 4196468 140721847397168 139904942946704 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18619] ppid=18611 vsize=28768328 memory=0 CPUtime=0.07 cores=0-7
/proc/18613/task/18619/stat : 18619 (java) S 18611 18611 12749 0 -1 1077944384 93 0 0 0 3 4 0 0 20 0 28 0 419321212 29458767872 109145 33554432000 4194304 4196468 140721847397168 139904941894672 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18620] ppid=18611 vsize=28768328 memory=3624 CPUtime=0.07 cores=0-7
/proc/18613/task/18620/stat : 18620 (java) S 18611 18611 12749 0 -1 1077944384 92 0 0 0 3 4 0 0 20 0 28 0 419321212 29458767872 109145 33554432000 4194304 4196468 140721847397168 139904940842128 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18621] ppid=18611 vsize=28768328 memory=26876 CPUtime=0.07 cores=0-7
/proc/18613/task/18621/stat : 18621 (java) S 18611 18611 12749 0 -1 1077944384 92 0 0 0 3 4 0 0 20 0 28 0 419321212 29458767872 109145 33554432000 4194304 4196468 140721847397168 139904939789072 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18622] ppid=18611 vsize=28768328 memory=984 CPUtime=0.07 cores=0-7
/proc/18613/task/18622/stat : 18622 (java) S 18611 18611 12749 0 -1 1077944384 104 0 0 0 3 4 0 0 20 0 28 0 419321212 29458767872 109145 33554432000 4194304 4196468 140721847397168 139904938736528 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18623] ppid=18611 vsize=28768328 memory=2024 CPUtime=0.01 cores=0-7
/proc/18613/task/18623/stat : 18623 (java) S 18611 18611 12749 0 -1 1077944384 209 0 0 0 1 0 0 0 20 0 28 0 419321214 29458767872 109145 33554432000 4194304 4196468 140721847397168 139903221897456 139905026263682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18624] ppid=18611 vsize=28768328 memory=1452 CPUtime=0 cores=0-7
/proc/18613/task/18624/stat : 18624 (java) S 18611 18611 12749 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 419321214 29458767872 109145 33554432000 4194304 4196468 140721847397168 139903220843744 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18625] ppid=18611 vsize=28768328 memory=427740 CPUtime=0 cores=0-7
/proc/18613/task/18625/stat : 18625 (java) S 18611 18611 12749 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 419321214 29458767872 109145 33554432000 4194304 4196468 140721847397168 139903219790592 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18626] ppid=18611 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18626/stat : 18626 (java) S 18611 18611 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419321217 29458767872 109145 33554432000 4194304 4196468 140721847397168 139903218739152 139905026271131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18627] ppid=18611 vsize=28768328 memory=0 CPUtime=1.56 cores=0-7
/proc/18613/task/18627/stat : 18627 (java) R 18611 18611 12749 0 -1 4202560 2360 0 0 0 156 0 0 0 20 0 28 0 419321217 29458767872 109145 33554432000 4194304 4196468 140721847397168 139903217687280 139905009739042 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18628] ppid=18611 vsize=28768328 memory=5788911507359232418 CPUtime=1.55 cores=0-7
/proc/18613/task/18628/stat : 18628 (java) R 18611 18611 12749 0 -1 4202560 3126 0 0 0 154 1 0 0 20 0 28 0 419321217 29458767872 109145 33554432000 4194304 4196468 140721847397168 139903216620752 139905007773926 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18629] ppid=18611 vsize=28768328 memory=4426096708831907190 CPUtime=1.5 cores=0-7
/proc/18613/task/18629/stat : 18629 (java) R 18611 18611 12749 0 -1 1077944384 2438 0 0 0 149 1 0 0 20 0 28 0 419321217 29458767872 109145 33554432000 4194304 4196468 140721847397168 139903215581680 139905026263682 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18630] ppid=18611 vsize=28768328 memory=0 CPUtime=0.98 cores=0-7
/proc/18613/task/18630/stat : 18630 (java) S 18611 18611 12749 0 -1 1077944384 4007 0 0 0 97 1 0 0 20 0 28 0 419321217 29458767872 109145 33554432000 4194304 4196468 140721847397168 139903214529136 139905026263682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18631] ppid=18611 vsize=28768328 memory=-9062862659931694204 CPUtime=0 cores=0-7
/proc/18613/task/18631/stat : 18631 (java) S 18611 18611 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419321217 29458767872 109145 33554432000 4194304 4196468 140721847397168 139903213476320 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18632] ppid=18611 vsize=28768328 memory=4498404016626153824 CPUtime=0 cores=0-7
/proc/18613/task/18632/stat : 18632 (java) S 18611 18611 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419321217 29458767872 109145 33554432000 4194304 4196468 140721847397168 139903212423856 139905026263682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18649] ppid=18611 vsize=28768328 memory=-8458152057954561420 CPUtime=0.66 cores=0-7
/proc/18613/task/18649/stat : 18649 (java) R 18611 18611 12749 0 -1 4202560 19 0 0 0 66 0 0 0 20 0 28 0 419321434 29458767872 109145 33554432000 4194304 4196468 140721847397168 139903195851928 139904625867599 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18650] ppid=18611 vsize=28768328 memory=1452 CPUtime=0.8 cores=0-7
/proc/18613/task/18650/stat : 18650 (java) R 18611 18611 12749 0 -1 4202560 23 0 0 0 80 0 0 0 20 0 28 0 419321434 29458767872 109145 33554432000 4194304 4196468 140721847397168 139903201115880 139904626744702 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18651] ppid=18611 vsize=28768328 memory=432164 CPUtime=0.26 cores=0-7
/proc/18613/task/18651/stat : 18651 (java) S 18611 18611 12749 0 -1 1077944384 25 0 0 0 26 0 0 0 20 0 28 0 419321434 29458767872 109145 33554432000 4194304 4196468 140721847397168 139903194805712 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18652] ppid=18611 vsize=28768328 memory=8026650869813564775 CPUtime=0.59 cores=0-7
/proc/18613/task/18652/stat : 18652 (java) R 18611 18611 12749 0 -1 4202560 19 0 0 0 59 0 0 0 20 0 28 0 419321434 29458767872 109145 33554432000 4194304 4196468 140721847397168 139903193748344 139904624621736 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18653] ppid=18611 vsize=28768328 memory=280264467108848 CPUtime=0.78 cores=0-7
/proc/18613/task/18653/stat : 18653 (java) R 18611 18611 12749 0 -1 4202560 22 0 0 0 78 0 0 0 20 0 28 0 419321434 29458767872 109145 33554432000 4194304 4196468 140721847397168 139903196892240 139904625104832 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18654] ppid=18611 vsize=28768328 memory=82090045475562 CPUtime=0.6 cores=0-7
/proc/18613/task/18654/stat : 18654 (java) R 18611 18611 12749 0 -1 4202560 21 0 0 0 60 0 0 0 20 0 28 0 419321434 29458767872 109145 33554432000 4194304 4196468 140721847397168 139903200062712 139904626865916 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18655] ppid=18611 vsize=28768328 memory=82094340442858 CPUtime=0.76 cores=0-7
/proc/18613/task/18655/stat : 18655 (java) R 18611 18611 12749 0 -1 4202560 22 0 0 0 76 0 0 0 20 0 28 0 419321434 29458767872 109145 33554432000 4194304 4196468 140721847397168 139903197958600 139904625867283 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18656] ppid=18611 vsize=28768328 memory=82107225344746 CPUtime=0.69 cores=0-7
/proc/18613/task/18656/stat : 18656 (java) R 18611 18611 12749 0 -1 4202560 21 0 0 0 69 0 0 0 20 0 28 0 419321434 29458767872 109145 33554432000 4194304 4196468 140721847397168 139903199010936 139904626867723 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
Current children cumulated CPU time: 15.21 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 438032 KiB

[startup+3.27421 s]
# the end of solver process 18611 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=15.8591 s, system=0.505727 s

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

[startup+3.2118 s]
/proc/loadavg: 4.04 4.02 4.04 10/218 18656
/proc/meminfo: memFree=30205804/32770624 swapFree=66997684/67108860
[pid=18611] ppid=18608 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18611/stat : 18611 (xcsp3-exec) S 18608 18611 12749 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419321211 115843072 363 33554432000 4194304 5098028 140734279512112 140734279510216 140205124022908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28651520 140734279517046 140734279517289 140734279517289 140734279520202 0
/proc/18611/statm: 28282 363 304 221 0 87 0
[pid=18613] ppid=18611 vsize=28768328 memory=436708 CPUtime=16.02 cores=0-7
/proc/18613/stat : 18613 (java) S 18611 18611 12749 0 -1 1077944320 24119 0 0 0 1554 48 0 0 20 0 28 0 419321211 29458767872 109177 33554432000 4194304 4196468 140721847397168 140721847379712 139905026252535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
/proc/18613/statm: 7192082 109177 3520 1 0 7153184 0
[pid=18613/tid=18614] ppid=18611 vsize=28768328 memory=280264467216400 CPUtime=1.71 cores=0-7
/proc/18613/task/18614/stat : 18614 (java) S 18611 18611 12749 0 -1 1077944384 9106 0 0 0 163 8 0 0 20 0 28 0 419321212 29458767872 109177 33554432000 4194304 4196468 140721847397168 139905030493312 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18615] ppid=18611 vsize=28768328 memory=82115815279338 CPUtime=0.07 cores=0-7
/proc/18613/task/18615/stat : 18615 (java) S 18611 18611 12749 0 -1 1077944384 102 0 0 0 3 4 0 0 20 0 28 0 419321212 29458767872 109177 33554432000 4194304 4196468 140721847397168 139904946104848 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18616] ppid=18611 vsize=28768328 memory=82115815279338 CPUtime=0.07 cores=0-7
/proc/18613/task/18616/stat : 18616 (java) S 18611 18611 12749 0 -1 1077944384 88 0 0 0 3 4 0 0 20 0 28 0 419321212 29458767872 109177 33554432000 4194304 4196468 140721847397168 139904945052304 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18617] ppid=18611 vsize=28768328 memory=82115815279338 CPUtime=0.06 cores=0-7
/proc/18613/task/18617/stat : 18617 (java) S 18611 18611 12749 0 -1 1077944384 81 0 0 0 3 3 0 0 20 0 28 0 419321212 29458767872 109177 33554432000 4194304 4196468 140721847397168 139904943999248 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18618] ppid=18611 vsize=28768328 memory=1808 CPUtime=0.07 cores=0-7
/proc/18613/task/18618/stat : 18618 (java) S 18611 18611 12749 0 -1 1077944384 99 0 0 0 3 4 0 0 20 0 28 0 419321212 29458767872 109177 33554432000 4194304 4196468 140721847397168 139904942946704 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18619] ppid=18611 vsize=28768328 memory=920 CPUtime=0.07 cores=0-7
/proc/18613/task/18619/stat : 18619 (java) S 18611 18611 12749 0 -1 1077944384 93 0 0 0 3 4 0 0 20 0 28 0 419321212 29458767872 109177 33554432000 4194304 4196468 140721847397168 139904941894672 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18620] ppid=18611 vsize=28768328 memory=4388 CPUtime=0.07 cores=0-7
/proc/18613/task/18620/stat : 18620 (java) S 18611 18611 12749 0 -1 1077944384 92 0 0 0 3 4 0 0 20 0 28 0 419321212 29458767872 109177 33554432000 4194304 4196468 140721847397168 139904940842128 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18621] ppid=18611 vsize=28768328 memory=4100 CPUtime=0.07 cores=0-7
/proc/18613/task/18621/stat : 18621 (java) S 18611 18611 12749 0 -1 1077944384 92 0 0 0 3 4 0 0 20 0 28 0 419321212 29458767872 109177 33554432000 4194304 4196468 140721847397168 139904939789072 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18622] ppid=18611 vsize=28768328 memory=0 CPUtime=0.07 cores=0-7
/proc/18613/task/18622/stat : 18622 (java) S 18611 18611 12749 0 -1 1077944384 104 0 0 0 3 4 0 0 20 0 28 0 419321212 29458767872 109177 33554432000 4194304 4196468 140721847397168 139904938736528 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18623] ppid=18611 vsize=28768328 memory=11204 CPUtime=0.01 cores=0-7
/proc/18613/task/18623/stat : 18623 (java) S 18611 18611 12749 0 -1 1077944384 209 0 0 0 1 0 0 0 20 0 28 0 419321214 29458767872 109177 33554432000 4194304 4196468 140721847397168 139903221897456 139905026263682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18624] ppid=18611 vsize=28768328 memory=7679937539659563795 CPUtime=0 cores=0-7
/proc/18613/task/18624/stat : 18624 (java) S 18611 18611 12749 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 419321214 29458767872 109177 33554432000 4194304 4196468 140721847397168 139903220843744 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18625] ppid=18611 vsize=28768328 memory=-7173504570860347296 CPUtime=0 cores=0-7
/proc/18613/task/18625/stat : 18625 (java) S 18611 18611 12749 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 419321214 29458767872 109177 33554432000 4194304 4196468 140721847397168 139903219790592 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18626] ppid=18611 vsize=28768328 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/18613/task/18626/stat : 18626 (java) S 18611 18611 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419321217 29458767872 109177 33554432000 4194304 4196468 140721847397168 139903218739152 139905026271131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18627] ppid=18611 vsize=28768328 memory=6944656592455360604 CPUtime=1.6 cores=0-7
/proc/18613/task/18627/stat : 18627 (java) R 18611 18611 12749 0 -1 4202560 2366 0 0 0 160 0 0 0 20 0 28 0 419321217 29458767872 109177 33554432000 4194304 4196468 140721847397168 139903217677072 139905009747017 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18628] ppid=18611 vsize=28768328 memory=0 CPUtime=1.6 cores=0-7
/proc/18613/task/18628/stat : 18628 (java) R 18611 18611 12749 0 -1 4202560 3126 0 0 0 159 1 0 0 20 0 28 0 419321217 29458767872 109177 33554432000 4194304 4196468 140721847397168 139903216620752 139905007772220 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18629] ppid=18611 vsize=28768328 memory=0 CPUtime=1.55 cores=0-7
/proc/18613/task/18629/stat : 18629 (java) R 18611 18611 12749 0 -1 4202560 2438 0 0 0 154 1 0 0 20 0 28 0 419321217 29458767872 109177 33554432000 4194304 4196468 140721847397168 139903215563840 139905011175384 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18630] ppid=18611 vsize=28768328 memory=0 CPUtime=1 cores=0-7
/proc/18613/task/18630/stat : 18630 (java) S 18611 18611 12749 0 -1 1077944384 4036 0 0 0 99 1 0 0 20 0 28 0 419321217 29458767872 109177 33554432000 4194304 4196468 140721847397168 139903214529136 139905026263682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18631] ppid=18611 vsize=28768328 memory=37 CPUtime=0 cores=0-7
/proc/18613/task/18631/stat : 18631 (java) S 18611 18611 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419321217 29458767872 109177 33554432000 4194304 4196468 140721847397168 139903213476320 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18632] ppid=18611 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/18613/task/18632/stat : 18632 (java) S 18611 18611 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419321217 29458767872 109177 33554432000 4194304 4196468 140721847397168 139903212423856 139905026263682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18649] ppid=18611 vsize=28768328 memory=2 CPUtime=0.76 cores=0-7
/proc/18613/task/18649/stat : 18649 (java) R 18611 18611 12749 0 -1 4202560 19 0 0 0 76 0 0 0 20 0 28 0 419321434 29458767872 109177 33554432000 4194304 4196468 140721847397168 139903195851464 139904624621597 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18650] ppid=18611 vsize=28768328 memory=0 CPUtime=0.87 cores=0-7
/proc/18613/task/18650/stat : 18650 (java) R 18611 18611 12749 0 -1 4202560 23 0 0 0 87 0 0 0 20 0 28 0 419321434 29458767872 109177 33554432000 4194304 4196468 140721847397168 139903201115880 139904626865079 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18651] ppid=18611 vsize=28768328 memory=0 CPUtime=0.26 cores=0-7
/proc/18613/task/18651/stat : 18651 (java) S 18611 18611 12749 0 -1 1077944384 25 0 0 0 26 0 0 0 20 0 28 0 419321434 29458767872 109177 33554432000 4194304 4196468 140721847397168 139903194805712 139905026262741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18652] ppid=18611 vsize=28768328 memory=0 CPUtime=0.69 cores=0-7
/proc/18613/task/18652/stat : 18652 (java) R 18611 18611 12749 0 -1 4202560 20 0 0 0 69 0 0 0 20 0 28 0 419321434 29458767872 109177 33554432000 4194304 4196468 140721847397168 139903193748344 139904625867019 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18653] ppid=18611 vsize=28768328 memory=0 CPUtime=0.87 cores=0-7
/proc/18613/task/18653/stat : 18653 (java) R 18611 18611 12749 0 -1 4202560 22 0 0 0 87 0 0 0 20 0 28 0 419321434 29458767872 109177 33554432000 4194304 4196468 140721847397168 139903196904680 139904626868029 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18654] ppid=18611 vsize=28768328 memory=0 CPUtime=0.68 cores=0-7
/proc/18613/task/18654/stat : 18654 (java) R 18611 18611 12749 0 -1 4202560 21 0 0 0 68 0 0 0 20 0 28 0 419321434 29458767872 109177 33554432000 4194304 4196468 140721847397168 139903200062712 139904624621736 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18655] ppid=18611 vsize=28768328 memory=0 CPUtime=0.86 cores=0-7
/proc/18613/task/18655/stat : 18655 (java) R 18611 18611 12749 0 -1 4202560 23 0 0 0 86 0 0 0 20 0 28 0 419321434 29458767872 109177 33554432000 4194304 4196468 140721847397168 139903197957280 139904625105065 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
[pid=18613/tid=18656] ppid=18611 vsize=28768328 memory=2244 CPUtime=0.79 cores=0-7
/proc/18613/task/18656/stat : 18656 (java) R 18611 18611 12749 0 -1 4202560 21 0 0 0 79 0 0 0 20 0 28 0 419321434 29458767872 109177 33554432000 4194304 4196468 140721847397168 139903199010488 139904624621496 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18968576 140721847403498 140721847403670 140721847403670 140721847406543 0
Current children cumulated CPU time: 16.02 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 438160 KiB

Child status: 0
Real time (s): 3.27427
CPU time (s): 16.3649
CPU user time (s): 15.8591
CPU system time (s): 0.505727
CPU usage (%): 499.802
Max. virtual memory (cumulated for all children) (KiB): 28881456
Max. memory (cumulated for all children) (KiB): 438160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.8591
system time used= 0.505727
maximum resident set size= 437920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25032
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4193
involuntary context switches= 361


# summary of solver processes directly reported to runsolver:
#   pid: 18611
#   total CPU time (s): 16.3649
#   total CPU user time (s): 15.8591
#   total CPU system time (s): 0.505727

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.039616 second user time and 0.083575 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-14 04:09:48
IDJOB=4394554
IDBENCH=127979
IDSOLVER=2843
FILE ID=node106/4394554-1568430666
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-24-4-6-6.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-4394554-1568430666/watcher-4394554-1568430666 -o /tmp/evaluation-result-4394554-1568430666/solver-4394554-1568430666 -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 612736271 HOME/instance-4394554-1568430666.xml

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

MD5SUM BENCH= 0bc555941feddabd64880acf40a70a83
RANDOM SEED=612736271

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:        30625236 kB
MemAvailable:   31899820 kB
Buffers:          183924 kB
Cached:          1371868 kB
SwapCached:         9320 kB
Active:           488344 kB
Inactive:        1083428 kB
Active(anon):      15152 kB
Inactive(anon):    34744 kB
Active(file):     473192 kB
Inactive(file):  1048684 kB
Unevictable:      106908 kB
Mlocked:          106908 kB
SwapTotal:      67108860 kB
SwapFree:       66997684 kB
Dirty:             27128 kB
Writeback:             0 kB
AnonPages:        174712 kB
Mapped:            38512 kB
Shmem:             25300 kB
Slab:             166496 kB
SReclaimable:     137088 kB
SUnreclaim:        29408 kB
KernelStack:        3744 kB
PageTables:         5332 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:    131072 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:52