Trace number 4394465

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 13.3456 3.12519

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.315281
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-4394465-1568427417.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394465-1568427417.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
6.61/1.92	c solve instance...
7.92/2.14	o 482 
7.92/2.18	o 258 
8.52/2.22	o 243 
8.52/2.24	o 237 
8.52/2.26	o 236 
8.52/2.28	o 233 
8.86/2.30	o 232 
8.86/2.37	o 230 
8.86/2.38	o 223 
8.86/2.39	o 220 
9.35/2.40	o 218 
9.35/2.42	o 216 
9.35/2.44	o 211 
9.35/2.45	o 210 
9.35/2.46	o 207 
9.35/2.48	o 206 
9.35/2.48	o 205 
9.35/2.49	o 204 
9.74/2.51	o 203 
9.74/2.51	o 200 
9.74/2.53	o 197 
9.74/2.54	o 196 
9.74/2.55	o 190 
9.74/2.56	o 187 
9.74/2.57	o 186 
9.74/2.58	o 184 
9.74/2.59	o 182 
10.13/2.60	o 177 
10.13/2.61	o 176 
10.13/2.62	o 174 
10.13/2.63	o 171 
10.13/2.64	o 169 
10.13/2.64	o 167 
10.13/2.65	o 156 
10.13/2.67	o 155 
10.13/2.68	o 154 
10.66/2.71	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (56/58)
10.66/2.71		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
10.66/2.71		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
10.66/2.71		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
10.66/2.71		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
10.66/2.71		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
10.66/2.71	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (56/58)
10.66/2.71		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
10.66/2.71		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
10.66/2.71		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
10.66/2.71		at org.chocosolver.solver.Solver.repair(Solver.java:443)
10.66/2.71		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
10.66/2.71		at org.chocosolver.solver.Solver.solve(Solver.java:262)
10.66/2.71		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
10.66/2.71		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
10.66/2.71		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
10.66/2.71		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
10.66/2.71		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
10.66/2.71		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
10.66/2.71		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
10.66/2.71		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
10.66/2.71		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
10.66/2.71		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
10.66/2.71	o 153 
10.66/2.74	o 152 
10.66/2.79	o 151 
11.27/2.82	o 150 
11.27/2.83	o 149 
11.27/2.84	o 148 
11.27/2.86	o 147 
11.27/2.87	o 146 
11.27/2.89	o 145 
11.89/2.90	o 144 
11.89/2.93	o 143 
11.89/2.95	o 142 
11.89/2.96	o 141 
11.89/2.97	o 140 
12.62/3.09	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (84/86)
12.62/3.09		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
12.62/3.09		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
12.62/3.09		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
12.62/3.09		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
12.62/3.09		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
12.62/3.09	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (84/86)
12.62/3.09		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
12.62/3.09		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
12.62/3.09		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
12.62/3.09		at org.chocosolver.solver.Solver.repair(Solver.java:443)
12.62/3.09		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
12.62/3.09		at org.chocosolver.solver.Solver.solve(Solver.java:262)
12.62/3.09		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
12.62/3.09		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
12.62/3.09		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
12.62/3.09		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
12.62/3.09		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
12.62/3.09		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
12.62/3.09		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
12.62/3.09		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
12.62/3.09		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
12.62/3.09		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
12.62/3.10	s OPTIMUM FOUND
12.62/3.10	v <instantiation>
12.62/3.10	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.62/3.10	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.62/3.10	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 (11766 MiB free)
  memory of node 1: 16384 MiB (14449 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394465-1568427417/watcher-4394465-1568427417 -o /tmp/evaluation-result-4394465-1568427417/solver-4394465-1568427417 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node147-1568427292-16623 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1035062932 HOME/instance-4394465-1568427417.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
Starting watchdog threadCurrent StackSize limit: 8192 KiB

solver pid=17319, runsolver pid=17316

[startup+0.100162 s]*
/proc/loadavg: 7.54 7.94 7.84 3/211 17340
/proc/meminfo: memFree=26826996/32770624 swapFree=66957016/67108860
[pid=17319] ppid=17316 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/17319/stat : 17319 (xcsp3-exec) S 17316 17319 16596 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418655588 115843072 363 33554432000 4194304 5098028 140730989355120 140730989353224 140631098016380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16711680 140730989359989 140730989360233 140730989360233 140730989363146 0
/proc/17319/statm: 28282 363 304 221 0 87 0
[pid=17321] ppid=17319 vsize=28227388 memory=28748 CPUtime=0.12 cores=0-7
/proc/17321/stat : 17321 (java) S 17319 17319 16596 0 -1 1077944320 5686 0 0 0 11 1 0 0 20 0 20 0 418655588 28904845312 7187 33554432000 4194304 4196468 140721524470688 140721524453232 140380221005559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
/proc/17321/statm: 7056847 7187 3118 1 0 7019032 0
[pid=17321/tid=17322] ppid=17319 vsize=28227388 memory=7898076179640261273 CPUtime=0.09 cores=0-7
/proc/17321/task/17322/stat : 17322 (java) R 17319 17319 16596 0 -1 4202560 3591 0 0 0 8 1 0 0 20 0 20 0 418655588 28904845312 7187 33554432000 4194304 4196468 140721524470688 140380225238832 140380221017494 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17323] ppid=17319 vsize=28227388 memory=732370531331726309 CPUtime=0 cores=0-7
/proc/17321/task/17323/stat : 17323 (java) S 17319 17319 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418655589 28904845312 7187 33554432000 4194304 4196468 140721524470688 140380140858384 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17324] ppid=17319 vsize=28227388 memory=140392994272896 CPUtime=0 cores=0-7
/proc/17321/task/17324/stat : 17324 (java) S 17319 17319 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418655589 28904845312 7187 33554432000 4194304 4196468 140721524470688 140380139805840 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17325] ppid=17319 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17325/stat : 17325 (java) S 17319 17319 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418655589 28904845312 7187 33554432000 4194304 4196468 140721524470688 140380138752784 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17326] ppid=17319 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17326/stat : 17326 (java) S 17319 17319 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418655589 28904845312 7187 33554432000 4194304 4196468 140721524470688 140380137700240 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17327] ppid=17319 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17327/stat : 17327 (java) S 17319 17319 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418655589 28904845312 7187 33554432000 4194304 4196468 140721524470688 140380136647184 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17328] ppid=17319 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/17321/task/17328/stat : 17328 (java) S 17319 17319 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418655589 28904845312 7187 33554432000 4194304 4196468 140721524470688 140380135594640 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17329] ppid=17319 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17329/stat : 17329 (java) S 17319 17319 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418655589 28904845312 7187 33554432000 4194304 4196468 140721524470688 140379765725456 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17330] ppid=17319 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17330/stat : 17330 (java) S 17319 17319 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418655589 28904845312 7187 33554432000 4194304 4196468 140721524470688 140379764672912 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17331] ppid=17319 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17331/stat : 17331 (java) S 17319 17319 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418655591 28904845312 7187 33554432000 4194304 4196468 140721524470688 140378349066992 140380221016706 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17332] ppid=17319 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17332/stat : 17332 (java) S 17319 17319 16596 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418655591 28904845312 7187 33554432000 4194304 4196468 140721524470688 140378348013216 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17333] ppid=17319 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17333/stat : 17333 (java) S 17319 17319 16596 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418655591 28904845312 7187 33554432000 4194304 4196468 140721524470688 140378346960112 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17334] ppid=17319 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17334/stat : 17334 (java) S 17319 17319 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418655594 28904845312 7187 33554432000 4194304 4196468 140721524470688 140378345908688 140380221024155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17335] ppid=17319 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17335/stat : 17335 (java) S 17319 17319 16596 0 -1 1077944384 321 0 0 0 0 0 0 0 20 0 20 0 418655594 28904845312 7187 33554432000 4194304 4196468 140721524470688 140378344855792 140380221016706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17336] ppid=17319 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17336/stat : 17336 (java) S 17319 17319 16596 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 20 0 418655594 28904845312 7187 33554432000 4194304 4196468 140721524470688 140378343803248 140380221016706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17337] ppid=17319 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17337/stat : 17337 (java) S 17319 17319 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418655594 28904845312 7187 33554432000 4194304 4196468 140721524470688 140378342750192 140380221016706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17338] ppid=17319 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/17321/task/17338/stat : 17338 (java) R 17319 17319 16596 0 -1 4202560 341 0 0 0 1 0 0 0 20 0 20 0 418655594 28904845312 7187 33554432000 4194304 4196468 140721524470688 140378341697648 140380200963744 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17339] ppid=17319 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17339/stat : 17339 (java) S 17319 17319 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418655594 28904845312 7187 33554432000 4194304 4196468 140721524470688 140378340645856 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17340] ppid=17319 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/17321/task/17340/stat : 17340 (java) S 17319 17319 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418655595 28904845312 7187 33554432000 4194304 4196468 140721524470688 140378339593392 140380221016706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30200 KiB

[startup+0.210395 s]*
/proc/loadavg: 7.54 7.94 7.84 2/211 17340
/proc/meminfo: memFree=26813680/32770624 swapFree=66957016/67108860
[pid=17319] ppid=17316 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/17319/stat : 17319 (xcsp3-exec) S 17316 17319 16596 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418655588 115843072 363 33554432000 4194304 5098028 140730989355120 140730989353224 140631098016380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16711680 140730989359989 140730989360233 140730989360233 140730989363146 0
/proc/17319/statm: 28282 363 304 221 0 87 0
[pid=17321] ppid=17319 vsize=28227388 memory=41272 CPUtime=0.34 cores=0-7
/proc/17321/stat : 17321 (java) S 17319 17319 16596 0 -1 1077944320 9515 0 0 0 31 3 0 0 20 0 20 0 418655588 28904845312 10318 33554432000 4194304 4196468 140721524470688 140721524453232 140380221005559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
/proc/17321/statm: 7056847 10318 3305 1 0 7019032 0
[pid=17321/tid=17322] ppid=17319 vsize=28227388 memory=0 CPUtime=0.2 cores=0-7
/proc/17321/task/17322/stat : 17322 (java) R 17319 17319 16596 0 -1 4202560 6622 0 0 0 18 2 0 0 20 0 20 0 418655588 28904845312 10318 33554432000 4194304 4196468 140721524470688 140380225235280 140379815037651 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17323] ppid=17319 vsize=28227388 memory=280785878611704 CPUtime=0 cores=0-7
/proc/17321/task/17323/stat : 17323 (java) S 17319 17319 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418655589 28904845312 10318 33554432000 4194304 4196468 140721524470688 140380140858384 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17324] ppid=17319 vsize=28227388 memory=140392994272896 CPUtime=0 cores=0-7
/proc/17321/task/17324/stat : 17324 (java) S 17319 17319 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418655589 28904845312 10318 33554432000 4194304 4196468 140721524470688 140380139805840 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17325] ppid=17319 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17325/stat : 17325 (java) S 17319 17319 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418655589 28904845312 10318 33554432000 4194304 4196468 140721524470688 140380138752784 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17326] ppid=17319 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17326/stat : 17326 (java) S 17319 17319 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418655589 28904845312 10318 33554432000 4194304 4196468 140721524470688 140380137700240 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17327] ppid=17319 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17327/stat : 17327 (java) S 17319 17319 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418655589 28904845312 10318 33554432000 4194304 4196468 140721524470688 140380136647184 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17328] ppid=17319 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/17321/task/17328/stat : 17328 (java) S 17319 17319 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418655589 28904845312 10318 33554432000 4194304 4196468 140721524470688 140380135594640 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17329] ppid=17319 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17329/stat : 17329 (java) S 17319 17319 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418655589 28904845312 10318 33554432000 4194304 4196468 140721524470688 140379765725456 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17330] ppid=17319 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17330/stat : 17330 (java) S 17319 17319 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418655589 28904845312 10318 33554432000 4194304 4196468 140721524470688 140379764672912 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17331] ppid=17319 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17331/stat : 17331 (java) S 17319 17319 16596 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418655591 28904845312 10318 33554432000 4194304 4196468 140721524470688 140378349066992 140380221016706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17332] ppid=17319 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17332/stat : 17332 (java) S 17319 17319 16596 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418655591 28904845312 10318 33554432000 4194304 4196468 140721524470688 140378348013216 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17333] ppid=17319 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17333/stat : 17333 (java) S 17319 17319 16596 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418655591 28904845312 10318 33554432000 4194304 4196468 140721524470688 140378346960112 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17334] ppid=17319 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17334/stat : 17334 (java) S 17319 17319 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418655594 28904845312 10318 33554432000 4194304 4196468 140721524470688 140378345908688 140380221024155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17335] ppid=17319 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17335/stat : 17335 (java) S 17319 17319 16596 0 -1 1077944384 332 0 0 0 0 0 0 0 20 0 20 0 418655594 28904845312 10318 33554432000 4194304 4196468 140721524470688 140378344855792 140380221016706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17336] ppid=17319 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/17321/task/17336/stat : 17336 (java) S 17319 17319 16596 0 -1 1077944384 212 0 0 0 1 0 0 0 20 0 20 0 418655594 28904845312 10318 33554432000 4194304 4196468 140721524470688 140378343803248 140380221016706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17337] ppid=17319 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/17321/task/17337/stat : 17337 (java) S 17319 17319 16596 0 -1 1077944384 284 0 0 0 2 0 0 0 20 0 20 0 418655594 28904845312 10318 33554432000 4194304 4196468 140721524470688 140378342750192 140380221016706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17338] ppid=17319 vsize=28227388 memory=0 CPUtime=0.07 cores=0-7
/proc/17321/task/17338/stat : 17338 (java) R 17319 17319 16596 0 -1 4202560 752 0 0 0 7 0 0 0 20 0 20 0 418655594 28904845312 10318 33554432000 4194304 4196468 140721524470688 140378341697648 140380221017494 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17339] ppid=17319 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17339/stat : 17339 (java) S 17319 17319 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418655594 28904845312 10318 33554432000 4194304 4196468 140721524470688 140378340645856 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17340] ppid=17319 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/17321/task/17340/stat : 17340 (java) S 17319 17319 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418655595 28904845312 10318 33554432000 4194304 4196468 140721524470688 140378339593392 140380221016706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42724 KiB

[startup+0.309681 s]*
/proc/loadavg: 7.54 7.94 7.84 5/211 17340
/proc/meminfo: memFree=26805976/32770624 swapFree=66957016/67108860
[pid=17319] ppid=17316 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/17319/stat : 17319 (xcsp3-exec) S 17316 17319 16596 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418655588 115843072 363 33554432000 4194304 5098028 140730989355120 140730989353224 140631098016380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16711680 140730989359989 140730989360233 140730989360233 140730989363146 0
/proc/17319/statm: 28282 363 304 221 0 87 0
[pid=17321] ppid=17319 vsize=28231644 memory=49876 CPUtime=0.52 cores=0-7
/proc/17321/stat : 17321 (java) S 17319 17319 16596 0 -1 1077944320 10878 0 0 0 49 3 0 0 20 0 20 0 418655588 28909203456 12469 33554432000 4194304 4196468 140721524470688 140721524453232 140380221005559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
/proc/17321/statm: 7057911 12469 3360 1 0 7019032 0
[pid=17321/tid=17322] ppid=17319 vsize=28231644 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/17321/task/17322/stat : 17322 (java) R 17319 17319 16596 0 -1 4202560 7758 0 0 0 28 2 0 0 20 0 20 0 418655588 28909203456 12498 33554432000 4194304 4196468 140721524470688 140380225236672 140380221027485 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17323] ppid=17319 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17323/stat : 17323 (java) S 17319 17319 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418655589 28909203456 12498 33554432000 4194304 4196468 140721524470688 140380140858384 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17324] ppid=17319 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17324/stat : 17324 (java) S 17319 17319 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418655589 28909203456 12498 33554432000 4194304 4196468 140721524470688 140380139805840 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17325] ppid=17319 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17325/stat : 17325 (java) S 17319 17319 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418655589 28909203456 12498 33554432000 4194304 4196468 140721524470688 140380138752784 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17326] ppid=17319 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17326/stat : 17326 (java) S 17319 17319 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418655589 28909203456 12498 33554432000 4194304 4196468 140721524470688 140380137700240 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17327] ppid=17319 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/17321/task/17327/stat : 17327 (java) S 17319 17319 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418655589 28909203456 12498 33554432000 4194304 4196468 140721524470688 140380136647184 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17328] ppid=17319 vsize=28231644 memory=140392884433839 CPUtime=0 cores=0-7
/proc/17321/task/17328/stat : 17328 (java) S 17319 17319 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418655589 28909203456 12498 33554432000 4194304 4196468 140721524470688 140380135594640 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17329] ppid=17319 vsize=28231644 memory=140392884436144 CPUtime=0 cores=0-7
/proc/17321/task/17329/stat : 17329 (java) S 17319 17319 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418655589 28909203456 12498 33554432000 4194304 4196468 140721524470688 140379765725456 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17330] ppid=17319 vsize=28231644 memory=140392884438448 CPUtime=0 cores=0-7
/proc/17321/task/17330/stat : 17330 (java) S 17319 17319 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418655589 28909203456 12498 33554432000 4194304 4196468 140721524470688 140379764672912 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17331] ppid=17319 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17331/stat : 17331 (java) S 17319 17319 16596 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418655591 28909203456 12498 33554432000 4194304 4196468 140721524470688 140378349066992 140380221016706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17332] ppid=17319 vsize=28231644 memory=280785768883856 CPUtime=0 cores=0-7
/proc/17321/task/17332/stat : 17332 (java) S 17319 17319 16596 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418655591 28909203456 12498 33554432000 4194304 4196468 140721524470688 140378348013216 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17333] ppid=17319 vsize=28231644 memory=280785768890768 CPUtime=0 cores=0-7
/proc/17321/task/17333/stat : 17333 (java) S 17319 17319 16596 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418655591 28909203456 12498 33554432000 4194304 4196468 140721524470688 140378346960112 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17334] ppid=17319 vsize=28231644 memory=280785768832048 CPUtime=0 cores=0-7
/proc/17321/task/17334/stat : 17334 (java) S 17319 17319 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418655594 28909203456 12498 33554432000 4194304 4196468 140721524470688 140378345908688 140380221024155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17335] ppid=17319 vsize=28231644 memory=280785768904592 CPUtime=0.01 cores=0-7
/proc/17321/task/17335/stat : 17335 (java) S 17319 17319 16596 0 -1 1077944384 359 0 0 0 1 0 0 0 20 0 20 0 418655594 28909203456 12498 33554432000 4194304 4196468 140721524470688 140378344855792 140380221016706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17336] ppid=17319 vsize=28231644 memory=280785768911504 CPUtime=0.02 cores=0-7
/proc/17321/task/17336/stat : 17336 (java) S 17319 17319 16596 0 -1 1077944384 222 0 0 0 2 0 0 0 20 0 20 0 418655594 28909203456 12498 33554432000 4194304 4196468 140721524470688 140378343803248 140380221016706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17337] ppid=17319 vsize=28231644 memory=280785768909200 CPUtime=0.04 cores=0-7
/proc/17321/task/17337/stat : 17337 (java) R 17319 17319 16596 0 -1 4202560 385 0 0 0 4 0 0 0 20 0 20 0 418655594 28909203456 12498 33554432000 4194304 4196468 140721524470688 140378342740576 140380200698659 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17338] ppid=17319 vsize=28231644 memory=280785768925360 CPUtime=0.12 cores=0-7
/proc/17321/task/17338/stat : 17338 (java) S 17319 17319 16596 0 -1 1077944384 845 0 0 0 12 0 0 0 20 0 20 0 418655594 28909203456 12498 33554432000 4194304 4196468 140721524470688 140378341697648 140380221016706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17339] ppid=17319 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17339/stat : 17339 (java) S 17319 17319 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418655594 28909203456 12498 33554432000 4194304 4196468 140721524470688 140378340645856 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17340] ppid=17319 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/17321/task/17340/stat : 17340 (java) S 17319 17319 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418655595 28909203456 12498 33554432000 4194304 4196468 140721524470688 140378339593392 140380221016706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51328 KiB

[startup+0.701069 s]
/proc/loadavg: 7.54 7.94 7.84 6/211 17340
/proc/meminfo: memFree=26785440/32770624 swapFree=66957016/67108860
[pid=17319] ppid=17316 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/17319/stat : 17319 (xcsp3-exec) S 17316 17319 16596 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418655588 115843072 363 33554432000 4194304 5098028 140730989355120 140730989353224 140631098016380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16711680 140730989359989 140730989360233 140730989360233 140730989363146 0
/proc/17319/statm: 28282 363 304 221 0 87 0
[pid=17321] ppid=17319 vsize=28233768 memory=91768 CPUtime=1.91 cores=0-7
/proc/17321/stat : 17321 (java) S 17319 17319 16596 0 -1 1077944320 16540 0 0 0 186 5 0 0 20 0 20 0 418655588 28911378432 22942 33554432000 4194304 4196468 140721524470688 140721524453232 140380221005559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
/proc/17321/statm: 7058442 22942 3452 1 0 7019544 0
[pid=17321/tid=17322] ppid=17319 vsize=28233768 memory=280785769220224 CPUtime=0.67 cores=0-7
/proc/17321/task/17322/stat : 17322 (java) R 17319 17319 16596 0 -1 4202560 9042 0 0 0 64 3 0 0 20 0 20 0 418655588 28911378432 22942 33554432000 4194304 4196468 140721524470688 140380225238688 140379819210691 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17323] ppid=17319 vsize=28233768 memory=5050881541256 CPUtime=0 cores=0-7
/proc/17321/task/17323/stat : 17323 (java) S 17319 17319 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418655589 28911378432 22942 33554432000 4194304 4196468 140721524470688 140380140858384 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17324] ppid=17319 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17324/stat : 17324 (java) S 17319 17319 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418655589 28911378432 22942 33554432000 4194304 4196468 140721524470688 140380139805840 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17325] ppid=17319 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17325/stat : 17325 (java) S 17319 17319 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418655589 28911378432 22942 33554432000 4194304 4196468 140721524470688 140380138752784 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0

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

Current children cumulated vsize: 28346896 KiB
Current children cumulated memory: 93220 KiB

[startup+1.50103 s]
/proc/loadavg: 7.54 7.94 7.84 5/211 17340
/proc/meminfo: memFree=26713840/32770624 swapFree=66957016/67108860
[pid=17319] ppid=17316 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/17319/stat : 17319 (xcsp3-exec) S 17316 17319 16596 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418655588 115843072 363 33554432000 4194304 5098028 140730989355120 140730989353224 140631098016380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16711680 140730989359989 140730989360233 140730989360233 140730989363146 0
/proc/17319/statm: 28282 363 304 221 0 87 0
[pid=17321] ppid=17319 vsize=28235816 memory=225652 CPUtime=5.24 cores=0-7
/proc/17321/stat : 17321 (java) S 17319 17319 16596 0 -1 1077944320 25353 0 0 0 510 14 0 0 20 0 20 0 418655588 28913475584 56413 33554432000 4194304 4196468 140721524470688 140721524453232 140380221005559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
/proc/17321/statm: 7058954 56413 3485 1 0 7020056 0
[pid=17321/tid=17322] ppid=17319 vsize=28235816 memory=7380385388137112419 CPUtime=1.45 cores=0-7
/proc/17321/task/17322/stat : 17322 (java) R 17319 17319 16596 0 -1 4202560 9901 0 0 0 141 4 0 0 20 0 20 0 418655588 28913475584 56413 33554432000 4194304 4196468 140721524470688 140380225240816 140379821664996 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17323] ppid=17319 vsize=28235816 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17323/stat : 17323 (java) S 17319 17319 16596 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 20 0 418655589 28913475584 56413 33554432000 4194304 4196468 140721524470688 140380140858384 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17324] ppid=17319 vsize=28235816 memory=276 CPUtime=0 cores=0-7
/proc/17321/task/17324/stat : 17324 (java) S 17319 17319 16596 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 418655589 28913475584 56413 33554432000 4194304 4196468 140721524470688 140380139805840 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17325] ppid=17319 vsize=28235816 memory=87 CPUtime=0 cores=0-7
/proc/17321/task/17325/stat : 17325 (java) S 17319 17319 16596 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 418655589 28913475584 56413 33554432000 4194304 4196468 140721524470688 140380138752784 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17326] ppid=17319 vsize=28235816 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17326/stat : 17326 (java) S 17319 17319 16596 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418655589 28913475584 56413 33554432000 4194304 4196468 140721524470688 140380137700240 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17327] ppid=17319 vsize=28235816 memory=8028676333680759155 CPUtime=0.01 cores=0-7
/proc/17321/task/17327/stat : 17327 (java) S 17319 17319 16596 0 -1 1077944384 40 0 0 0 1 0 0 0 20 0 20 0 418655589 28913475584 56413 33554432000 4194304 4196468 140721524470688 140380136647184 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17328] ppid=17319 vsize=28235816 memory=8475934422144292502 CPUtime=0.01 cores=0-7
/proc/17321/task/17328/stat : 17328 (java) S 17319 17319 16596 0 -1 1077944384 31 0 0 0 1 0 0 0 20 0 20 0 418655589 28913475584 56413 33554432000 4194304 4196468 140721524470688 140380135594640 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17329] ppid=17319 vsize=28235816 memory=-6876588452865875872 CPUtime=0 cores=0-7
/proc/17321/task/17329/stat : 17329 (java) S 17319 17319 16596 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 20 0 418655589 28913475584 56413 33554432000 4194304 4196468 140721524470688 140379765725456 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17330] ppid=17319 vsize=28235816 memory=-3775572685057999774 CPUtime=0 cores=0-7
/proc/17321/task/17330/stat : 17330 (java) S 17319 17319 16596 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 418655589 28913475584 56413 33554432000 4194304 4196468 140721524470688 140379764672912 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17331] ppid=17319 vsize=28235816 memory=6944613755479294112 CPUtime=0 cores=0-7
/proc/17321/task/17331/stat : 17331 (java) S 17319 17319 16596 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 20 0 418655591 28913475584 56413 33554432000 4194304 4196468 140721524470688 140378349066992 140380221016706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17332] ppid=17319 vsize=28235816 memory=3512 CPUtime=0 cores=0-7
/proc/17321/task/17332/stat : 17332 (java) S 17319 17319 16596 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 418655591 28913475584 56413 33554432000 4194304 4196468 140721524470688 140378348013216 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17333] ppid=17319 vsize=28235816 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17333/stat : 17333 (java) S 17319 17319 16596 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 418655591 28913475584 56413 33554432000 4194304 4196468 140721524470688 140378346960112 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17334] ppid=17319 vsize=28235816 memory=140392884660864 CPUtime=0 cores=0-7
/proc/17321/task/17334/stat : 17334 (java) S 17319 17319 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418655594 28913475584 56413 33554432000 4194304 4196468 140721524470688 140378345908688 140380221024155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17335] ppid=17319 vsize=28235816 memory=140392884660960 CPUtime=1.01 cores=0-7
/proc/17321/task/17335/stat : 17335 (java) R 17319 17319 16596 0 -1 4202560 3752 0 0 0 100 1 0 0 20 0 20 0 418655594 28913475584 56413 33554432000 4194304 4196468 140721524470688 140378344855792 140380200251449 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17336] ppid=17319 vsize=28235816 memory=140392884661056 CPUtime=0.99 cores=0-7
/proc/17321/task/17336/stat : 17336 (java) R 17319 17319 16596 0 -1 4202560 2983 0 0 0 98 1 0 0 20 0 20 0 418655594 28913475584 56413 33554432000 4194304 4196468 140721524470688 140378343785184 140380204911725 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17337] ppid=17319 vsize=28235816 memory=140392884661152 CPUtime=0.99 cores=0-7
/proc/17321/task/17337/stat : 17337 (java) R 17319 17319 16596 0 -1 4202560 3600 0 0 0 99 0 0 0 20 0 20 0 418655594 28913475584 56413 33554432000 4194304 4196468 140721524470688 140378342736272 140380198553313 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17338] ppid=17319 vsize=28235816 memory=140392884661248 CPUtime=0.63 cores=0-7
/proc/17321/task/17338/stat : 17338 (java) S 17319 17319 16596 0 -1 1077944384 3444 0 0 0 62 1 0 0 20 0 20 0 418655594 28913475584 56413 33554432000 4194304 4196468 140721524470688 140378341697648 140380221016706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17339] ppid=17319 vsize=28235816 memory=0 CPUtime=0 cores=0-7
/proc/17321/task/17339/stat : 17339 (java) S 17319 17319 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418655594 28913475584 56413 33554432000 4194304 4196468 140721524470688 140378340645856 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17340] ppid=17319 vsize=28235816 memory=4420 CPUtime=0 cores=0-7
/proc/17321/task/17340/stat : 17340 (java) S 17319 17319 16596 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 418655595 28913475584 56413 33554432000 4194304 4196468 140721524470688 140378339593392 140380221016706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
Current children cumulated CPU time: 5.24 s
Current children cumulated vsize: 28348944 KiB
Current children cumulated memory: 227104 KiB

[startup+3.11096 s]
/proc/loadavg: 7.26 7.87 7.82 13/219 17748
/proc/meminfo: memFree=26391500/32770624 swapFree=66957016/67108860
[pid=17319] ppid=17316 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/17319/stat : 17319 (xcsp3-exec) S 17316 17319 16596 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418655588 115843072 363 33554432000 4194304 5098028 140730989355120 140730989353224 140631098016380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16711680 140730989359989 140730989360233 140730989360233 140730989363146 0
/proc/17319/statm: 28282 363 304 221 0 87 0
[pid=17321] ppid=17319 vsize=28769356 memory=465084 CPUtime=13.32 cores=0-7
/proc/17321/stat : 17321 (java) S 17319 17319 16596 0 -1 1077944320 37048 0 0 0 1278 54 0 0 20 0 19 0 418655588 29459820544 116271 33554432000 4194304 4196468 140721524470688 140721524453232 140380221005559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
/proc/17321/statm: 7192339 116271 3535 1 0 7153441 0
[pid=17321/tid=17322] ppid=17319 vsize=28769356 memory=140392884433633 CPUtime=1.89 cores=0-7
/proc/17321/task/17322/stat : 17322 (java) S 17319 17319 16596 0 -1 1077944384 10665 0 0 0 184 5 0 0 20 0 19 0 418655588 29459820544 116271 33554432000 4194304 4196468 140721524470688 140380225248400 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17323] ppid=17319 vsize=28769356 memory=0 CPUtime=0.1 cores=0-7
/proc/17321/task/17323/stat : 17323 (java) S 17319 17319 16596 0 -1 1077944384 155 0 0 0 6 4 0 0 20 0 19 0 418655589 29459820544 116271 33554432000 4194304 4196468 140721524470688 140380140858384 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17324] ppid=17319 vsize=28769356 memory=4211821575541792640 CPUtime=0.1 cores=0-7
/proc/17321/task/17324/stat : 17324 (java) S 17319 17319 16596 0 -1 1077944384 200 0 0 0 6 4 0 0 20 0 19 0 418655589 29459820544 116271 33554432000 4194304 4196468 140721524470688 140380139805840 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17325] ppid=17319 vsize=28769356 memory=280785769293264 CPUtime=0.08 cores=0-7
/proc/17321/task/17325/stat : 17325 (java) S 17319 17319 16596 0 -1 1077944384 61 0 0 0 5 3 0 0 20 0 19 0 418655589 29459820544 116271 33554432000 4194304 4196468 140721524470688 140380138752784 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17326] ppid=17319 vsize=28769356 memory=1781404796673 CPUtime=0.08 cores=0-7
/proc/17321/task/17326/stat : 17326 (java) S 17319 17319 16596 0 -1 1077944384 171 0 0 0 5 3 0 0 20 0 19 0 418655589 29459820544 116271 33554432000 4194304 4196468 140721524470688 140380137700240 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17327] ppid=17319 vsize=28769356 memory=1837239371521 CPUtime=0.1 cores=0-7
/proc/17321/task/17327/stat : 17327 (java) S 17319 17319 16596 0 -1 1077944384 131 0 0 0 6 4 0 0 20 0 19 0 418655589 29459820544 116271 33554432000 4194304 4196468 140721524470688 140380136647184 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17328] ppid=17319 vsize=28769356 memory=1863009175041 CPUtime=0.09 cores=0-7
/proc/17321/task/17328/stat : 17328 (java) S 17319 17319 16596 0 -1 1077944384 161 0 0 0 6 3 0 0 20 0 19 0 418655589 29459820544 116271 33554432000 4194304 4196468 140721524470688 140380135594640 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17329] ppid=17319 vsize=28769356 memory=2352635446785 CPUtime=0.11 cores=0-7
/proc/17321/task/17329/stat : 17329 (java) S 17319 17319 16596 0 -1 1077944384 180 0 0 0 6 5 0 0 20 0 19 0 418655589 29459820544 116271 33554432000 4194304 4196468 140721524470688 140379765725456 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17330] ppid=17319 vsize=28769356 memory=2425649890561 CPUtime=0.11 cores=0-7
/proc/17321/task/17330/stat : 17330 (java) S 17319 17319 16596 0 -1 1077944384 127 0 0 0 6 5 0 0 20 0 19 0 418655589 29459820544 116271 33554432000 4194304 4196468 140721524470688 140379764672912 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17331] ppid=17319 vsize=28769356 memory=56 CPUtime=0.01 cores=0-7
/proc/17321/task/17331/stat : 17331 (java) S 17319 17319 16596 0 -1 1077944384 326 0 0 0 1 0 0 0 20 0 19 0 418655591 29459820544 116271 33554432000 4194304 4196468 140721524470688 140378349067200 140380221016706 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17332] ppid=17319 vsize=28769356 memory=9174 CPUtime=0 cores=0-7
/proc/17321/task/17332/stat : 17332 (java) S 17319 17319 16596 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 418655591 29459820544 116271 33554432000 4194304 4196468 140721524470688 140378348013280 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17333] ppid=17319 vsize=28769356 memory=22747 CPUtime=0 cores=0-7
/proc/17321/task/17333/stat : 17333 (java) S 17319 17319 16596 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 19 0 418655591 29459820544 116271 33554432000 4194304 4196468 140721524470688 140378346960128 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17334] ppid=17319 vsize=28769356 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/17321/task/17334/stat : 17334 (java) S 17319 17319 16596 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 418655594 29459820544 116271 33554432000 4194304 4196468 140721524470688 140378345908336 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17335] ppid=17319 vsize=28769356 memory=0 CPUtime=1.98 cores=0-7
/proc/17321/task/17335/stat : 17335 (java) S 17319 17319 16596 0 -1 1077944384 4098 0 0 0 196 2 0 0 20 0 19 0 418655594 29459820544 116271 33554432000 4194304 4196468 140721524470688 140378344840304 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17336] ppid=17319 vsize=28769356 memory=0 CPUtime=1.97 cores=0-7
/proc/17321/task/17336/stat : 17336 (java) S 17319 17319 16596 0 -1 1077944384 3786 0 0 0 196 1 0 0 20 0 19 0 418655594 29459820544 116271 33554432000 4194304 4196468 140721524470688 140378343787760 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17337] ppid=17319 vsize=28769356 memory=1560 CPUtime=1.91 cores=0-7
/proc/17321/task/17337/stat : 17337 (java) S 17319 17319 16596 0 -1 1077944384 4189 0 0 0 191 0 0 0 20 0 19 0 418655594 29459820544 116271 33554432000 4194304 4196468 140721524470688 140378342730592 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17338] ppid=17319 vsize=28769356 memory=4008 CPUtime=0.99 cores=0-7
/proc/17321/task/17338/stat : 17338 (java) S 17319 17319 16596 0 -1 1077944384 4176 0 0 0 98 1 0 0 20 0 19 0 418655594 29459820544 116271 33554432000 4194304 4196468 140721524470688 140378341697648 140380221016706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17339] ppid=17319 vsize=28769356 memory=1096 CPUtime=0 cores=0-7
/proc/17321/task/17339/stat : 17339 (java) S 17319 17319 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 418655594 29459820544 116271 33554432000 4194304 4196468 140721524470688 140378340645856 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
Current children cumulated CPU time: 13.32 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 466536 KiB

[startup+3.12515 s]
# the end of solver process 17319 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=12.7857 s, system=0.559962 s

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

[startup+3.11096 s]
/proc/loadavg: 7.26 7.87 7.82 13/219 17748
/proc/meminfo: memFree=26391500/32770624 swapFree=66957016/67108860
[pid=17319] ppid=17316 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/17319/stat : 17319 (xcsp3-exec) S 17316 17319 16596 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418655588 115843072 363 33554432000 4194304 5098028 140730989355120 140730989353224 140631098016380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16711680 140730989359989 140730989360233 140730989360233 140730989363146 0
/proc/17319/statm: 28282 363 304 221 0 87 0
[pid=17321] ppid=17319 vsize=28769356 memory=465084 CPUtime=13.32 cores=0-7
/proc/17321/stat : 17321 (java) S 17319 17319 16596 0 -1 1077944320 37048 0 0 0 1278 54 0 0 20 0 19 0 418655588 29459820544 116271 33554432000 4194304 4196468 140721524470688 140721524453232 140380221005559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
/proc/17321/statm: 7192339 116271 3535 1 0 7153441 0
[pid=17321/tid=17322] ppid=17319 vsize=28769356 memory=140392884433633 CPUtime=1.89 cores=0-7
/proc/17321/task/17322/stat : 17322 (java) S 17319 17319 16596 0 -1 1077944384 10665 0 0 0 184 5 0 0 20 0 19 0 418655588 29459820544 116271 33554432000 4194304 4196468 140721524470688 140380225248400 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17323] ppid=17319 vsize=28769356 memory=0 CPUtime=0.1 cores=0-7
/proc/17321/task/17323/stat : 17323 (java) S 17319 17319 16596 0 -1 1077944384 155 0 0 0 6 4 0 0 20 0 19 0 418655589 29459820544 116271 33554432000 4194304 4196468 140721524470688 140380140858384 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17324] ppid=17319 vsize=28769356 memory=4211821575541792640 CPUtime=0.1 cores=0-7
/proc/17321/task/17324/stat : 17324 (java) S 17319 17319 16596 0 -1 1077944384 200 0 0 0 6 4 0 0 20 0 19 0 418655589 29459820544 116271 33554432000 4194304 4196468 140721524470688 140380139805840 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17325] ppid=17319 vsize=28769356 memory=280785769293264 CPUtime=0.08 cores=0-7
/proc/17321/task/17325/stat : 17325 (java) S 17319 17319 16596 0 -1 1077944384 61 0 0 0 5 3 0 0 20 0 19 0 418655589 29459820544 116271 33554432000 4194304 4196468 140721524470688 140380138752784 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17326] ppid=17319 vsize=28769356 memory=1781404796673 CPUtime=0.08 cores=0-7
/proc/17321/task/17326/stat : 17326 (java) S 17319 17319 16596 0 -1 1077944384 171 0 0 0 5 3 0 0 20 0 19 0 418655589 29459820544 116271 33554432000 4194304 4196468 140721524470688 140380137700240 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17327] ppid=17319 vsize=28769356 memory=1837239371521 CPUtime=0.1 cores=0-7
/proc/17321/task/17327/stat : 17327 (java) S 17319 17319 16596 0 -1 1077944384 131 0 0 0 6 4 0 0 20 0 19 0 418655589 29459820544 116271 33554432000 4194304 4196468 140721524470688 140380136647184 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17328] ppid=17319 vsize=28769356 memory=1863009175041 CPUtime=0.09 cores=0-7
/proc/17321/task/17328/stat : 17328 (java) S 17319 17319 16596 0 -1 1077944384 161 0 0 0 6 3 0 0 20 0 19 0 418655589 29459820544 116271 33554432000 4194304 4196468 140721524470688 140380135594640 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17329] ppid=17319 vsize=28769356 memory=2352635446785 CPUtime=0.11 cores=0-7
/proc/17321/task/17329/stat : 17329 (java) S 17319 17319 16596 0 -1 1077944384 180 0 0 0 6 5 0 0 20 0 19 0 418655589 29459820544 116271 33554432000 4194304 4196468 140721524470688 140379765725456 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17330] ppid=17319 vsize=28769356 memory=2425649890561 CPUtime=0.11 cores=0-7
/proc/17321/task/17330/stat : 17330 (java) S 17319 17319 16596 0 -1 1077944384 127 0 0 0 6 5 0 0 20 0 19 0 418655589 29459820544 116271 33554432000 4194304 4196468 140721524470688 140379764672912 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17331] ppid=17319 vsize=28769356 memory=56 CPUtime=0.01 cores=0-7
/proc/17321/task/17331/stat : 17331 (java) S 17319 17319 16596 0 -1 1077944384 326 0 0 0 1 0 0 0 20 0 19 0 418655591 29459820544 116271 33554432000 4194304 4196468 140721524470688 140378349067200 140380221016706 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17332] ppid=17319 vsize=28769356 memory=9174 CPUtime=0 cores=0-7
/proc/17321/task/17332/stat : 17332 (java) S 17319 17319 16596 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 418655591 29459820544 116271 33554432000 4194304 4196468 140721524470688 140378348013280 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17333] ppid=17319 vsize=28769356 memory=22747 CPUtime=0 cores=0-7
/proc/17321/task/17333/stat : 17333 (java) S 17319 17319 16596 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 19 0 418655591 29459820544 116271 33554432000 4194304 4196468 140721524470688 140378346960128 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17334] ppid=17319 vsize=28769356 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/17321/task/17334/stat : 17334 (java) S 17319 17319 16596 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 418655594 29459820544 116271 33554432000 4194304 4196468 140721524470688 140378345908336 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17335] ppid=17319 vsize=28769356 memory=0 CPUtime=1.98 cores=0-7
/proc/17321/task/17335/stat : 17335 (java) S 17319 17319 16596 0 -1 1077944384 4098 0 0 0 196 2 0 0 20 0 19 0 418655594 29459820544 116271 33554432000 4194304 4196468 140721524470688 140378344840304 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17336] ppid=17319 vsize=28769356 memory=0 CPUtime=1.97 cores=0-7
/proc/17321/task/17336/stat : 17336 (java) S 17319 17319 16596 0 -1 1077944384 3786 0 0 0 196 1 0 0 20 0 19 0 418655594 29459820544 116271 33554432000 4194304 4196468 140721524470688 140378343787760 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17337] ppid=17319 vsize=28769356 memory=1560 CPUtime=1.91 cores=0-7
/proc/17321/task/17337/stat : 17337 (java) S 17319 17319 16596 0 -1 1077944384 4189 0 0 0 191 0 0 0 20 0 19 0 418655594 29459820544 116271 33554432000 4194304 4196468 140721524470688 140378342730592 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17338] ppid=17319 vsize=28769356 memory=4008 CPUtime=0.99 cores=0-7
/proc/17321/task/17338/stat : 17338 (java) S 17319 17319 16596 0 -1 1077944384 4176 0 0 0 98 1 0 0 20 0 19 0 418655594 29459820544 116271 33554432000 4194304 4196468 140721524470688 140378341697648 140380221016706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
[pid=17321/tid=17339] ppid=17319 vsize=28769356 memory=1096 CPUtime=0 cores=0-7
/proc/17321/task/17339/stat : 17339 (java) S 17319 17319 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 418655594 29459820544 116271 33554432000 4194304 4196468 140721524470688 140378340645856 140380221015765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36786176 140721524478954 140721524479126 140721524479126 140721524481999 0
Current children cumulated CPU time: 13.32 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 466536 KiB

Child status: 0
Real time (s): 3.12519
CPU time (s): 13.3456
CPU user time (s): 12.7857
CPU system time (s): 0.559962
CPU usage (%): 427.035
Max. virtual memory (cumulated for all children) (KiB): 28882484
Max. memory (cumulated for all children) (KiB): 466536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.7857
system time used= 0.559962
maximum resident set size= 465988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37660
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7096
involuntary context switches= 149


# summary of solver processes directly reported to runsolver:
#   pid: 17319
#   total CPU time (s): 13.3456
#   total CPU user time (s): 12.7857
#   total CPU system time (s): 0.559962

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.055758 second user time and 0.071994 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-14 04:16:14
IDJOB=4394465
IDBENCH=126828
IDSOLVER=2843
FILE ID=node147/4394465-1568427417
RUNJOBID= node147-1568427292-16623
PBS_JOBID= 21702296
Free space on /tmp= 58880 MiB

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

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

MD5SUM BENCH= 1a3f146023047dfa4a3d56734d0c92f1
RANDOM SEED=1035062932

node147.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26845192 kB
MemAvailable:   31812756 kB
Buffers:          188076 kB
Cached:          5006344 kB
SwapCached:        48496 kB
Active:          2034076 kB
Inactive:        3212616 kB
Active(anon):       4052 kB
Inactive(anon):    89344 kB
Active(file):    2030024 kB
Inactive(file):  3123272 kB
Unevictable:      107760 kB
Mlocked:          107760 kB
SwapTotal:      67108860 kB
SwapFree:       66957016 kB
Dirty:             25824 kB
Writeback:             0 kB
AnonPages:        112980 kB
Mapped:            44556 kB
Shmem:             32768 kB
Slab:             271936 kB
SReclaimable:     242728 kB
SUnreclaim:        29208 kB
KernelStack:        3424 kB
PageTables:         5228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497596 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:      120192 kB
DirectMap2M:    33425408 kB

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