Trace number 4394463

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 parallelOPT326 416.808 56.2237

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-9.xml
MD5SUMb1b903d633c720775ef1eb29649a113f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark326
Best CPU time to get the best result obtained on this benchmark36.6984
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size426
Distribution of domain sizes[{"size":5,"count":50},{"size":426,"count":55}]
Minimum variable degree2
Maximum variable degree6
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":50},{"degree":6,"count":25}]
Minimum constraint arity1
Maximum constraint arity7
Distribution of constraint arities[{"arity":1,"count":5},{"arity":2,"count":25},{"arity":3,"count":25},{"arity":5,"count":10},{"arity":7,"count":25}]
Number of extensional constraints25
Number of intensional constraints30
Distribution of constraint types[{"type":"extension","count":25},{"type":"intension","count":30},{"type":"allDifferent","count":5},{"type":"noOverlap","count":5},{"type":"element","count":25}]
Optimization problemYES
Type of objectivemin MAXIMUM

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-4394463-1568418627.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.19	c [HOME/instance-4394463-1568418627.xml, -tl, 20160s, -p, 8]
0.33/0.23	c 8 solvers in parallel
0.33/0.29	c parse instance...
1.56/0.78	c solve instance...
1.98/0.90	o 423 
2.60/0.92	o 417 
3.13/1.06	o 414 
3.65/1.13	o 402 
4.31/1.23	o 398 
4.31/1.30	o 396 
5.02/1.32	o 385 
5.02/1.34	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (131/188)
5.02/1.34		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
5.02/1.34		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
5.02/1.34		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
5.02/1.34		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
5.02/1.34		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
5.02/1.34	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (131/188)
5.02/1.34		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
5.02/1.34		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
5.02/1.34		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
5.02/1.34		at org.chocosolver.solver.Solver.repair(Solver.java:443)
5.02/1.34		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
5.02/1.34		at org.chocosolver.solver.Solver.solve(Solver.java:262)
5.02/1.34		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
5.02/1.34		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
5.02/1.34		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
5.02/1.34		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
5.02/1.34		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
5.02/1.34		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
5.02/1.34		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
5.02/1.34		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
5.02/1.34		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
5.02/1.34		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
5.02/1.34	o 383 
6.47/1.51	o 379 
6.47/1.52	o 360 
7.81/1.70	o 354 
8.64/1.90	o 349 
9.81/2.08	o 346 
11.33/2.26	o 338 
15.12/2.74	o 337 
34.46/5.85	o 336 
34.95/6.05	o 335 
39.36/6.67	o 334 
42.41/7.15	o 333 
50.00/8.11	o 330 
59.67/9.77	o 326 
416.77/56.20	s OPTIMUM FOUND
416.77/56.20	v <instantiation>
416.77/56.20	v 	<list>s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] e[0] e[1] e[2] e[3] e[4] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4] </list>
416.77/56.20	v 	<values>14 107 206 223 282 0 14 127 183 223 0 53 104 183 281 0 49 163 231 282 0 53 130 206 231 318 322 326 312 322 90 87 17 59 36 14 93 56 32 99 44 40 59 97 45 49 81 67 50 30 53 74 76 25 91 0 2 3 4 1 0 2 1 4 3 3 4 0 1 2 1 3 0 2 4 4 1 3 2 0 14 282 107 206 223 0 127 14 223 183 104 183 281 0 53 163 0 231 49 282 231 53 206 130 0 </values>
416.77/56.20	v </instantiation>

Verifier Data

OK	326

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394463-1568418627/watcher-4394463-1568418627 -o /tmp/evaluation-result-4394463-1568418627/solver-4394463-1568418627 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1568416726-24393 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1078332659 HOME/instance-4394463-1568418627.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=26129, runsolver pid=26126
Current StackSize limit: 8192 KiB


[startup+0.100846 s]*
/proc/loadavg: 7.03 6.51 3.97 3/214 26150
/proc/meminfo: memFree=30242848/32770624 swapFree=66916604/67108860
[pid=26129] ppid=26126 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26129/stat : 26129 (xcsp3-exec) S 26126 26129 24366 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418113278 115843072 363 33554432000 4194304 5098028 140733361258480 140733361256584 140671711867516 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22372352 140733361263477 140733361263721 140733361263721 140733361266634 0
/proc/26129/statm: 28282 363 304 221 0 87 0
[pid=26131] ppid=26129 vsize=28227388 memory=29936 CPUtime=0.12 cores=0-7
/proc/26131/stat : 26131 (java) S 26129 26129 24366 0 -1 1077944320 5897 0 0 0 11 1 0 0 20 0 20 0 418113278 28904845312 7484 33554432000 4194304 4196468 140721788756880 140721788739424 139794519957239 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
/proc/26131/statm: 7056847 7484 3142 1 0 7019032 0
[pid=26131/tid=26132] ppid=26129 vsize=28227388 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/26131/task/26132/stat : 26132 (java) R 26129 26129 24366 0 -1 4202560 3791 0 0 0 8 0 0 0 20 0 20 0 418113278 28904845312 7484 33554432000 4194304 4196468 140721788756880 139794524193664 139794519969174 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26133] ppid=26129 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/26131/task/26133/stat : 26133 (java) S 26129 26129 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113279 28904845312 7484 33554432000 4194304 4196468 140721788756880 139794476509968 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26134] ppid=26129 vsize=28227388 memory=140498774300288 CPUtime=0 cores=0-7
/proc/26131/task/26134/stat : 26134 (java) S 26129 26129 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113279 28904845312 7484 33554432000 4194304 4196468 140721788756880 139794069969808 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26135] ppid=26129 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26131/task/26135/stat : 26135 (java) S 26129 26129 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113279 28904845312 7484 33554432000 4194304 4196468 140721788756880 139794068917264 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26136] ppid=26129 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26131/task/26136/stat : 26136 (java) S 26129 26129 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113279 28904845312 7484 33554432000 4194304 4196468 140721788756880 139794067864720 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26137] ppid=26129 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26131/task/26137/stat : 26137 (java) S 26129 26129 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113279 28904845312 7484 33554432000 4194304 4196468 140721788756880 139794066811152 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26138] ppid=26129 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26131/task/26138/stat : 26138 (java) S 26129 26129 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113279 28904845312 7484 33554432000 4194304 4196468 140721788756880 139794065758608 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26139] ppid=26129 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26131/task/26139/stat : 26139 (java) S 26129 26129 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418113279 28904845312 7484 33554432000 4194304 4196468 140721788756880 139794064706064 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26140] ppid=26129 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26131/task/26140/stat : 26140 (java) S 26129 26129 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418113279 28904845312 7484 33554432000 4194304 4196468 140721788756880 139794063653520 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26141] ppid=26129 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26131/task/26141/stat : 26141 (java) S 26129 26129 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418113281 28904845312 7484 33554432000 4194304 4196468 140721788756880 139792849754608 139794519968386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26142] ppid=26129 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26131/task/26142/stat : 26142 (java) S 26129 26129 24366 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418113281 28904845312 7484 33554432000 4194304 4196468 140721788756880 139792848700832 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26143] ppid=26129 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26131/task/26143/stat : 26143 (java) S 26129 26129 24366 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418113281 28904845312 7484 33554432000 4194304 4196468 140721788756880 139792847648240 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26144] ppid=26129 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26131/task/26144/stat : 26144 (java) S 26129 26129 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113284 28904845312 7484 33554432000 4194304 4196468 140721788756880 139792846596816 139794519975835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26145] ppid=26129 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26131/task/26145/stat : 26145 (java) S 26129 26129 24366 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 20 0 418113284 28904845312 7484 33554432000 4194304 4196468 140721788756880 139792845543408 139794519968386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26146] ppid=26129 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26131/task/26146/stat : 26146 (java) S 26129 26129 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418113284 28904845312 7484 33554432000 4194304 4196468 140721788756880 139792844490864 139794519968386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26147] ppid=26129 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26131/task/26147/stat : 26147 (java) S 26129 26129 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113284 28904845312 7484 33554432000 4194304 4196468 140721788756880 139792843438320 139794519968386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26148] ppid=26129 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/26131/task/26148/stat : 26148 (java) S 26129 26129 24366 0 -1 1077944384 368 0 0 0 2 0 0 0 20 0 20 0 418113284 28904845312 7484 33554432000 4194304 4196468 140721788756880 139792842385776 139794519968386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26149] ppid=26129 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26131/task/26149/stat : 26149 (java) S 26129 26129 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418113284 28904845312 7484 33554432000 4194304 4196468 140721788756880 139792841333472 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26150] ppid=26129 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26131/task/26150/stat : 26150 (java) S 26129 26129 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113284 28904845312 7484 33554432000 4194304 4196468 140721788756880 139792840281008 139794519968386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31388 KiB

[startup+0.210473 s]*
/proc/loadavg: 7.03 6.51 3.97 3/214 26150
/proc/meminfo: memFree=30218496/32770624 swapFree=66916604/67108860
[pid=26129] ppid=26126 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26129/stat : 26129 (xcsp3-exec) S 26126 26129 24366 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418113278 115843072 363 33554432000 4194304 5098028 140733361258480 140733361256584 140671711867516 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22372352 140733361263477 140733361263721 140733361263721 140733361266634 0
/proc/26129/statm: 28282 363 304 221 0 87 0
[pid=26131] ppid=26129 vsize=28227388 memory=40572 CPUtime=0.33 cores=0-7
/proc/26131/stat : 26131 (java) S 26129 26129 24366 0 -1 1077944320 9372 0 0 0 30 3 0 0 20 0 20 0 418113278 28904845312 10143 33554432000 4194304 4196468 140721788756880 140721788739424 139794519957239 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
/proc/26131/statm: 7056847 10143 3303 1 0 7019032 0
[pid=26131/tid=26132] ppid=26129 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/26131/task/26132/stat : 26132 (java) R 26129 26129 24366 0 -1 4202560 6616 0 0 0 18 2 0 0 20 0 20 0 418113278 28904845312 10143 33554432000 4194304 4196468 140721788756880 139794524189152 139794519969174 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26133] ppid=26129 vsize=28227388 memory=342 CPUtime=0 cores=0-7
/proc/26131/task/26133/stat : 26133 (java) S 26129 26129 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113279 28904845312 10143 33554432000 4194304 4196468 140721788756880 139794476509968 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26134] ppid=26129 vsize=28227388 memory=140498774323425 CPUtime=0 cores=0-7
/proc/26131/task/26134/stat : 26134 (java) S 26129 26129 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113279 28904845312 10143 33554432000 4194304 4196468 140721788756880 139794069969808 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26135] ppid=26129 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26131/task/26135/stat : 26135 (java) S 26129 26129 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113279 28904845312 10143 33554432000 4194304 4196468 140721788756880 139794068917264 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26136] ppid=26129 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26131/task/26136/stat : 26136 (java) S 26129 26129 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113279 28904845312 10143 33554432000 4194304 4196468 140721788756880 139794067864720 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26137] ppid=26129 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26131/task/26137/stat : 26137 (java) S 26129 26129 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113279 28904845312 10143 33554432000 4194304 4196468 140721788756880 139794066811152 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26138] ppid=26129 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26131/task/26138/stat : 26138 (java) S 26129 26129 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113279 28904845312 10143 33554432000 4194304 4196468 140721788756880 139794065758608 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26139] ppid=26129 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26131/task/26139/stat : 26139 (java) S 26129 26129 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418113279 28904845312 10143 33554432000 4194304 4196468 140721788756880 139794064706064 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26140] ppid=26129 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26131/task/26140/stat : 26140 (java) S 26129 26129 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418113279 28904845312 10143 33554432000 4194304 4196468 140721788756880 139794063653520 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26141] ppid=26129 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26131/task/26141/stat : 26141 (java) S 26129 26129 24366 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418113281 28904845312 10143 33554432000 4194304 4196468 140721788756880 139792849754608 139794519968386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26142] ppid=26129 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26131/task/26142/stat : 26142 (java) S 26129 26129 24366 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418113281 28904845312 10143 33554432000 4194304 4196468 140721788756880 139792848700832 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26143] ppid=26129 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26131/task/26143/stat : 26143 (java) S 26129 26129 24366 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418113281 28904845312 10143 33554432000 4194304 4196468 140721788756880 139792847648240 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26144] ppid=26129 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26131/task/26144/stat : 26144 (java) S 26129 26129 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113284 28904845312 10143 33554432000 4194304 4196468 140721788756880 139792846596816 139794519975835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26145] ppid=26129 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/26131/task/26145/stat : 26145 (java) S 26129 26129 24366 0 -1 1077944384 550 0 0 0 1 0 0 0 20 0 20 0 418113284 28904845312 10143 33554432000 4194304 4196468 140721788756880 139792845543408 139794519968386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26146] ppid=26129 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/26131/task/26146/stat : 26146 (java) S 26129 26129 24366 0 -1 1077944384 37 0 0 0 1 0 0 0 20 0 20 0 418113284 28904845312 10143 33554432000 4194304 4196468 140721788756880 139792844490864 139794519968386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26147] ppid=26129 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/26131/task/26147/stat : 26147 (java) S 26129 26129 24366 0 -1 1077944384 84 0 0 0 1 0 0 0 20 0 20 0 418113284 28904845312 10143 33554432000 4194304 4196468 140721788756880 139792843438320 139794519968386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26148] ppid=26129 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/26131/task/26148/stat : 26148 (java) R 26129 26129 24366 0 -1 4202560 774 0 0 0 7 0 0 0 20 0 20 0 418113284 28904845312 10143 33554432000 4194304 4196468 140721788756880 139792842379664 139794505647881 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26149] ppid=26129 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26131/task/26149/stat : 26149 (java) S 26129 26129 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418113284 28904845312 10143 33554432000 4194304 4196468 140721788756880 139792841333472 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26150] ppid=26129 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26131/task/26150/stat : 26150 (java) S 26129 26129 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113284 28904845312 10143 33554432000 4194304 4196468 140721788756880 139792840281008 139794519968386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42024 KiB

[startup+0.621863 s]*
/proc/loadavg: 7.03 6.51 3.97 4/214 26150
/proc/meminfo: memFree=30202972/32770624 swapFree=66916604/67108860
[pid=26129] ppid=26126 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26129/stat : 26129 (xcsp3-exec) S 26126 26129 24366 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418113278 115843072 363 33554432000 4194304 5098028 140733361258480 140733361256584 140671711867516 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22372352 140733361263477 140733361263721 140733361263721 140733361266634 0
/proc/26129/statm: 28282 363 304 221 0 87 0
[pid=26131] ppid=26129 vsize=28233768 memory=71864 CPUtime=1.26 cores=0-7
/proc/26131/stat : 26131 (java) S 26129 26129 24366 0 -1 1077944320 14250 0 0 0 120 6 0 0 20 0 20 0 418113278 28911378432 17966 33554432000 4194304 4196468 140721788756880 140721788739424 139794519957239 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
/proc/26131/statm: 7058442 17966 3447 1 0 7019544 0
[pid=26131/tid=26132] ppid=26129 vsize=28233768 memory=6791534058613427641 CPUtime=0.6 cores=0-7
/proc/26131/task/26132/stat : 26132 (java) R 26129 26129 24366 0 -1 4202560 9375 0 0 0 56 4 0 0 20 0 20 0 418113278 28911378432 17966 33554432000 4194304 4196468 140721788756880 139794524193344 139794519979165 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26133] ppid=26129 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/26131/task/26133/stat : 26133 (java) S 26129 26129 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113279 28911378432 17966 33554432000 4194304 4196468 140721788756880 139794476509968 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26134] ppid=26129 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/26131/task/26134/stat : 26134 (java) S 26129 26129 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113279 28911378432 17966 33554432000 4194304 4196468 140721788756880 139794069969808 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26135] ppid=26129 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/26131/task/26135/stat : 26135 (java) S 26129 26129 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113279 28911378432 17966 33554432000 4194304 4196468 140721788756880 139794068917264 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26136] ppid=26129 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/26131/task/26136/stat : 26136 (java) S 26129 26129 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113279 28911378432 17966 33554432000 4194304 4196468 140721788756880 139794067864720 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26137] ppid=26129 vsize=28233768 memory=2244 CPUtime=0 cores=0-7
/proc/26131/task/26137/stat : 26137 (java) S 26129 26129 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113279 28911378432 17966 33554432000 4194304 4196468 140721788756880 139794066811152 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26138] ppid=26129 vsize=28233768 memory=140498648003503 CPUtime=0 cores=0-7
/proc/26131/task/26138/stat : 26138 (java) S 26129 26129 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113279 28911378432 17966 33554432000 4194304 4196468 140721788756880 139794065758608 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26139] ppid=26129 vsize=28233768 memory=140498648005808 CPUtime=0 cores=0-7
/proc/26131/task/26139/stat : 26139 (java) S 26129 26129 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418113279 28911378432 17966 33554432000 4194304 4196468 140721788756880 139794064706064 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26140] ppid=26129 vsize=28233768 memory=140498648008112 CPUtime=0 cores=0-7
/proc/26131/task/26140/stat : 26140 (java) S 26129 26129 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418113279 28911378432 17966 33554432000 4194304 4196468 140721788756880 139794063653520 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26141] ppid=26129 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/26131/task/26141/stat : 26141 (java) S 26129 26129 24366 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418113281 28911378432 17966 33554432000 4194304 4196468 140721788756880 139792849754608 139794519968386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26142] ppid=26129 vsize=28233768 memory=280997296023184 CPUtime=0 cores=0-7
/proc/26131/task/26142/stat : 26142 (java) S 26129 26129 24366 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418113281 28911378432 17966 33554432000 4194304 4196468 140721788756880 139792848700832 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26143] ppid=26129 vsize=28233768 memory=280997296030096 CPUtime=0 cores=0-7
/proc/26131/task/26143/stat : 26143 (java) S 26129 26129 24366 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418113281 28911378432 17966 33554432000 4194304 4196468 140721788756880 139792847648240 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26144] ppid=26129 vsize=28233768 memory=280997295971248 CPUtime=0 cores=0-7
/proc/26131/task/26144/stat : 26144 (java) S 26129 26129 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113284 28911378432 17966 33554432000 4194304 4196468 140721788756880 139792846596816 139794519975835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26145] ppid=26129 vsize=28233768 memory=280997296043920 CPUtime=0.07 cores=0-7
/proc/26131/task/26145/stat : 26145 (java) S 26129 26129 24366 0 -1 1077944384 649 0 0 0 7 0 0 0 20 0 20 0 418113284 28911378432 17966 33554432000 4194304 4196468 140721788756880 139792845543408 139794519968386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26146] ppid=26129 vsize=28233768 memory=280997296050832 CPUtime=0.09 cores=0-7
/proc/26131/task/26146/stat : 26146 (java) S 26129 26129 24366 0 -1 1077944384 551 0 0 0 9 0 0 0 20 0 20 0 418113284 28911378432 17966 33554432000 4194304 4196468 140721788756880 139792844490864 139794519968386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26147] ppid=26129 vsize=28233768 memory=280997296048528 CPUtime=0.14 cores=0-7
/proc/26131/task/26147/stat : 26147 (java) S 26129 26129 24366 0 -1 1077944384 664 0 0 0 14 0 0 0 20 0 20 0 418113284 28911378432 17966 33554432000 4194304 4196468 140721788756880 139792843438320 139794519968386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26148] ppid=26129 vsize=28233768 memory=280997296064688 CPUtime=0.32 cores=0-7
/proc/26131/task/26148/stat : 26148 (java) R 26129 26129 24366 0 -1 4202560 1702 0 0 0 32 0 0 0 20 0 20 0 418113284 28911378432 17966 33554432000 4194304 4196468 140721788756880 139792842385904 139794498916951 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26149] ppid=26129 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/26131/task/26149/stat : 26149 (java) S 26129 26129 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418113284 28911378432 17966 33554432000 4194304 4196468 140721788756880 139792841333472 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26150] ppid=26129 vsize=28233768 memory=-1 CPUtime=0 cores=0-7
/proc/26131/task/26150/stat : 26150 (java) S 26129 26129 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113284 28911378432 17966 33554432000 4194304 4196468 140721788756880 139792840281008 139794519968386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 28346896 KiB
Current children cumulated memory: 73316 KiB

[startup+0.710467 s]*
/proc/loadavg: 7.03 6.51 3.97 4/214 26150
/proc/meminfo: memFree=30195932/32770624 swapFree=66916604/67108860
[pid=26129] ppid=26126 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26129/stat : 26129 (xcsp3-exec) S 26126 26129 24366 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418113278 115843072 363 33554432000 4194304 5098028 140733361258480 140733361256584 140671711867516 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22372352 140733361263477 140733361263721 140733361263721 140733361266634 0
/proc/26129/statm: 28282 363 304 221 0 87 0
[pid=26131] ppid=26129 vsize=28233768 memory=81512 CPUtime=1.56 cores=0-7
/proc/26131/stat : 26131 (java) S 26129 26129 24366 0 -1 1077944320 14556 0 0 0 149 7 0 0 20 0 20 0 418113278 28911378432 20378 33554432000 4194304 4196468 140721788756880 140721788739424 139794519957239 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
/proc/26131/statm: 7058442 20378 3451 1 0 7019544 0
[pid=26131/tid=26132] ppid=26129 vsize=28233768 memory=8318255677412212789 CPUtime=0.69 cores=0-7
/proc/26131/task/26132/stat : 26132 (java) R 26129 26129 24366 0 -1 4202560 9402 0 0 0 65 4 0 0 20 0 20 0 418113278 28911378432 20378 33554432000 4194304 4196468 140721788756880 139794524195376 139794519969174 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26133] ppid=26129 vsize=28233768 memory=288230609019732336 CPUtime=0 cores=0-7
/proc/26131/task/26133/stat : 26133 (java) S 26129 26129 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113279 28911378432 20378 33554432000 4194304 4196468 140721788756880 139794476509968 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26134] ppid=26129 vsize=28233768 memory=140498774323525 CPUtime=0 cores=0-7
/proc/26131/task/26134/stat : 26134 (java) S 26129 26129 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113279 28911378432 20378 33554432000 4194304 4196468 140721788756880 139794069969808 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26135] ppid=26129 vsize=28233768 memory=-1 CPUtime=0 cores=0-7
/proc/26131/task/26135/stat : 26135 (java) S 26129 26129 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113279 28911378432 20378 33554432000 4194304 4196468 140721788756880 139794068917264 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0

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

[pid=26131/tid=26148] ppid=26129 vsize=28769356 memory=12036 CPUtime=1.31 cores=0-7
/proc/26131/task/26148/stat : 26148 (java) S 26129 26129 24366 0 -1 1077944384 10953 0 0 0 128 3 0 0 20 0 28 0 418113284 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792842385776 139794519968386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26149] ppid=26129 vsize=28769356 memory=2116 CPUtime=0 cores=0-7
/proc/26131/task/26149/stat : 26149 (java) S 26129 26129 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418113284 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792841333472 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26150] ppid=26129 vsize=28769356 memory=500 CPUtime=0.02 cores=0-7
/proc/26131/task/26150/stat : 26150 (java) S 26129 26129 24366 0 -1 1077944384 1413 0 0 0 1 1 0 0 20 0 28 0 418113284 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792840281008 139794519968386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26319] ppid=26129 vsize=28769356 memory=1556 CPUtime=44.14 cores=0-7
/proc/26131/task/26319/stat : 26319 (java) S 26129 26129 24366 0 -1 1077944384 1268 0 0 0 4413 1 0 0 20 0 28 0 418114256 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792824766512 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26320] ppid=26129 vsize=28769356 memory=928 CPUtime=43.43 cores=0-7
/proc/26131/task/26320/stat : 26320 (java) S 26129 26129 24366 0 -1 1077944384 929 0 0 0 4343 0 0 0 20 0 28 0 418114256 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792821610064 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26321] ppid=26129 vsize=28769356 memory=1460 CPUtime=43.57 cores=0-7
/proc/26131/task/26321/stat : 26321 (java) S 26129 26129 24366 0 -1 1077944384 6344 0 0 0 4351 6 0 0 20 0 28 0 418114256 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792826872528 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26322] ppid=26129 vsize=28769356 memory=916 CPUtime=44.16 cores=0-7
/proc/26131/task/26322/stat : 26322 (java) S 26129 26129 24366 0 -1 1077944384 2782 0 0 0 4411 5 0 0 20 0 28 0 418114256 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792825819984 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26323] ppid=26129 vsize=28769356 memory=1444 CPUtime=43.92 cores=0-7
/proc/26131/task/26323/stat : 26323 (java) S 26129 26129 24366 0 -1 1077944384 1634 0 0 0 4390 2 0 0 20 0 28 0 418114256 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792820556752 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26324] ppid=26129 vsize=28769356 memory=1984 CPUtime=45.25 cores=0-7
/proc/26131/task/26324/stat : 26324 (java) R 26129 26129 24366 0 -1 4202560 473 0 0 0 4525 0 0 0 20 0 28 0 418114256 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792827920248 139794167661725 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26325] ppid=26129 vsize=28769356 memory=2528 CPUtime=44.3 cores=0-7
/proc/26131/task/26325/stat : 26325 (java) S 26129 26129 24366 0 -1 1077944384 693 0 0 0 4430 0 0 0 20 0 28 0 418114256 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792823715024 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26326] ppid=26129 vsize=28769356 memory=1764 CPUtime=44 cores=0-7
/proc/26131/task/26326/stat : 26326 (java) S 26129 26129 24366 0 -1 1077944384 1292 0 0 0 4399 1 0 0 20 0 28 0 418114256 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792822662480 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
Current children cumulated CPU time: 416.47 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 724760 KiB

[startup+56.1011 s]
/proc/loadavg: 8.10 6.89 4.25 2/224 26338
/proc/meminfo: memFree=29551848/32770624 swapFree=66916604/67108860
[pid=26129] ppid=26126 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26129/stat : 26129 (xcsp3-exec) S 26126 26129 24366 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418113278 115843072 363 33554432000 4194304 5098028 140733361258480 140733361256584 140671711867516 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22372352 140733361263477 140733361263721 140733361263721 140733361266634 0
/proc/26129/statm: 28282 363 304 221 0 87 0
[pid=26131] ppid=26129 vsize=28769356 memory=723308 CPUtime=416.67 cores=0-7
/proc/26131/stat : 26131 (java) S 26129 26129 24366 0 -1 1077944320 120575 0 0 0 41576 91 0 0 20 0 28 0 418113278 29459820544 180827 33554432000 4194304 4196468 140721788756880 140721788739424 139794519957239 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
/proc/26131/statm: 7192339 180827 3544 1 0 7153441 0
[pid=26131/tid=26132] ppid=26129 vsize=28769356 memory=1640 CPUtime=0.8 cores=0-7
/proc/26131/task/26132/stat : 26132 (java) S 26129 26129 24366 0 -1 1077944384 9882 0 0 0 75 5 0 0 20 0 28 0 418113278 29459820544 180827 33554432000 4194304 4196468 140721788756880 139794524198016 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26133] ppid=26129 vsize=28769356 memory=1804 CPUtime=0.3 cores=0-7
/proc/26131/task/26133/stat : 26133 (java) S 26129 26129 24366 0 -1 1077944384 1109 0 0 0 25 5 0 0 20 0 28 0 418113279 29459820544 180827 33554432000 4194304 4196468 140721788756880 139794476509968 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26134] ppid=26129 vsize=28769356 memory=916 CPUtime=0.32 cores=0-7
/proc/26131/task/26134/stat : 26134 (java) S 26129 26129 24366 0 -1 1077944384 2565 0 0 0 27 5 0 0 20 0 28 0 418113279 29459820544 180827 33554432000 4194304 4196468 140721788756880 139794069969808 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26135] ppid=26129 vsize=28769356 memory=4204 CPUtime=0.31 cores=0-7
/proc/26131/task/26135/stat : 26135 (java) S 26129 26129 24366 0 -1 1077944384 1538 0 0 0 27 4 0 0 20 0 28 0 418113279 29459820544 180827 33554432000 4194304 4196468 140721788756880 139794068917264 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26136] ppid=26129 vsize=28769356 memory=4104 CPUtime=0.3 cores=0-7
/proc/26131/task/26136/stat : 26136 (java) S 26129 26129 24366 0 -1 1077944384 1342 0 0 0 26 4 0 0 20 0 28 0 418113279 29459820544 180827 33554432000 4194304 4196468 140721788756880 139794067864720 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26137] ppid=26129 vsize=28769356 memory=1412 CPUtime=0.31 cores=0-7
/proc/26131/task/26137/stat : 26137 (java) S 26129 26129 24366 0 -1 1077944384 1689 0 0 0 27 4 0 0 20 0 28 0 418113279 29459820544 180827 33554432000 4194304 4196468 140721788756880 139794066811152 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26138] ppid=26129 vsize=28769356 memory=3496 CPUtime=0.32 cores=0-7
/proc/26131/task/26138/stat : 26138 (java) S 26129 26129 24366 0 -1 1077944384 1272 0 0 0 28 4 0 0 20 0 28 0 418113279 29459820544 180827 33554432000 4194304 4196468 140721788756880 139794065758608 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26139] ppid=26129 vsize=28769356 memory=1452 CPUtime=0.31 cores=0-7
/proc/26131/task/26139/stat : 26139 (java) S 26129 26129 24366 0 -1 1077944384 1171 0 0 0 26 5 0 0 20 0 28 0 418113279 29459820544 180827 33554432000 4194304 4196468 140721788756880 139794064706064 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26140] ppid=26129 vsize=28769356 memory=723308 CPUtime=0.31 cores=0-7
/proc/26131/task/26140/stat : 26140 (java) S 26129 26129 24366 0 -1 1077944384 1068 0 0 0 26 5 0 0 20 0 28 0 418113279 29459820544 180827 33554432000 4194304 4196468 140721788756880 139794063653520 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26141] ppid=26129 vsize=28769356 memory=6791534058613427641 CPUtime=0.06 cores=0-7
/proc/26131/task/26141/stat : 26141 (java) S 26129 26129 24366 0 -1 1077944384 2949 0 0 0 4 2 0 0 20 0 28 0 418113281 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792849754608 139794519968386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26142] ppid=26129 vsize=28769356 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/26131/task/26142/stat : 26142 (java) S 26129 26129 24366 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 418113281 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792848700896 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26143] ppid=26129 vsize=28769356 memory=4104 CPUtime=0 cores=0-7
/proc/26131/task/26143/stat : 26143 (java) S 26129 26129 24366 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 418113281 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792847648256 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26144] ppid=26129 vsize=28769356 memory=1412 CPUtime=0 cores=0-7
/proc/26131/task/26144/stat : 26144 (java) S 26129 26129 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418113284 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792846596816 139794519975835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26145] ppid=26129 vsize=28769356 memory=3496 CPUtime=4.48 cores=0-7
/proc/26131/task/26145/stat : 26145 (java) S 26129 26129 24366 0 -1 1077944384 23501 0 0 0 444 4 0 0 20 0 28 0 418113284 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792845543408 139794519968386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26146] ppid=26129 vsize=28769356 memory=1452 CPUtime=4.41 cores=0-7
/proc/26131/task/26146/stat : 26146 (java) S 26129 26129 24366 0 -1 1077944384 16868 0 0 0 437 4 0 0 20 0 28 0 418113284 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792844490864 139794519968386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26147] ppid=26129 vsize=28769356 memory=723308 CPUtime=4.49 cores=0-7
/proc/26131/task/26147/stat : 26147 (java) S 26129 26129 24366 0 -1 1077944384 20633 0 0 0 444 5 0 0 20 0 28 0 418113284 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792843438320 139794519968386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26148] ppid=26129 vsize=28769356 memory=6791534058613427641 CPUtime=1.31 cores=0-7
/proc/26131/task/26148/stat : 26148 (java) S 26129 26129 24366 0 -1 1077944384 10953 0 0 0 128 3 0 0 20 0 28 0 418113284 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792842385776 139794519968386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26149] ppid=26129 vsize=28769356 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/26131/task/26149/stat : 26149 (java) S 26129 26129 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418113284 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792841333472 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26150] ppid=26129 vsize=28769356 memory=1552 CPUtime=0.02 cores=0-7
/proc/26131/task/26150/stat : 26150 (java) S 26129 26129 24366 0 -1 1077944384 1413 0 0 0 1 1 0 0 20 0 28 0 418113284 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792840281008 139794519968386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26319] ppid=26129 vsize=28769356 memory=0 CPUtime=44.14 cores=0-7
/proc/26131/task/26319/stat : 26319 (java) S 26129 26129 24366 0 -1 1077944384 1268 0 0 0 4413 1 0 0 20 0 28 0 418114256 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792824766512 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26320] ppid=26129 vsize=28769356 memory=0 CPUtime=43.43 cores=0-7
/proc/26131/task/26320/stat : 26320 (java) S 26129 26129 24366 0 -1 1077944384 929 0 0 0 4343 0 0 0 20 0 28 0 418114256 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792821610064 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26321] ppid=26129 vsize=28769356 memory=0 CPUtime=43.57 cores=0-7
/proc/26131/task/26321/stat : 26321 (java) S 26129 26129 24366 0 -1 1077944384 6344 0 0 0 4351 6 0 0 20 0 28 0 418114256 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792826872528 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26322] ppid=26129 vsize=28769356 memory=0 CPUtime=44.16 cores=0-7
/proc/26131/task/26322/stat : 26322 (java) S 26129 26129 24366 0 -1 1077944384 2782 0 0 0 4411 5 0 0 20 0 28 0 418114256 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792825819984 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26323] ppid=26129 vsize=28769356 memory=0 CPUtime=43.92 cores=0-7
/proc/26131/task/26323/stat : 26323 (java) S 26129 26129 24366 0 -1 1077944384 1634 0 0 0 4390 2 0 0 20 0 28 0 418114256 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792820556752 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26324] ppid=26129 vsize=28769356 memory=0 CPUtime=45.45 cores=0-7
/proc/26131/task/26324/stat : 26324 (java) R 26129 26129 24366 0 -1 4202560 473 0 0 0 4545 0 0 0 20 0 28 0 418114256 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792827920248 139794167661781 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26325] ppid=26129 vsize=28769356 memory=0 CPUtime=44.3 cores=0-7
/proc/26131/task/26325/stat : 26325 (java) S 26129 26129 24366 0 -1 1077944384 693 0 0 0 4430 0 0 0 20 0 28 0 418114256 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792823715024 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26326] ppid=26129 vsize=28769356 memory=226104258383266 CPUtime=44 cores=0-7
/proc/26131/task/26326/stat : 26326 (java) S 26129 26129 24366 0 -1 1077944384 1292 0 0 0 4399 1 0 0 20 0 28 0 418114256 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792822662480 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
Current children cumulated CPU time: 416.67 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 724760 KiB

[startup+56.2012 s]
/proc/loadavg: 8.10 6.89 4.25 2/224 26338
/proc/meminfo: memFree=29551848/32770624 swapFree=66916604/67108860
[pid=26129] ppid=26126 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26129/stat : 26129 (xcsp3-exec) S 26126 26129 24366 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418113278 115843072 363 33554432000 4194304 5098028 140733361258480 140733361256584 140671711867516 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22372352 140733361263477 140733361263721 140733361263721 140733361266634 0
/proc/26129/statm: 28282 363 304 221 0 87 0
[pid=26131] ppid=26129 vsize=28769356 memory=723308 CPUtime=416.77 cores=0-7
/proc/26131/stat : 26131 (java) S 26129 26129 24366 0 -1 1077944320 120575 0 0 0 41586 91 0 0 20 0 28 0 418113278 29459820544 180827 33554432000 4194304 4196468 140721788756880 140721788739424 139794519957239 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
/proc/26131/statm: 7192339 180827 3544 1 0 7153441 0
[pid=26131/tid=26132] ppid=26129 vsize=28769356 memory=1452 CPUtime=0.8 cores=0-7
/proc/26131/task/26132/stat : 26132 (java) S 26129 26129 24366 0 -1 1077944384 9882 0 0 0 75 5 0 0 20 0 28 0 418113278 29459820544 180827 33554432000 4194304 4196468 140721788756880 139794524198016 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26133] ppid=26129 vsize=28769356 memory=723308 CPUtime=0.3 cores=0-7
/proc/26131/task/26133/stat : 26133 (java) S 26129 26129 24366 0 -1 1077944384 1109 0 0 0 25 5 0 0 20 0 28 0 418113279 29459820544 180827 33554432000 4194304 4196468 140721788756880 139794476509968 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26134] ppid=26129 vsize=28769356 memory=547272 CPUtime=0.32 cores=0-7
/proc/26131/task/26134/stat : 26134 (java) S 26129 26129 24366 0 -1 1077944384 2565 0 0 0 27 5 0 0 20 0 28 0 418113279 29459820544 180827 33554432000 4194304 4196468 140721788756880 139794069969808 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26135] ppid=26129 vsize=28769356 memory=723308 CPUtime=0.31 cores=0-7
/proc/26131/task/26135/stat : 26135 (java) S 26129 26129 24366 0 -1 1077944384 1538 0 0 0 27 4 0 0 20 0 28 0 418113279 29459820544 180827 33554432000 4194304 4196468 140721788756880 139794068917264 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26136] ppid=26129 vsize=28769356 memory=2828 CPUtime=0.3 cores=0-7
/proc/26131/task/26136/stat : 26136 (java) S 26129 26129 24366 0 -1 1077944384 1342 0 0 0 26 4 0 0 20 0 28 0 418113279 29459820544 180827 33554432000 4194304 4196468 140721788756880 139794067864720 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26137] ppid=26129 vsize=28769356 memory=0 CPUtime=0.31 cores=0-7
/proc/26131/task/26137/stat : 26137 (java) S 26129 26129 24366 0 -1 1077944384 1689 0 0 0 27 4 0 0 20 0 28 0 418113279 29459820544 180827 33554432000 4194304 4196468 140721788756880 139794066811152 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26138] ppid=26129 vsize=28769356 memory=6944656592455360604 CPUtime=0.32 cores=0-7
/proc/26131/task/26138/stat : 26138 (java) S 26129 26129 24366 0 -1 1077944384 1272 0 0 0 28 4 0 0 20 0 28 0 418113279 29459820544 180827 33554432000 4194304 4196468 140721788756880 139794065758608 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26139] ppid=26129 vsize=28769356 memory=29 CPUtime=0.31 cores=0-7
/proc/26131/task/26139/stat : 26139 (java) S 26129 26129 24366 0 -1 1077944384 1171 0 0 0 26 5 0 0 20 0 28 0 418113279 29459820544 180827 33554432000 4194304 4196468 140721788756880 139794064706064 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26140] ppid=26129 vsize=28769356 memory=5 CPUtime=0.31 cores=0-7
/proc/26131/task/26140/stat : 26140 (java) S 26129 26129 24366 0 -1 1077944384 1068 0 0 0 26 5 0 0 20 0 28 0 418113279 29459820544 180827 33554432000 4194304 4196468 140721788756880 139794063653520 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26141] ppid=26129 vsize=28769356 memory=1452 CPUtime=0.06 cores=0-7
/proc/26131/task/26141/stat : 26141 (java) S 26129 26129 24366 0 -1 1077944384 2949 0 0 0 4 2 0 0 20 0 28 0 418113281 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792849754608 139794519968386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26142] ppid=26129 vsize=28769356 memory=742420 CPUtime=0 cores=0-7
/proc/26131/task/26142/stat : 26142 (java) S 26129 26129 24366 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 418113281 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792848700896 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26143] ppid=26129 vsize=28769356 memory=20588 CPUtime=0 cores=0-7
/proc/26131/task/26143/stat : 26143 (java) S 26129 26129 24366 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 418113281 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792847648256 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26144] ppid=26129 vsize=28769356 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/26131/task/26144/stat : 26144 (java) S 26129 26129 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418113284 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792846596816 139794519975835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26145] ppid=26129 vsize=28769356 memory=6154820267226784105 CPUtime=4.48 cores=0-7
/proc/26131/task/26145/stat : 26145 (java) S 26129 26129 24366 0 -1 1077944384 23501 0 0 0 444 4 0 0 20 0 28 0 418113284 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792845543408 139794519968386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26146] ppid=26129 vsize=28769356 memory=0 CPUtime=4.41 cores=0-7
/proc/26131/task/26146/stat : 26146 (java) S 26129 26129 24366 0 -1 1077944384 16868 0 0 0 437 4 0 0 20 0 28 0 418113284 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792844490864 139794519968386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26147] ppid=26129 vsize=28769356 memory=1452 CPUtime=4.49 cores=0-7
/proc/26131/task/26147/stat : 26147 (java) S 26129 26129 24366 0 -1 1077944384 20633 0 0 0 444 5 0 0 20 0 28 0 418113284 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792843438320 139794519968386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26148] ppid=26129 vsize=28769356 memory=728736 CPUtime=1.31 cores=0-7
/proc/26131/task/26148/stat : 26148 (java) S 26129 26129 24366 0 -1 1077944384 10953 0 0 0 128 3 0 0 20 0 28 0 418113284 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792842385776 139794519968386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26149] ppid=26129 vsize=28769356 memory=1556 CPUtime=0 cores=0-7
/proc/26131/task/26149/stat : 26149 (java) S 26129 26129 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418113284 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792841333472 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26150] ppid=26129 vsize=28769356 memory=723308 CPUtime=0.02 cores=0-7
/proc/26131/task/26150/stat : 26150 (java) S 26129 26129 24366 0 -1 1077944384 1413 0 0 0 1 1 0 0 20 0 28 0 418113284 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792840281008 139794519968386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26319] ppid=26129 vsize=28769356 memory=723308 CPUtime=44.14 cores=0-7
/proc/26131/task/26319/stat : 26319 (java) S 26129 26129 24366 0 -1 1077944384 1268 0 0 0 4413 1 0 0 20 0 28 0 418114256 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792824766512 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26320] ppid=26129 vsize=28769356 memory=1452 CPUtime=43.43 cores=0-7
/proc/26131/task/26320/stat : 26320 (java) S 26129 26129 24366 0 -1 1077944384 929 0 0 0 4343 0 0 0 20 0 28 0 418114256 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792821610064 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26321] ppid=26129 vsize=28769356 memory=1452 CPUtime=43.57 cores=0-7
/proc/26131/task/26321/stat : 26321 (java) S 26129 26129 24366 0 -1 1077944384 6344 0 0 0 4351 6 0 0 20 0 28 0 418114256 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792826872528 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26322] ppid=26129 vsize=28769356 memory=1452 CPUtime=44.16 cores=0-7
/proc/26131/task/26322/stat : 26322 (java) S 26129 26129 24366 0 -1 1077944384 2782 0 0 0 4411 5 0 0 20 0 28 0 418114256 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792825819984 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26323] ppid=26129 vsize=28769356 memory=728736 CPUtime=43.92 cores=0-7
/proc/26131/task/26323/stat : 26323 (java) S 26129 26129 24366 0 -1 1077944384 1634 0 0 0 4390 2 0 0 20 0 28 0 418114256 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792820556752 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26324] ppid=26129 vsize=28769356 memory=723308 CPUtime=45.55 cores=0-7
/proc/26131/task/26324/stat : 26324 (java) R 26129 26129 24366 0 -1 4202560 473 0 0 0 4555 0 0 0 20 0 28 0 418114256 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792827920248 139794167662109 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26325] ppid=26129 vsize=28769356 memory=742420 CPUtime=44.3 cores=0-7
/proc/26131/task/26325/stat : 26325 (java) S 26129 26129 24366 0 -1 1077944384 693 0 0 0 4430 0 0 0 20 0 28 0 418114256 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792823715024 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
[pid=26131/tid=26326] ppid=26129 vsize=28769356 memory=1156 CPUtime=44 cores=0-7
/proc/26131/task/26326/stat : 26326 (java) S 26129 26129 24366 0 -1 1077944384 1292 0 0 0 4399 1 0 0 20 0 28 0 418114256 29459820544 180827 33554432000 4194304 4196468 140721788756880 139792822662480 139794519967445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18481152 140721788765162 140721788765334 140721788765334 140721788768207 0
Current children cumulated CPU time: 416.77 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 724760 KiB

Child status: 0
Real time (s): 56.2237
CPU time (s): 416.808
CPU user time (s): 415.874
CPU system time (s): 0.934022
CPU usage (%): 741.338
Max. virtual memory (cumulated for all children) (KiB): 28882484
Max. memory (cumulated for all children) (KiB): 752900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 415.874
system time used= 0.934022
maximum resident set size= 755244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121975
page faults= 0
swaps= 0
block input operations= 0
block output operations= 208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9781
involuntary context switches= 6831


# summary of solver processes directly reported to runsolver:
#   pid: 26129
#   total CPU time (s): 416.808
#   total CPU user time (s): 415.874
#   total CPU system time (s): 0.934022

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.530027 second user time and 0.680382 second system time

The end

Launcher Data

Begin job on node134 at 2019-09-14 01:49:46
IDJOB=4394463
IDBENCH=115842
IDSOLVER=2843
FILE ID=node134/4394463-1568418627
RUNJOBID= node134-1568416726-24393
PBS_JOBID= 21702257
Free space on /tmp= 59576 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-9.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-4394463-1568418627/watcher-4394463-1568418627 -o /tmp/evaluation-result-4394463-1568418627/solver-4394463-1568418627 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1568416726-24393 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1078332659 HOME/instance-4394463-1568418627.xml

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

MD5SUM BENCH= b1b903d633c720775ef1eb29649a113f
RANDOM SEED=1078332659

node134.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.76
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.76
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.76
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.76
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:        30260700 kB
MemAvailable:   31793464 kB
Buffers:          192460 kB
Cached:          1607404 kB
SwapCached:        90624 kB
Active:           495116 kB
Inactive:        1395296 kB
Active(anon):      23648 kB
Inactive(anon):   106568 kB
Active(file):     471468 kB
Inactive(file):  1288728 kB
Unevictable:      110920 kB
Mlocked:          110920 kB
SwapTotal:      67108860 kB
SwapFree:       66916604 kB
Dirty:             26032 kB
Writeback:             0 kB
AnonPages:        112196 kB
Mapped:            43864 kB
Shmem:             31048 kB
Slab:             206824 kB
SReclaimable:     176804 kB
SUnreclaim:        30020 kB
KernelStack:        3424 kB
PageTables:         5172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498024 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:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59552 MiB
End job on node134 at 2019-09-14 01:50:42