Trace number 4394457

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 parallelOPT76 1511.93 190.893

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-11.xml
MD5SUMc9ef4b7723c27fafe529968b8b9ea7d5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark76
Best CPU time to get the best result obtained on this benchmark49.4245
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size25
Distribution of domain sizes[{"size":15,"count":15},{"size":25,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","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-4394457-1568439203.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4394457-1568439203.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
1.06/0.57	c solve instance...
1.43/0.68	o 103 
1.43/0.70	o 101 
1.96/0.70	o 95 
1.96/0.72	o 94 
1.96/0.72	o 93 
1.96/0.74	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (64/68)
1.96/0.74		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1.96/0.74		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
1.96/0.74		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
1.96/0.74		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
1.96/0.74		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
1.96/0.74	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (64/68)
1.96/0.74		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
1.96/0.74		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
1.96/0.74		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
1.96/0.74		at org.chocosolver.solver.Solver.repair(Solver.java:443)
1.96/0.74		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
1.96/0.74		at org.chocosolver.solver.Solver.solve(Solver.java:262)
1.96/0.74		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
1.96/0.74		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1.96/0.74		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1.96/0.74		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1.96/0.74		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1.96/0.74		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1.96/0.74		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1.96/0.74		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1.96/0.74		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1.96/0.74		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1.96/0.74	o 86 
1.96/0.74	o 84 
1.96/0.75	o 83 
1.96/0.76	o 79 
1.96/0.76	o 78 
1.96/0.76	o 77 
2.66/0.86	o 76 
1511.38/190.86	s OPTIMUM FOUND
1511.38/190.86	v <instantiation>
1511.38/190.86	v 	<list>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] 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] </list>
1511.38/190.86	v 	<values>0 5 6 10 13 14 12 11 9 7 8 4 3 2 1 10 4 4 6 4 12 2 5 1 4 9 5 1 1 8 </values>
1511.38/190.86	v </instantiation>

Verifier Data

OK	76

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394457-1568439203/watcher-4394457-1568439203 -o /tmp/evaluation-result-4394457-1568439203/solver-4394457-1568439203 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node127-1568436642-26559 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1495232987 HOME/instance-4394457-1568439203.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=26880, runsolver pid=26877
Current StackSize limit: 8192 KiB


[startup+0.100167 s]*
/proc/loadavg: 8.15 8.28 8.22 2/211 26901
/proc/meminfo: memFree=28832496/32770624 swapFree=66998528/67108860
[pid=26880] ppid=26877 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26880/stat : 26880 (xcsp3-exec) S 26877 26880 26532 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420189177 115843072 363 33554432000 4194304 5098028 140729435520832 140729435518936 140073288675964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39419904 140729435521909 140729435522153 140729435522153 140729435525066 0
/proc/26880/statm: 28282 363 305 221 0 87 0
[pid=26882] ppid=26880 vsize=28227388 memory=27632 CPUtime=0.13 cores=0-7
/proc/26882/stat : 26882 (java) S 26880 26880 26532 0 -1 1077944320 5800 0 0 0 11 2 0 0 20 0 20 0 420189177 28904845312 6908 33554432000 4194304 4196468 140728759601264 140728759583808 139685858397943 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
/proc/26882/statm: 7056847 6908 3149 1 0 7019032 0
[pid=26882/tid=26883] ppid=26880 vsize=28227388 memory=576460756329955445 CPUtime=0.08 cores=0-7
/proc/26882/task/26883/stat : 26883 (java) R 26880 26880 26532 0 -1 4202560 3659 0 0 0 8 0 0 0 20 0 20 0 420189177 28904845312 6908 33554432000 4194304 4196468 140728759601264 139685862623904 139685858419290 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26884] ppid=26880 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26884/stat : 26884 (java) S 26880 26880 26532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420189178 28904845312 6908 33554432000 4194304 4196468 140728759601264 139685409713040 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26885] ppid=26880 vsize=28227388 memory=140213071632750 CPUtime=0 cores=0-7
/proc/26882/task/26885/stat : 26885 (java) S 26880 26880 26532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420189178 28904845312 6908 33554432000 4194304 4196468 140728759601264 139685408660240 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26886] ppid=26880 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26886/stat : 26886 (java) S 26880 26880 26532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420189178 28904845312 6908 33554432000 4194304 4196468 140728759601264 139685407607952 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26887] ppid=26880 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26887/stat : 26887 (java) S 26880 26880 26532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420189178 28904845312 6908 33554432000 4194304 4196468 140728759601264 139685406555152 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26888] ppid=26880 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26888/stat : 26888 (java) S 26880 26880 26532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420189178 28904845312 6908 33554432000 4194304 4196468 140728759601264 139685405501840 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26889] ppid=26880 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26882/task/26889/stat : 26889 (java) S 26880 26880 26532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420189178 28904845312 6908 33554432000 4194304 4196468 140728759601264 139685404449040 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26890] ppid=26880 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26890/stat : 26890 (java) S 26880 26880 26532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420189178 28904845312 6908 33554432000 4194304 4196468 140728759601264 139685403396752 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26891] ppid=26880 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26891/stat : 26891 (java) S 26880 26880 26532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420189178 28904845312 6908 33554432000 4194304 4196468 140728759601264 139685402343952 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26892] ppid=26880 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26892/stat : 26892 (java) S 26880 26880 26532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420189180 28904845312 6908 33554432000 4194304 4196468 140728759601264 139685359405680 139685858409090 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26893] ppid=26880 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26893/stat : 26893 (java) S 26880 26880 26532 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420189180 28904845312 6908 33554432000 4194304 4196468 140728759601264 139685358351648 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26894] ppid=26880 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26894/stat : 26894 (java) S 26880 26880 26532 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420189180 28904845312 6908 33554432000 4194304 4196468 140728759601264 139685357299312 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26895] ppid=26880 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26895/stat : 26895 (java) S 26880 26880 26532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420189183 28904845312 6908 33554432000 4194304 4196468 140728759601264 139685239319120 139685858416539 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26896] ppid=26880 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26896/stat : 26896 (java) S 26880 26880 26532 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 20 0 420189183 28904845312 6908 33554432000 4194304 4196468 140728759601264 139685238265968 139685858409090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26897] ppid=26880 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26897/stat : 26897 (java) S 26880 26880 26532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420189183 28904845312 6908 33554432000 4194304 4196468 140728759601264 139685237213168 139685858409090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26898] ppid=26880 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26898/stat : 26898 (java) S 26880 26880 26532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420189183 28904845312 6908 33554432000 4194304 4196468 140728759601264 139685236160880 139685858409090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26899] ppid=26880 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/26882/task/26899/stat : 26899 (java) S 26880 26880 26532 0 -1 1077944384 401 0 0 0 1 0 0 0 20 0 20 0 420189183 28904845312 6908 33554432000 4194304 4196468 140728759601264 139685235108080 139685858409090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26900] ppid=26880 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26900/stat : 26900 (java) S 26880 26880 26532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420189183 28904845312 6908 33554432000 4194304 4196468 140728759601264 139685234056032 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26901] ppid=26880 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26882/task/26901/stat : 26901 (java) S 26880 26880 26532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420189183 28904845312 6908 33554432000 4194304 4196468 140728759601264 139685233003312 139685858409090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 29084 KiB

[startup+0.210559 s]*
/proc/loadavg: 8.15 8.28 8.22 2/211 26901
/proc/meminfo: memFree=28817980/32770624 swapFree=66998528/67108860
[pid=26880] ppid=26877 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26880/stat : 26880 (xcsp3-exec) S 26877 26880 26532 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420189177 115843072 363 33554432000 4194304 5098028 140729435520832 140729435518936 140073288675964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39419904 140729435521909 140729435522153 140729435522153 140729435525066 0
/proc/26880/statm: 28282 363 305 221 0 87 0
[pid=26882] ppid=26880 vsize=28227388 memory=40032 CPUtime=0.34 cores=0-7
/proc/26882/stat : 26882 (java) S 26880 26880 26532 0 -1 1077944320 9789 0 0 0 30 4 0 0 20 0 20 0 420189177 28904845312 10008 33554432000 4194304 4196468 140728759601264 140728759583808 139685858397943 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
/proc/26882/statm: 7056847 10008 3306 1 0 7019032 0
[pid=26882/tid=26883] ppid=26880 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/26882/task/26883/stat : 26883 (java) S 26880 26880 26532 0 -1 1077944384 6704 0 0 0 18 2 0 0 20 0 20 0 420189177 28904845312 10008 33554432000 4194304 4196468 140728759601264 139685862631648 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26884] ppid=26880 vsize=28227388 memory=288230596134830447 CPUtime=0 cores=0-7
/proc/26882/task/26884/stat : 26884 (java) S 26880 26880 26532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420189178 28904845312 10008 33554432000 4194304 4196468 140728759601264 139685409713040 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26885] ppid=26880 vsize=28227388 memory=4121841189087889056 CPUtime=0 cores=0-7
/proc/26882/task/26885/stat : 26885 (java) S 26880 26880 26532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420189178 28904845312 10008 33554432000 4194304 4196468 140728759601264 139685408660240 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26886] ppid=26880 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26882/task/26886/stat : 26886 (java) S 26880 26880 26532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420189178 28904845312 10008 33554432000 4194304 4196468 140728759601264 139685407607952 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26887] ppid=26880 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26887/stat : 26887 (java) S 26880 26880 26532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420189178 28904845312 10008 33554432000 4194304 4196468 140728759601264 139685406555152 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26888] ppid=26880 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26888/stat : 26888 (java) S 26880 26880 26532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420189178 28904845312 10008 33554432000 4194304 4196468 140728759601264 139685405501840 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26889] ppid=26880 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26882/task/26889/stat : 26889 (java) S 26880 26880 26532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420189178 28904845312 10008 33554432000 4194304 4196468 140728759601264 139685404449040 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26890] ppid=26880 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26890/stat : 26890 (java) S 26880 26880 26532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420189178 28904845312 10008 33554432000 4194304 4196468 140728759601264 139685403396752 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26891] ppid=26880 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26891/stat : 26891 (java) S 26880 26880 26532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420189178 28904845312 10008 33554432000 4194304 4196468 140728759601264 139685402343952 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26892] ppid=26880 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26892/stat : 26892 (java) S 26880 26880 26532 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420189180 28904845312 10008 33554432000 4194304 4196468 140728759601264 139685359405680 139685858409090 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26893] ppid=26880 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26893/stat : 26893 (java) S 26880 26880 26532 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420189180 28904845312 10008 33554432000 4194304 4196468 140728759601264 139685358351648 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26894] ppid=26880 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26894/stat : 26894 (java) S 26880 26880 26532 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420189180 28904845312 10008 33554432000 4194304 4196468 140728759601264 139685357299312 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26895] ppid=26880 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26895/stat : 26895 (java) S 26880 26880 26532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420189183 28904845312 10008 33554432000 4194304 4196468 140728759601264 139685239319120 139685858416539 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26896] ppid=26880 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/26882/task/26896/stat : 26896 (java) S 26880 26880 26532 0 -1 1077944384 491 0 0 0 1 0 0 0 20 0 20 0 420189183 28904845312 10008 33554432000 4194304 4196468 140728759601264 139685238265968 139685858409090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26897] ppid=26880 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/26882/task/26897/stat : 26897 (java) S 26880 26880 26532 0 -1 1077944384 254 0 0 0 1 0 0 0 20 0 20 0 420189183 28904845312 10008 33554432000 4194304 4196468 140728759601264 139685237213168 139685858409090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26898] ppid=26880 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/26882/task/26898/stat : 26898 (java) S 26880 26880 26532 0 -1 1077944384 137 0 0 0 1 0 0 0 20 0 20 0 420189183 28904845312 10008 33554432000 4194304 4196468 140728759601264 139685236160880 139685858409090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26899] ppid=26880 vsize=28227388 memory=0 CPUtime=0.07 cores=0-7
/proc/26882/task/26899/stat : 26899 (java) R 26880 26880 26532 0 -1 4202560 889 0 0 0 7 0 0 0 20 0 20 0 420189183 28904845312 10008 33554432000 4194304 4196468 140728759601264 139685235108080 139685858409878 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26900] ppid=26880 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26900/stat : 26900 (java) S 26880 26880 26532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420189183 28904845312 10008 33554432000 4194304 4196468 140728759601264 139685234056032 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26901] ppid=26880 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26882/task/26901/stat : 26901 (java) S 26880 26880 26532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420189183 28904845312 10008 33554432000 4194304 4196468 140728759601264 139685233003312 139685858409090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 41484 KiB

[startup+0.311222 s]*
/proc/loadavg: 8.15 8.28 8.22 3/211 26901
/proc/meminfo: memFree=28810224/32770624 swapFree=66998528/67108860
[pid=26880] ppid=26877 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26880/stat : 26880 (xcsp3-exec) S 26877 26880 26532 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420189177 115843072 363 33554432000 4194304 5098028 140729435520832 140729435518936 140073288675964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39419904 140729435521909 140729435522153 140729435522153 140729435525066 0
/proc/26880/statm: 28282 363 305 221 0 87 0
[pid=26882] ppid=26880 vsize=28231644 memory=49592 CPUtime=0.53 cores=0-7
/proc/26882/stat : 26882 (java) S 26880 26880 26532 0 -1 1077944320 11244 0 0 0 48 5 0 0 20 0 20 0 420189177 28909203456 12398 33554432000 4194304 4196468 140728759601264 140728759583808 139685858397943 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
/proc/26882/statm: 7057911 12398 3360 1 0 7019032 0
[pid=26882/tid=26883] ppid=26880 vsize=28231644 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/26882/task/26883/stat : 26883 (java) R 26880 26880 26532 0 -1 4202560 7826 0 0 0 27 3 0 0 20 0 20 0 420189177 28909203456 12398 33554432000 4194304 4196468 140728759601264 139685862629056 139685842478430 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26884] ppid=26880 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26884/stat : 26884 (java) S 26880 26880 26532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420189178 28909203456 12398 33554432000 4194304 4196468 140728759601264 139685409713040 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26885] ppid=26880 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26885/stat : 26885 (java) S 26880 26880 26532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420189178 28909203456 12398 33554432000 4194304 4196468 140728759601264 139685408660240 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26886] ppid=26880 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26886/stat : 26886 (java) S 26880 26880 26532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420189178 28909203456 12398 33554432000 4194304 4196468 140728759601264 139685407607952 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26887] ppid=26880 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26887/stat : 26887 (java) S 26880 26880 26532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420189178 28909203456 12398 33554432000 4194304 4196468 140728759601264 139685406555152 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26888] ppid=26880 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26888/stat : 26888 (java) S 26880 26880 26532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420189178 28909203456 12398 33554432000 4194304 4196468 140728759601264 139685405501840 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26889] ppid=26880 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26889/stat : 26889 (java) S 26880 26880 26532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420189178 28909203456 12398 33554432000 4194304 4196468 140728759601264 139685404449040 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26890] ppid=26880 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26890/stat : 26890 (java) S 26880 26880 26532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420189178 28909203456 12398 33554432000 4194304 4196468 140728759601264 139685403396752 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26891] ppid=26880 vsize=28231644 memory=6872598998417432672 CPUtime=0 cores=0-7
/proc/26882/task/26891/stat : 26891 (java) S 26880 26880 26532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420189178 28909203456 12398 33554432000 4194304 4196468 140728759601264 139685402343952 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26892] ppid=26880 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26892/stat : 26892 (java) S 26880 26880 26532 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420189180 28909203456 12398 33554432000 4194304 4196468 140728759601264 139685359405680 139685858409090 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26893] ppid=26880 vsize=28231644 memory=280425931152768 CPUtime=0 cores=0-7
/proc/26882/task/26893/stat : 26893 (java) S 26880 26880 26532 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420189180 28909203456 12398 33554432000 4194304 4196468 140728759601264 139685358351648 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26894] ppid=26880 vsize=28231644 memory=280425931157376 CPUtime=0 cores=0-7
/proc/26882/task/26894/stat : 26894 (java) S 26880 26880 26532 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420189180 28909203456 12398 33554432000 4194304 4196468 140728759601264 139685357299312 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26895] ppid=26880 vsize=28231644 memory=280425931161984 CPUtime=0 cores=0-7
/proc/26882/task/26895/stat : 26895 (java) S 26880 26880 26532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420189183 28909203456 12398 33554432000 4194304 4196468 140728759601264 139685239319120 139685858416539 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26896] ppid=26880 vsize=28231644 memory=280425931166592 CPUtime=0.02 cores=0-7
/proc/26882/task/26896/stat : 26896 (java) R 26880 26880 26532 0 -1 4202560 602 0 0 0 2 0 0 0 20 0 20 0 420189183 28909203456 12398 33554432000 4194304 4196468 140728759601264 139685238265968 139685844462158 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26897] ppid=26880 vsize=28231644 memory=280425931171200 CPUtime=0.02 cores=0-7
/proc/26882/task/26897/stat : 26897 (java) S 26880 26880 26532 0 -1 1077944384 274 0 0 0 2 0 0 0 20 0 20 0 420189183 28909203456 12398 33554432000 4194304 4196468 140728759601264 139685237213168 139685858409090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26898] ppid=26880 vsize=28231644 memory=280425931175808 CPUtime=0.03 cores=0-7
/proc/26882/task/26898/stat : 26898 (java) S 26880 26880 26532 0 -1 1077944384 169 0 0 0 3 0 0 0 20 0 20 0 420189183 28909203456 12398 33554432000 4194304 4196468 140728759601264 139685236160880 139685858409090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26899] ppid=26880 vsize=28231644 memory=280425931180416 CPUtime=0.12 cores=0-7
/proc/26882/task/26899/stat : 26899 (java) S 26880 26880 26532 0 -1 1077944384 1061 0 0 0 12 0 0 0 20 0 20 0 420189183 28909203456 12398 33554432000 4194304 4196468 140728759601264 139685235108080 139685858409090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26900] ppid=26880 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26900/stat : 26900 (java) S 26880 26880 26532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420189183 28909203456 12398 33554432000 4194304 4196468 140728759601264 139685234056032 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26901] ppid=26880 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/26882/task/26901/stat : 26901 (java) S 26880 26880 26532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420189183 28909203456 12398 33554432000 4194304 4196468 140728759601264 139685233003312 139685858409090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51044 KiB

[startup+0.700909 s]
/proc/loadavg: 8.15 8.28 8.22 6/211 26901
/proc/meminfo: memFree=28794896/32770624 swapFree=66998528/67108860
[pid=26880] ppid=26877 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26880/stat : 26880 (xcsp3-exec) S 26877 26880 26532 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420189177 115843072 363 33554432000 4194304 5098028 140729435520832 140729435518936 140073288675964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39419904 140729435521909 140729435522153 140729435522153 140729435525066 0
/proc/26880/statm: 28282 363 305 221 0 87 0
[pid=26882] ppid=26880 vsize=28766280 memory=111024 CPUtime=1.96 cores=0-7
/proc/26882/stat : 26882 (java) S 26880 26880 26532 0 -1 1077944320 16069 0 0 0 187 9 0 0 20 0 28 0 420189177 29456670720 27719 33554432000 4194304 4196468 140728759601264 140728759583808 139685858397943 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
/proc/26882/statm: 7191570 27736 3454 1 0 7152672 0
[pid=26882/tid=26883] ppid=26880 vsize=28766280 memory=4580 CPUtime=0.57 cores=0-7
/proc/26882/task/26883/stat : 26883 (java) R 26880 26880 26532 0 -1 4202560 9414 0 0 0 53 4 0 0 20 0 28 0 420189177 29456670720 27774 33554432000 4194304 4196468 140728759601264 139685862635248 139685858419773 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26884] ppid=26880 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26884/stat : 26884 (java) S 26880 26880 26532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 420189178 29456670720 27791 33554432000 4194304 4196468 140728759601264 139685409713040 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26885] ppid=26880 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/26882/task/26885/stat : 26885 (java) S 26880 26880 26532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 420189178 29456670720 27771 33554432000 4194304 4196468 140728759601264 139685408660240 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26886] ppid=26880 vsize=28766280 memory=1204 CPUtime=0 cores=0-7
/proc/26882/task/26886/stat : 26886 (java) S 26880 26880 26532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420189178 29456670720 27771 33554432000 4194304 4196468 140728759601264 139685407607952 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0

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

[pid=26882/tid=26899] ppid=26880 vsize=28835920 memory=1452 CPUtime=0.91 cores=0-7
/proc/26882/task/26899/stat : 26899 (java) S 26880 26880 26532 0 -1 1077944384 15197 0 0 0 89 2 0 0 20 0 28 0 420189183 29527982080 116025 33554432000 4194304 4196468 140728759601264 139685235108080 139685858409090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26900] ppid=26880 vsize=28835920 memory=411056 CPUtime=0 cores=0-7
/proc/26882/task/26900/stat : 26900 (java) S 26880 26880 26532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420189183 29527982080 116025 33554432000 4194304 4196468 140728759601264 139685234056032 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26901] ppid=26880 vsize=28835920 memory=1452 CPUtime=0.05 cores=0-7
/proc/26882/task/26901/stat : 26901 (java) S 26880 26880 26532 0 -1 1077944384 1422 0 0 0 0 5 0 0 20 0 28 0 420189183 29527982080 116025 33554432000 4194304 4196468 140728759601264 139685233003312 139685858409090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26998] ppid=26880 vsize=28835920 memory=464100 CPUtime=185.23 cores=0-7
/proc/26882/task/26998/stat : 26998 (java) R 26880 26880 26532 0 -1 4202560 3452 0 0 0 18521 2 0 0 20 0 28 0 420189263 29527982080 116025 33554432000 4194304 4196468 140728759601264 139685016869912 139685503282584 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26999] ppid=26880 vsize=28835920 memory=303430223234596890 CPUtime=186.04 cores=0-7
/proc/26882/task/26999/stat : 26999 (java) R 26880 26880 26532 0 -1 4202560 2555 0 0 0 18601 3 0 0 20 0 28 0 420189263 29527982080 116025 33554432000 4194304 4196468 140728759601264 139685222978368 139685500215603 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=27000] ppid=26880 vsize=28835920 memory=288230596050944315 CPUtime=184.3 cores=0-7
/proc/26882/task/27000/stat : 27000 (java) R 26880 26880 26532 0 -1 4202560 14341 0 0 0 18419 11 0 0 20 0 28 0 420189263 29527982080 116025 33554432000 4194304 4196468 140728759601264 139685018978400 139685503901188 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=27001] ppid=26880 vsize=28835920 memory=16100368647981698 CPUtime=185.68 cores=0-7
/proc/26882/task/27001/stat : 27001 (java) R 26880 26880 26532 0 -1 4202560 8443 0 0 0 18562 6 0 0 20 0 28 0 420189263 29527982080 116025 33554432000 4194304 4196468 140728759601264 139685020028064 139685500215821 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=27002] ppid=26880 vsize=28835920 memory=0 CPUtime=185.04 cores=0-7
/proc/26882/task/27002/stat : 27002 (java) R 26880 26880 26532 0 -1 4202560 5571 0 0 0 18500 4 0 0 20 0 28 0 420189263 29527982080 116025 33554432000 4194304 4196468 140728759601264 139685012660712 139685503282213 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=27003] ppid=26880 vsize=28835920 memory=6791534058613427641 CPUtime=185.67 cores=0-7
/proc/26882/task/27003/stat : 27003 (java) R 26880 26880 26532 0 -1 4202560 3994 0 0 0 18564 3 0 0 20 0 28 0 420189263 29527982080 116025 33554432000 4194304 4196468 140728759601264 139685224030536 139685500215908 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=27004] ppid=26880 vsize=28835920 memory=0 CPUtime=185.82 cores=0-7
/proc/26882/task/27004/stat : 27004 (java) R 26880 26880 26532 0 -1 4202560 4490 0 0 0 18578 4 0 0 20 0 28 0 420189264 29527982080 116025 33554432000 4194304 4196468 140728759601264 139685014766032 139685500457176 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=27005] ppid=26880 vsize=28835920 memory=0 CPUtime=186 cores=0-7
/proc/26882/task/27005/stat : 27005 (java) R 26880 26880 26532 0 -1 4202560 2183 0 0 0 18597 3 0 0 20 0 28 0 420189264 29527982080 116025 33554432000 4194304 4196468 140728759601264 139685017923616 139685500216033 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
Current children cumulated CPU time: 1501.84 s
Current children cumulated vsize: 28949048 KiB
Current children cumulated memory: 465552 KiB

[startup+190.401 s]
/proc/loadavg: 8.12 8.22 8.21 9/219 27018
/proc/meminfo: memFree=28394148/32770624 swapFree=66998528/67108860
[pid=26880] ppid=26877 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26880/stat : 26880 (xcsp3-exec) S 26877 26880 26532 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420189177 115843072 363 33554432000 4194304 5098028 140729435520832 140729435518936 140073288675964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39419904 140729435521909 140729435522153 140729435522153 140729435525066 0
/proc/26880/statm: 28282 363 305 221 0 87 0
[pid=26882] ppid=26880 vsize=28835920 memory=465116 CPUtime=1508.2 cores=0-7
/proc/26882/stat : 26882 (java) S 26880 26880 26532 0 -1 1077944320 164856 0 0 0 150666 154 0 0 20 0 28 0 420189177 29527982080 116279 33554432000 4194304 4196468 140728759601264 140728759583808 139685858397943 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
/proc/26882/statm: 7208980 116279 3524 1 0 7170082 0
[pid=26882/tid=26883] ppid=26880 vsize=28835920 memory=988 CPUtime=0.58 cores=0-7
/proc/26882/task/26883/stat : 26883 (java) S 26880 26880 26532 0 -1 1077944384 9418 0 0 0 54 4 0 0 20 0 28 0 420189177 29527982080 116279 33554432000 4194304 4196468 140728759601264 139685862638720 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26884] ppid=26880 vsize=28835920 memory=396488 CPUtime=0.84 cores=0-7
/proc/26882/task/26884/stat : 26884 (java) S 26880 26880 26532 0 -1 1077944384 5077 0 0 0 73 11 0 0 20 0 28 0 420189178 29527982080 116279 33554432000 4194304 4196468 140728759601264 139685409713040 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26885] ppid=26880 vsize=28835920 memory=1452 CPUtime=0.82 cores=0-7
/proc/26882/task/26885/stat : 26885 (java) S 26880 26880 26532 0 -1 1077944384 2961 0 0 0 72 10 0 0 20 0 28 0 420189178 29527982080 116279 33554432000 4194304 4196468 140728759601264 139685408660240 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26886] ppid=26880 vsize=28835920 memory=1452 CPUtime=0.86 cores=0-7
/proc/26882/task/26886/stat : 26886 (java) S 26880 26880 26532 0 -1 1077944384 5869 0 0 0 76 10 0 0 20 0 28 0 420189178 29527982080 116279 33554432000 4194304 4196468 140728759601264 139685407607952 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26887] ppid=26880 vsize=28835920 memory=6791534058613427641 CPUtime=0.84 cores=0-7
/proc/26882/task/26887/stat : 26887 (java) S 26880 26880 26532 0 -1 1077944384 4298 0 0 0 73 11 0 0 20 0 28 0 420189178 29527982080 116279 33554432000 4194304 4196468 140728759601264 139685406555152 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26888] ppid=26880 vsize=28835920 memory=464100 CPUtime=0.78 cores=0-7
/proc/26882/task/26888/stat : 26888 (java) S 26880 26880 26532 0 -1 1077944384 2180 0 0 0 68 10 0 0 20 0 28 0 420189178 29527982080 116279 33554432000 4194304 4196468 140728759601264 139685405501840 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26889] ppid=26880 vsize=28835920 memory=7662458327445122711 CPUtime=0.82 cores=0-7
/proc/26882/task/26889/stat : 26889 (java) S 26880 26880 26532 0 -1 1077944384 3572 0 0 0 71 11 0 0 20 0 28 0 420189178 29527982080 116279 33554432000 4194304 4196468 140728759601264 139685404449040 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26890] ppid=26880 vsize=28835920 memory=7662458327445122711 CPUtime=0.82 cores=0-7
/proc/26882/task/26890/stat : 26890 (java) S 26880 26880 26532 0 -1 1077944384 3473 0 0 0 72 10 0 0 20 0 28 0 420189178 29527982080 116279 33554432000 4194304 4196468 140728759601264 139685403396752 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26891] ppid=26880 vsize=28835920 memory=2024 CPUtime=0.83 cores=0-7
/proc/26882/task/26891/stat : 26891 (java) S 26880 26880 26532 0 -1 1077944384 3256 0 0 0 73 10 0 0 20 0 28 0 420189178 29527982080 116279 33554432000 4194304 4196468 140728759601264 139685402343952 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26892] ppid=26880 vsize=28835920 memory=1428 CPUtime=0.37 cores=0-7
/proc/26882/task/26892/stat : 26892 (java) S 26880 26880 26532 0 -1 1077944384 10038 0 0 0 28 9 0 0 20 0 28 0 420189180 29527982080 116279 33554432000 4194304 4196468 140728759601264 139685359405680 139685858409090 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26893] ppid=26880 vsize=28835920 memory=4160 CPUtime=0 cores=0-7
/proc/26882/task/26893/stat : 26893 (java) S 26880 26880 26532 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 420189180 29527982080 116279 33554432000 4194304 4196468 140728759601264 139685358351712 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26894] ppid=26880 vsize=28835920 memory=1056 CPUtime=0 cores=0-7
/proc/26882/task/26894/stat : 26894 (java) S 26880 26880 26532 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 420189180 29527982080 116279 33554432000 4194304 4196468 140728759601264 139685357299328 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26895] ppid=26880 vsize=28835920 memory=1204 CPUtime=0 cores=0-7
/proc/26882/task/26895/stat : 26895 (java) S 26880 26880 26532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420189183 29527982080 116279 33554432000 4194304 4196468 140728759601264 139685239319120 139685858416539 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26896] ppid=26880 vsize=28835920 memory=1536 CPUtime=2.88 cores=0-7
/proc/26882/task/26896/stat : 26896 (java) S 26880 26880 26532 0 -1 1077944384 15430 0 0 0 284 4 0 0 20 0 28 0 420189183 29527982080 116279 33554432000 4194304 4196468 140728759601264 139685238265968 139685858409090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26897] ppid=26880 vsize=28835920 memory=9592 CPUtime=2.97 cores=0-7
/proc/26882/task/26897/stat : 26897 (java) S 26880 26880 26532 0 -1 1077944384 18316 0 0 0 293 4 0 0 20 0 28 0 420189183 29527982080 116279 33554432000 4194304 4196468 140728759601264 139685237213168 139685858409090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26898] ppid=26880 vsize=28835920 memory=2828 CPUtime=2.47 cores=0-7
/proc/26882/task/26898/stat : 26898 (java) S 26880 26880 26532 0 -1 1077944384 16008 0 0 0 244 3 0 0 20 0 28 0 420189183 29527982080 116279 33554432000 4194304 4196468 140728759601264 139685236160880 139685858409090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26899] ppid=26880 vsize=28835920 memory=780 CPUtime=0.91 cores=0-7
/proc/26882/task/26899/stat : 26899 (java) S 26880 26880 26532 0 -1 1077944384 15197 0 0 0 89 2 0 0 20 0 28 0 420189183 29527982080 116279 33554432000 4194304 4196468 140728759601264 139685235108080 139685858409090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26900] ppid=26880 vsize=28835920 memory=620 CPUtime=0 cores=0-7
/proc/26882/task/26900/stat : 26900 (java) S 26880 26880 26532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420189183 29527982080 116279 33554432000 4194304 4196468 140728759601264 139685234056032 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26901] ppid=26880 vsize=28835920 memory=1712 CPUtime=0.05 cores=0-7
/proc/26882/task/26901/stat : 26901 (java) S 26880 26880 26532 0 -1 1077944384 1422 0 0 0 0 5 0 0 20 0 28 0 420189183 29527982080 116279 33554432000 4194304 4196468 140728759601264 139685233003312 139685858409090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26998] ppid=26880 vsize=28835920 memory=1052 CPUtime=186.02 cores=0-7
/proc/26882/task/26998/stat : 26998 (java) R 26880 26880 26532 0 -1 4202560 3453 0 0 0 18600 2 0 0 20 0 28 0 420189263 29527982080 116279 33554432000 4194304 4196468 140728759601264 139685016870608 139685500215589 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26999] ppid=26880 vsize=28835920 memory=5908 CPUtime=186.83 cores=0-7
/proc/26882/task/26999/stat : 26999 (java) R 26880 26880 26532 0 -1 4202560 2555 0 0 0 18680 3 0 0 20 0 28 0 420189263 29527982080 116279 33554432000 4194304 4196468 140728759601264 139685222977824 139685500215597 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=27000] ppid=26880 vsize=28835920 memory=14012 CPUtime=185.09 cores=0-7
/proc/26882/task/27000/stat : 27000 (java) R 26880 26880 26532 0 -1 4202560 14351 0 0 0 18498 11 0 0 20 0 28 0 420189263 29527982080 116279 33554432000 4194304 4196468 140728759601264 139685018975696 139685500457995 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=27001] ppid=26880 vsize=28835920 memory=2116 CPUtime=186.46 cores=0-7
/proc/26882/task/27001/stat : 27001 (java) R 26880 26880 26532 0 -1 4202560 8444 0 0 0 18640 6 0 0 20 0 28 0 420189263 29527982080 116279 33554432000 4194304 4196468 140728759601264 139685020029032 139685503754352 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=27002] ppid=26880 vsize=28835920 memory=464608 CPUtime=185.81 cores=0-7
/proc/26882/task/27002/stat : 27002 (java) R 26880 26880 26532 0 -1 4202560 5571 0 0 0 18577 4 0 0 20 0 28 0 420189263 29527982080 116279 33554432000 4194304 4196468 140728759601264 139685012662912 139685495911522 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=27003] ppid=26880 vsize=28835920 memory=2828 CPUtime=186.45 cores=0-7
/proc/26882/task/27003/stat : 27003 (java) R 26880 26880 26532 0 -1 4202560 3994 0 0 0 18642 3 0 0 20 0 28 0 420189263 29527982080 116279 33554432000 4194304 4196468 140728759601264 139685224030536 139685500215625 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=27004] ppid=26880 vsize=28835920 memory=780 CPUtime=186.6 cores=0-7
/proc/26882/task/27004/stat : 27004 (java) R 26880 26880 26532 0 -1 4202560 4490 0 0 0 18656 4 0 0 20 0 28 0 420189264 29527982080 116279 33554432000 4194304 4196468 140728759601264 139685014765584 139685505177749 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=27005] ppid=26880 vsize=28835920 memory=620 CPUtime=186.79 cores=0-7
/proc/26882/task/27005/stat : 27005 (java) R 26880 26880 26532 0 -1 4202560 2183 0 0 0 18676 3 0 0 20 0 28 0 420189264 29527982080 116279 33554432000 4194304 4196468 140728759601264 139685017923552 139685500215670 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
Current children cumulated CPU time: 1508.2 s
Current children cumulated vsize: 28949048 KiB
Current children cumulated memory: 466568 KiB

[startup+190.801 s]
/proc/loadavg: 8.12 8.22 8.21 9/219 27018
/proc/meminfo: memFree=28394148/32770624 swapFree=66998528/67108860
[pid=26880] ppid=26877 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26880/stat : 26880 (xcsp3-exec) S 26877 26880 26532 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420189177 115843072 363 33554432000 4194304 5098028 140729435520832 140729435518936 140073288675964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39419904 140729435521909 140729435522153 140729435522153 140729435525066 0
/proc/26880/statm: 28282 363 305 221 0 87 0
[pid=26882] ppid=26880 vsize=28835920 memory=467184 CPUtime=1511.38 cores=0-7
/proc/26882/stat : 26882 (java) S 26880 26880 26532 0 -1 1077944320 166435 0 0 0 150983 155 0 0 20 0 28 0 420189177 29527982080 116796 33554432000 4194304 4196468 140728759601264 140728759583808 139685858397943 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
/proc/26882/statm: 7208980 116796 3524 1 0 7170082 0
[pid=26882/tid=26883] ppid=26880 vsize=28835920 memory=6791534058613427641 CPUtime=0.58 cores=0-7
/proc/26882/task/26883/stat : 26883 (java) S 26880 26880 26532 0 -1 1077944384 9418 0 0 0 54 4 0 0 20 0 28 0 420189177 29527982080 116796 33554432000 4194304 4196468 140728759601264 139685862638720 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26884] ppid=26880 vsize=28835920 memory=3672 CPUtime=0.84 cores=0-7
/proc/26882/task/26884/stat : 26884 (java) S 26880 26880 26532 0 -1 1077944384 5079 0 0 0 73 11 0 0 20 0 28 0 420189178 29527982080 116796 33554432000 4194304 4196468 140728759601264 139685409713040 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26885] ppid=26880 vsize=28835920 memory=1452 CPUtime=0.82 cores=0-7
/proc/26882/task/26885/stat : 26885 (java) S 26880 26880 26532 0 -1 1077944384 2963 0 0 0 72 10 0 0 20 0 28 0 420189178 29527982080 116796 33554432000 4194304 4196468 140728759601264 139685408660240 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26886] ppid=26880 vsize=28835920 memory=460128 CPUtime=0.86 cores=0-7
/proc/26882/task/26886/stat : 26886 (java) S 26880 26880 26532 0 -1 1077944384 5871 0 0 0 76 10 0 0 20 0 28 0 420189178 29527982080 116796 33554432000 4194304 4196468 140728759601264 139685407607952 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26887] ppid=26880 vsize=28835920 memory=1656 CPUtime=0.85 cores=0-7
/proc/26882/task/26887/stat : 26887 (java) S 26880 26880 26532 0 -1 1077944384 4310 0 0 0 74 11 0 0 20 0 28 0 420189178 29527982080 116796 33554432000 4194304 4196468 140728759601264 139685406555152 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26888] ppid=26880 vsize=28835920 memory=8317482817917895235 CPUtime=0.78 cores=0-7
/proc/26882/task/26888/stat : 26888 (java) S 26880 26880 26532 0 -1 1077944384 2180 0 0 0 68 10 0 0 20 0 28 0 420189178 29527982080 116796 33554432000 4194304 4196468 140728759601264 139685405501840 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26889] ppid=26880 vsize=28835920 memory=920 CPUtime=0.83 cores=0-7
/proc/26882/task/26889/stat : 26889 (java) S 26880 26880 26532 0 -1 1077944384 3572 0 0 0 72 11 0 0 20 0 28 0 420189178 29527982080 116796 33554432000 4194304 4196468 140728759601264 139685404449040 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26890] ppid=26880 vsize=28835920 memory=4136 CPUtime=0.82 cores=0-7
/proc/26882/task/26890/stat : 26890 (java) S 26880 26880 26532 0 -1 1077944384 3474 0 0 0 72 10 0 0 20 0 28 0 420189178 29527982080 116796 33554432000 4194304 4196468 140728759601264 139685403396752 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26891] ppid=26880 vsize=28835920 memory=1412 CPUtime=0.83 cores=0-7
/proc/26882/task/26891/stat : 26891 (java) S 26880 26880 26532 0 -1 1077944384 3257 0 0 0 73 10 0 0 20 0 28 0 420189178 29527982080 116796 33554432000 4194304 4196468 140728759601264 139685402343952 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26892] ppid=26880 vsize=28835920 memory=824 CPUtime=0.37 cores=0-7
/proc/26882/task/26892/stat : 26892 (java) S 26880 26880 26532 0 -1 1077944384 10040 0 0 0 28 9 0 0 20 0 28 0 420189180 29527982080 116796 33554432000 4194304 4196468 140728759601264 139685359405680 139685858409090 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26893] ppid=26880 vsize=28835920 memory=1448 CPUtime=0 cores=0-7
/proc/26882/task/26893/stat : 26893 (java) S 26880 26880 26532 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 420189180 29527982080 116796 33554432000 4194304 4196468 140728759601264 139685358351712 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26894] ppid=26880 vsize=28835920 memory=1764 CPUtime=0 cores=0-7
/proc/26882/task/26894/stat : 26894 (java) S 26880 26880 26532 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 420189180 29527982080 116796 33554432000 4194304 4196468 140728759601264 139685357299328 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26895] ppid=26880 vsize=28835920 memory=111632 CPUtime=0 cores=0-7
/proc/26882/task/26895/stat : 26895 (java) S 26880 26880 26532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420189183 29527982080 116796 33554432000 4194304 4196468 140728759601264 139685239319120 139685858416539 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26896] ppid=26880 vsize=28835920 memory=800 CPUtime=2.88 cores=0-7
/proc/26882/task/26896/stat : 26896 (java) S 26880 26880 26532 0 -1 1077944384 15430 0 0 0 284 4 0 0 20 0 28 0 420189183 29527982080 116796 33554432000 4194304 4196468 140728759601264 139685238265968 139685858409090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26897] ppid=26880 vsize=28835920 memory=4096 CPUtime=3.01 cores=0-7
/proc/26882/task/26897/stat : 26897 (java) R 26880 26880 26532 0 -1 4202560 19867 0 0 0 297 4 0 0 20 0 28 0 420189183 29527982080 116796 33554432000 4194304 4196468 140728759601264 139685237194416 139685842795092 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26898] ppid=26880 vsize=28835920 memory=1808 CPUtime=2.47 cores=0-7
/proc/26882/task/26898/stat : 26898 (java) S 26880 26880 26532 0 -1 1077944384 16008 0 0 0 244 3 0 0 20 0 28 0 420189183 29527982080 116796 33554432000 4194304 4196468 140728759601264 139685236160880 139685858409090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26899] ppid=26880 vsize=28835920 memory=920 CPUtime=0.91 cores=0-7
/proc/26882/task/26899/stat : 26899 (java) S 26880 26880 26532 0 -1 1077944384 15197 0 0 0 89 2 0 0 20 0 28 0 420189183 29527982080 116796 33554432000 4194304 4196468 140728759601264 139685235108080 139685858409090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26900] ppid=26880 vsize=28835920 memory=4136 CPUtime=0 cores=0-7
/proc/26882/task/26900/stat : 26900 (java) S 26880 26880 26532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420189183 29527982080 116796 33554432000 4194304 4196468 140728759601264 139685234056032 139685858408149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26901] ppid=26880 vsize=28835920 memory=364012 CPUtime=0.05 cores=0-7
/proc/26882/task/26901/stat : 26901 (java) S 26880 26880 26532 0 -1 1077944384 1422 0 0 0 0 5 0 0 20 0 28 0 420189183 29527982080 116796 33554432000 4194304 4196468 140728759601264 139685233003312 139685858409090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26998] ppid=26880 vsize=28835920 memory=0 CPUtime=186.41 cores=0-7
/proc/26882/task/26998/stat : 26998 (java) R 26880 26880 26532 0 -1 4202560 3453 0 0 0 18639 2 0 0 20 0 28 0 420189263 29527982080 116796 33554432000 4194304 4196468 140728759601264 139685016870744 139685503282639 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=26999] ppid=26880 vsize=28835920 memory=1452 CPUtime=187.22 cores=0-7
/proc/26882/task/26999/stat : 26999 (java) R 26880 26880 26532 0 -1 4202560 2555 0 0 0 18719 3 0 0 20 0 28 0 420189263 29527982080 116796 33554432000 4194304 4196468 140728759601264 139685222977960 139685500215486 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=27000] ppid=26880 vsize=28835920 memory=366200 CPUtime=185.46 cores=0-7
/proc/26882/task/27000/stat : 27000 (java) R 26880 26880 26532 0 -1 4202560 14357 0 0 0 18535 11 0 0 20 0 28 0 420189263 29527982080 116796 33554432000 4194304 4196468 140728759601264 139685018975928 139685503823756 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=27001] ppid=26880 vsize=28835920 memory=90 CPUtime=186.86 cores=0-7
/proc/26882/task/27001/stat : 27001 (java) R 26880 26880 26532 0 -1 4202560 8444 0 0 0 18680 6 0 0 20 0 28 0 420189263 29527982080 116796 33554432000 4194304 4196468 140728759601264 139685020028584 139685500215525 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=27002] ppid=26880 vsize=28835920 memory=0 CPUtime=186.2 cores=0-7
/proc/26882/task/27002/stat : 27002 (java) R 26880 26880 26532 0 -1 4202560 5571 0 0 0 18616 4 0 0 20 0 28 0 420189263 29527982080 116796 33554432000 4194304 4196468 140728759601264 139685012662912 139685505177986 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=27003] ppid=26880 vsize=28835920 memory=0 CPUtime=186.85 cores=0-7
/proc/26882/task/27003/stat : 27003 (java) R 26880 26880 26532 0 -1 4202560 3994 0 0 0 18682 3 0 0 20 0 28 0 420189263 29527982080 116796 33554432000 4194304 4196468 140728759601264 139685224029840 139685500215979 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=27004] ppid=26880 vsize=28835920 memory=0 CPUtime=187 cores=0-7
/proc/26882/task/27004/stat : 27004 (java) R 26880 26880 26532 0 -1 4202560 4490 0 0 0 18696 4 0 0 20 0 28 0 420189264 29527982080 116796 33554432000 4194304 4196468 140728759601264 139685014765984 139685500215008 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
[pid=26882/tid=27005] ppid=26880 vsize=28835920 memory=0 CPUtime=187.16 cores=0-7
/proc/26882/task/27005/stat : 27005 (java) R 26880 26880 26532 0 -1 4202560 2183 0 0 0 18713 3 0 0 20 0 28 0 420189264 29527982080 116796 33554432000 4194304 4196468 140728759601264 139685017923616 139685500215979 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 37830656 140728759608298 140728759608470 140728759608470 140728759611343 0
Current children cumulated CPU time: 1511.38 s
Current children cumulated vsize: 28949048 KiB
Current children cumulated memory: 468636 KiB

Child status: 0
Real time (s): 190.893
CPU time (s): 1511.93
CPU user time (s): 1510.36
CPU system time (s): 1.56924
CPU usage (%): 792.03
Max. virtual memory (cumulated for all children) (KiB): 28949048
Max. memory (cumulated for all children) (KiB): 468636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1510.36
system time used= 1.56924
maximum resident set size= 467788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168663
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27350
involuntary context switches= 19651


# summary of solver processes directly reported to runsolver:
#   pid: 26880
#   total CPU time (s): 1511.93
#   total CPU user time (s): 1510.36
#   total CPU system time (s): 1.56924

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.84079 second user time and 2.10008 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-14 07:32:43
IDJOB=4394457
IDBENCH=135738
IDSOLVER=2843
FILE ID=node127/4394457-1568439203
RUNJOBID= node127-1568436642-26559
PBS_JOBID= 21702318
Free space on /tmp= 61308 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-11.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-4394457-1568439203/watcher-4394457-1568439203 -o /tmp/evaluation-result-4394457-1568439203/solver-4394457-1568439203 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node127-1568436642-26559 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1495232987 HOME/instance-4394457-1568439203.xml

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

MD5SUM BENCH= c9ef4b7723c27fafe529968b8b9ea7d5
RANDOM SEED=1495232987

node127.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.55
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.55
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.55
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.55
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:        28846676 kB
MemAvailable:   31874832 kB
Buffers:          186856 kB
Cached:          3107788 kB
SwapCached:         6772 kB
Active:          1904812 kB
Inactive:        1400472 kB
Active(anon):       3652 kB
Inactive(anon):    48308 kB
Active(file):    1901160 kB
Inactive(file):  1352164 kB
Unevictable:      109300 kB
Mlocked:          109300 kB
SwapTotal:      67108860 kB
SwapFree:       66998528 kB
Dirty:             26024 kB
Writeback:             0 kB
AnonPages:        110372 kB
Mapped:            44692 kB
Shmem:             32700 kB
Slab:             210816 kB
SReclaimable:     181332 kB
SUnreclaim:        29484 kB
KernelStack:        3328 kB
PageTables:         5272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61284 MiB
End job on node127 at 2019-09-14 07:35:54