Trace number 4393876

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 parallelOPT165 19.1344 3.85673

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-5-5-30-1.xml
MD5SUMaf05408dbf994167098c19a92e91e627
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark165
Best CPU time to get the best result obtained on this benchmark0.695643
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints807
Number of domains57
Minimum domain size3
Maximum domain size25
Distribution of domain sizes[{"size":3,"count":6},{"size":4,"count":14},{"size":5,"count":5},{"size":11,"count":1},{"size":12,"count":2},{"size":13,"count":8},{"size":14,"count":6},{"size":15,"count":9},{"size":16,"count":4},{"size":24,"count":30},{"size":25,"count":25}]
Minimum variable degree2
Maximum variable degree33
Distribution of variable degrees[{"degree":2,"count":55},{"degree":26,"count":30},{"degree":32,"count":24},{"degree":33,"count":1}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":805},{"arity":25,"count":1}]
Number of extensional constraints55
Number of intensional constraints751
Distribution of constraint types[{"type":"extension","count":55},{"type":"intension","count":751},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393876-1568427439.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393876-1568427439.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
7.28/2.18	c solve instance...
8.39/2.38	o 298 
9.11/2.40	o 298 
9.11/2.45	o 296 
9.11/2.46	o 274 
9.11/2.47	o 269 
9.11/2.47	o 267 
9.11/2.48	o 265 
9.11/2.48	o 264 
9.11/2.49	o 256 
9.11/2.50	o 255 
9.60/2.50	o 254 
9.60/2.51	o 253 
9.60/2.56	o 252 
9.60/2.57	o 251 
9.60/2.58	o 250 
9.60/2.58	o 236 
9.60/2.58	o 235 
9.60/2.59	o 233 
9.60/2.60	o 232 
10.20/2.60	o 231 
10.20/2.61	o 230 
10.20/2.61	o 229 
10.20/2.61	o 228 
10.20/2.62	o 227 
10.20/2.62	o 227 
10.20/2.63	o 226 
10.20/2.63	o 225 
10.20/2.63	o 224 
10.20/2.64	o 223 
10.20/2.64	o 223 
10.20/2.67	o 222 
10.20/2.67	o 221 
10.20/2.68	o 219 
10.20/2.68	o 218 
10.20/2.68	o 217 
10.69/2.73	o 216 
10.69/2.75	o 215 
10.69/2.77	o 208 
10.69/2.78	o 186 
11.30/2.81	o 185 
11.30/2.82	o 183 
11.30/2.83	o 182 
11.30/2.84	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (136/138)
11.30/2.84		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
11.30/2.84		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
11.30/2.84		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
11.30/2.84		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
11.30/2.84		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
11.30/2.84	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (136/138)
11.30/2.84		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
11.30/2.84		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
11.30/2.84		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
11.30/2.84		at org.chocosolver.solver.Solver.repair(Solver.java:443)
11.30/2.84		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
11.30/2.84		at org.chocosolver.solver.Solver.solve(Solver.java:262)
11.30/2.84		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
11.30/2.84		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
11.30/2.84		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
11.30/2.84		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
11.30/2.84		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
11.30/2.84		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
11.30/2.84		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
11.30/2.84		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
11.30/2.84		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
11.30/2.84		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
11.30/2.84	o 181 
11.30/2.85	o 180 
11.30/2.86	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (127/129)
11.30/2.86		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
11.30/2.86		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
11.30/2.86		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
11.30/2.86		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
11.30/2.86		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
11.30/2.86	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (127/129)
11.30/2.86		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
11.30/2.86		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
11.30/2.86		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
11.30/2.86		at org.chocosolver.solver.Solver.repair(Solver.java:443)
11.30/2.86		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
11.30/2.86		at org.chocosolver.solver.Solver.solve(Solver.java:262)
11.30/2.86		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
11.30/2.86		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
11.30/2.86		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
11.30/2.86		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
11.30/2.86		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
11.30/2.86		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
11.30/2.86		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
11.30/2.86		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
11.30/2.86		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
11.30/2.86		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
11.30/2.86	o 179 
11.30/2.88	o 178 
11.30/2.88	o 177 
11.30/2.89	o 176 
11.30/2.90	o 174 
11.91/2.90	o 172 
11.91/2.91	o 171 
11.91/2.92	o 170 
11.91/2.93	o 168 
11.91/2.93	o 166 
11.91/2.94	o 165 
18.98/3.82	s OPTIMUM FOUND
18.98/3.82	v <instantiation>
18.98/3.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] s[20] s[21] s[22] s[23] s[24] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] l[0] l[1] l[2] l[3] l[4] l[5] l[6] l[7] l[8] l[9] l[10] l[11] l[12] l[13] l[14] l[15] l[16] l[17] l[18] l[19] l[20] l[21] l[22] l[23] l[24] l[25] l[26] l[27] l[28] l[29] c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] </list>
18.98/3.82	v 	<values>0 1 2 3 4 5 6 7 8 9 10 11 12 14 19 15 16 17 13 24 20 21 22 18 23 0 0 0 0 0 0 0 0 0 0 0 0 0 13 1 0 0 0 1 9 0 0 0 8 18 18 19 14 18 13 18 14 23 14 13 14 14 13 23 13 14 23 13 18 13 19 19 23 19 23 14 13 14 18 18 4 1 5 1 1 5 7 11 8 1 2 1 4 1 6 5 5 6 4 4 1 7 2 2 6 2 4 1 2 6 </values>
18.98/3.82	v </instantiation>

Verifier Data

OK	165

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393876-1568427439/watcher-4393876-1568427439 -o /tmp/evaluation-result-4393876-1568427439/solver-4393876-1568427439 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node147-1568427292-16623 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1114299112 HOME/instance-4393876-1568427439.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=18652, runsolver pid=18649

[startup+0.100144 s]*
/proc/loadavg: 6.35 7.62 7.74 2/211 18673
/proc/meminfo: memFree=26826928/32770624 swapFree=66957016/67108860
[pid=18652] ppid=18649 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18652/stat : 18652 (xcsp3-exec) S 18649 18652 16596 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418657730 115843072 364 33554432000 4194304 5098028 140731614610848 140731614608952 139715052122748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8998912 140731614618485 140731614618729 140731614618729 140731614621642 0
/proc/18652/statm: 28282 364 305 221 0 87 0
[pid=18654] ppid=18652 vsize=28227388 memory=29180 CPUtime=0.13 cores=0-7
/proc/18654/stat : 18654 (java) S 18652 18652 16596 0 -1 1077944320 5701 0 0 0 12 1 0 0 20 0 20 0 418657730 28904845312 7295 33554432000 4194304 4196468 140722137550480 140722137533024 140396905533175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
/proc/18654/statm: 7056847 7295 3154 1 0 7019032 0
[pid=18654/tid=18655] ppid=18652 vsize=28227388 memory=8114530436730756508 CPUtime=0.08 cores=0-7
/proc/18654/task/18655/stat : 18655 (java) R 18652 18652 16596 0 -1 4202560 3615 0 0 0 8 0 0 0 20 0 20 0 418657731 28904845312 7295 33554432000 4194304 4196468 140722137550480 140396909767456 140396905555101 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18656] ppid=18652 vsize=28227388 memory=732369985831185381 CPUtime=0 cores=0-7
/proc/18654/task/18656/stat : 18656 (java) S 18652 18652 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418657731 28904845312 7295 33554432000 4194304 4196468 140722137550480 140396858153360 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18657] ppid=18652 vsize=28227388 memory=139847493731968 CPUtime=0 cores=0-7
/proc/18654/task/18657/stat : 18657 (java) S 18652 18652 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418657731 28904845312 7295 33554432000 4194304 4196468 140722137550480 140396857100560 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18658] ppid=18652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18658/stat : 18658 (java) S 18652 18652 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418657731 28904845312 7295 33554432000 4194304 4196468 140722137550480 140396856048272 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18659] ppid=18652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18659/stat : 18659 (java) S 18652 18652 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418657731 28904845312 7295 33554432000 4194304 4196468 140722137550480 140396854995472 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18660] ppid=18652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18660/stat : 18660 (java) S 18652 18652 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418657731 28904845312 7295 33554432000 4194304 4196468 140722137550480 140396853943184 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18661] ppid=18652 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18654/task/18661/stat : 18661 (java) S 18652 18652 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418657731 28904845312 7295 33554432000 4194304 4196468 140722137550480 140396852890384 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18662] ppid=18652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18662/stat : 18662 (java) S 18652 18652 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418657731 28904845312 7295 33554432000 4194304 4196468 140722137550480 140396851838096 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18663] ppid=18652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18663/stat : 18663 (java) S 18652 18652 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418657731 28904845312 7295 33554432000 4194304 4196468 140722137550480 140396850785296 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18664] ppid=18652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18664/stat : 18664 (java) S 18652 18652 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418657733 28904845312 7295 33554432000 4194304 4196468 140722137550480 140395954497648 140396905544322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18665] ppid=18652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18665/stat : 18665 (java) S 18652 18652 16596 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418657733 28904845312 7295 33554432000 4194304 4196468 140722137550480 140395953443616 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18666] ppid=18652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18666/stat : 18666 (java) S 18652 18652 16596 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418657734 28904845312 7295 33554432000 4194304 4196468 140722137550480 140395952391280 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18667] ppid=18652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18667/stat : 18667 (java) S 18652 18652 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418657736 28904845312 7295 33554432000 4194304 4196468 140722137550480 140395951339600 140396905551771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18668] ppid=18652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18668/stat : 18668 (java) S 18652 18652 16596 0 -1 1077944384 412 0 0 0 0 0 0 0 20 0 20 0 418657736 28904845312 7295 33554432000 4194304 4196468 140722137550480 140395950287472 140396905544322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18669] ppid=18652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18669/stat : 18669 (java) R 18652 18652 16596 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 418657736 28904845312 7295 33554432000 4194304 4196468 140722137550480 140395949234672 140396905545110 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18670] ppid=18652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18670/stat : 18670 (java) S 18652 18652 16596 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418657736 28904845312 7295 33554432000 4194304 4196468 140722137550480 140395948182384 140396905544322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18671] ppid=18652 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/18654/task/18671/stat : 18671 (java) R 18652 18652 16596 0 -1 4202560 355 0 0 0 2 0 0 0 20 0 20 0 418657736 28904845312 7295 33554432000 4194304 4196468 140722137550480 140395947129584 140396905545110 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18672] ppid=18652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18672/stat : 18672 (java) S 18652 18652 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418657736 28904845312 7295 33554432000 4194304 4196468 140722137550480 140395946076512 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18673] ppid=18652 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18654/task/18673/stat : 18673 (java) S 18652 18652 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418657736 28904845312 7295 33554432000 4194304 4196468 140722137550480 140395945023792 140396905544322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30636 KiB

[startup+0.210314 s]*
/proc/loadavg: 6.35 7.62 7.74 3/211 18673
/proc/meminfo: memFree=26814500/32770624 swapFree=66957016/67108860
[pid=18652] ppid=18649 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18652/stat : 18652 (xcsp3-exec) S 18649 18652 16596 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418657730 115843072 364 33554432000 4194304 5098028 140731614610848 140731614608952 139715052122748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8998912 140731614618485 140731614618729 140731614618729 140731614621642 0
/proc/18652/statm: 28282 364 305 221 0 87 0
[pid=18654] ppid=18652 vsize=28227388 memory=41108 CPUtime=0.33 cores=0-7
/proc/18654/stat : 18654 (java) S 18652 18652 16596 0 -1 1077944320 9510 0 0 0 31 2 0 0 20 0 20 0 418657730 28904845312 10277 33554432000 4194304 4196468 140722137550480 140722137533024 140396905533175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
/proc/18654/statm: 7056847 10277 3308 1 0 7019032 0
[pid=18654/tid=18655] ppid=18652 vsize=28227388 memory=0 CPUtime=0.19 cores=0-7
/proc/18654/task/18655/stat : 18655 (java) R 18652 18652 16596 0 -1 4202560 6654 0 0 0 18 1 0 0 20 0 20 0 418657731 28904845312 10277 33554432000 4194304 4196468 140722137550480 140396909770912 140396888035756 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18656] ppid=18652 vsize=28227388 memory=279694850115320 CPUtime=0 cores=0-7
/proc/18654/task/18656/stat : 18656 (java) S 18652 18652 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418657731 28904845312 10277 33554432000 4194304 4196468 140722137550480 140396858153360 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18657] ppid=18652 vsize=28227388 memory=139847493731968 CPUtime=0 cores=0-7
/proc/18654/task/18657/stat : 18657 (java) S 18652 18652 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418657731 28904845312 10277 33554432000 4194304 4196468 140722137550480 140396857100560 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18658] ppid=18652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18658/stat : 18658 (java) S 18652 18652 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418657731 28904845312 10277 33554432000 4194304 4196468 140722137550480 140396856048272 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18659] ppid=18652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18659/stat : 18659 (java) S 18652 18652 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418657731 28904845312 10277 33554432000 4194304 4196468 140722137550480 140396854995472 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18660] ppid=18652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18660/stat : 18660 (java) S 18652 18652 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418657731 28904845312 10277 33554432000 4194304 4196468 140722137550480 140396853943184 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18661] ppid=18652 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18654/task/18661/stat : 18661 (java) S 18652 18652 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418657731 28904845312 10277 33554432000 4194304 4196468 140722137550480 140396852890384 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18662] ppid=18652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18662/stat : 18662 (java) S 18652 18652 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418657731 28904845312 10277 33554432000 4194304 4196468 140722137550480 140396851838096 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18663] ppid=18652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18663/stat : 18663 (java) S 18652 18652 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418657731 28904845312 10277 33554432000 4194304 4196468 140722137550480 140396850785296 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18664] ppid=18652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18664/stat : 18664 (java) S 18652 18652 16596 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418657733 28904845312 10277 33554432000 4194304 4196468 140722137550480 140395954497648 140396905544322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18665] ppid=18652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18665/stat : 18665 (java) S 18652 18652 16596 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418657733 28904845312 10277 33554432000 4194304 4196468 140722137550480 140395953443616 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18666] ppid=18652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18666/stat : 18666 (java) S 18652 18652 16596 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418657734 28904845312 10277 33554432000 4194304 4196468 140722137550480 140395952391280 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18667] ppid=18652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18667/stat : 18667 (java) S 18652 18652 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418657736 28904845312 10277 33554432000 4194304 4196468 140722137550480 140395951339600 140396905551771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18668] ppid=18652 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/18654/task/18668/stat : 18668 (java) S 18652 18652 16596 0 -1 1077944384 536 0 0 0 1 0 0 0 20 0 20 0 418657736 28904845312 10277 33554432000 4194304 4196468 140722137550480 140395950287472 140396905544322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18669] ppid=18652 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/18654/task/18669/stat : 18669 (java) R 18652 18652 16596 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 20 0 418657736 28904845312 10277 33554432000 4194304 4196468 140722137550480 140395949234672 140396905544322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18670] ppid=18652 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/18654/task/18670/stat : 18670 (java) R 18652 18652 16596 0 -1 1077944384 204 0 0 0 2 0 0 0 20 0 20 0 418657736 28904845312 10277 33554432000 4194304 4196468 140722137550480 140395948182384 140396905544322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18671] ppid=18652 vsize=28227388 memory=0 CPUtime=0.08 cores=0-7
/proc/18654/task/18671/stat : 18671 (java) R 18652 18652 16596 0 -1 4202560 757 0 0 0 8 0 0 0 20 0 20 0 418657736 28904845312 10277 33554432000 4194304 4196468 140722137550480 140395947129584 140396889613662 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18672] ppid=18652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18672/stat : 18672 (java) S 18652 18652 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418657736 28904845312 10277 33554432000 4194304 4196468 140722137550480 140395946076512 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18673] ppid=18652 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18654/task/18673/stat : 18673 (java) S 18652 18652 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418657736 28904845312 10277 33554432000 4194304 4196468 140722137550480 140395945023792 140396905544322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42564 KiB

[startup+0.309749 s]*
/proc/loadavg: 6.35 7.62 7.74 4/211 18673
/proc/meminfo: memFree=26806976/32770624 swapFree=66957016/67108860
[pid=18652] ppid=18649 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18652/stat : 18652 (xcsp3-exec) S 18649 18652 16596 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418657730 115843072 364 33554432000 4194304 5098028 140731614610848 140731614608952 139715052122748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8998912 140731614618485 140731614618729 140731614618729 140731614621642 0
/proc/18652/statm: 28282 364 305 221 0 87 0
[pid=18654] ppid=18652 vsize=28231644 memory=50064 CPUtime=0.52 cores=0-7
/proc/18654/stat : 18654 (java) S 18652 18652 16596 0 -1 1077944320 10904 0 0 0 49 3 0 0 20 0 20 0 418657730 28909203456 12516 33554432000 4194304 4196468 140722137550480 140722137533024 140396905533175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
/proc/18654/statm: 7057911 12516 3350 1 0 7019032 0
[pid=18654/tid=18655] ppid=18652 vsize=28231644 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/18654/task/18655/stat : 18655 (java) R 18652 18652 16596 0 -1 4202560 7801 0 0 0 27 2 0 0 20 0 20 0 418657731 28909203456 12516 33554432000 4194304 4196468 140722137550480 140396909764288 140396889613692 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18656] ppid=18652 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18656/stat : 18656 (java) S 18652 18652 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418657731 28909203456 12516 33554432000 4194304 4196468 140722137550480 140396858153360 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18657] ppid=18652 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18657/stat : 18657 (java) S 18652 18652 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418657731 28909203456 12516 33554432000 4194304 4196468 140722137550480 140396857100560 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18658] ppid=18652 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18658/stat : 18658 (java) S 18652 18652 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418657731 28909203456 12516 33554432000 4194304 4196468 140722137550480 140396856048272 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18659] ppid=18652 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18659/stat : 18659 (java) S 18652 18652 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418657731 28909203456 12516 33554432000 4194304 4196468 140722137550480 140396854995472 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18660] ppid=18652 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/18654/task/18660/stat : 18660 (java) S 18652 18652 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418657731 28909203456 12516 33554432000 4194304 4196468 140722137550480 140396853943184 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18661] ppid=18652 vsize=28231644 memory=139847356478383 CPUtime=0 cores=0-7
/proc/18654/task/18661/stat : 18661 (java) S 18652 18652 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418657731 28909203456 12516 33554432000 4194304 4196468 140722137550480 140396852890384 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18662] ppid=18652 vsize=28231644 memory=139847356480688 CPUtime=0 cores=0-7
/proc/18654/task/18662/stat : 18662 (java) S 18652 18652 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418657731 28909203456 12516 33554432000 4194304 4196468 140722137550480 140396851838096 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18663] ppid=18652 vsize=28231644 memory=139847356482992 CPUtime=0 cores=0-7
/proc/18654/task/18663/stat : 18663 (java) S 18652 18652 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418657731 28909203456 12516 33554432000 4194304 4196468 140722137550480 140396850785296 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18664] ppid=18652 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18664/stat : 18664 (java) S 18652 18652 16596 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418657733 28909203456 12516 33554432000 4194304 4196468 140722137550480 140395954497648 140396905544322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18665] ppid=18652 vsize=28231644 memory=279694712972944 CPUtime=0 cores=0-7
/proc/18654/task/18665/stat : 18665 (java) S 18652 18652 16596 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418657733 28909203456 12516 33554432000 4194304 4196468 140722137550480 140395953443616 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18666] ppid=18652 vsize=28231644 memory=279694712979856 CPUtime=0 cores=0-7
/proc/18654/task/18666/stat : 18666 (java) S 18652 18652 16596 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418657734 28909203456 12516 33554432000 4194304 4196468 140722137550480 140395952391280 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18667] ppid=18652 vsize=28231644 memory=279694712921136 CPUtime=0 cores=0-7
/proc/18654/task/18667/stat : 18667 (java) S 18652 18652 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418657736 28909203456 12516 33554432000 4194304 4196468 140722137550480 140395951339600 140396905551771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18668] ppid=18652 vsize=28231644 memory=279694712993680 CPUtime=0.02 cores=0-7
/proc/18654/task/18668/stat : 18668 (java) S 18652 18652 16596 0 -1 1077944384 549 0 0 0 2 0 0 0 20 0 20 0 418657736 28909203456 12516 33554432000 4194304 4196468 140722137550480 140395950287472 140396905544322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18669] ppid=18652 vsize=28231644 memory=279694713000592 CPUtime=0.02 cores=0-7
/proc/18654/task/18669/stat : 18669 (java) S 18652 18652 16596 0 -1 1077944384 65 0 0 0 2 0 0 0 20 0 20 0 418657736 28909203456 12516 33554432000 4194304 4196468 140722137550480 140395949234672 140396905544322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18670] ppid=18652 vsize=28231644 memory=279694712998288 CPUtime=0.03 cores=0-7
/proc/18654/task/18670/stat : 18670 (java) R 18652 18652 16596 0 -1 4202560 293 0 0 0 3 0 0 0 20 0 20 0 418657736 28909203456 12516 33554432000 4194304 4196468 140722137550480 140395948182384 140396890659449 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18671] ppid=18652 vsize=28231644 memory=279694713014448 CPUtime=0.12 cores=0-7
/proc/18654/task/18671/stat : 18671 (java) S 18652 18652 16596 0 -1 1077944384 883 0 0 0 12 0 0 0 20 0 20 0 418657736 28909203456 12516 33554432000 4194304 4196468 140722137550480 140395947129584 140396905544322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18672] ppid=18652 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18672/stat : 18672 (java) S 18652 18652 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418657736 28909203456 12516 33554432000 4194304 4196468 140722137550480 140395946076512 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18673] ppid=18652 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/18654/task/18673/stat : 18673 (java) S 18652 18652 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418657736 28909203456 12516 33554432000 4194304 4196468 140722137550480 140395945023792 140396905544322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51520 KiB

[startup+0.701008 s]
/proc/loadavg: 6.35 7.62 7.74 6/211 18673
/proc/meminfo: memFree=26785008/32770624 swapFree=66957016/67108860
[pid=18652] ppid=18649 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18652/stat : 18652 (xcsp3-exec) S 18649 18652 16596 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418657730 115843072 364 33554432000 4194304 5098028 140731614610848 140731614608952 139715052122748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8998912 140731614618485 140731614618729 140731614618729 140731614621642 0
/proc/18652/statm: 28282 364 305 221 0 87 0
[pid=18654] ppid=18652 vsize=28233768 memory=93516 CPUtime=1.95 cores=0-7
/proc/18654/stat : 18654 (java) S 18652 18652 16596 0 -1 1077944320 16440 0 0 0 189 6 0 0 20 0 20 0 418657730 28911378432 23379 33554432000 4194304 4196468 140722137550480 140722137533024 140396905533175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
/proc/18654/statm: 7058442 23379 3454 1 0 7019544 0
[pid=18654/tid=18655] ppid=18652 vsize=28233768 memory=279694713309312 CPUtime=0.68 cores=0-7
/proc/18654/task/18655/stat : 18655 (java) R 18652 18652 16596 0 -1 4202560 8992 0 0 0 65 3 0 0 20 0 20 0 418657731 28911378432 23379 33554432000 4194304 4196468 140722137550480 140396909766016 140396888053755 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18656] ppid=18652 vsize=28233768 memory=5050881541256 CPUtime=0 cores=0-7
/proc/18654/task/18656/stat : 18656 (java) S 18652 18652 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418657731 28911378432 23379 33554432000 4194304 4196468 140722137550480 140396858153360 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18657] ppid=18652 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18657/stat : 18657 (java) S 18652 18652 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418657731 28911378432 23379 33554432000 4194304 4196468 140722137550480 140396857100560 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18658] ppid=18652 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18658/stat : 18658 (java) S 18652 18652 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418657731 28911378432 23379 33554432000 4194304 4196468 140722137550480 140396856048272 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0

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

[pid=18654/tid=18671] ppid=18652 vsize=28834892 memory=796 CPUtime=1.05 cores=0-7
/proc/18654/task/18671/stat : 18671 (java) R 18652 18652 16596 0 -1 4202560 5099 0 0 0 103 2 0 0 20 0 28 0 418657736 29526929408 211391 33554432000 4194304 4196468 140722137550480 140395947129584 140396889773281 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18672] ppid=18652 vsize=28834892 memory=4100 CPUtime=0 cores=0-7
/proc/18654/task/18672/stat : 18672 (java) S 18652 18652 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418657736 29526929408 211391 33554432000 4194304 4196468 140722137550480 140395946076512 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18673] ppid=18652 vsize=28834892 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/18654/task/18673/stat : 18673 (java) S 18652 18652 16596 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 418657736 29526929408 211391 33554432000 4194304 4196468 140722137550480 140395945023792 140396905544322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=19114] ppid=18652 vsize=28834892 memory=288230617509003574 CPUtime=0.17 cores=0-7
/proc/18654/task/19114/stat : 19114 (java) R 18652 18652 16596 0 -1 4202560 18 0 0 0 17 0 0 0 20 0 28 0 418658024 29526929408 211391 33554432000 4194304 4196468 140722137550480 140395926347512 140396534096099 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=19115] ppid=18652 vsize=28834892 memory=15252640887999028 CPUtime=0.1 cores=0-7
/proc/18654/task/19115/stat : 19115 (java) R 18652 18652 16596 0 -1 4202560 17 0 0 0 10 0 0 0 20 0 28 0 418658027 29526929408 211391 33554432000 4194304 4196468 140722137550480 140395925297400 140396535053220 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=19116] ppid=18652 vsize=28834892 memory=0 CPUtime=0.13 cores=0-7
/proc/18654/task/19116/stat : 19116 (java) R 18652 18652 16596 0 -1 4202560 20 0 0 0 13 0 0 0 20 0 28 0 418658027 29526929408 211391 33554432000 4194304 4196468 140722137550480 140395933715312 140396535641270 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=19117] ppid=18652 vsize=28834892 memory=0 CPUtime=0.23 cores=0-7
/proc/18654/task/19117/stat : 19117 (java) R 18652 18652 16596 0 -1 4202560 17 0 0 0 23 0 0 0 20 0 28 0 418658027 29526929408 211391 33554432000 4194304 4196468 140722137550480 140395931612704 140396533784944 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=19118] ppid=18652 vsize=28834892 memory=4008 CPUtime=0.18 cores=0-7
/proc/18654/task/19118/stat : 19118 (java) R 18652 18652 16596 0 -1 4202560 18 0 0 0 18 0 0 0 20 0 28 0 418658027 29526929408 211391 33554432000 4194304 4196468 140722137550480 140395927400856 140396534096143 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=19119] ppid=18652 vsize=28834892 memory=1096 CPUtime=0.1 cores=0-7
/proc/18654/task/19119/stat : 19119 (java) R 18652 18652 16596 0 -1 4202560 17 0 0 0 10 0 0 0 20 0 28 0 418658027 29526929408 211391 33554432000 4194304 4196468 140722137550480 140395929513416 140396534096143 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=19120] ppid=18652 vsize=28834892 memory=2828 CPUtime=0.17 cores=0-7
/proc/18654/task/19120/stat : 19120 (java) R 18652 18652 16596 0 -1 4202560 17 0 0 0 17 0 0 0 20 0 28 0 418658027 29526929408 211391 33554432000 4194304 4196468 140722137550480 140395928460104 140396533785049 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=19121] ppid=18652 vsize=28834892 memory=1164 CPUtime=0.1 cores=0-7
/proc/18654/task/19121/stat : 19121 (java) R 18652 18652 16596 0 -1 4202560 18 0 0 0 10 0 0 0 20 0 28 0 418658029 29526929408 211391 33554432000 4194304 4196468 140722137550480 140395932670664 140396536636339 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
Current children cumulated CPU time: 14.16 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 847020 KiB

[startup+3.60206 s]
/proc/loadavg: 6.35 7.62 7.74 12/219 19121
/proc/meminfo: memFree=26008348/32770624 swapFree=66957016/67108860
[pid=18652] ppid=18649 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18652/stat : 18652 (xcsp3-exec) S 18649 18652 16596 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418657730 115843072 364 33554432000 4194304 5098028 140731614610848 140731614608952 139715052122748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8998912 140731614618485 140731614618729 140731614618729 140731614621642 0
/proc/18652/statm: 28282 364 305 221 0 87 0
[pid=18654] ppid=18652 vsize=28834892 memory=846948 CPUtime=17.36 cores=0-7
/proc/18654/stat : 18654 (java) S 18652 18652 16596 0 -1 1077944320 47097 0 0 0 1635 101 0 0 20 0 28 0 418657730 29526929408 211737 33554432000 4194304 4196468 140722137550480 140722137533024 140396905533175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
/proc/18654/statm: 7208723 211737 3533 1 0 7169825 0
[pid=18654/tid=18655] ppid=18652 vsize=28834892 memory=0 CPUtime=2.04 cores=0-7
/proc/18654/task/18655/stat : 18655 (java) S 18652 18652 16596 0 -1 1077944384 11599 0 0 0 198 6 0 0 20 0 28 0 418657731 29526929408 211737 33554432000 4194304 4196468 140722137550480 140396909773952 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18656] ppid=18652 vsize=28834892 memory=0 CPUtime=0.21 cores=0-7
/proc/18654/task/18656/stat : 18656 (java) S 18652 18652 16596 0 -1 1077944384 179 0 0 0 13 8 0 0 20 0 28 0 418657731 29526929408 211737 33554432000 4194304 4196468 140722137550480 140396858153360 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18657] ppid=18652 vsize=28834892 memory=0 CPUtime=0.19 cores=0-7
/proc/18654/task/18657/stat : 18657 (java) S 18652 18652 16596 0 -1 1077944384 273 0 0 0 11 8 0 0 20 0 28 0 418657731 29526929408 211737 33554432000 4194304 4196468 140722137550480 140396857100560 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18658] ppid=18652 vsize=28834892 memory=181 CPUtime=0.23 cores=0-7
/proc/18654/task/18658/stat : 18658 (java) S 18652 18652 16596 0 -1 1077944384 261 0 0 0 13 10 0 0 20 0 28 0 418657731 29526929408 211737 33554432000 4194304 4196468 140722137550480 140396856048272 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18659] ppid=18652 vsize=28834892 memory=56 CPUtime=0.2 cores=0-7
/proc/18654/task/18659/stat : 18659 (java) S 18652 18652 16596 0 -1 1077944384 461 0 0 0 12 8 0 0 20 0 28 0 418657731 29526929408 211737 33554432000 4194304 4196468 140722137550480 140396854995472 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18660] ppid=18652 vsize=28834892 memory=9174 CPUtime=0.21 cores=0-7
/proc/18654/task/18660/stat : 18660 (java) S 18652 18652 16596 0 -1 1077944384 281 0 0 0 12 9 0 0 20 0 28 0 418657731 29526929408 211737 33554432000 4194304 4196468 140722137550480 140396853943184 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18661] ppid=18652 vsize=28834892 memory=22747 CPUtime=0.24 cores=0-7
/proc/18654/task/18661/stat : 18661 (java) S 18652 18652 16596 0 -1 1077944384 458 0 0 0 14 10 0 0 20 0 28 0 418657731 29526929408 211737 33554432000 4194304 4196468 140722137550480 140396852890384 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18662] ppid=18652 vsize=28834892 memory=6791534058613427641 CPUtime=0.24 cores=0-7
/proc/18654/task/18662/stat : 18662 (java) S 18652 18652 16596 0 -1 1077944384 273 0 0 0 14 10 0 0 20 0 28 0 418657731 29526929408 211737 33554432000 4194304 4196468 140722137550480 140396851838096 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18663] ppid=18652 vsize=28834892 memory=0 CPUtime=0.22 cores=0-7
/proc/18654/task/18663/stat : 18663 (java) S 18652 18652 16596 0 -1 1077944384 274 0 0 0 12 10 0 0 20 0 28 0 418657731 29526929408 211737 33554432000 4194304 4196468 140722137550480 140396850785296 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18664] ppid=18652 vsize=28834892 memory=0 CPUtime=0.01 cores=0-7
/proc/18654/task/18664/stat : 18664 (java) S 18652 18652 16596 0 -1 1077944384 1105 0 0 0 1 0 0 0 20 0 28 0 418657733 29526929408 211737 33554432000 4194304 4196468 140722137550480 140395954497648 140396905544322 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18665] ppid=18652 vsize=28834892 memory=1560 CPUtime=0 cores=0-7
/proc/18654/task/18665/stat : 18665 (java) S 18652 18652 16596 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 418657733 29526929408 211737 33554432000 4194304 4196468 140722137550480 140395953443680 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18666] ppid=18652 vsize=28834892 memory=4008 CPUtime=0 cores=0-7
/proc/18654/task/18666/stat : 18666 (java) S 18652 18652 16596 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 418657734 29526929408 211737 33554432000 4194304 4196468 140722137550480 140395952391296 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18667] ppid=18652 vsize=28834892 memory=1096 CPUtime=0 cores=0-7
/proc/18654/task/18667/stat : 18667 (java) S 18652 18652 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418657736 29526929408 211737 33554432000 4194304 4196468 140722137550480 140395951339600 140396905551771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18668] ppid=18652 vsize=28834892 memory=2828 CPUtime=2.27 cores=0-7
/proc/18654/task/18668/stat : 18668 (java) R 18652 18652 16596 0 -1 4202560 6032 0 0 0 225 2 0 0 20 0 28 0 418657736 29526929408 211737 33554432000 4194304 4196468 140722137550480 140395950269040 140396887060866 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18669] ppid=18652 vsize=28834892 memory=1164 CPUtime=2.35 cores=0-7
/proc/18654/task/18669/stat : 18669 (java) R 18652 18652 16596 0 -1 4202560 5016 0 0 0 234 1 0 0 20 0 28 0 418657736 29526929408 211737 33554432000 4194304 4196468 140722137550480 140395949227160 140396885376849 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18670] ppid=18652 vsize=28834892 memory=14008 CPUtime=2.2 cores=0-7
/proc/18654/task/18670/stat : 18670 (java) R 18652 18652 16596 0 -1 4202560 5932 0 0 0 218 2 0 0 20 0 28 0 418657736 29526929408 211737 33554432000 4194304 4196468 140722137550480 140395948167344 140396887052489 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18671] ppid=18652 vsize=28834892 memory=0 CPUtime=1.09 cores=0-7
/proc/18654/task/18671/stat : 18671 (java) S 18652 18652 16596 0 -1 1077944384 5165 0 0 0 107 2 0 0 20 0 28 0 418657736 29526929408 211737 33554432000 4194304 4196468 140722137550480 140395947129584 140396905544322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18672] ppid=18652 vsize=28834892 memory=2124 CPUtime=0 cores=0-7
/proc/18654/task/18672/stat : 18672 (java) S 18652 18652 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418657736 29526929408 211737 33554432000 4194304 4196468 140722137550480 140395946076512 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18673] ppid=18652 vsize=28834892 memory=21888 CPUtime=0 cores=0-7
/proc/18654/task/18673/stat : 18673 (java) S 18652 18652 16596 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 418657736 29526929408 211737 33554432000 4194304 4196468 140722137550480 140395945023792 140396905544322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=19114] ppid=18652 vsize=28834892 memory=492 CPUtime=0.4 cores=0-7
/proc/18654/task/19114/stat : 19114 (java) R 18652 18652 16596 0 -1 4202560 19 0 0 0 40 0 0 0 20 0 28 0 418658024 29526929408 211737 33554432000 4194304 4196468 140722137550480 140395926348600 140396535450306 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=19115] ppid=18652 vsize=28834892 memory=1560 CPUtime=0.32 cores=0-7
/proc/18654/task/19115/stat : 19115 (java) R 18652 18652 16596 0 -1 4202560 17 0 0 0 32 0 0 0 20 0 28 0 418658027 29526929408 211737 33554432000 4194304 4196468 140722137550480 140395925297400 140396533785049 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=19116] ppid=18652 vsize=28834892 memory=932 CPUtime=0.44 cores=0-7
/proc/18654/task/19116/stat : 19116 (java) R 18652 18652 16596 0 -1 4202560 22 0 0 0 44 0 0 0 20 0 28 0 418658027 29526929408 211737 33554432000 4194304 4196468 140722137550480 140395933719064 140396535727882 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=19117] ppid=18652 vsize=28834892 memory=3512 CPUtime=0.63 cores=0-7
/proc/18654/task/19117/stat : 19117 (java) R 18652 18652 16596 0 -1 4202560 17 0 0 0 63 0 0 0 20 0 28 0 418658027 29526929408 211737 33554432000 4194304 4196468 140722137550480 140395931612704 140396535452490 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=19118] ppid=18652 vsize=28834892 memory=41004 CPUtime=0.49 cores=0-7
/proc/18654/task/19118/stat : 19118 (java) R 18652 18652 16596 0 -1 4202560 18 0 0 0 49 0 0 0 20 0 28 0 418658027 29526929408 211737 33554432000 4194304 4196468 140722137550480 140395927403224 140396533784507 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=19119] ppid=18652 vsize=28834892 memory=2020 CPUtime=0.3 cores=0-7
/proc/18654/task/19119/stat : 19119 (java) R 18652 18652 16596 0 -1 4202560 17 0 0 0 30 0 0 0 20 0 28 0 418658027 29526929408 211737 33554432000 4194304 4196468 140722137550480 140395929513416 140396534096099 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=19120] ppid=18652 vsize=28834892 memory=988 CPUtime=0.41 cores=0-7
/proc/18654/task/19120/stat : 19120 (java) R 18652 18652 16596 0 -1 4202560 17 0 0 0 41 0 0 0 20 0 28 0 418658027 29526929408 211737 33554432000 4194304 4196468 140722137550480 140395928460104 140396533896318 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=19121] ppid=18652 vsize=28834892 memory=1368 CPUtime=0.46 cores=0-7
/proc/18654/task/19121/stat : 19121 (java) R 18652 18652 16596 0 -1 4202560 18 0 0 0 46 0 0 0 20 0 28 0 418658029 29526929408 211737 33554432000 4194304 4196468 140722137550480 140395932670664 140396535061738 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
Current children cumulated CPU time: 17.36 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 848404 KiB

[startup+3.80607 s]
/proc/loadavg: 6.35 7.62 7.74 12/219 19121
/proc/meminfo: memFree=26008348/32770624 swapFree=66957016/67108860
[pid=18652] ppid=18649 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18652/stat : 18652 (xcsp3-exec) S 18649 18652 16596 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418657730 115843072 364 33554432000 4194304 5098028 140731614610848 140731614608952 139715052122748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8998912 140731614618485 140731614618729 140731614618729 140731614621642 0
/proc/18652/statm: 28282 364 305 221 0 87 0
[pid=18654] ppid=18652 vsize=28834892 memory=847636 CPUtime=18.98 cores=0-7
/proc/18654/stat : 18654 (java) S 18652 18652 16596 0 -1 1077944320 47316 0 0 0 1797 101 0 0 20 0 28 0 418657730 29526929408 211909 33554432000 4194304 4196468 140722137550480 140722137533024 140396905533175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
/proc/18654/statm: 7208723 211909 3533 1 0 7169825 0
[pid=18654/tid=18655] ppid=18652 vsize=28834892 memory=5787213827096799335 CPUtime=2.04 cores=0-7
/proc/18654/task/18655/stat : 18655 (java) S 18652 18652 16596 0 -1 1077944384 11599 0 0 0 198 6 0 0 20 0 28 0 418657731 29526929408 211909 33554432000 4194304 4196468 140722137550480 140396909773952 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18656] ppid=18652 vsize=28834892 memory=4641047803217330272 CPUtime=0.21 cores=0-7
/proc/18654/task/18656/stat : 18656 (java) S 18652 18652 16596 0 -1 1077944384 179 0 0 0 13 8 0 0 20 0 28 0 418657731 29526929408 211909 33554432000 4194304 4196468 140722137550480 140396858153360 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18657] ppid=18652 vsize=28834892 memory=6935649255759571281 CPUtime=0.19 cores=0-7
/proc/18654/task/18657/stat : 18657 (java) S 18652 18652 16596 0 -1 1077944384 273 0 0 0 11 8 0 0 20 0 28 0 418657731 29526929408 211909 33554432000 4194304 4196468 140722137550480 140396857100560 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18658] ppid=18652 vsize=28834892 memory=4638778398332764256 CPUtime=0.23 cores=0-7
/proc/18654/task/18658/stat : 18658 (java) S 18652 18652 16596 0 -1 1077944384 261 0 0 0 13 10 0 0 20 0 28 0 418657731 29526929408 211909 33554432000 4194304 4196468 140722137550480 140396856048272 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18659] ppid=18652 vsize=28834892 memory=6935649255928524113 CPUtime=0.2 cores=0-7
/proc/18654/task/18659/stat : 18659 (java) S 18652 18652 16596 0 -1 1077944384 461 0 0 0 12 8 0 0 20 0 28 0 418657731 29526929408 211909 33554432000 4194304 4196468 140722137550480 140396854995472 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18660] ppid=18652 vsize=28834892 memory=7825734864442108491 CPUtime=0.21 cores=0-7
/proc/18654/task/18660/stat : 18660 (java) S 18652 18652 16596 0 -1 1077944384 281 0 0 0 12 9 0 0 20 0 28 0 418657731 29526929408 211909 33554432000 4194304 4196468 140722137550480 140396853943184 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18661] ppid=18652 vsize=28834892 memory=-7395679465411338846 CPUtime=0.24 cores=0-7
/proc/18654/task/18661/stat : 18661 (java) S 18652 18652 16596 0 -1 1077944384 458 0 0 0 14 10 0 0 20 0 28 0 418657731 29526929408 211909 33554432000 4194304 4196468 140722137550480 140396852890384 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18662] ppid=18652 vsize=28834892 memory=6944656591801717918 CPUtime=0.24 cores=0-7
/proc/18654/task/18662/stat : 18662 (java) S 18652 18652 16596 0 -1 1077944384 273 0 0 0 14 10 0 0 20 0 28 0 418657731 29526929408 211909 33554432000 4194304 4196468 140722137550480 140396851838096 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18663] ppid=18652 vsize=28834892 memory=-7522837415797432223 CPUtime=0.22 cores=0-7
/proc/18654/task/18663/stat : 18663 (java) S 18652 18652 16596 0 -1 1077944384 274 0 0 0 12 10 0 0 20 0 28 0 418657731 29526929408 211909 33554432000 4194304 4196468 140722137550480 140396850785296 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18664] ppid=18652 vsize=28834892 memory=7900382160082254431 CPUtime=0.01 cores=0-7
/proc/18654/task/18664/stat : 18664 (java) S 18652 18652 16596 0 -1 1077944384 1105 0 0 0 1 0 0 0 20 0 28 0 418657733 29526929408 211909 33554432000 4194304 4196468 140722137550480 140395954497648 140396905544322 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18665] ppid=18652 vsize=28834892 memory=8508261139989150265 CPUtime=0 cores=0-7
/proc/18654/task/18665/stat : 18665 (java) S 18652 18652 16596 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 418657733 29526929408 211909 33554432000 4194304 4196468 140722137550480 140395953443680 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18666] ppid=18652 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18666/stat : 18666 (java) S 18652 18652 16596 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 418657734 29526929408 211909 33554432000 4194304 4196468 140722137550480 140395952391296 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18667] ppid=18652 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/18654/task/18667/stat : 18667 (java) S 18652 18652 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418657736 29526929408 211909 33554432000 4194304 4196468 140722137550480 140395951339600 140396905551771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18668] ppid=18652 vsize=28834892 memory=139851788699263 CPUtime=2.4 cores=0-7
/proc/18654/task/18668/stat : 18668 (java) R 18652 18652 16596 0 -1 4202560 6043 0 0 0 238 2 0 0 20 0 28 0 418657736 29526929408 211909 33554432000 4194304 4196468 140722137550480 140395950274592 140396884750339 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18669] ppid=18652 vsize=28834892 memory=-2023959437020729679 CPUtime=2.55 cores=0-7
/proc/18654/task/18669/stat : 18669 (java) R 18652 18652 16596 0 -1 4202560 5035 0 0 0 254 1 0 0 20 0 28 0 418657736 29526929408 211909 33554432000 4194304 4196468 140722137550480 140395949220752 140396887077756 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18670] ppid=18652 vsize=28834892 memory=6656426216303648864 CPUtime=2.31 cores=0-7
/proc/18654/task/18670/stat : 18670 (java) R 18652 18652 16596 0 -1 4202560 6112 0 0 0 229 2 0 0 20 0 28 0 418657736 29526929408 211909 33554432000 4194304 4196468 140722137550480 140395948168448 140396898636218 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18671] ppid=18652 vsize=28834892 memory=6944656592455097440 CPUtime=1.11 cores=0-7
/proc/18654/task/18671/stat : 18671 (java) S 18652 18652 16596 0 -1 1077944384 5170 0 0 0 109 2 0 0 20 0 28 0 418657736 29526929408 211909 33554432000 4194304 4196468 140722137550480 140395947129584 140396905544322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18672] ppid=18652 vsize=28834892 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/18654/task/18672/stat : 18672 (java) S 18652 18652 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418657736 29526929408 211909 33554432000 4194304 4196468 140722137550480 140395946076512 140396905543381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=18673] ppid=18652 vsize=28834892 memory=-2895008908443675764 CPUtime=0 cores=0-7
/proc/18654/task/18673/stat : 18673 (java) S 18652 18652 16596 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 418657736 29526929408 211909 33554432000 4194304 4196468 140722137550480 140395945023792 140396905544322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=19114] ppid=18652 vsize=28834892 memory=-7249862600137678238 CPUtime=0.58 cores=0-7
/proc/18654/task/19114/stat : 19114 (java) R 18652 18652 16596 0 -1 4202560 19 0 0 0 58 0 0 0 20 0 28 0 418658024 29526929408 211909 33554432000 4194304 4196468 140722137550480 140395926348600 140396533785173 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=19115] ppid=18652 vsize=28834892 memory=7234576917979478634 CPUtime=0.42 cores=0-7
/proc/18654/task/19115/stat : 19115 (java) R 18652 18652 16596 0 -1 4202560 17 0 0 0 42 0 0 0 20 0 28 0 418658027 29526929408 211909 33554432000 4194304 4196468 140722137550480 140395925297304 140396535450280 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=19116] ppid=18652 vsize=28834892 memory=-7025448733113094249 CPUtime=0.61 cores=0-7
/proc/18654/task/19116/stat : 19116 (java) R 18652 18652 16596 0 -1 4202560 22 0 0 0 61 0 0 0 20 0 28 0 418658027 29526929408 211909 33554432000 4194304 4196468 140722137550480 140395933718536 140396534899866 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=19117] ppid=18652 vsize=28834892 memory=3047711553320166262 CPUtime=0.83 cores=0-7
/proc/18654/task/19117/stat : 19117 (java) R 18652 18652 16596 0 -1 4202560 21 0 0 0 83 0 0 0 20 0 28 0 418658027 29526929408 211909 33554432000 4194304 4196468 140722137550480 140395931597872 140396533785173 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=19118] ppid=18652 vsize=28834892 memory=6576565900034090405 CPUtime=0.68 cores=0-7
/proc/18654/task/19118/stat : 19118 (java) R 18652 18652 16596 0 -1 4202560 18 0 0 0 68 0 0 0 20 0 28 0 418658027 29526929408 211909 33554432000 4194304 4196468 140722137550480 140395927401528 140396905545110 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=19119] ppid=18652 vsize=28834892 memory=-8772885032202047837 CPUtime=0.4 cores=0-7
/proc/18654/task/19119/stat : 19119 (java) R 18652 18652 16596 0 -1 4202560 17 0 0 0 40 0 0 0 20 0 28 0 418658027 29526929408 211909 33554432000 4194304 4196468 140722137550480 140395929508248 140396533896352 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=19120] ppid=18652 vsize=28834892 memory=1399051139730258233 CPUtime=0.52 cores=0-7
/proc/18654/task/19120/stat : 19120 (java) R 18652 18652 16596 0 -1 4202560 17 0 0 0 52 0 0 0 20 0 28 0 418658027 29526929408 211909 33554432000 4194304 4196468 140722137550480 140395928455496 140396535452153 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
[pid=18654/tid=19121] ppid=18652 vsize=28834892 memory=139847493741873 CPUtime=0.59 cores=0-7
/proc/18654/task/19121/stat : 19121 (java) R 18652 18652 16596 0 -1 4202560 18 0 0 0 59 0 0 0 20 0 28 0 418658029 29526929408 211909 33554432000 4194304 4196468 140722137550480 140395932670664 140396533785173 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34476032 140722137551850 140722137552022 140722137552022 140722137554895 0
Current children cumulated CPU time: 18.98 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 849092 KiB

Child status: 0
Real time (s): 3.85673
CPU time (s): 19.1344
CPU user time (s): 18.1002
CPU system time (s): 1.03417
CPU usage (%): 496.13
Max. virtual memory (cumulated for all children) (KiB): 28948020
Max. memory (cumulated for all children) (KiB): 849092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.1002
system time used= 1.03417
maximum resident set size= 848432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47905
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= 7794
involuntary context switches= 403


# summary of solver processes directly reported to runsolver:
#   pid: 18652
#   total CPU time (s): 19.1344
#   total CPU user time (s): 18.1002
#   total CPU system time (s): 1.03417

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.046865 second user time and 0.087482 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-14 04:16:36
IDJOB=4393876
IDBENCH=126837
IDSOLVER=2841
FILE ID=node147/4393876-1568427439
RUNJOBID= node147-1568427292-16623
PBS_JOBID= 21702296
Free space on /tmp= 58880 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Tpp/Tpp-zinc-s1/Tpp-5-5-30-1.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-4393876-1568427439/watcher-4393876-1568427439 -o /tmp/evaluation-result-4393876-1568427439/solver-4393876-1568427439 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node147-1568427292-16623 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1114299112 HOME/instance-4393876-1568427439.xml

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

MD5SUM BENCH= af05408dbf994167098c19a92e91e627
RANDOM SEED=1114299112

node147.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.52
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.52
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.52
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.52
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:        26842692 kB
MemAvailable:   31810496 kB
Buffers:          188168 kB
Cached:          5006864 kB
SwapCached:        48496 kB
Active:          2035036 kB
Inactive:        3212776 kB
Active(anon):       4852 kB
Inactive(anon):    89344 kB
Active(file):    2030184 kB
Inactive(file):  3123432 kB
Unevictable:      107760 kB
Mlocked:          107760 kB
SwapTotal:      67108860 kB
SwapFree:       66957016 kB
Dirty:             26600 kB
Writeback:             0 kB
AnonPages:        127988 kB
Mapped:            44856 kB
Shmem:             32768 kB
Slab:             271704 kB
SReclaimable:     242648 kB
SUnreclaim:        29056 kB
KernelStack:        3712 kB
PageTables:         6300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497824 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:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 58856 MiB
End job on node147 at 2019-09-14 04:16:40