Trace number 4394433

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 parallelOPT102 16.7652 3.92268

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-6-5-20-1.xml
MD5SUM3ec6160036052286f30104bba84c59a2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark102
Best CPU time to get the best result obtained on this benchmark0.555451
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints652
Number of domains52
Minimum domain size2
Maximum domain size30
Distribution of domain sizes[{"size":2,"count":1},{"size":3,"count":6},{"size":4,"count":14},{"size":5,"count":9},{"size":13,"count":3},{"size":14,"count":3},{"size":15,"count":4},{"size":16,"count":2},{"size":17,"count":5},{"size":18,"count":2},{"size":19,"count":1},{"size":29,"count":20},{"size":30,"count":30}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":50},{"degree":22,"count":29},{"degree":23,"count":1},{"degree":31,"count":20}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":650},{"arity":30,"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-4394433-1568427438.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394433-1568427438.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
7.01/2.48	c solve instance...
7.87/2.64	o 494 
8.54/2.71	o 235 
8.54/2.74	o 206 
8.54/2.75	o 205 
8.54/2.76	o 204 
8.54/2.77	o 203 
8.54/2.78	o 202 
8.54/2.80	o 201 
9.21/2.86	o 200 
9.21/2.87	o 195 
9.21/2.88	o 139 
9.93/2.90	o 138 
9.93/2.92	o 137 
9.93/2.95	o 135 
9.93/2.96	o 134 
9.93/2.97	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (78/80)
9.93/2.97		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
9.93/2.97		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
9.93/2.97		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
9.93/2.97		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
9.93/2.97		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
9.93/2.98	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (78/80)
9.93/2.98		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
9.93/2.98		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
9.93/2.98		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
9.93/2.98		at org.chocosolver.solver.Solver.repair(Solver.java:443)
9.93/2.98		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
9.93/2.98		at org.chocosolver.solver.Solver.solve(Solver.java:262)
9.93/2.98		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
9.93/2.98		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
9.93/2.98		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
9.93/2.98		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
9.93/2.98		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
9.93/2.98		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
9.93/2.98		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
9.93/2.98		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
9.93/2.98		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
9.93/2.98		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
9.93/2.98	o 133 
10.61/3.02	o 132 
10.61/3.03	o 131 
10.61/3.04	o 130 
10.61/3.05	o 129 
10.61/3.08	o 124 
11.34/3.12	o 123 
11.34/3.15	o 122 
11.34/3.15	o 121 
11.34/3.16	o 120 
11.34/3.16	o 119 
11.34/3.20	o 118 
12.01/3.22	o 117 
12.01/3.22	o 116 
12.01/3.23	o 115 
12.01/3.27	o 114 
12.01/3.30	o 102 
16.40/3.90	s OPTIMUM FOUND
16.40/3.90	v <instantiation>
16.40/3.90	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] s[25] s[26] s[27] s[28] s[29] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] 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] 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] </list>
16.40/3.90	v 	<values>0 1 2 3 4 5 6 7 8 9 11 17 12 13 14 15 10 23 18 19 20 21 16 29 24 25 26 27 22 28 0 0 0 0 0 0 0 0 0 0 4 1 0 0 0 0 16 5 0 0 0 0 8 3 0 0 0 0 1 2 10 10 28 23 22 17 11 16 16 22 10 23 28 16 11 22 17 17 17 22 4 2 2 3 4 4 4 2 1 4 5 5 1 4 4 2 1 1 5 4 </values>
16.40/3.90	v </instantiation>

Verifier Data

OK	102

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394433-1568427438/watcher-4394433-1568427438 -o /tmp/evaluation-result-4394433-1568427438/solver-4394433-1568427438 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1568417824-4885 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 661341726 HOME/instance-4394433-1568427438.xml 

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

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


[startup+0.100112 s]*
/proc/loadavg: 0.00 0.01 0.51 2/211 10636
/proc/meminfo: memFree=31530656/32770624 swapFree=67004232/67108860
[pid=10615] ppid=10612 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/10615/stat : 10615 (xcsp3-exec) S 10612 10615 4858 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418905411 115843072 364 33554432000 4194304 5098028 140725502535280 140725502533384 140100952560252 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35315712 140725502542710 140725502542953 140725502542953 140725502545866 0
/proc/10615/statm: 28282 364 305 221 0 87 0
[pid=10617] ppid=10615 vsize=28227388 memory=28884 CPUtime=0.12 cores=0-7
/proc/10617/stat : 10617 (java) S 10615 10615 4858 0 -1 1077944320 5689 0 0 0 11 1 0 0 20 0 20 0 418905411 28904845312 7221 33554432000 4194304 4196468 140728295589472 140728295572016 140016798850807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
/proc/10617/statm: 7056847 7221 3121 1 0 7019032 0
[pid=10617/tid=10618] ppid=10615 vsize=28227388 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/10617/task/10618/stat : 10618 (java) R 10615 10615 4858 0 -1 4202560 3594 0 0 0 8 1 0 0 20 0 20 0 418905411 28904845312 7221 33554432000 4194304 4196468 140728295589472 140016803076944 140016782931294 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10619] ppid=10615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10619/stat : 10619 (java) S 10615 10615 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418905412 28904845312 7221 33554432000 4194304 4196468 140728295589472 140016751471632 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10620] ppid=10615 vsize=28227388 memory=13989920250234520 CPUtime=0 cores=0-7
/proc/10617/task/10620/stat : 10620 (java) S 10615 10615 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418905412 28904845312 7221 33554432000 4194304 4196468 140728295589472 140016750419088 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10621] ppid=10615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10621/stat : 10621 (java) S 10615 10615 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418905412 28904845312 7221 33554432000 4194304 4196468 140728295589472 140016749366032 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10622] ppid=10615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10622/stat : 10622 (java) S 10615 10615 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418905412 28904845312 7221 33554432000 4194304 4196468 140728295589472 140016748313488 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10623] ppid=10615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10623/stat : 10623 (java) S 10615 10615 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418905412 28904845312 7221 33554432000 4194304 4196468 140728295589472 140016747260432 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10624] ppid=10615 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/10617/task/10624/stat : 10624 (java) S 10615 10615 4858 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418905412 28904845312 7221 33554432000 4194304 4196468 140728295589472 140016746207888 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10625] ppid=10615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10625/stat : 10625 (java) S 10615 10615 4858 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418905412 28904845312 7221 33554432000 4194304 4196468 140728295589472 140016745154832 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10626] ppid=10615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10626/stat : 10626 (java) S 10615 10615 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418905412 28904845312 7221 33554432000 4194304 4196468 140728295589472 140016744102288 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10627] ppid=10615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10627/stat : 10627 (java) S 10615 10615 4858 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418905414 28904845312 7221 33554432000 4194304 4196468 140728295589472 140014994320112 140016798861954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10628] ppid=10615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10628/stat : 10628 (java) S 10615 10615 4858 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418905414 28904845312 7221 33554432000 4194304 4196468 140728295589472 140014993266336 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10629] ppid=10615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10629/stat : 10629 (java) S 10615 10615 4858 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418905414 28904845312 7221 33554432000 4194304 4196468 140728295589472 140014992213232 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10630] ppid=10615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10630/stat : 10630 (java) S 10615 10615 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418905417 28904845312 7221 33554432000 4194304 4196468 140728295589472 140014991161808 140016798869403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10631] ppid=10615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10631/stat : 10631 (java) S 10615 10615 4858 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 418905417 28904845312 7221 33554432000 4194304 4196468 140728295589472 140014990108912 140016798861954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10632] ppid=10615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10632/stat : 10632 (java) S 10615 10615 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418905417 28904845312 7221 33554432000 4194304 4196468 140728295589472 140014989056368 140016798861954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10633] ppid=10615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10633/stat : 10633 (java) S 10615 10615 4858 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 418905417 28904845312 7221 33554432000 4194304 4196468 140728295589472 140014988003312 140016798861954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10634] ppid=10615 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/10617/task/10634/stat : 10634 (java) R 10615 10615 4858 0 -1 4202560 359 0 0 0 1 0 0 0 20 0 20 0 418905417 28904845312 7221 33554432000 4194304 4196468 140728295589472 140014986950768 140016782931294 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10635] ppid=10615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10635/stat : 10635 (java) S 10615 10615 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418905417 28904845312 7221 33554432000 4194304 4196468 140728295589472 140014985898976 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10636] ppid=10615 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/10617/task/10636/stat : 10636 (java) S 10615 10615 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418905417 28904845312 7221 33554432000 4194304 4196468 140728295589472 140014984846512 140016798861954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30340 KiB

[startup+0.210131 s]*
/proc/loadavg: 0.00 0.01 0.51 3/211 10636
/proc/meminfo: memFree=31504732/32770624 swapFree=67004232/67108860
[pid=10615] ppid=10612 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/10615/stat : 10615 (xcsp3-exec) S 10612 10615 4858 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418905411 115843072 364 33554432000 4194304 5098028 140725502535280 140725502533384 140100952560252 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35315712 140725502542710 140725502542953 140725502542953 140725502545866 0
/proc/10615/statm: 28282 364 305 221 0 87 0
[pid=10617] ppid=10615 vsize=28227388 memory=41320 CPUtime=0.33 cores=0-7
/proc/10617/stat : 10617 (java) S 10615 10615 4858 0 -1 1077944320 9503 0 0 0 30 3 0 0 20 0 20 0 418905411 28904845312 10330 33554432000 4194304 4196468 140728295589472 140728295572016 140016798850807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
/proc/10617/statm: 7056847 10330 3315 1 0 7019032 0
[pid=10617/tid=10618] ppid=10615 vsize=28227388 memory=8316850467074736180 CPUtime=0.19 cores=0-7
/proc/10617/task/10618/stat : 10618 (java) R 10615 10615 4858 0 -1 4202560 6618 0 0 0 17 2 0 0 20 0 20 0 418905411 28904845312 10330 33554432000 4194304 4196468 140728295589472 140016803083536 140016798872733 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10619] ppid=10615 vsize=28227388 memory=14965 CPUtime=0 cores=0-7
/proc/10617/task/10619/stat : 10619 (java) S 10615 10615 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418905412 28904845312 10330 33554432000 4194304 4196468 140728295589472 140016751471632 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10620] ppid=10615 vsize=28227388 memory=140256081849842 CPUtime=0 cores=0-7
/proc/10617/task/10620/stat : 10620 (java) S 10615 10615 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418905412 28904845312 10330 33554432000 4194304 4196468 140728295589472 140016750419088 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10621] ppid=10615 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/10617/task/10621/stat : 10621 (java) S 10615 10615 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418905412 28904845312 10330 33554432000 4194304 4196468 140728295589472 140016749366032 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10622] ppid=10615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10622/stat : 10622 (java) S 10615 10615 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418905412 28904845312 10330 33554432000 4194304 4196468 140728295589472 140016748313488 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10623] ppid=10615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10623/stat : 10623 (java) S 10615 10615 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418905412 28904845312 10330 33554432000 4194304 4196468 140728295589472 140016747260432 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10624] ppid=10615 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/10617/task/10624/stat : 10624 (java) S 10615 10615 4858 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418905412 28904845312 10330 33554432000 4194304 4196468 140728295589472 140016746207888 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10625] ppid=10615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10625/stat : 10625 (java) S 10615 10615 4858 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418905412 28904845312 10330 33554432000 4194304 4196468 140728295589472 140016745154832 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10626] ppid=10615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10626/stat : 10626 (java) S 10615 10615 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418905412 28904845312 10330 33554432000 4194304 4196468 140728295589472 140016744102288 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10627] ppid=10615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10627/stat : 10627 (java) S 10615 10615 4858 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418905414 28904845312 10330 33554432000 4194304 4196468 140728295589472 140014994320112 140016798861954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10628] ppid=10615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10628/stat : 10628 (java) S 10615 10615 4858 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418905414 28904845312 10330 33554432000 4194304 4196468 140728295589472 140014993266336 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10629] ppid=10615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10629/stat : 10629 (java) S 10615 10615 4858 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418905414 28904845312 10330 33554432000 4194304 4196468 140728295589472 140014992213232 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10630] ppid=10615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10630/stat : 10630 (java) S 10615 10615 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418905417 28904845312 10330 33554432000 4194304 4196468 140728295589472 140014991161808 140016798869403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10631] ppid=10615 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/10617/task/10631/stat : 10631 (java) S 10615 10615 4858 0 -1 1077944384 340 0 0 0 1 0 0 0 20 0 20 0 418905417 28904845312 10330 33554432000 4194304 4196468 140728295589472 140014990108912 140016798861954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10632] ppid=10615 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/10617/task/10632/stat : 10632 (java) S 10615 10615 4858 0 -1 1077944384 288 0 0 0 2 0 0 0 20 0 20 0 418905417 28904845312 10330 33554432000 4194304 4196468 140728295589472 140014989056368 140016798861954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10633] ppid=10615 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/10617/task/10633/stat : 10633 (java) S 10615 10615 4858 0 -1 1077944384 144 0 0 0 0 0 0 0 20 0 20 0 418905417 28904845312 10330 33554432000 4194304 4196468 140728295589472 140014988003312 140016798861954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10634] ppid=10615 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/10617/task/10634/stat : 10634 (java) S 10615 10615 4858 0 -1 1077944384 800 0 0 0 7 0 0 0 20 0 20 0 418905417 28904845312 10330 33554432000 4194304 4196468 140728295589472 140014986950768 140016798861954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10635] ppid=10615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10635/stat : 10635 (java) S 10615 10615 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418905417 28904845312 10330 33554432000 4194304 4196468 140728295589472 140014985898976 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10636] ppid=10615 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/10617/task/10636/stat : 10636 (java) S 10615 10615 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418905417 28904845312 10330 33554432000 4194304 4196468 140728295589472 140014984846512 140016798861954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42776 KiB

[startup+0.658432 s]*
/proc/loadavg: 0.00 0.01 0.51 3/211 10636
/proc/meminfo: memFree=31505584/32770624 swapFree=67004232/67108860
[pid=10615] ppid=10612 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/10615/stat : 10615 (xcsp3-exec) S 10612 10615 4858 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418905411 115843072 364 33554432000 4194304 5098028 140725502535280 140725502533384 140100952560252 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35315712 140725502542710 140725502542953 140725502542953 140725502545866 0
/proc/10615/statm: 28282 364 305 221 0 87 0
[pid=10617] ppid=10615 vsize=28231720 memory=55324 CPUtime=0.76 cores=0-7
/proc/10617/stat : 10617 (java) S 10615 10615 4858 0 -1 1077944320 11686 0 0 0 71 5 0 0 20 0 20 0 418905411 28909281280 13831 33554432000 4194304 4196468 140728295589472 140728295572016 140016798850807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
/proc/10617/statm: 7057930 13831 3388 1 0 7019032 0
[pid=10617/tid=10618] ppid=10615 vsize=28231720 memory=8317482817917895235 CPUtime=0.4 cores=0-7
/proc/10617/task/10618/stat : 10618 (java) R 10615 10615 4858 0 -1 4202560 8256 0 0 0 37 3 0 0 20 0 20 0 418905411 28909281280 13831 33554432000 4194304 4196468 140728295589472 140016803087632 140016798862742 0 4 0 16800975 0 0 0 -1 2 0 0 23 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10619] ppid=10615 vsize=28231720 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10619/stat : 10619 (java) S 10615 10615 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418905412 28909281280 13831 33554432000 4194304 4196468 140728295589472 140016751471632 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10620] ppid=10615 vsize=28231720 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10620/stat : 10620 (java) S 10615 10615 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418905412 28909281280 13831 33554432000 4194304 4196468 140728295589472 140016750419088 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10621] ppid=10615 vsize=28231720 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10621/stat : 10621 (java) S 10615 10615 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418905412 28909281280 13831 33554432000 4194304 4196468 140728295589472 140016749366032 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10622] ppid=10615 vsize=28231720 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10622/stat : 10622 (java) S 10615 10615 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418905412 28909281280 13831 33554432000 4194304 4196468 140728295589472 140016748313488 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10623] ppid=10615 vsize=28231720 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10623/stat : 10623 (java) S 10615 10615 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418905412 28909281280 13831 33554432000 4194304 4196468 140728295589472 140016747260432 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10624] ppid=10615 vsize=28231720 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10624/stat : 10624 (java) S 10615 10615 4858 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418905412 28909281280 13831 33554432000 4194304 4196468 140728295589472 140016746207888 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10625] ppid=10615 vsize=28231720 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10625/stat : 10625 (java) S 10615 10615 4858 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418905412 28909281280 13831 33554432000 4194304 4196468 140728295589472 140016745154832 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10626] ppid=10615 vsize=28231720 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10626/stat : 10626 (java) S 10615 10615 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418905412 28909281280 13831 33554432000 4194304 4196468 140728295589472 140016744102288 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10627] ppid=10615 vsize=28231720 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10627/stat : 10627 (java) S 10615 10615 4858 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418905414 28909281280 13831 33554432000 4194304 4196468 140728295589472 140014994320112 140016798861954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10628] ppid=10615 vsize=28231720 memory=280511964716416 CPUtime=0 cores=0-7
/proc/10617/task/10628/stat : 10628 (java) S 10615 10615 4858 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418905414 28909281280 13831 33554432000 4194304 4196468 140728295589472 140014993266336 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10629] ppid=10615 vsize=28231720 memory=280511964721024 CPUtime=0 cores=0-7
/proc/10617/task/10629/stat : 10629 (java) S 10615 10615 4858 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418905414 28909281280 13831 33554432000 4194304 4196468 140728295589472 140014992213232 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10630] ppid=10615 vsize=28231720 memory=280511964725632 CPUtime=0 cores=0-7
/proc/10617/task/10630/stat : 10630 (java) S 10615 10615 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418905417 28909281280 13831 33554432000 4194304 4196468 140728295589472 140014991161808 140016798869403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10631] ppid=10615 vsize=28231720 memory=280511964730240 CPUtime=0.05 cores=0-7
/proc/10617/task/10631/stat : 10631 (java) S 10615 10615 4858 0 -1 1077944384 447 0 0 0 5 0 0 0 20 0 20 0 418905417 28909281280 13831 33554432000 4194304 4196468 140728295589472 140014990108912 140016798861954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10632] ppid=10615 vsize=28231720 memory=280511964734848 CPUtime=0.04 cores=0-7
/proc/10617/task/10632/stat : 10632 (java) S 10615 10615 4858 0 -1 1077944384 299 0 0 0 4 0 0 0 20 0 20 0 418905417 28909281280 13831 33554432000 4194304 4196468 140728295589472 140014989056368 140016798861954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10633] ppid=10615 vsize=28231720 memory=280511964739456 CPUtime=0.03 cores=0-7
/proc/10617/task/10633/stat : 10633 (java) S 10615 10615 4858 0 -1 1077944384 263 0 0 0 3 0 0 0 20 0 20 0 418905417 28909281280 13831 33554432000 4194304 4196468 140728295589472 140014988003312 140016798861954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10634] ppid=10615 vsize=28231720 memory=280511964744064 CPUtime=0.19 cores=0-7
/proc/10617/task/10634/stat : 10634 (java) R 10615 10615 4858 0 -1 4202560 1109 0 0 0 19 0 0 0 20 0 20 0 418905417 28909281280 13831 33554432000 4194304 4196468 140728295589472 140014986950768 140016798864689 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10635] ppid=10615 vsize=28231720 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10635/stat : 10635 (java) S 10615 10615 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418905417 28909281280 13831 33554432000 4194304 4196468 140728295589472 140014985898976 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10636] ppid=10615 vsize=28231720 memory=-1 CPUtime=0 cores=0-7
/proc/10617/task/10636/stat : 10636 (java) S 10615 10615 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418905417 28909281280 13831 33554432000 4194304 4196468 140728295589472 140014984846512 140016798861954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
Current children cumulated CPU time: 0.76 s
Current children cumulated vsize: 28344848 KiB
Current children cumulated memory: 56780 KiB

[startup+0.709678 s]*
/proc/loadavg: 0.00 0.01 0.51 5/211 10636
/proc/meminfo: memFree=31500684/32770624 swapFree=67004232/67108860
[pid=10615] ppid=10612 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/10615/stat : 10615 (xcsp3-exec) S 10612 10615 4858 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418905411 115843072 364 33554432000 4194304 5098028 140725502535280 140725502533384 140100952560252 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35315712 140725502542710 140725502542953 140725502542953 140725502545866 0
/proc/10615/statm: 28282 364 305 221 0 87 0
[pid=10617] ppid=10615 vsize=28233768 memory=64000 CPUtime=0.95 cores=0-7
/proc/10617/stat : 10617 (java) S 10615 10615 4858 0 -1 1077944320 12824 0 0 0 90 5 0 0 20 0 20 0 418905411 28911378432 16000 33554432000 4194304 4196468 140728295589472 140728295572016 140016798850807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
/proc/10617/statm: 7058442 16000 3419 1 0 7019544 0
[pid=10617/tid=10618] ppid=10615 vsize=28233768 memory=8316850467074736180 CPUtime=0.45 cores=0-7
/proc/10617/task/10618/stat : 10618 (java) R 10615 10615 4858 0 -1 4202560 8319 0 0 0 42 3 0 0 20 0 20 0 418905411 28911378432 16000 33554432000 4194304 4196468 140728295589472 140016803085744 140016423158953 0 4 0 16800975 0 0 0 -1 2 0 0 23 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10619] ppid=10615 vsize=28233768 memory=14965 CPUtime=0 cores=0-7
/proc/10617/task/10619/stat : 10619 (java) S 10615 10615 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418905412 28911378432 16000 33554432000 4194304 4196468 140728295589472 140016751471632 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10620] ppid=10615 vsize=28233768 memory=140256081849842 CPUtime=0 cores=0-7
/proc/10617/task/10620/stat : 10620 (java) S 10615 10615 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418905412 28911378432 16000 33554432000 4194304 4196468 140728295589472 140016750419088 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10621] ppid=10615 vsize=28233768 memory=-1 CPUtime=0 cores=0-7
/proc/10617/task/10621/stat : 10621 (java) S 10615 10615 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418905412 28911378432 16000 33554432000 4194304 4196468 140728295589472 140016749366032 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0

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

[pid=10617/tid=10619] ppid=10615 vsize=28769356 memory=7232890293113415765 CPUtime=0.23 cores=0-7
/proc/10617/task/10619/stat : 10619 (java) S 10615 10615 4858 0 -1 1077944384 313 0 0 0 14 9 0 0 20 0 28 0 418905412 29459820544 176695 33554432000 4194304 4196468 140728295589472 140016751471632 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10620] ppid=10615 vsize=28769356 memory=6945507666079274341 CPUtime=0.23 cores=0-7
/proc/10617/task/10620/stat : 10620 (java) S 10615 10615 4858 0 -1 1077944384 431 0 0 0 14 9 0 0 20 0 28 0 418905412 29459820544 176695 33554432000 4194304 4196468 140728295589472 140016750419088 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10621] ppid=10615 vsize=28769356 memory=7518026630507422564 CPUtime=0.21 cores=0-7
/proc/10617/task/10621/stat : 10621 (java) S 10615 10615 4858 0 -1 1077944384 292 0 0 0 13 8 0 0 20 0 28 0 418905412 29459820544 176695 33554432000 4194304 4196468 140728295589472 140016749366032 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10622] ppid=10615 vsize=28769356 memory=301741373374332954 CPUtime=0.19 cores=0-7
/proc/10617/task/10622/stat : 10622 (java) S 10615 10615 4858 0 -1 1077944384 180 0 0 0 10 9 0 0 20 0 28 0 418905412 29459820544 176695 33554432000 4194304 4196468 140728295589472 140016748313488 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10623] ppid=10615 vsize=28769356 memory=301741420686082359 CPUtime=0.22 cores=0-7
/proc/10617/task/10623/stat : 10623 (java) S 10615 10615 4858 0 -1 1077944384 252 0 0 0 13 9 0 0 20 0 28 0 418905412 29459820544 176695 33554432000 4194304 4196468 140728295589472 140016747260432 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10624] ppid=10615 vsize=28769356 memory=13571479019194697 CPUtime=0.23 cores=0-7
/proc/10617/task/10624/stat : 10624 (java) S 10615 10615 4858 0 -1 1077944384 235 0 0 0 13 10 0 0 20 0 28 0 418905412 29459820544 176695 33554432000 4194304 4196468 140728295589472 140016746207888 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10625] ppid=10615 vsize=28769356 memory=-7522837583129307271 CPUtime=0.25 cores=0-7
/proc/10617/task/10625/stat : 10625 (java) S 10615 10615 4858 0 -1 1077944384 337 0 0 0 14 11 0 0 20 0 28 0 418905412 29459820544 176695 33554432000 4194304 4196468 140728295589472 140016745154832 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10626] ppid=10615 vsize=28769356 memory=7682744562830902074 CPUtime=0.2 cores=0-7
/proc/10617/task/10626/stat : 10626 (java) S 10615 10615 4858 0 -1 1077944384 293 0 0 0 12 8 0 0 20 0 28 0 418905412 29459820544 176695 33554432000 4194304 4196468 140728295589472 140016744102288 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10627] ppid=10615 vsize=28769356 memory=0 CPUtime=0.01 cores=0-7
/proc/10617/task/10627/stat : 10627 (java) S 10615 10615 4858 0 -1 1077944384 1005 0 0 0 1 0 0 0 20 0 28 0 418905414 29459820544 176695 33554432000 4194304 4196468 140728295589472 140014994320112 140016798861954 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10628] ppid=10615 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10628/stat : 10628 (java) S 10615 10615 4858 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 418905414 29459820544 176695 33554432000 4194304 4196468 140728295589472 140014993266400 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10629] ppid=10615 vsize=28769356 memory=665105540865332227 CPUtime=0 cores=0-7
/proc/10617/task/10629/stat : 10629 (java) S 10615 10615 4858 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 418905414 29459820544 176695 33554432000 4194304 4196468 140728295589472 140014992213248 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10630] ppid=10615 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10630/stat : 10630 (java) S 10615 10615 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418905417 29459820544 176695 33554432000 4194304 4196468 140728295589472 140014991161808 140016798869403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10631] ppid=10615 vsize=28769356 memory=0 CPUtime=1.53 cores=0-7
/proc/10617/task/10631/stat : 10631 (java) R 10615 10615 4858 0 -1 4202560 3820 0 0 0 152 1 0 0 20 0 28 0 418905417 29459820544 176695 33554432000 4194304 4196468 140728295589472 140014990095008 140016780199645 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10632] ppid=10615 vsize=28769356 memory=31700 CPUtime=1.49 cores=0-7
/proc/10617/task/10632/stat : 10632 (java) S 10615 10615 4858 0 -1 1077944384 4716 0 0 0 148 1 0 0 20 0 28 0 418905417 29459820544 176695 33554432000 4194304 4196468 140728295589472 140014989046160 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10633] ppid=10615 vsize=28769356 memory=0 CPUtime=1.44 cores=0-7
/proc/10617/task/10633/stat : 10633 (java) R 10615 10615 4858 0 -1 1077944384 4011 0 0 0 143 1 0 0 20 0 28 0 418905417 29459820544 176695 33554432000 4194304 4196468 140728295589472 140014987981744 140016798861013 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10634] ppid=10615 vsize=28769356 memory=0 CPUtime=0.92 cores=0-7
/proc/10617/task/10634/stat : 10634 (java) R 10615 10615 4858 0 -1 4202560 4600 0 0 0 90 2 0 0 20 0 28 0 418905417 29459820544 176695 33554432000 4194304 4196468 140728295589472 140014986948304 140016777477723 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10635] ppid=10615 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10635/stat : 10635 (java) S 10615 10615 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418905417 29459820544 176695 33554432000 4194304 4196468 140728295589472 140014985898976 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10636] ppid=10615 vsize=28769356 memory=4207904023932392969 CPUtime=0 cores=0-7
/proc/10617/task/10636/stat : 10636 (java) R 10615 10615 4858 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 418905417 29459820544 176695 33554432000 4194304 4196468 140728295589472 140014984846512 140016798861954 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
Current children cumulated CPU time: 11.34 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 708236 KiB

[startup+3.92262 s]
# the end of solver process 10615 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=15.7504 s, system=1.01471 s

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

[startup+3.50154 s]
/proc/loadavg: 0.00 0.01 0.51 7/219 10892
/proc/meminfo: memFree=30838440/32770624 swapFree=67004232/67108860
[pid=10615] ppid=10612 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/10615/stat : 10615 (xcsp3-exec) S 10612 10615 4858 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418905411 115843072 364 33554432000 4194304 5098028 140725502535280 140725502533384 140100952560252 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35315712 140725502542710 140725502542953 140725502542953 140725502545866 0
/proc/10615/statm: 28282 364 305 221 0 87 0
[pid=10617] ppid=10615 vsize=28769356 memory=728720 CPUtime=14.22 cores=0-7
/proc/10617/stat : 10617 (java) S 10615 10615 4858 0 -1 1077944320 39489 0 0 0 1323 99 0 0 20 0 28 0 418905411 29459820544 182180 33554432000 4194304 4196468 140728295589472 140728295572016 140016798850807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
/proc/10617/statm: 7192339 182180 3531 1 0 7153441 0
[pid=10617/tid=10618] ppid=10615 vsize=28769356 memory=0 CPUtime=2.06 cores=0-7
/proc/10617/task/10618/stat : 10618 (java) S 10615 10615 4858 0 -1 1077944384 11797 0 0 0 199 7 0 0 20 0 28 0 418905411 29459820544 182180 33554432000 4194304 4196468 140728295589472 140016803091584 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10619] ppid=10615 vsize=28769356 memory=0 CPUtime=0.23 cores=0-7
/proc/10617/task/10619/stat : 10619 (java) S 10615 10615 4858 0 -1 1077944384 313 0 0 0 14 9 0 0 20 0 28 0 418905412 29459820544 182180 33554432000 4194304 4196468 140728295589472 140016751471632 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10620] ppid=10615 vsize=28769356 memory=0 CPUtime=0.23 cores=0-7
/proc/10617/task/10620/stat : 10620 (java) S 10615 10615 4858 0 -1 1077944384 431 0 0 0 14 9 0 0 20 0 28 0 418905412 29459820544 182180 33554432000 4194304 4196468 140728295589472 140016750419088 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10621] ppid=10615 vsize=28769356 memory=280511964599280 CPUtime=0.21 cores=0-7
/proc/10617/task/10621/stat : 10621 (java) S 10615 10615 4858 0 -1 1077944384 292 0 0 0 13 8 0 0 20 0 28 0 418905412 29459820544 182180 33554432000 4194304 4196468 140728295589472 140016749366032 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10622] ppid=10615 vsize=28769356 memory=47750976637674 CPUtime=0.19 cores=0-7
/proc/10617/task/10622/stat : 10622 (java) S 10615 10615 4858 0 -1 1077944384 180 0 0 0 10 9 0 0 20 0 28 0 418905412 29459820544 182180 33554432000 4194304 4196468 140728295589472 140016748313488 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10623] ppid=10615 vsize=28769356 memory=47755271604970 CPUtime=0.22 cores=0-7
/proc/10617/task/10623/stat : 10623 (java) S 10615 10615 4858 0 -1 1077944384 252 0 0 0 13 9 0 0 20 0 28 0 418905412 29459820544 182180 33554432000 4194304 4196468 140728295589472 140016747260432 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10624] ppid=10615 vsize=28769356 memory=47768156506858 CPUtime=0.23 cores=0-7
/proc/10617/task/10624/stat : 10624 (java) S 10615 10615 4858 0 -1 1077944384 235 0 0 0 13 10 0 0 20 0 28 0 418905412 29459820544 182180 33554432000 4194304 4196468 140728295589472 140016746207888 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10625] ppid=10615 vsize=28769356 memory=47776746441450 CPUtime=0.25 cores=0-7
/proc/10617/task/10625/stat : 10625 (java) S 10615 10615 4858 0 -1 1077944384 337 0 0 0 14 11 0 0 20 0 28 0 418905412 29459820544 182180 33554432000 4194304 4196468 140728295589472 140016745154832 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10626] ppid=10615 vsize=28769356 memory=140586694739713 CPUtime=0.2 cores=0-7
/proc/10617/task/10626/stat : 10626 (java) S 10615 10615 4858 0 -1 1077944384 293 0 0 0 12 8 0 0 20 0 28 0 418905412 29459820544 182180 33554432000 4194304 4196468 140728295589472 140016744102288 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10627] ppid=10615 vsize=28769356 memory=280511964706832 CPUtime=0.01 cores=0-7
/proc/10617/task/10627/stat : 10627 (java) R 10615 10615 4858 0 -1 4202560 1005 0 0 0 1 0 0 0 20 0 28 0 418905414 29459820544 182180 33554432000 4194304 4196468 140728295589472 140014994320112 140016791479015 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10628] ppid=10615 vsize=28769356 memory=47776746441450 CPUtime=0 cores=0-7
/proc/10617/task/10628/stat : 10628 (java) S 10615 10615 4858 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 418905414 29459820544 182180 33554432000 4194304 4196468 140728295589472 140014993266400 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10629] ppid=10615 vsize=28769356 memory=47776746441450 CPUtime=0 cores=0-7
/proc/10617/task/10629/stat : 10629 (java) S 10615 10615 4858 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 418905414 29459820544 182180 33554432000 4194304 4196468 140728295589472 140014992213248 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10630] ppid=10615 vsize=28769356 memory=47776746441450 CPUtime=0 cores=0-7
/proc/10617/task/10630/stat : 10630 (java) S 10615 10615 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418905417 29459820544 182180 33554432000 4194304 4196468 140728295589472 140014991161808 140016798869403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10631] ppid=10615 vsize=28769356 memory=145604 CPUtime=1.82 cores=0-7
/proc/10617/task/10631/stat : 10631 (java) R 10615 10615 4858 0 -1 4202560 3883 0 0 0 181 1 0 0 20 0 28 0 418905417 29459820544 182180 33554432000 4194304 4196468 140728295589472 140014990100240 140016778701319 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10632] ppid=10615 vsize=28769356 memory=1448 CPUtime=1.83 cores=0-7
/proc/10617/task/10632/stat : 10632 (java) R 10615 10615 4858 0 -1 4202560 4780 0 0 0 181 2 0 0 20 0 28 0 418905417 29459820544 182180 33554432000 4194304 4196468 140728295589472 140014989045168 140016782345259 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10633] ppid=10615 vsize=28769356 memory=1964 CPUtime=1.77 cores=0-7
/proc/10617/task/10633/stat : 10633 (java) R 10615 10615 4858 0 -1 4202560 4046 0 0 0 176 1 0 0 20 0 28 0 418905417 29459820544 182180 33554432000 4194304 4196468 140728295589472 140014987984880 140016783966053 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10634] ppid=10615 vsize=28769356 memory=2456 CPUtime=1.07 cores=0-7
/proc/10617/task/10634/stat : 10634 (java) S 10615 10615 4858 0 -1 1077944384 4892 0 0 0 105 2 0 0 20 0 28 0 418905417 29459820544 182180 33554432000 4194304 4196468 140728295589472 140014986950768 140016798861954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10635] ppid=10615 vsize=28769356 memory=1760 CPUtime=0 cores=0-7
/proc/10617/task/10635/stat : 10635 (java) S 10615 10615 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418905417 29459820544 182180 33554432000 4194304 4196468 140728295589472 140014985898976 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10636] ppid=10615 vsize=28769356 memory=111632 CPUtime=0 cores=0-7
/proc/10617/task/10636/stat : 10636 (java) S 10615 10615 4858 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 418905417 29459820544 182180 33554432000 4194304 4196468 140728295589472 140014984846512 140016798861954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10893] ppid=10615 vsize=28769356 memory=804 CPUtime=0.14 cores=0-7
/proc/10617/task/10893/stat : 10893 (java) S 10615 10615 4858 0 -1 1077944384 17 0 0 0 14 0 0 0 20 0 28 0 418905741 29459820544 182180 33554432000 4194304 4196468 140728295589472 140014968275632 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10894] ppid=10615 vsize=28769356 memory=1804 CPUtime=0.09 cores=0-7
/proc/10617/task/10894/stat : 10894 (java) S 10615 10615 4858 0 -1 1077944384 19 0 0 0 9 0 0 0 20 0 28 0 418905741 29459820544 182180 33554432000 4194304 4196468 140728295589472 140014971432656 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10895] ppid=10615 vsize=28769356 memory=916 CPUtime=0.15 cores=0-7
/proc/10617/task/10895/stat : 10895 (java) S 10615 10615 4858 0 -1 1077944384 26 0 0 0 15 0 0 0 20 0 28 0 418905741 29459820544 182180 33554432000 4194304 4196468 140728295589472 140014972484464 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10896] ppid=10615 vsize=28769356 memory=4200 CPUtime=0.11 cores=0-7
/proc/10617/task/10896/stat : 10896 (java) S 10615 10615 4858 0 -1 1077944384 17 0 0 0 11 0 0 0 20 0 28 0 418905741 29459820544 182180 33554432000 4194304 4196468 140728295589472 140014966169456 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10897] ppid=10615 vsize=28769356 memory=4004 CPUtime=0.19 cores=0-7
/proc/10617/task/10897/stat : 10897 (java) S 10615 10615 4858 0 -1 1077944384 17 0 0 0 19 0 0 0 20 0 28 0 418905741 29459820544 182180 33554432000 4194304 4196468 140728295589472 140014973538032 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10898] ppid=10615 vsize=28769356 memory=2832 CPUtime=0.15 cores=0-7
/proc/10617/task/10898/stat : 10898 (java) R 10615 10615 4858 0 -1 4202560 18 0 0 0 15 0 0 0 20 0 28 0 418905741 29459820544 182180 33554432000 4194304 4196468 140728295589472 140014969328736 140016431849495 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
Current children cumulated CPU time: 14.22 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 730176 KiB

[startup+3.90104 s]
/proc/loadavg: 0.00 0.01 0.51 7/219 10892
/proc/meminfo: memFree=30838440/32770624 swapFree=67004232/67108860
[pid=10615] ppid=10612 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/10615/stat : 10615 (xcsp3-exec) S 10612 10615 4858 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418905411 115843072 364 33554432000 4194304 5098028 140725502535280 140725502533384 140100952560252 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35315712 140725502542710 140725502542953 140725502542953 140725502545866 0
/proc/10615/statm: 28282 364 305 221 0 87 0
[pid=10617] ppid=10615 vsize=28769356 memory=740580 CPUtime=16.74 cores=0-7
/proc/10617/stat : 10617 (java) S 10615 10615 4858 0 -1 1077944320 39906 0 0 0 1574 100 0 0 20 0 20 0 418905411 29459820544 185144 33554432000 4194304 4196468 140728295589472 140728295572016 140016798850807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
/proc/10617/statm: 7192339 185145 3537 1 0 7153441 0
[pid=10617/tid=10618] ppid=10615 vsize=28769356 memory=140255982737008 CPUtime=2.07 cores=0-7
/proc/10617/task/10618/stat : 10618 (java) S 10615 10615 4858 0 -1 1077944384 11800 0 0 0 200 7 0 0 20 0 19 0 418905411 29459820544 185145 33554432000 4194304 4196468 140728295589472 140016803093648 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10619] ppid=10615 vsize=28769356 memory=0 CPUtime=0.23 cores=0-7
/proc/10617/task/10619/stat : 10619 (java) S 10615 10615 4858 0 -1 1077944384 313 0 0 0 14 9 0 0 20 0 19 0 418905412 29459820544 185145 33554432000 4194304 4196468 140728295589472 140016751471632 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10620] ppid=10615 vsize=28769356 memory=0 CPUtime=0.23 cores=0-7
/proc/10617/task/10620/stat : 10620 (java) S 10615 10615 4858 0 -1 1077944384 431 0 0 0 14 9 0 0 20 0 19 0 418905412 29459820544 185145 33554432000 4194304 4196468 140728295589472 140016750419088 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10621] ppid=10615 vsize=28769356 memory=0 CPUtime=0.21 cores=0-7
/proc/10617/task/10621/stat : 10621 (java) S 10615 10615 4858 0 -1 1077944384 292 0 0 0 13 8 0 0 20 0 19 0 418905412 29459820544 185145 33554432000 4194304 4196468 140728295589472 140016749366032 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10622] ppid=10615 vsize=28769356 memory=0 CPUtime=0.19 cores=0-7
/proc/10617/task/10622/stat : 10622 (java) S 10615 10615 4858 0 -1 1077944384 180 0 0 0 10 9 0 0 20 0 19 0 418905412 29459820544 185145 33554432000 4194304 4196468 140728295589472 140016748313488 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10623] ppid=10615 vsize=28769356 memory=0 CPUtime=0.22 cores=0-7
/proc/10617/task/10623/stat : 10623 (java) S 10615 10615 4858 0 -1 1077944384 252 0 0 0 13 9 0 0 20 0 19 0 418905412 29459820544 185145 33554432000 4194304 4196468 140728295589472 140016747260432 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10624] ppid=10615 vsize=28769356 memory=164 CPUtime=0.23 cores=0-7
/proc/10617/task/10624/stat : 10624 (java) S 10615 10615 4858 0 -1 1077944384 235 0 0 0 13 10 0 0 20 0 19 0 418905412 29459820544 185145 33554432000 4194304 4196468 140728295589472 140016746207888 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10625] ppid=10615 vsize=28769356 memory=0 CPUtime=0.25 cores=0-7
/proc/10617/task/10625/stat : 10625 (java) S 10615 10615 4858 0 -1 1077944384 337 0 0 0 14 11 0 0 20 0 19 0 418905412 29459820544 185145 33554432000 4194304 4196468 140728295589472 140016745154832 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10626] ppid=10615 vsize=28769356 memory=0 CPUtime=0.2 cores=0-7
/proc/10617/task/10626/stat : 10626 (java) S 10615 10615 4858 0 -1 1077944384 293 0 0 0 12 8 0 0 20 0 19 0 418905412 29459820544 185145 33554432000 4194304 4196468 140728295589472 140016744102288 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10627] ppid=10615 vsize=28769356 memory=0 CPUtime=0.01 cores=0-7
/proc/10617/task/10627/stat : 10627 (java) S 10615 10615 4858 0 -1 1077944384 1005 0 0 0 1 0 0 0 20 0 19 0 418905414 29459820544 185145 33554432000 4194304 4196468 140728295589472 140014994320320 140016798861954 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10628] ppid=10615 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10628/stat : 10628 (java) S 10615 10615 4858 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 418905414 29459820544 185145 33554432000 4194304 4196468 140728295589472 140014993266400 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10629] ppid=10615 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10629/stat : 10629 (java) S 10615 10615 4858 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 19 0 418905414 29459820544 185145 33554432000 4194304 4196468 140728295589472 140014992213248 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10630] ppid=10615 vsize=28769356 memory=4116342974492726121 CPUtime=0 cores=0-7
/proc/10617/task/10630/stat : 10630 (java) S 10615 10615 4858 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 418905417 29459820544 185145 33554432000 4194304 4196468 140728295589472 140014991160576 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10631] ppid=10615 vsize=28769356 memory=7516885328965226578 CPUtime=2.13 cores=0-7
/proc/10617/task/10631/stat : 10631 (java) S 10615 10615 4858 0 -1 1077944384 4129 0 0 0 212 1 0 0 20 0 19 0 418905417 29459820544 185145 33554432000 4194304 4196468 140728295589472 140014990108912 140016798861954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10632] ppid=10615 vsize=28769356 memory=3470698966564955456 CPUtime=2.1 cores=0-7
/proc/10617/task/10632/stat : 10632 (java) S 10615 10615 4858 0 -1 1077944384 4822 0 0 0 208 2 0 0 20 0 19 0 418905417 29459820544 185145 33554432000 4194304 4196468 140728295589472 140014989056368 140016798861954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10633] ppid=10615 vsize=28769356 memory=7593720339563237463 CPUtime=2.04 cores=0-7
/proc/10617/task/10633/stat : 10633 (java) S 10615 10615 4858 0 -1 1077944384 4098 0 0 0 203 1 0 0 20 0 19 0 418905417 29459820544 185145 33554432000 4194304 4196468 140728295589472 140014988003312 140016798861954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10634] ppid=10615 vsize=28769356 memory=3470698889640960576 CPUtime=1.11 cores=0-7
/proc/10617/task/10634/stat : 10634 (java) S 10615 10615 4858 0 -1 1077944384 4953 0 0 0 109 2 0 0 20 0 19 0 418905417 29459820544 185145 33554432000 4194304 4196468 140728295589472 140014986946640 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
[pid=10617/tid=10635] ppid=10615 vsize=28769356 memory=7300704880217444434 CPUtime=0 cores=0-7
/proc/10617/task/10635/stat : 10635 (java) S 10615 10615 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 418905417 29459820544 185145 33554432000 4194304 4196468 140728295589472 140014985898976 140016798861013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22368256 140728295597034 140728295597206 140728295597206 140728295600079 0
Current children cumulated CPU time: 16.74 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 742036 KiB

Child status: 0
Real time (s): 3.92268
CPU time (s): 16.7652
CPU user time (s): 15.7504
CPU system time (s): 1.01471
CPU usage (%): 427.39
Max. virtual memory (cumulated for all children) (KiB): 28882484
Max. memory (cumulated for all children) (KiB): 742036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.7504
system time used= 1.01471
maximum resident set size= 741532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40510
page faults= 0
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6588
involuntary context switches= 261


# summary of solver processes directly reported to runsolver:
#   pid: 10615
#   total CPU time (s): 16.7652
#   total CPU user time (s): 15.7504
#   total CPU system time (s): 1.01471

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.04814 second user time and 0.079867 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-14 04:16:41
IDJOB=4394433
IDBENCH=126836
IDSOLVER=2843
FILE ID=node148/4394433-1568427438
RUNJOBID= node148-1568417824-4885
PBS_JOBID= 21702282
Free space on /tmp= 61308 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Tpp/Tpp-zinc-s1/Tpp-6-5-20-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-4394433-1568427438/watcher-4394433-1568427438 -o /tmp/evaluation-result-4394433-1568427438/solver-4394433-1568427438 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1568417824-4885 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 661341726 HOME/instance-4394433-1568427438.xml

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

MD5SUM BENCH= 3ec6160036052286f30104bba84c59a2
RANDOM SEED=661341726

node148.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.13
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.13
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.13
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.13
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:        31545992 kB
MemAvailable:   31909948 kB
Buffers:           89104 kB
Cached:           571872 kB
SwapCached:         3812 kB
Active:           411480 kB
Inactive:         255756 kB
Active(anon):       3572 kB
Inactive(anon):    43732 kB
Active(file):     407908 kB
Inactive(file):   212024 kB
Unevictable:      108956 kB
Mlocked:          108956 kB
SwapTotal:      67108860 kB
SwapFree:       67004232 kB
Dirty:             25904 kB
Writeback:             0 kB
AnonPages:        112132 kB
Mapped:            44172 kB
Shmem:             32352 kB
Slab:             147636 kB
SReclaimable:     119716 kB
SUnreclaim:        27920 kB
KernelStack:        3408 kB
PageTables:         5172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61284 MiB
End job on node148 at 2019-09-14 04:16:45