Trace number 4393865

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 parallelOPT140 12.9173 2.88415

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-4-5-30-1.xml
MD5SUM1a3f146023047dfa4a3d56734d0c92f1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark140
Best CPU time to get the best result obtained on this benchmark0.318062
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints652
Number of domains52
Minimum domain size3
Maximum domain size20
Distribution of domain sizes[{"size":3,"count":7},{"size":4,"count":10},{"size":5,"count":3},{"size":8,"count":1},{"size":10,"count":2},{"size":11,"count":4},{"size":12,"count":13},{"size":13,"count":5},{"size":14,"count":3},{"size":15,"count":2},{"size":19,"count":30},{"size":20,"count":20}]
Minimum variable degree2
Maximum variable degree33
Distribution of variable degrees[{"degree":2,"count":50},{"degree":21,"count":30},{"degree":32,"count":19},{"degree":33,"count":1}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":650},{"arity":20,"count":1}]
Number of extensional constraints50
Number of intensional constraints601
Distribution of constraint types[{"type":"extension","count":50},{"type":"intension","count":601},{"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-4393865-1568427414.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393865-1568427414.xml, -tl, 20160s, -p, 8]
0.12/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
6.65/1.90	c solve instance...
8.08/2.13	o 258 
8.08/2.14	o 244 
8.08/2.16	o 237 
8.08/2.18	o 236 
8.08/2.19	o 235 
8.60/2.20	o 230 
8.60/2.21	o 229 
8.60/2.22	o 227 
8.60/2.27	o 223 
8.60/2.28	o 221 
8.60/2.29	o 220 
8.60/2.29	o 211 
9.21/2.30	o 207 
9.21/2.31	o 203 
9.21/2.32	o 197 
9.21/2.33	o 196 
9.21/2.33	o 195 
9.21/2.33	o 190 
9.21/2.34	o 184 
9.21/2.34	o 183 
9.21/2.36	o 177 
9.21/2.37	o 176 
9.21/2.37	o 174 
9.21/2.38	o 173 
9.21/2.38	o 172 
9.21/2.39	o 167 
9.73/2.40	o 156 
9.73/2.43	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (89/91)
9.73/2.43		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
9.73/2.43		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
9.73/2.43		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
9.73/2.43		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
9.73/2.43		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
9.73/2.43	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (89/91)
9.73/2.43		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
9.73/2.43		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
9.73/2.43		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
9.73/2.43		at org.chocosolver.solver.Solver.repair(Solver.java:443)
9.73/2.43		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
9.73/2.43		at org.chocosolver.solver.Solver.solve(Solver.java:262)
9.73/2.43		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
9.73/2.43		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
9.73/2.43		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
9.73/2.43		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
9.73/2.43		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
9.73/2.43		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
9.73/2.43		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
9.73/2.43		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
9.73/2.43		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
9.73/2.43		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
9.73/2.43	o 155 
9.73/2.45	o 154 
10.40/2.50	o 153 
10.40/2.51	o 152 
10.40/2.53	o 151 
10.40/2.53	o 150 
10.40/2.54	o 149 
10.40/2.55	o 148 
10.40/2.56	o 147 
10.40/2.56	o 146 
10.40/2.57	o 145 
10.93/2.60	o 144 
10.93/2.61	o 143 
10.93/2.62	o 142 
10.93/2.62	o 141 
10.93/2.64	o 140 
12.42/2.85	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (75/77)
12.42/2.85		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
12.42/2.85		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
12.42/2.85		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
12.42/2.85		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
12.42/2.85		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
12.42/2.85	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (75/77)
12.42/2.85		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
12.42/2.85		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
12.42/2.85		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
12.42/2.85		at org.chocosolver.solver.Solver.repair(Solver.java:443)
12.42/2.85		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
12.42/2.85		at org.chocosolver.solver.Solver.solve(Solver.java:262)
12.42/2.85		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
12.42/2.85		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
12.42/2.85		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
12.42/2.85		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
12.42/2.85		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
12.42/2.85		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
12.42/2.85		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
12.42/2.85		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
12.42/2.85		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
12.42/2.85		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
12.42/2.86	s OPTIMUM FOUND
12.42/2.86	v <instantiation>
12.42/2.86	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] 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] 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>
12.42/2.86	v 	<values>0 1 2 3 4 5 6 7 8 10 11 15 12 9 13 19 16 17 14 18 0 0 0 0 0 0 0 0 0 6 4 1 0 1 1 14 0 0 10 12 9 11 13 13 13 18 9 11 11 10 13 18 18 11 11 15 13 10 10 11 9 18 13 11 14 15 10 13 14 14 4 8 1 1 5 5 1 4 5 1 2 1 3 1 2 1 5 2 2 5 4 1 1 1 7 6 8 1 2 1 </values>
12.42/2.86	v </instantiation>

Verifier Data

OK	140

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393865-1568427414/watcher-4393865-1568427414 -o /tmp/evaluation-result-4393865-1568427414/solver-4393865-1568427414 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node117-1568427144-15778 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1344677499 HOME/instance-4393865-1568427414.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=21425, runsolver pid=21422

[startup+0.100166 s]*
/proc/loadavg: 5.57 6.62 6.78 3/211 21446
/proc/meminfo: memFree=30933400/32770624 swapFree=66947516/67108860
[pid=21425] ppid=21422 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21425/stat : 21425 (xcsp3-exec) S 21422 21425 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418683349 115843072 364 33554432000 4194304 5098028 140727257025536 140727257023640 140672630956668 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12435456 140727257027445 140727257027689 140727257027689 140727257030602 0
/proc/21425/statm: 28282 364 306 221 0 87 0
[pid=21427] ppid=21425 vsize=28227388 memory=30072 CPUtime=0.12 cores=0-7
/proc/21427/stat : 21427 (java) S 21425 21425 15751 0 -1 1077944320 5429 0 0 0 11 1 0 0 20 0 20 0 418683349 28904845312 7518 33554432000 4194304 4196468 140735684247632 140735684230176 140486949363447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
/proc/21427/statm: 7056847 7518 3126 1 0 7019032 0
[pid=21427/tid=21428] ppid=21425 vsize=28227388 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/21427/task/21428/stat : 21428 (java) R 21425 21425 15751 0 -1 4202560 3368 0 0 0 8 0 0 0 20 0 20 0 418683350 28904845312 7518 33554432000 4194304 4196468 140735684247632 140486953594720 140486585190759 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21429] ppid=21425 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/21427/task/21429/stat : 21429 (java) S 21425 21425 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418683350 28904845312 7518 33554432000 4194304 4196468 140735684247632 140486905916176 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21430] ppid=21425 vsize=28227388 memory=140704418907776 CPUtime=0 cores=0-7
/proc/21427/task/21430/stat : 21430 (java) S 21425 21425 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418683350 28904845312 7518 33554432000 4194304 4196468 140735684247632 140486499228560 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21431] ppid=21425 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21431/stat : 21431 (java) S 21425 21425 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418683350 28904845312 7518 33554432000 4194304 4196468 140735684247632 140486498176016 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21432] ppid=21425 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21432/stat : 21432 (java) S 21425 21425 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683350 28904845312 7518 33554432000 4194304 4196468 140735684247632 140486497123472 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21433] ppid=21425 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21433/stat : 21433 (java) S 21425 21425 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683350 28904845312 7518 33554432000 4194304 4196468 140735684247632 140486496069904 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21434] ppid=21425 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21427/task/21434/stat : 21434 (java) S 21425 21425 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418683350 28904845312 7518 33554432000 4194304 4196468 140735684247632 140486495017360 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21435] ppid=21425 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21435/stat : 21435 (java) S 21425 21425 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683350 28904845312 7518 33554432000 4194304 4196468 140735684247632 140486493964816 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21436] ppid=21425 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21436/stat : 21436 (java) S 21425 21425 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418683350 28904845312 7518 33554432000 4194304 4196468 140735684247632 140486492912272 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21437] ppid=21425 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21437/stat : 21437 (java) S 21425 21425 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418683352 28904845312 7518 33554432000 4194304 4196468 140735684247632 140486334110192 140486949374594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21438] ppid=21425 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21438/stat : 21438 (java) S 21425 21425 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418683352 28904845312 7518 33554432000 4194304 4196468 140735684247632 140486333056416 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21439] ppid=21425 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21439/stat : 21439 (java) S 21425 21425 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418683353 28904845312 7518 33554432000 4194304 4196468 140735684247632 140486332003824 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21440] ppid=21425 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21440/stat : 21440 (java) S 21425 21425 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683355 28904845312 7518 33554432000 4194304 4196468 140735684247632 140486330952400 140486949382043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21441] ppid=21425 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21441/stat : 21441 (java) S 21425 21425 15751 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 20 0 418683355 28904845312 7518 33554432000 4194304 4196468 140735684247632 140486329898992 140486949374594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21442] ppid=21425 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21442/stat : 21442 (java) R 21425 21425 15751 0 -1 4202560 125 0 0 0 0 0 0 0 20 0 20 0 418683355 28904845312 7518 33554432000 4194304 4196468 140735684247632 140486328838096 140486930715760 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21443] ppid=21425 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21443/stat : 21443 (java) S 21425 21425 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418683355 28904845312 7518 33554432000 4194304 4196468 140735684247632 140486327793904 140486949374594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21444] ppid=21425 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/21427/task/21444/stat : 21444 (java) R 21425 21425 15751 0 -1 4202560 334 0 0 0 1 0 0 0 20 0 20 0 418683355 28904845312 7518 33554432000 4194304 4196468 140735684247632 140486326741360 140486949375382 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21445] ppid=21425 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21445/stat : 21445 (java) S 21425 21425 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418683355 28904845312 7518 33554432000 4194304 4196468 140735684247632 140486325689056 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21446] ppid=21425 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21427/task/21446/stat : 21446 (java) S 21425 21425 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683355 28904845312 7518 33554432000 4194304 4196468 140735684247632 140486324636592 140486949374594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31528 KiB

[startup+0.213011 s]*
/proc/loadavg: 5.57 6.62 6.78 2/211 21446
/proc/meminfo: memFree=30922728/32770624 swapFree=66947516/67108860
[pid=21425] ppid=21422 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21425/stat : 21425 (xcsp3-exec) S 21422 21425 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418683349 115843072 364 33554432000 4194304 5098028 140727257025536 140727257023640 140672630956668 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12435456 140727257027445 140727257027689 140727257027689 140727257030602 0
/proc/21425/statm: 28282 364 306 221 0 87 0
[pid=21427] ppid=21425 vsize=28227388 memory=41732 CPUtime=0.34 cores=0-7
/proc/21427/stat : 21427 (java) S 21425 21425 15751 0 -1 1077944320 9101 0 0 0 31 3 0 0 20 0 20 0 418683349 28904845312 10433 33554432000 4194304 4196468 140735684247632 140735684230176 140486949363447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
/proc/21427/statm: 7056847 10433 3314 1 0 7019032 0
[pid=21427/tid=21428] ppid=21425 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/21427/task/21428/stat : 21428 (java) R 21425 21425 15751 0 -1 4202560 6184 0 0 0 18 2 0 0 20 0 20 0 418683350 28904845312 10433 33554432000 4194304 4196468 140735684247632 140486953600480 140486949385373 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21429] ppid=21425 vsize=28227388 memory=328 CPUtime=0 cores=0-7
/proc/21427/task/21429/stat : 21429 (java) S 21425 21425 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418683350 28904845312 10433 33554432000 4194304 4196468 140735684247632 140486905916176 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21430] ppid=21425 vsize=28227388 memory=140704421998923 CPUtime=0 cores=0-7
/proc/21427/task/21430/stat : 21430 (java) S 21425 21425 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418683350 28904845312 10433 33554432000 4194304 4196468 140735684247632 140486499228560 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21431] ppid=21425 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21427/task/21431/stat : 21431 (java) S 21425 21425 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418683350 28904845312 10433 33554432000 4194304 4196468 140735684247632 140486498176016 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21432] ppid=21425 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21432/stat : 21432 (java) S 21425 21425 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683350 28904845312 10433 33554432000 4194304 4196468 140735684247632 140486497123472 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21433] ppid=21425 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21433/stat : 21433 (java) S 21425 21425 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683350 28904845312 10433 33554432000 4194304 4196468 140735684247632 140486496069904 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21434] ppid=21425 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21427/task/21434/stat : 21434 (java) S 21425 21425 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418683350 28904845312 10433 33554432000 4194304 4196468 140735684247632 140486495017360 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21435] ppid=21425 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21435/stat : 21435 (java) S 21425 21425 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683350 28904845312 10433 33554432000 4194304 4196468 140735684247632 140486493964816 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21436] ppid=21425 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21436/stat : 21436 (java) S 21425 21425 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418683350 28904845312 10433 33554432000 4194304 4196468 140735684247632 140486492912272 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21437] ppid=21425 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21437/stat : 21437 (java) S 21425 21425 15751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418683352 28904845312 10433 33554432000 4194304 4196468 140735684247632 140486334110192 140486949374594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21438] ppid=21425 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21438/stat : 21438 (java) S 21425 21425 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418683352 28904845312 10433 33554432000 4194304 4196468 140735684247632 140486333056416 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21439] ppid=21425 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21439/stat : 21439 (java) S 21425 21425 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418683353 28904845312 10433 33554432000 4194304 4196468 140735684247632 140486332003824 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21440] ppid=21425 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21440/stat : 21440 (java) S 21425 21425 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683355 28904845312 10433 33554432000 4194304 4196468 140735684247632 140486330952400 140486949382043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21441] ppid=21425 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/21427/task/21441/stat : 21441 (java) S 21425 21425 15751 0 -1 1077944384 379 0 0 0 1 0 0 0 20 0 20 0 418683355 28904845312 10433 33554432000 4194304 4196468 140735684247632 140486329898992 140486949374594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21442] ppid=21425 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/21427/task/21442/stat : 21442 (java) S 21425 21425 15751 0 -1 1077944384 466 0 0 0 1 0 0 0 20 0 20 0 418683355 28904845312 10433 33554432000 4194304 4196468 140735684247632 140486328846448 140486949374594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21443] ppid=21425 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21427/task/21443/stat : 21443 (java) S 21425 21425 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418683355 28904845312 10433 33554432000 4194304 4196468 140735684247632 140486327793904 140486949374594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21444] ppid=21425 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/21427/task/21444/stat : 21444 (java) S 21425 21425 15751 0 -1 1077944384 727 0 0 0 8 0 0 0 20 0 20 0 418683355 28904845312 10433 33554432000 4194304 4196468 140735684247632 140486326741360 140486949374594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21445] ppid=21425 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21445/stat : 21445 (java) S 21425 21425 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418683355 28904845312 10433 33554432000 4194304 4196468 140735684247632 140486325689056 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21446] ppid=21425 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21427/task/21446/stat : 21446 (java) S 21425 21425 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683355 28904845312 10433 33554432000 4194304 4196468 140735684247632 140486324636592 140486949374594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 43188 KiB

[startup+0.310454 s]*
/proc/loadavg: 5.57 6.62 6.78 4/211 21446
/proc/meminfo: memFree=30915840/32770624 swapFree=66947516/67108860
[pid=21425] ppid=21422 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21425/stat : 21425 (xcsp3-exec) S 21422 21425 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418683349 115843072 364 33554432000 4194304 5098028 140727257025536 140727257023640 140672630956668 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12435456 140727257027445 140727257027689 140727257027689 140727257030602 0
/proc/21425/statm: 28282 364 306 221 0 87 0
[pid=21427] ppid=21425 vsize=28231644 memory=50384 CPUtime=0.53 cores=0-7
/proc/21427/stat : 21427 (java) S 21425 21425 15751 0 -1 1077944320 10446 0 0 0 49 4 0 0 20 0 20 0 418683349 28909203456 12596 33554432000 4194304 4196468 140735684247632 140735684230176 140486949363447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
/proc/21427/statm: 7057911 12596 3351 1 0 7019032 0
[pid=21427/tid=21428] ppid=21425 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/21427/task/21428/stat : 21428 (java) R 21425 21425 15751 0 -1 4202560 7337 0 0 0 27 2 0 0 20 0 20 0 418683350 28909203456 12596 33554432000 4194304 4196468 140735684247632 140486953594560 140486933443934 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21429] ppid=21425 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21429/stat : 21429 (java) S 21425 21425 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418683350 28909203456 12596 33554432000 4194304 4196468 140735684247632 140486905916176 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21430] ppid=21425 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21430/stat : 21430 (java) S 21425 21425 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418683350 28909203456 12596 33554432000 4194304 4196468 140735684247632 140486499228560 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21431] ppid=21425 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21431/stat : 21431 (java) S 21425 21425 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418683350 28909203456 12596 33554432000 4194304 4196468 140735684247632 140486498176016 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21432] ppid=21425 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21432/stat : 21432 (java) S 21425 21425 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683350 28909203456 12596 33554432000 4194304 4196468 140735684247632 140486497123472 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21433] ppid=21425 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21433/stat : 21433 (java) S 21425 21425 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683350 28909203456 12596 33554432000 4194304 4196468 140735684247632 140486496069904 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21434] ppid=21425 vsize=28231644 memory=140704269560495 CPUtime=0 cores=0-7
/proc/21427/task/21434/stat : 21434 (java) S 21425 21425 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418683350 28909203456 12596 33554432000 4194304 4196468 140735684247632 140486495017360 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21435] ppid=21425 vsize=28231644 memory=140704269562800 CPUtime=0 cores=0-7
/proc/21427/task/21435/stat : 21435 (java) S 21425 21425 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683350 28909203456 12596 33554432000 4194304 4196468 140735684247632 140486493964816 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21436] ppid=21425 vsize=28231644 memory=140704269565104 CPUtime=0 cores=0-7
/proc/21427/task/21436/stat : 21436 (java) S 21425 21425 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418683350 28909203456 12596 33554432000 4194304 4196468 140735684247632 140486492912272 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21437] ppid=21425 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21437/stat : 21437 (java) S 21425 21425 15751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418683352 28909203456 12596 33554432000 4194304 4196468 140735684247632 140486334110192 140486949374594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21438] ppid=21425 vsize=28231644 memory=281408539144080 CPUtime=0 cores=0-7
/proc/21427/task/21438/stat : 21438 (java) S 21425 21425 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418683352 28909203456 12596 33554432000 4194304 4196468 140735684247632 140486333056416 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21439] ppid=21425 vsize=28231644 memory=281408539141776 CPUtime=0 cores=0-7
/proc/21427/task/21439/stat : 21439 (java) S 21425 21425 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418683353 28909203456 12596 33554432000 4194304 4196468 140735684247632 140486332003824 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21440] ppid=21425 vsize=28231644 memory=281408539148688 CPUtime=0 cores=0-7
/proc/21427/task/21440/stat : 21440 (java) S 21425 21425 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683355 28909203456 12596 33554432000 4194304 4196468 140735684247632 140486330952400 140486949382043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21441] ppid=21425 vsize=28231644 memory=281408539089968 CPUtime=0.03 cores=0-7
/proc/21427/task/21441/stat : 21441 (java) S 21425 21425 15751 0 -1 1077944384 395 0 0 0 3 0 0 0 20 0 20 0 418683355 28909203456 12596 33554432000 4194304 4196468 140735684247632 140486329898992 140486949374594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21442] ppid=21425 vsize=28231644 memory=281408539162512 CPUtime=0.03 cores=0-7
/proc/21427/task/21442/stat : 21442 (java) S 21425 21425 15751 0 -1 1077944384 557 0 0 0 3 0 0 0 20 0 20 0 418683355 28909203456 12596 33554432000 4194304 4196468 140735684247632 140486328846448 140486949374594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21443] ppid=21425 vsize=28231644 memory=281408539169424 CPUtime=0.01 cores=0-7
/proc/21427/task/21443/stat : 21443 (java) S 21425 21425 15751 0 -1 1077944384 48 0 0 0 1 0 0 0 20 0 20 0 418683355 28909203456 12596 33554432000 4194304 4196468 140735684247632 140486327793904 140486949374594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21444] ppid=21425 vsize=28231644 memory=281408539167120 CPUtime=0.12 cores=0-7
/proc/21427/task/21444/stat : 21444 (java) S 21425 21425 15751 0 -1 1077944384 807 0 0 0 12 0 0 0 20 0 20 0 418683355 28909203456 12596 33554432000 4194304 4196468 140735684247632 140486326741360 140486949374594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21445] ppid=21425 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21445/stat : 21445 (java) S 21425 21425 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418683355 28909203456 12596 33554432000 4194304 4196468 140735684247632 140486325689056 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21446] ppid=21425 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/21427/task/21446/stat : 21446 (java) S 21425 21425 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683355 28909203456 12596 33554432000 4194304 4196468 140735684247632 140486324636592 140486949374594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51840 KiB

[startup+0.701045 s]
/proc/loadavg: 5.57 6.62 6.78 5/211 21446
/proc/meminfo: memFree=30888212/32770624 swapFree=66947516/67108860
[pid=21425] ppid=21422 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21425/stat : 21425 (xcsp3-exec) S 21422 21425 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418683349 115843072 364 33554432000 4194304 5098028 140727257025536 140727257023640 140672630956668 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12435456 140727257027445 140727257027689 140727257027689 140727257030602 0
/proc/21425/statm: 28282 364 306 221 0 87 0
[pid=21427] ppid=21425 vsize=28233768 memory=92712 CPUtime=1.91 cores=0-7
/proc/21427/stat : 21427 (java) S 21425 21425 15751 0 -1 1077944320 15484 0 0 0 185 6 0 0 20 0 20 0 418683349 28911378432 23178 33554432000 4194304 4196468 140735684247632 140735684230176 140486949363447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
/proc/21427/statm: 7058442 23178 3454 1 0 7019544 0
[pid=21427/tid=21428] ppid=21425 vsize=28233768 memory=0 CPUtime=0.68 cores=0-7
/proc/21427/task/21428/stat : 21428 (java) R 21425 21425 15751 0 -1 4202560 8286 0 0 0 65 3 0 0 20 0 20 0 418683350 28911378432 23178 33554432000 4194304 4196468 140735684247632 140486953598624 140486933407077 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21429] ppid=21425 vsize=28233768 memory=140704269771632 CPUtime=0 cores=0-7
/proc/21427/task/21429/stat : 21429 (java) S 21425 21425 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418683350 28911378432 23178 33554432000 4194304 4196468 140735684247632 140486905916176 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21430] ppid=21425 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21430/stat : 21430 (java) S 21425 21425 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418683350 28911378432 23178 33554432000 4194304 4196468 140735684247632 140486499228560 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21431] ppid=21425 vsize=28233768 memory=1200 CPUtime=0 cores=0-7
/proc/21427/task/21431/stat : 21431 (java) S 21425 21425 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418683350 28911378432 23178 33554432000 4194304 4196468 140735684247632 140486498176016 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0

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

# the end of solver process 21425 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=12.2756 s, system=0.641677 s

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

[startup+1.60125 s]
/proc/loadavg: 5.57 6.62 6.78 5/211 21446
/proc/meminfo: memFree=30820380/32770624 swapFree=66947516/67108860
[pid=21425] ppid=21422 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21425/stat : 21425 (xcsp3-exec) S 21422 21425 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418683349 115843072 364 33554432000 4194304 5098028 140727257025536 140727257023640 140672630956668 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12435456 140727257027445 140727257027689 140727257027689 140727257030602 0
/proc/21425/statm: 28282 364 306 221 0 87 0
[pid=21427] ppid=21425 vsize=28235816 memory=274104 CPUtime=5.72 cores=0-7
/proc/21427/stat : 21427 (java) S 21425 21425 15751 0 -1 1077944320 27816 0 0 0 539 33 0 0 20 0 20 0 418683349 28913475584 68526 33554432000 4194304 4196468 140735684247632 140735684230176 140486949363447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
/proc/21427/statm: 7058954 68526 3495 1 0 7020056 0
[pid=21427/tid=21428] ppid=21425 vsize=28235816 memory=4640768445926887504 CPUtime=1.5 cores=0-7
/proc/21427/task/21428/stat : 21428 (java) R 21425 21425 15751 0 -1 4202560 10754 0 0 0 145 5 0 0 20 0 20 0 418683350 28913475584 68526 33554432000 4194304 4196468 140735684247632 140486953599408 140486949375382 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21429] ppid=21425 vsize=28235816 memory=7595996225387588968 CPUtime=0.04 cores=0-7
/proc/21427/task/21429/stat : 21429 (java) S 21425 21425 15751 0 -1 1077944384 96 0 0 0 2 2 0 0 20 0 20 0 418683350 28913475584 68526 33554432000 4194304 4196468 140735684247632 140486905916176 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21430] ppid=21425 vsize=28235816 memory=6935649255759568960 CPUtime=0.05 cores=0-7
/proc/21427/task/21430/stat : 21430 (java) S 21425 21425 15751 0 -1 1077944384 341 0 0 0 2 3 0 0 20 0 20 0 418683350 28913475584 68526 33554432000 4194304 4196468 140735684247632 140486499228560 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21431] ppid=21425 vsize=28235816 memory=3612 CPUtime=0.05 cores=0-7
/proc/21427/task/21431/stat : 21431 (java) S 21425 21425 15751 0 -1 1077944384 97 0 0 0 2 3 0 0 20 0 20 0 418683350 28913475584 68526 33554432000 4194304 4196468 140735684247632 140486498176016 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21432] ppid=21425 vsize=28235816 memory=0 CPUtime=0.05 cores=0-7
/proc/21427/task/21432/stat : 21432 (java) S 21425 21425 15751 0 -1 1077944384 104 0 0 0 3 2 0 0 20 0 20 0 418683350 28913475584 68526 33554432000 4194304 4196468 140735684247632 140486497123472 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21433] ppid=21425 vsize=28235816 memory=140704269789856 CPUtime=0.05 cores=0-7
/proc/21427/task/21433/stat : 21433 (java) S 21425 21425 15751 0 -1 1077944384 67 0 0 0 2 3 0 0 20 0 20 0 418683350 28913475584 68526 33554432000 4194304 4196468 140735684247632 140486496069904 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21434] ppid=21425 vsize=28235816 memory=140704269789952 CPUtime=0.02 cores=0-7
/proc/21427/task/21434/stat : 21434 (java) S 21425 21425 15751 0 -1 1077944384 120 0 0 0 1 1 0 0 20 0 20 0 418683350 28913475584 68526 33554432000 4194304 4196468 140735684247632 140486495017360 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21435] ppid=21425 vsize=28235816 memory=140704269790048 CPUtime=0.05 cores=0-7
/proc/21427/task/21435/stat : 21435 (java) S 21425 21425 15751 0 -1 1077944384 121 0 0 0 3 2 0 0 20 0 20 0 418683350 28913475584 68526 33554432000 4194304 4196468 140735684247632 140486493964816 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21436] ppid=21425 vsize=28235816 memory=140704269790144 CPUtime=0.04 cores=0-7
/proc/21427/task/21436/stat : 21436 (java) S 21425 21425 15751 0 -1 1077944384 85 0 0 0 2 2 0 0 20 0 20 0 418683350 28913475584 68526 33554432000 4194304 4196468 140735684247632 140486492912272 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21437] ppid=21425 vsize=28235816 memory=140704269790240 CPUtime=0 cores=0-7
/proc/21427/task/21437/stat : 21437 (java) S 21425 21425 15751 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 20 0 418683352 28913475584 68526 33554432000 4194304 4196468 140735684247632 140486334110192 140486949374594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21438] ppid=21425 vsize=28235816 memory=281408539526976 CPUtime=0 cores=0-7
/proc/21427/task/21438/stat : 21438 (java) S 21425 21425 15751 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 418683352 28913475584 68526 33554432000 4194304 4196468 140735684247632 140486333056480 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21439] ppid=21425 vsize=28235816 memory=288230617509003574 CPUtime=0 cores=0-7
/proc/21427/task/21439/stat : 21439 (java) S 21425 21425 15751 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 418683353 28913475584 68526 33554432000 4194304 4196468 140735684247632 140486332003840 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21440] ppid=21425 vsize=28235816 memory=15534115864709562 CPUtime=0 cores=0-7
/proc/21427/task/21440/stat : 21440 (java) S 21425 21425 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683355 28913475584 68526 33554432000 4194304 4196468 140735684247632 140486330952400 140486949382043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21441] ppid=21425 vsize=28235816 memory=0 CPUtime=1.02 cores=0-7
/proc/21427/task/21441/stat : 21441 (java) R 21425 21425 15751 0 -1 4202560 4175 0 0 0 101 1 0 0 20 0 20 0 418683355 28913475584 68526 33554432000 4194304 4196468 140735684247632 140486329898992 140486929018641 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21442] ppid=21425 vsize=28235816 memory=0 CPUtime=0.96 cores=0-7
/proc/21427/task/21442/stat : 21442 (java) R 21425 21425 15751 0 -1 4202560 3024 0 0 0 95 1 0 0 20 0 20 0 418683355 28913475584 68526 33554432000 4194304 4196468 140735684247632 140486328836344 140486929056531 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21443] ppid=21425 vsize=28235816 memory=0 CPUtime=1.11 cores=0-7
/proc/21427/task/21443/stat : 21443 (java) R 21425 21425 15751 0 -1 4202560 4032 0 0 0 110 1 0 0 20 0 20 0 418683355 28913475584 68526 33554432000 4194304 4196468 140735684247632 140486327784288 140486932750251 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21444] ppid=21425 vsize=28235816 memory=0 CPUtime=0.63 cores=0-7
/proc/21427/task/21444/stat : 21444 (java) S 21425 21425 15751 0 -1 1077944384 3304 0 0 0 62 1 0 0 20 0 20 0 418683355 28913475584 68526 33554432000 4194304 4196468 140735684247632 140486326741360 140486949374594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21445] ppid=21425 vsize=28235816 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21445/stat : 21445 (java) S 21425 21425 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418683355 28913475584 68526 33554432000 4194304 4196468 140735684247632 140486325689056 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21446] ppid=21425 vsize=28235816 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21446/stat : 21446 (java) S 21425 21425 15751 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 418683355 28913475584 68526 33554432000 4194304 4196468 140735684247632 140486324636592 140486949374594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
Current children cumulated CPU time: 5.72 s
Current children cumulated vsize: 28348944 KiB
Current children cumulated memory: 275560 KiB

[startup+2.40086 s]
/proc/loadavg: 5.57 6.62 6.78 12/219 21454
/proc/meminfo: memFree=30678216/32770624 swapFree=66947516/67108860
[pid=21425] ppid=21422 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21425/stat : 21425 (xcsp3-exec) S 21422 21425 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418683349 115843072 364 33554432000 4194304 5098028 140727257025536 140727257023640 140672630956668 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12435456 140727257027445 140727257027689 140727257027689 140727257030602 0
/proc/21425/statm: 28282 364 306 221 0 87 0
[pid=21427] ppid=21425 vsize=28769356 memory=460024 CPUtime=9.73 cores=0-7
/proc/21427/stat : 21427 (java) S 21425 21425 15751 0 -1 1077944320 34542 0 0 0 918 55 0 0 20 0 27 0 418683349 29459820544 115006 33554432000 4194304 4196468 140735684247632 140735684230176 140486949363447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
/proc/21427/statm: 7192339 115006 3511 1 0 7153441 0
[pid=21427/tid=21428] ppid=21425 vsize=28769356 memory=6791534058613427641 CPUtime=1.84 cores=0-7
/proc/21427/task/21428/stat : 21428 (java) S 21425 21425 15751 0 -1 1077944384 11084 0 0 0 179 5 0 0 20 0 27 0 418683350 29459820544 115006 33554432000 4194304 4196468 140735684247632 140486953604224 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21429] ppid=21425 vsize=28769356 memory=79 CPUtime=0.1 cores=0-7
/proc/21427/task/21429/stat : 21429 (java) S 21425 21425 15751 0 -1 1077944384 222 0 0 0 6 4 0 0 20 0 27 0 418683350 29459820544 115006 33554432000 4194304 4196468 140735684247632 140486905916176 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21430] ppid=21425 vsize=28769356 memory=57 CPUtime=0.11 cores=0-7
/proc/21427/task/21430/stat : 21430 (java) S 21425 21425 15751 0 -1 1077944384 407 0 0 0 6 5 0 0 20 0 27 0 418683350 29459820544 115006 33554432000 4194304 4196468 140735684247632 140486499228560 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21431] ppid=21425 vsize=28769356 memory=0 CPUtime=0.1 cores=0-7
/proc/21427/task/21431/stat : 21431 (java) S 21425 21425 15751 0 -1 1077944384 173 0 0 0 6 4 0 0 20 0 27 0 418683350 29459820544 115006 33554432000 4194304 4196468 140735684247632 140486498176016 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21432] ppid=21425 vsize=28769356 memory=0 CPUtime=0.11 cores=0-7
/proc/21427/task/21432/stat : 21432 (java) S 21425 21425 15751 0 -1 1077944384 177 0 0 0 7 4 0 0 20 0 27 0 418683350 29459820544 115006 33554432000 4194304 4196468 140735684247632 140486497123472 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21433] ppid=21425 vsize=28769356 memory=808 CPUtime=0.1 cores=0-7
/proc/21427/task/21433/stat : 21433 (java) S 21425 21425 15751 0 -1 1077944384 176 0 0 0 5 5 0 0 20 0 27 0 418683350 29459820544 115006 33554432000 4194304 4196468 140735684247632 140486496069904 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21434] ppid=21425 vsize=28769356 memory=183 CPUtime=0.07 cores=0-7
/proc/21427/task/21434/stat : 21434 (java) S 21425 21425 15751 0 -1 1077944384 149 0 0 0 4 3 0 0 20 0 27 0 418683350 29459820544 115006 33554432000 4194304 4196468 140735684247632 140486495017360 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21435] ppid=21425 vsize=28769356 memory=4 CPUtime=0.1 cores=0-7
/proc/21427/task/21435/stat : 21435 (java) S 21425 21425 15751 0 -1 1077944384 156 0 0 0 6 4 0 0 20 0 27 0 418683350 29459820544 115006 33554432000 4194304 4196468 140735684247632 140486493964816 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21436] ppid=21425 vsize=28769356 memory=5 CPUtime=0.1 cores=0-7
/proc/21427/task/21436/stat : 21436 (java) S 21425 21425 15751 0 -1 1077944384 145 0 0 0 6 4 0 0 20 0 27 0 418683350 29459820544 115006 33554432000 4194304 4196468 140735684247632 140486492912272 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21437] ppid=21425 vsize=28769356 memory=6791534058613427641 CPUtime=0.01 cores=0-7
/proc/21427/task/21437/stat : 21437 (java) S 21425 21425 15751 0 -1 1077944384 291 0 0 0 1 0 0 0 20 0 27 0 418683352 29459820544 115006 33554432000 4194304 4196468 140735684247632 140486334110192 140486949374594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21438] ppid=21425 vsize=28769356 memory=288230617509003574 CPUtime=0 cores=0-7
/proc/21427/task/21438/stat : 21438 (java) S 21425 21425 15751 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 27 0 418683352 29459820544 115006 33554432000 4194304 4196468 140735684247632 140486333056480 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21439] ppid=21425 vsize=28769356 memory=15534115864709562 CPUtime=0 cores=0-7
/proc/21427/task/21439/stat : 21439 (java) S 21425 21425 15751 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 27 0 418683353 29459820544 115006 33554432000 4194304 4196468 140735684247632 140486332003840 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21440] ppid=21425 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21440/stat : 21440 (java) S 21425 21425 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 418683355 29459820544 115006 33554432000 4194304 4196468 140735684247632 140486330952400 140486949382043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21441] ppid=21425 vsize=28769356 memory=6656426216303648864 CPUtime=1.41 cores=0-7
/proc/21427/task/21441/stat : 21441 (java) R 21425 21425 15751 0 -1 4202560 4352 0 0 0 140 1 0 0 20 0 27 0 418683355 29459820544 115006 33554432000 4194304 4196468 140735684247632 140486329885776 140486934473071 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21442] ppid=21425 vsize=28769356 memory=6656426216303648864 CPUtime=1.46 cores=0-7
/proc/21427/task/21442/stat : 21442 (java) R 21425 21425 15751 0 -1 1077944384 4074 0 0 0 145 1 0 0 20 0 27 0 418683355 29459820544 115006 33554432000 4194304 4196468 140735684247632 140486328846576 140486949373653 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21443] ppid=21425 vsize=28769356 memory=0 CPUtime=1.54 cores=0-7
/proc/21427/task/21443/stat : 21443 (java) R 21425 21425 15751 0 -1 4202560 4118 0 0 0 153 1 0 0 20 0 27 0 418683355 29459820544 115006 33554432000 4194304 4196468 140735684247632 140486327771632 140486942460204 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21444] ppid=21425 vsize=28769356 memory=0 CPUtime=0.83 cores=0-7
/proc/21427/task/21444/stat : 21444 (java) R 21425 21425 15751 0 -1 4202560 3661 0 0 0 82 1 0 0 20 0 27 0 418683355 29459820544 115006 33554432000 4194304 4196468 140735684247632 140486326737088 140486949384794 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21445] ppid=21425 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21445/stat : 21445 (java) S 21425 21425 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 27 0 418683355 29459820544 115006 33554432000 4194304 4196468 140735684247632 140486325689056 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21446] ppid=21425 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21446/stat : 21446 (java) S 21425 21425 15751 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 27 0 418683355 29459820544 115006 33554432000 4194304 4196468 140735684247632 140486324636592 140486949374594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
Current children cumulated CPU time: 9.73 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 461480 KiB

[startup+2.80178 s]
/proc/loadavg: 5.57 6.62 6.78 12/219 21454
/proc/meminfo: memFree=30678216/32770624 swapFree=66947516/67108860
[pid=21425] ppid=21422 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21425/stat : 21425 (xcsp3-exec) S 21422 21425 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418683349 115843072 364 33554432000 4194304 5098028 140727257025536 140727257023640 140672630956668 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12435456 140727257027445 140727257027689 140727257027689 140727257030602 0
/proc/21425/statm: 28282 364 306 221 0 87 0
[pid=21427] ppid=21425 vsize=28769356 memory=616192 CPUtime=12.42 cores=0-7
/proc/21427/stat : 21427 (java) S 21425 21425 15751 0 -1 1077944320 38897 0 0 0 1180 62 0 0 20 0 28 0 418683349 29459820544 154048 33554432000 4194304 4196468 140735684247632 140735684230176 140486949363447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
/proc/21427/statm: 7192339 154048 3531 1 0 7153441 0
[pid=21427/tid=21428] ppid=21425 vsize=28769356 memory=7883944108235712103 CPUtime=1.86 cores=0-7
/proc/21427/task/21428/stat : 21428 (java) S 21425 21425 15751 0 -1 1077944384 11123 0 0 0 181 5 0 0 20 0 28 0 418683350 29459820544 154048 33554432000 4194304 4196468 140735684247632 140486953604224 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21429] ppid=21425 vsize=28769356 memory=281408539826688 CPUtime=0.1 cores=0-7
/proc/21427/task/21429/stat : 21429 (java) S 21425 21425 15751 0 -1 1077944384 224 0 0 0 6 4 0 0 20 0 28 0 418683350 29459820544 154048 33554432000 4194304 4196468 140735684247632 140486905916176 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21430] ppid=21425 vsize=28769356 memory=92019674359666 CPUtime=0.11 cores=0-7
/proc/21427/task/21430/stat : 21430 (java) S 21425 21425 15751 0 -1 1077944384 407 0 0 0 6 5 0 0 20 0 28 0 418683350 29459820544 154048 33554432000 4194304 4196468 140735684247632 140486499228560 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21431] ppid=21425 vsize=28769356 memory=92019674359667 CPUtime=0.1 cores=0-7
/proc/21427/task/21431/stat : 21431 (java) S 21425 21425 15751 0 -1 1077944384 173 0 0 0 6 4 0 0 20 0 28 0 418683350 29459820544 154048 33554432000 4194304 4196468 140735684247632 140486498176016 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21432] ppid=21425 vsize=28769356 memory=92019674359668 CPUtime=0.13 cores=0-7
/proc/21427/task/21432/stat : 21432 (java) S 21425 21425 15751 0 -1 1077944384 227 0 0 0 8 5 0 0 20 0 28 0 418683350 29459820544 154048 33554432000 4194304 4196468 140735684247632 140486497123472 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21433] ppid=21425 vsize=28769356 memory=92019674359669 CPUtime=0.11 cores=0-7
/proc/21427/task/21433/stat : 21433 (java) S 21425 21425 15751 0 -1 1077944384 187 0 0 0 6 5 0 0 20 0 28 0 418683350 29459820544 154048 33554432000 4194304 4196468 140735684247632 140486496069904 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21434] ppid=21425 vsize=28769356 memory=92019674359670 CPUtime=0.08 cores=0-7
/proc/21427/task/21434/stat : 21434 (java) S 21425 21425 15751 0 -1 1077944384 159 0 0 0 5 3 0 0 20 0 28 0 418683350 29459820544 154048 33554432000 4194304 4196468 140735684247632 140486495017360 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21435] ppid=21425 vsize=28769356 memory=92019674359671 CPUtime=0.11 cores=0-7
/proc/21427/task/21435/stat : 21435 (java) S 21425 21425 15751 0 -1 1077944384 166 0 0 0 7 4 0 0 20 0 28 0 418683350 29459820544 154048 33554432000 4194304 4196468 140735684247632 140486493964816 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21436] ppid=21425 vsize=28769356 memory=9857 CPUtime=0.1 cores=0-7
/proc/21427/task/21436/stat : 21436 (java) S 21425 21425 15751 0 -1 1077944384 162 0 0 0 6 4 0 0 20 0 28 0 418683350 29459820544 154048 33554432000 4194304 4196468 140735684247632 140486492912272 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21437] ppid=21425 vsize=28769356 memory=0 CPUtime=0.01 cores=0-7
/proc/21427/task/21437/stat : 21437 (java) S 21425 21425 15751 0 -1 1077944384 684 0 0 0 1 0 0 0 20 0 28 0 418683352 29459820544 154048 33554432000 4194304 4196468 140735684247632 140486334110192 140486949374594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21438] ppid=21425 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21438/stat : 21438 (java) S 21425 21425 15751 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 418683352 29459820544 154048 33554432000 4194304 4196468 140735684247632 140486333056480 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21439] ppid=21425 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21439/stat : 21439 (java) S 21425 21425 15751 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 418683353 29459820544 154048 33554432000 4194304 4196468 140735684247632 140486332003840 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21440] ppid=21425 vsize=28769356 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/21427/task/21440/stat : 21440 (java) S 21425 21425 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418683355 29459820544 154048 33554432000 4194304 4196468 140735684247632 140486330952400 140486949382043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21441] ppid=21425 vsize=28769356 memory=288230617509003574 CPUtime=1.73 cores=0-7
/proc/21427/task/21441/stat : 21441 (java) R 21425 21425 15751 0 -1 4202560 4552 0 0 0 172 1 0 0 20 0 28 0 418683355 29459820544 154048 33554432000 4194304 4196468 140735684247632 140486329885008 140486928610549 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21442] ppid=21425 vsize=28769356 memory=15534115864709562 CPUtime=1.83 cores=0-7
/proc/21427/task/21442/stat : 21442 (java) R 21425 21425 15751 0 -1 4202560 4533 0 0 0 181 2 0 0 20 0 28 0 418683355 29459820544 154048 33554432000 4194304 4196468 140735684247632 140486328838936 140486930881322 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21443] ppid=21425 vsize=28769356 memory=0 CPUtime=1.91 cores=0-7
/proc/21427/task/21443/stat : 21443 (java) R 21425 21425 15751 0 -1 4202560 4363 0 0 0 190 1 0 0 20 0 28 0 418683355 29459820544 154048 33554432000 4194304 4196468 140735684247632 140486327775328 140486932860119 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21444] ppid=21425 vsize=28769356 memory=1456 CPUtime=0.96 cores=0-7
/proc/21427/task/21444/stat : 21444 (java) S 21425 21425 15751 0 -1 1077944384 4111 0 0 0 94 2 0 0 20 0 28 0 418683355 29459820544 154048 33554432000 4194304 4196468 140735684247632 140486326741360 140486949374594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21445] ppid=21425 vsize=28769356 memory=351140 CPUtime=0 cores=0-7
/proc/21427/task/21445/stat : 21445 (java) S 21425 21425 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418683355 29459820544 154048 33554432000 4194304 4196468 140735684247632 140486325689056 140486949373653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
[pid=21427/tid=21446] ppid=21425 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/21427/task/21446/stat : 21446 (java) S 21425 21425 15751 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 418683355 29459820544 154048 33554432000 4194304 4196468 140735684247632 140486324636592 140486949374594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21467136 140735684256746 140735684256918 140735684256918 140735684259791 0
Current children cumulated CPU time: 12.42 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 617648 KiB

Child status: 0
Real time (s): 2.88415
CPU time (s): 12.9173
CPU user time (s): 12.2756
CPU system time (s): 0.641677
CPU usage (%): 447.872
Max. virtual memory (cumulated for all children) (KiB): 28882484
Max. memory (cumulated for all children) (KiB): 617648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.2756
system time used= 0.641677
maximum resident set size= 617584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39554
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6486
involuntary context switches= 200


# summary of solver processes directly reported to runsolver:
#   pid: 21425
#   total CPU time (s): 12.9173
#   total CPU user time (s): 12.2756
#   total CPU system time (s): 0.641677

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041604 second user time and 0.073848 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-14 04:16:12
IDJOB=4393865
IDBENCH=126828
IDSOLVER=2841
FILE ID=node117/4393865-1568427414
RUNJOBID= node117-1568427144-15778
PBS_JOBID= 21702295
Free space on /tmp= 61184 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Tpp/Tpp-zinc-s1/Tpp-4-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-4393865-1568427414/watcher-4393865-1568427414 -o /tmp/evaluation-result-4393865-1568427414/solver-4393865-1568427414 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node117-1568427144-15778 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1344677499 HOME/instance-4393865-1568427414.xml

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

MD5SUM BENCH= 1a3f146023047dfa4a3d56734d0c92f1
RANDOM SEED=1344677499

node117.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.75
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.75
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.75
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.75
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:        30951628 kB
MemAvailable:   31865328 kB
Buffers:          138792 kB
Cached:          1043904 kB
SwapCached:        51464 kB
Active:           769496 kB
Inactive:         466852 kB
Active(anon):      19228 kB
Inactive(anon):    58832 kB
Active(file):     750268 kB
Inactive(file):   408020 kB
Unevictable:      110108 kB
Mlocked:          110108 kB
SwapTotal:      67108860 kB
SwapFree:       66947516 kB
Dirty:             26516 kB
Writeback:             0 kB
AnonPages:        122168 kB
Mapped:            33228 kB
Shmem:             15436 kB
Slab:             171336 kB
SReclaimable:     142492 kB
SUnreclaim:        28844 kB
KernelStack:        3712 kB
PageTables:         5224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61160 MiB
End job on node117 at 2019-09-14 04:16:15