Trace number 4393898

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 parallelOPT44 13.3042 2.2315

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-09_c18.xml
MD5SUM5099229ea21e0b755c9ada14ed0c0ccc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark9.40739
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints37
Number of domains2
Minimum domain size81
Maximum domain size82
Distribution of domain sizes[{"size":81,"count":36},{"size":82,"count":9}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

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-4393898-1568448764.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393898-1568448764.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.28/0.64	c solve instance...
1.67/0.74	o 65 
1.67/0.75	o 61 
1.67/0.76	o 59 
1.67/0.76	o 57 
1.67/0.79	o 53 
2.27/0.83	o 52 
2.27/0.88	o 50 
3.02/0.92	o 49 
3.02/0.94	o 47 
4.63/1.16	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (23/29)
4.63/1.16		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
4.63/1.16		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
4.63/1.16		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
4.63/1.16		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
4.63/1.16		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
4.63/1.16	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (23/29)
4.63/1.16		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
4.63/1.16		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
4.63/1.16		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
4.63/1.16		at org.chocosolver.solver.Solver.repair(Solver.java:443)
4.63/1.16		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
4.63/1.16		at org.chocosolver.solver.Solver.solve(Solver.java:262)
4.63/1.16		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
4.63/1.16		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
4.63/1.16		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4.63/1.16		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
4.63/1.16		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
4.63/1.16		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
4.63/1.16		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
4.63/1.16		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
4.63/1.16		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
4.63/1.16		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
4.63/1.16	o 45 
5.35/1.20	o 44 
13.20/2.21	s OPTIMUM FOUND
13.20/2.21	v <instantiation>
13.20/2.21	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][5] y[4][6] y[4][7] y[4][8] y[5][6] y[5][7] y[5][8] y[6][7] y[6][8] y[7][8] </list>
13.20/2.21	v 	<values>0 1 5 12 25 27 35 41 44 1 5 12 25 27 35 41 44 4 11 24 26 34 40 43 7 20 22 30 36 39 13 15 23 29 32 2 10 16 19 8 14 17 6 9 3 </values>
13.20/2.21	v </instantiation>

Verifier Data

OK	44

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393898-1568448764/watcher-4393898-1568448764 -o /tmp/evaluation-result-4393898-1568448764/solver-4393898-1568448764 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node126-1568443229-6674 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 966189970 HOME/instance-4393898-1568448764.xml 

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

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

solver pid=7811, runsolver pid=7808

[startup+0.100174 s]*
/proc/loadavg: 5.83 6.69 7.12 2/212 7832
/proc/meminfo: memFree=25620752/32770624 swapFree=67004764/67108860
[pid=7811] ppid=7808 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7811/stat : 7811 (xcsp3-exec) S 7808 7811 6647 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 421144222 115843072 363 33554432000 4194304 5098028 140727202755456 140727202753560 140601919984252 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27746304 140727202759542 140727202759785 140727202759785 140727202762698 0
/proc/7811/statm: 28282 363 304 221 0 87 0
[pid=7813] ppid=7811 vsize=28227388 memory=29024 CPUtime=0.12 cores=0-7
/proc/7813/stat : 7813 (java) S 7811 7811 6647 0 -1 1077944320 5686 0 0 0 11 1 0 0 20 0 20 0 421144222 28904845312 7256 33554432000 4194304 4196468 140726617920704 140726617903248 139687289712375 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
/proc/7813/statm: 7056847 7256 3158 1 0 7019032 0
[pid=7813/tid=7814] ppid=7811 vsize=28227388 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/7813/task/7814/stat : 7814 (java) R 7811 7811 6647 0 -1 4202560 3594 0 0 0 8 1 0 0 20 0 20 0 421144222 28904845312 7256 33554432000 4194304 4196468 140726617920704 139687293938336 139687289724310 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7815] ppid=7811 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/7813/task/7815/stat : 7815 (java) S 7811 7811 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421144223 28904845312 7256 33554432000 4194304 4196468 140726617920704 139687242332688 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7816] ppid=7811 vsize=28227388 memory=140367064114816 CPUtime=0 cores=0-7
/proc/7813/task/7816/stat : 7816 (java) S 7811 7811 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421144223 28904845312 7256 33554432000 4194304 4196468 140726617920704 139687241280144 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7817] ppid=7811 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7817/stat : 7817 (java) S 7811 7811 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421144223 28904845312 7256 33554432000 4194304 4196468 140726617920704 139687240227088 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7818] ppid=7811 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7818/stat : 7818 (java) S 7811 7811 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421144223 28904845312 7256 33554432000 4194304 4196468 140726617920704 139687239174544 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7819] ppid=7811 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7819/stat : 7819 (java) S 7811 7811 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421144223 28904845312 7256 33554432000 4194304 4196468 140726617920704 139687238122512 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7820] ppid=7811 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7813/task/7820/stat : 7820 (java) S 7811 7811 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421144223 28904845312 7256 33554432000 4194304 4196468 140726617920704 139687237069968 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7821] ppid=7811 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7821/stat : 7821 (java) S 7811 7811 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421144223 28904845312 7256 33554432000 4194304 4196468 140726617920704 139687236016912 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7822] ppid=7811 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7822/stat : 7822 (java) S 7811 7811 6647 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421144223 28904845312 7256 33554432000 4194304 4196468 140726617920704 139686833937296 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7823] ppid=7811 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7823/stat : 7823 (java) S 7811 7811 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421144225 28904845312 7256 33554432000 4194304 4196468 140726617920704 139686473136368 139687289723522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7824] ppid=7811 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7824/stat : 7824 (java) S 7811 7811 6647 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421144225 28904845312 7256 33554432000 4194304 4196468 140726617920704 139686472082592 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7825] ppid=7811 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7825/stat : 7825 (java) S 7811 7811 6647 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421144225 28904845312 7256 33554432000 4194304 4196468 140726617920704 139686471029488 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7826] ppid=7811 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7826/stat : 7826 (java) S 7811 7811 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421144228 28904845312 7256 33554432000 4194304 4196468 140726617920704 139686469978064 139687289730971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7827] ppid=7811 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7827/stat : 7827 (java) S 7811 7811 6647 0 -1 1077944384 410 0 0 0 0 0 0 0 20 0 20 0 421144228 28904845312 7256 33554432000 4194304 4196468 140726617920704 139686468926192 139687289723522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7828] ppid=7811 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7828/stat : 7828 (java) S 7811 7811 6647 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421144228 28904845312 7256 33554432000 4194304 4196468 140726617920704 139686467873648 139687289723522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7829] ppid=7811 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7829/stat : 7829 (java) S 7811 7811 6647 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421144228 28904845312 7256 33554432000 4194304 4196468 140726617920704 139686466820592 139687289723522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7830] ppid=7811 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/7813/task/7830/stat : 7830 (java) S 7811 7811 6647 0 -1 1077944384 367 0 0 0 2 0 0 0 20 0 20 0 421144228 28904845312 7256 33554432000 4194304 4196468 140726617920704 139686465768048 139687289723522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7831] ppid=7811 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7831/stat : 7831 (java) S 7811 7811 6647 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421144228 28904845312 7256 33554432000 4194304 4196468 140726617920704 139686464715232 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7832] ppid=7811 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7813/task/7832/stat : 7832 (java) S 7811 7811 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421144228 28904845312 7256 33554432000 4194304 4196468 140726617920704 139686463662768 139687289723522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30476 KiB

[startup+0.210203 s]*
/proc/loadavg: 5.83 6.69 7.12 2/212 7832
/proc/meminfo: memFree=25606696/32770624 swapFree=67004764/67108860
[pid=7811] ppid=7808 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7811/stat : 7811 (xcsp3-exec) S 7808 7811 6647 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 421144222 115843072 363 33554432000 4194304 5098028 140727202755456 140727202753560 140601919984252 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27746304 140727202759542 140727202759785 140727202759785 140727202762698 0
/proc/7811/statm: 28282 363 304 221 0 87 0
[pid=7813] ppid=7811 vsize=28227388 memory=41132 CPUtime=0.34 cores=0-7
/proc/7813/stat : 7813 (java) S 7811 7811 6647 0 -1 1077944320 9518 0 0 0 31 3 0 0 20 0 20 0 421144222 28904845312 10283 33554432000 4194304 4196468 140726617920704 140726617903248 139687289712375 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
/proc/7813/statm: 7056847 10283 3303 1 0 7019032 0
[pid=7813/tid=7814] ppid=7811 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/7813/task/7814/stat : 7814 (java) R 7811 7811 6647 0 -1 4202560 6637 0 0 0 18 2 0 0 20 0 20 0 421144222 28904845312 10283 33554432000 4194304 4196468 140726617920704 139687293942096 139687289724310 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7815] ppid=7811 vsize=28227388 memory=328 CPUtime=0 cores=0-7
/proc/7813/task/7815/stat : 7815 (java) S 7811 7811 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421144223 28904845312 10283 33554432000 4194304 4196468 140726617920704 139687242332688 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7816] ppid=7811 vsize=28227388 memory=140367064122880 CPUtime=0 cores=0-7
/proc/7813/task/7816/stat : 7816 (java) S 7811 7811 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421144223 28904845312 10283 33554432000 4194304 4196468 140726617920704 139687241280144 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7817] ppid=7811 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7813/task/7817/stat : 7817 (java) S 7811 7811 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421144223 28904845312 10283 33554432000 4194304 4196468 140726617920704 139687240227088 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7818] ppid=7811 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7818/stat : 7818 (java) S 7811 7811 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421144223 28904845312 10283 33554432000 4194304 4196468 140726617920704 139687239174544 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7819] ppid=7811 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7819/stat : 7819 (java) S 7811 7811 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421144223 28904845312 10283 33554432000 4194304 4196468 140726617920704 139687238122512 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7820] ppid=7811 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7813/task/7820/stat : 7820 (java) S 7811 7811 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421144223 28904845312 10283 33554432000 4194304 4196468 140726617920704 139687237069968 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7821] ppid=7811 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7821/stat : 7821 (java) S 7811 7811 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421144223 28904845312 10283 33554432000 4194304 4196468 140726617920704 139687236016912 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7822] ppid=7811 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7822/stat : 7822 (java) S 7811 7811 6647 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421144223 28904845312 10283 33554432000 4194304 4196468 140726617920704 139686833937296 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7823] ppid=7811 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7823/stat : 7823 (java) S 7811 7811 6647 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 421144225 28904845312 10283 33554432000 4194304 4196468 140726617920704 139686473136368 139687289723522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7824] ppid=7811 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7824/stat : 7824 (java) S 7811 7811 6647 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421144225 28904845312 10283 33554432000 4194304 4196468 140726617920704 139686472082592 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7825] ppid=7811 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7825/stat : 7825 (java) S 7811 7811 6647 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421144225 28904845312 10283 33554432000 4194304 4196468 140726617920704 139686471029488 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7826] ppid=7811 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7826/stat : 7826 (java) S 7811 7811 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421144228 28904845312 10283 33554432000 4194304 4196468 140726617920704 139686469978064 139687289730971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7827] ppid=7811 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/7813/task/7827/stat : 7827 (java) S 7811 7811 6647 0 -1 1077944384 601 0 0 0 1 0 0 0 20 0 20 0 421144228 28904845312 10283 33554432000 4194304 4196468 140726617920704 139686468926192 139687289723522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7828] ppid=7811 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/7813/task/7828/stat : 7828 (java) S 7811 7811 6647 0 -1 1077944384 99 0 0 0 1 0 0 0 20 0 20 0 421144228 28904845312 10283 33554432000 4194304 4196468 140726617920704 139686467873648 139687289723522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7829] ppid=7811 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/7813/task/7829/stat : 7829 (java) S 7811 7811 6647 0 -1 1077944384 94 0 0 0 2 0 0 0 20 0 20 0 421144228 28904845312 10283 33554432000 4194304 4196468 140726617920704 139686466820592 139687289723522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7830] ppid=7811 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/7813/task/7830/stat : 7830 (java) R 7811 7811 6647 0 -1 4202560 776 0 0 0 8 0 0 0 20 0 20 0 421144228 28904845312 10283 33554432000 4194304 4196468 140726617920704 139686465768048 139687269145467 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7831] ppid=7811 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7831/stat : 7831 (java) S 7811 7811 6647 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421144228 28904845312 10283 33554432000 4194304 4196468 140726617920704 139686464715232 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7832] ppid=7811 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7813/task/7832/stat : 7832 (java) S 7811 7811 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421144228 28904845312 10283 33554432000 4194304 4196468 140726617920704 139686463662768 139687289723522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42584 KiB

[startup+0.309609 s]*
/proc/loadavg: 5.83 6.69 7.12 4/212 7832
/proc/meminfo: memFree=25600168/32770624 swapFree=67004764/67108860
[pid=7811] ppid=7808 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7811/stat : 7811 (xcsp3-exec) S 7808 7811 6647 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 421144222 115843072 363 33554432000 4194304 5098028 140727202755456 140727202753560 140601919984252 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27746304 140727202759542 140727202759785 140727202759785 140727202762698 0
/proc/7811/statm: 28282 363 304 221 0 87 0
[pid=7813] ppid=7811 vsize=28231644 memory=50224 CPUtime=0.52 cores=0-7
/proc/7813/stat : 7813 (java) S 7811 7811 6647 0 -1 1077944320 10880 0 0 0 48 4 0 0 20 0 20 0 421144222 28909203456 12556 33554432000 4194304 4196468 140726617920704 140726617903248 139687289712375 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
/proc/7813/statm: 7057911 12556 3357 1 0 7019032 0
[pid=7813/tid=7814] ppid=7811 vsize=28231644 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/7813/task/7814/stat : 7814 (java) R 7811 7811 6647 0 -1 4202560 7762 0 0 0 27 2 0 0 20 0 20 0 421144222 28909203456 12556 33554432000 4194304 4196468 140726617920704 139687293943488 139687273792862 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7815] ppid=7811 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7815/stat : 7815 (java) S 7811 7811 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421144223 28909203456 12556 33554432000 4194304 4196468 140726617920704 139687242332688 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7816] ppid=7811 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7816/stat : 7816 (java) S 7811 7811 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421144223 28909203456 12556 33554432000 4194304 4196468 140726617920704 139687241280144 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7817] ppid=7811 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7817/stat : 7817 (java) S 7811 7811 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421144223 28909203456 12556 33554432000 4194304 4196468 140726617920704 139687240227088 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7818] ppid=7811 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7818/stat : 7818 (java) S 7811 7811 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421144223 28909203456 12556 33554432000 4194304 4196468 140726617920704 139687239174544 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7819] ppid=7811 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7819/stat : 7819 (java) S 7811 7811 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421144223 28909203456 12556 33554432000 4194304 4196468 140726617920704 139687238122512 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7820] ppid=7811 vsize=28231644 memory=140366913301167 CPUtime=0 cores=0-7
/proc/7813/task/7820/stat : 7820 (java) S 7811 7811 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421144223 28909203456 12556 33554432000 4194304 4196468 140726617920704 139687237069968 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7821] ppid=7811 vsize=28231644 memory=140366913303472 CPUtime=0 cores=0-7
/proc/7813/task/7821/stat : 7821 (java) S 7811 7811 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421144223 28909203456 12588 33554432000 4194304 4196468 140726617920704 139687236016912 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7822] ppid=7811 vsize=28231644 memory=140366913305776 CPUtime=0 cores=0-7
/proc/7813/task/7822/stat : 7822 (java) S 7811 7811 6647 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421144223 28909203456 12588 33554432000 4194304 4196468 140726617920704 139686833937296 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7823] ppid=7811 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7823/stat : 7823 (java) S 7811 7811 6647 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 421144225 28909203456 12588 33554432000 4194304 4196468 140726617920704 139686473136368 139687289723522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7824] ppid=7811 vsize=28231644 memory=280733826625424 CPUtime=0 cores=0-7
/proc/7813/task/7824/stat : 7824 (java) S 7811 7811 6647 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421144225 28909203456 12588 33554432000 4194304 4196468 140726617920704 139686472082592 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7825] ppid=7811 vsize=28231644 memory=280733826623120 CPUtime=0 cores=0-7
/proc/7813/task/7825/stat : 7825 (java) S 7811 7811 6647 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421144225 28909203456 12588 33554432000 4194304 4196468 140726617920704 139686471029488 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7826] ppid=7811 vsize=28231644 memory=280733826630032 CPUtime=0 cores=0-7
/proc/7813/task/7826/stat : 7826 (java) S 7811 7811 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421144228 28909203456 12588 33554432000 4194304 4196468 140726617920704 139686469978064 139687289730971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7827] ppid=7811 vsize=28231644 memory=280733826571312 CPUtime=0.01 cores=0-7
/proc/7813/task/7827/stat : 7827 (java) S 7811 7811 6647 0 -1 1077944384 605 0 0 0 1 0 0 0 20 0 20 0 421144228 28909203456 12588 33554432000 4194304 4196468 140726617920704 139686468926192 139687289723522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7828] ppid=7811 vsize=28231644 memory=280733826643856 CPUtime=0.02 cores=0-7
/proc/7813/task/7828/stat : 7828 (java) S 7811 7811 6647 0 -1 1077944384 108 0 0 0 2 0 0 0 20 0 20 0 421144228 28909203456 12588 33554432000 4194304 4196468 140726617920704 139686467873648 139687289723522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7829] ppid=7811 vsize=28231644 memory=280733826650768 CPUtime=0.04 cores=0-7
/proc/7813/task/7829/stat : 7829 (java) R 7811 7811 6647 0 -1 4202560 222 0 0 0 4 0 0 0 20 0 20 0 421144228 28909203456 12588 33554432000 4194304 4196468 140726617920704 139686466810704 139687273097209 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7830] ppid=7811 vsize=28231644 memory=280733826648464 CPUtime=0.12 cores=0-7
/proc/7813/task/7830/stat : 7830 (java) S 7811 7811 6647 0 -1 1077944384 881 0 0 0 12 0 0 0 20 0 20 0 421144228 28909203456 12588 33554432000 4194304 4196468 140726617920704 139686465768048 139687289723522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7831] ppid=7811 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7831/stat : 7831 (java) S 7811 7811 6647 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421144228 28909203456 12588 33554432000 4194304 4196468 140726617920704 139686464715232 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7832] ppid=7811 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/7813/task/7832/stat : 7832 (java) S 7811 7811 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421144228 28909203456 12588 33554432000 4194304 4196468 140726617920704 139686463662768 139687289723522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51676 KiB

[startup+0.704294 s]
/proc/loadavg: 5.83 6.69 7.12 3/212 7832
/proc/meminfo: memFree=25584552/32770624 swapFree=67004764/67108860
[pid=7811] ppid=7808 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7811/stat : 7811 (xcsp3-exec) S 7808 7811 6647 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 421144222 115843072 363 33554432000 4194304 5098028 140727202755456 140727202753560 140601919984252 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27746304 140727202759542 140727202759785 140727202759785 140727202762698 0
/proc/7811/statm: 28282 363 304 221 0 87 0
[pid=7813] ppid=7811 vsize=28766280 memory=98220 CPUtime=1.67 cores=0-7
/proc/7813/stat : 7813 (java) S 7811 7811 6647 0 -1 1077944320 15431 0 0 0 160 7 0 0 20 0 28 0 421144222 29456670720 24555 33554432000 4194304 4196468 140726617920704 140726617903248 139687289712375 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
/proc/7813/statm: 7191570 24555 3448 1 0 7152672 0
[pid=7813/tid=7814] ppid=7811 vsize=28766280 memory=0 CPUtime=0.65 cores=0-7
/proc/7813/task/7814/stat : 7814 (java) S 7811 7811 6647 0 -1 1077944384 9433 0 0 0 61 4 0 0 20 0 28 0 421144222 29456670720 24555 33554432000 4194304 4196468 140726617920704 139687293953152 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7815] ppid=7811 vsize=28766280 memory=140366913512304 CPUtime=0 cores=0-7
/proc/7813/task/7815/stat : 7815 (java) S 7811 7811 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 421144223 29456670720 24555 33554432000 4194304 4196468 140726617920704 139687242332688 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7816] ppid=7811 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7816/stat : 7816 (java) S 7811 7811 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421144223 29456670720 24555 33554432000 4194304 4196468 140726617920704 139687241280144 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7817] ppid=7811 vsize=28766280 memory=772 CPUtime=0 cores=0-7
/proc/7813/task/7817/stat : 7817 (java) S 7811 7811 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421144223 29456670720 24555 33554432000 4194304 4196468 140726617920704 139687240227088 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0

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

[pid=7813/tid=7822] ppid=7811 vsize=28834892 memory=280733827189248 CPUtime=0 cores=0-7
/proc/7813/task/7822/stat : 7822 (java) S 7811 7811 6647 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 421144223 29526929408 50790 33554432000 4194304 4196468 140726617920704 139686833937296 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7823] ppid=7811 vsize=28834892 memory=280733827209888 CPUtime=0 cores=0-7
/proc/7813/task/7823/stat : 7823 (java) S 7811 7811 6647 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 421144225 29526929408 50790 33554432000 4194304 4196468 140726617920704 139686473136368 139687289723522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7824] ppid=7811 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7824/stat : 7824 (java) S 7811 7811 6647 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 421144225 29526929408 50790 33554432000 4194304 4196468 140726617920704 139686472082592 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7825] ppid=7811 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7825/stat : 7825 (java) S 7811 7811 6647 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 421144225 29526929408 50790 33554432000 4194304 4196468 140726617920704 139686471029488 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7826] ppid=7811 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7826/stat : 7826 (java) S 7811 7811 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421144228 29526929408 50790 33554432000 4194304 4196468 140726617920704 139686469978064 139687289730971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7827] ppid=7811 vsize=28834892 memory=0 CPUtime=0.83 cores=0-7
/proc/7813/task/7827/stat : 7827 (java) R 7811 7811 6647 0 -1 4202560 3002 0 0 0 82 1 0 0 20 0 28 0 421144228 29526929408 50790 33554432000 4194304 4196468 140726617920704 139686468907392 139687273123062 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7828] ppid=7811 vsize=28834892 memory=0 CPUtime=0.83 cores=0-7
/proc/7813/task/7828/stat : 7828 (java) R 7811 7811 6647 0 -1 4202560 2280 0 0 0 82 1 0 0 20 0 28 0 421144228 29526929408 50790 33554432000 4194304 4196468 140726617920704 139686467862208 139687274099052 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7829] ppid=7811 vsize=28834892 memory=0 CPUtime=0.87 cores=0-7
/proc/7813/task/7829/stat : 7829 (java) R 7811 7811 6647 0 -1 4202560 2484 0 0 0 87 0 0 0 20 0 28 0 421144228 29526929408 50790 33554432000 4194304 4196468 140726617920704 139686466806800 139687274827537 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7830] ppid=7811 vsize=28834892 memory=0 CPUtime=0.71 cores=0-7
/proc/7813/task/7830/stat : 7830 (java) S 7811 7811 6647 0 -1 1077944384 3148 0 0 0 70 1 0 0 20 0 28 0 421144228 29526929408 50790 33554432000 4194304 4196468 140726617920704 139686465768048 139687289723522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7831] ppid=7811 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7831/stat : 7831 (java) S 7811 7811 6647 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 421144228 29526929408 50790 33554432000 4194304 4196468 140726617920704 139686464715232 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7832] ppid=7811 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7832/stat : 7832 (java) S 7811 7811 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421144228 29526929408 50790 33554432000 4194304 4196468 140726617920704 139686463662768 139687289723522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
Current children cumulated CPU time: 8.51 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 204612 KiB

[startup+2.00829 s]*
/proc/loadavg: 5.83 6.69 7.12 13/220 7928
/proc/meminfo: memFree=25435648/32770624 swapFree=67004764/67108860
[pid=7811] ppid=7808 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7811/stat : 7811 (xcsp3-exec) S 7808 7811 6647 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 421144222 115843072 363 33554432000 4194304 5098028 140727202755456 140727202753560 140601919984252 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27746304 140727202759542 140727202759785 140727202759785 140727202762698 0
/proc/7811/statm: 28282 363 304 221 0 87 0
[pid=7813] ppid=7811 vsize=28834892 memory=214012 CPUtime=11.76 cores=0-7
/proc/7813/stat : 7813 (java) S 7811 7811 6647 0 -1 1077944320 29097 0 0 0 1163 13 0 0 20 0 28 0 421144222 29526929408 53503 33554432000 4194304 4196468 140726617920704 140726617903248 139687289712375 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
/proc/7813/statm: 7208723 53503 3495 1 0 7169825 0
[pid=7813/tid=7814] ppid=7811 vsize=28834892 memory=0 CPUtime=0.65 cores=0-7
/proc/7813/task/7814/stat : 7814 (java) S 7811 7811 6647 0 -1 1077944384 9437 0 0 0 61 4 0 0 20 0 28 0 421144222 29526929408 53503 33554432000 4194304 4196468 140726617920704 139687293953152 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7815] ppid=7811 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7815/stat : 7815 (java) S 7811 7811 6647 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 421144223 29526929408 53503 33554432000 4194304 4196468 140726617920704 139687242332688 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7816] ppid=7811 vsize=28834892 memory=169031675848320 CPUtime=0 cores=0-7
/proc/7813/task/7816/stat : 7816 (java) S 7811 7811 6647 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 421144223 29526929408 53503 33554432000 4194304 4196468 140726617920704 139687241280144 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7817] ppid=7811 vsize=28834892 memory=8463011135542865019 CPUtime=0 cores=0-7
/proc/7813/task/7817/stat : 7817 (java) S 7811 7811 6647 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 421144223 29526929408 53503 33554432000 4194304 4196468 140726617920704 139687240227088 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7818] ppid=7811 vsize=28834892 memory=7445971265557587822 CPUtime=0 cores=0-7
/proc/7813/task/7818/stat : 7818 (java) S 7811 7811 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 421144223 29526929408 53503 33554432000 4194304 4196468 140726617920704 139687239174544 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7819] ppid=7811 vsize=28834892 memory=8026650869813564775 CPUtime=0 cores=0-7
/proc/7813/task/7819/stat : 7819 (java) S 7811 7811 6647 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 421144223 29526929408 53503 33554432000 4194304 4196468 140726617920704 139687238122512 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7820] ppid=7811 vsize=28834892 memory=-1 CPUtime=0 cores=0-7
/proc/7813/task/7820/stat : 7820 (java) S 7811 7811 6647 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 421144223 29526929408 53503 33554432000 4194304 4196468 140726617920704 139687237069968 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7821] ppid=7811 vsize=28834892 memory=280733826421760 CPUtime=0 cores=0-7
/proc/7813/task/7821/stat : 7821 (java) S 7811 7811 6647 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 421144223 29526929408 53503 33554432000 4194304 4196468 140726617920704 139687236016912 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7822] ppid=7811 vsize=28834892 memory=6935652554363134804 CPUtime=0 cores=0-7
/proc/7813/task/7822/stat : 7822 (java) S 7811 7811 6647 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 421144223 29526929408 53503 33554432000 4194304 4196468 140726617920704 139686833937296 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7823] ppid=7811 vsize=28834892 memory=22129 CPUtime=0 cores=0-7
/proc/7813/task/7823/stat : 7823 (java) S 7811 7811 6647 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 421144225 29526929408 53503 33554432000 4194304 4196468 140726617920704 139686473136368 139687289723522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7824] ppid=7811 vsize=28834892 memory=4420 CPUtime=0 cores=0-7
/proc/7813/task/7824/stat : 7824 (java) S 7811 7811 6647 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 421144225 29526929408 53503 33554432000 4194304 4196468 140726617920704 139686472082592 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7825] ppid=7811 vsize=28834892 memory=6628 CPUtime=0 cores=0-7
/proc/7813/task/7825/stat : 7825 (java) S 7811 7811 6647 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 421144225 29526929408 53503 33554432000 4194304 4196468 140726617920704 139686471029488 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7826] ppid=7811 vsize=28834892 memory=8836 CPUtime=0 cores=0-7
/proc/7813/task/7826/stat : 7826 (java) S 7811 7811 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421144228 29526929408 53503 33554432000 4194304 4196468 140726617920704 139686469978064 139687289730971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7827] ppid=7811 vsize=28834892 memory=11044 CPUtime=1.21 cores=0-7
/proc/7813/task/7827/stat : 7827 (java) R 7811 7811 6647 0 -1 4202560 7416 0 0 0 119 2 0 0 20 0 28 0 421144228 29526929408 53503 33554432000 4194304 4196468 140726617920704 139686468911152 139687271256976 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7828] ppid=7811 vsize=28834892 memory=13252 CPUtime=1.14 cores=0-7
/proc/7813/task/7828/stat : 7828 (java) R 7811 7811 6647 0 -1 4202560 2484 0 0 0 113 1 0 0 20 0 28 0 421144228 29526929408 53503 33554432000 4194304 4196468 140726617920704 139686467859672 139687271256503 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7829] ppid=7811 vsize=28834892 memory=-3252517613199061085 CPUtime=1.2 cores=0-7
/proc/7813/task/7829/stat : 7829 (java) R 7811 7811 6647 0 -1 4202560 2798 0 0 0 120 0 0 0 20 0 28 0 421144228 29526929408 53503 33554432000 4194304 4196468 140726617920704 139686466801984 139687269368784 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7830] ppid=7811 vsize=28834892 memory=6944656592455360604 CPUtime=0.79 cores=0-7
/proc/7813/task/7830/stat : 7830 (java) R 7811 7811 6647 0 -1 1077944384 3514 0 0 0 78 1 0 0 20 0 28 0 421144228 29526929408 53503 33554432000 4194304 4196468 140726617920704 139686465768048 139687289723522 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7831] ppid=7811 vsize=28834892 memory=19876 CPUtime=0 cores=0-7
/proc/7813/task/7831/stat : 7831 (java) S 7811 7811 6647 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 421144228 29526929408 53503 33554432000 4194304 4196468 140726617920704 139686464715232 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7832] ppid=7811 vsize=28834892 memory=22084 CPUtime=0 cores=0-7
/proc/7813/task/7832/stat : 7832 (java) S 7811 7811 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421144228 29526929408 53503 33554432000 4194304 4196468 140726617920704 139686463662768 139687289723522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7921] ppid=7811 vsize=28834892 memory=280733826631232 CPUtime=0.62 cores=0-7
/proc/7813/task/7921/stat : 7921 (java) R 7811 7811 6647 0 -1 4202560 20 0 0 0 62 0 0 0 20 0 28 0 421144343 29526929408 53503 33554432000 4194304 4196468 140726617920704 139686454450064 139686921335657 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7922] ppid=7811 vsize=28834892 memory=0 CPUtime=0.76 cores=0-7
/proc/7813/task/7922/stat : 7922 (java) R 7811 7811 6647 0 -1 4202560 18 0 0 0 76 0 0 0 20 0 28 0 421144343 29526929408 53503 33554432000 4194304 4196468 140726617920704 139686448137352 139686922107229 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7923] ppid=7811 vsize=28834892 memory=0 CPUtime=0.44 cores=0-7
/proc/7813/task/7923/stat : 7923 (java) R 7811 7811 6647 0 -1 4202560 24 0 0 0 44 0 0 0 20 0 28 0 421144343 29526929408 53503 33554432000 4194304 4196468 140726617920704 139686447086128 139686921482836 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7924] ppid=7811 vsize=28834892 memory=0 CPUtime=0.45 cores=0-7
/proc/7813/task/7924/stat : 7924 (java) R 7811 7811 6647 0 -1 4202560 20 0 0 0 45 0 0 0 20 0 28 0 421144343 29526929408 53503 33554432000 4194304 4196468 140726617920704 139686449186320 139686921125982 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7925] ppid=7811 vsize=28834892 memory=0 CPUtime=0.48 cores=0-7
/proc/7813/task/7925/stat : 7925 (java) R 7811 7811 6647 0 -1 4202560 18 0 0 0 48 0 0 0 20 0 28 0 421144343 29526929408 53503 33554432000 4194304 4196468 140726617920704 139686453399320 139686922006883 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7926] ppid=7811 vsize=28834892 memory=0 CPUtime=0.57 cores=0-7
/proc/7813/task/7926/stat : 7926 (java) R 7811 7811 6647 0 -1 4202560 18 0 0 0 57 0 0 0 20 0 28 0 421144343 29526929408 53503 33554432000 4194304 4196468 140726617920704 139686450243128 139686921918338 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7927] ppid=7811 vsize=28834892 memory=3472328296227418159 CPUtime=0.47 cores=0-7
/proc/7813/task/7927/stat : 7927 (java) R 7811 7811 6647 0 -1 4202560 18 0 0 0 47 0 0 0 20 0 28 0 421144343 29526929408 53503 33554432000 4194304 4196468 140726617920704 139686452346840 139686922106012 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7928] ppid=7811 vsize=28834892 memory=280733826789552 CPUtime=0.56 cores=0-7
/proc/7813/task/7928/stat : 7928 (java) R 7811 7811 6647 0 -1 4202560 17 0 0 0 56 0 0 0 20 0 28 0 421144344 29526929408 53503 33554432000 4194304 4196468 140726617920704 139686443933336 139686920905637 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
Current children cumulated CPU time: 11.76 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 215464 KiB

[startup+2.2013 s]
/proc/loadavg: 5.83 6.69 7.12 13/220 7928
/proc/meminfo: memFree=25435648/32770624 swapFree=67004764/67108860
[pid=7811] ppid=7808 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7811/stat : 7811 (xcsp3-exec) S 7808 7811 6647 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 421144222 115843072 363 33554432000 4194304 5098028 140727202755456 140727202753560 140601919984252 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27746304 140727202759542 140727202759785 140727202759785 140727202762698 0
/proc/7811/statm: 28282 363 304 221 0 87 0
[pid=7813] ppid=7811 vsize=28834892 memory=212248 CPUtime=13.2 cores=0-7
/proc/7813/stat : 7813 (java) S 7811 7811 6647 0 -1 1077944320 29219 0 0 0 1307 13 0 0 20 0 28 0 421144222 29526929408 53062 33554432000 4194304 4196468 140726617920704 140726617903248 139687289712375 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
/proc/7813/statm: 7208723 53062 3497 1 0 7169825 0
[pid=7813/tid=7814] ppid=7811 vsize=28834892 memory=8112282956445269571 CPUtime=0.65 cores=0-7
/proc/7813/task/7814/stat : 7814 (java) S 7811 7811 6647 0 -1 1077944384 9437 0 0 0 61 4 0 0 20 0 28 0 421144222 29526929408 53062 33554432000 4194304 4196468 140726617920704 139687293953152 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7815] ppid=7811 vsize=28834892 memory=288230617509003574 CPUtime=0 cores=0-7
/proc/7813/task/7815/stat : 7815 (java) S 7811 7811 6647 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 421144223 29526929408 53062 33554432000 4194304 4196468 140726617920704 139687242332688 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7816] ppid=7811 vsize=28834892 memory=16104775267649398 CPUtime=0 cores=0-7
/proc/7813/task/7816/stat : 7816 (java) S 7811 7811 6647 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 421144223 29526929408 53062 33554432000 4194304 4196468 140726617920704 139687241280144 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7817] ppid=7811 vsize=28834892 memory=9230 CPUtime=0 cores=0-7
/proc/7813/task/7817/stat : 7817 (java) S 7811 7811 6647 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 421144223 29526929408 53062 33554432000 4194304 4196468 140726617920704 139687240227088 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7818] ppid=7811 vsize=28834892 memory=22023 CPUtime=0 cores=0-7
/proc/7813/task/7818/stat : 7818 (java) S 7811 7811 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 421144223 29526929408 53062 33554432000 4194304 4196468 140726617920704 139687239174544 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7819] ppid=7811 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7819/stat : 7819 (java) S 7811 7811 6647 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 421144223 29526929408 53062 33554432000 4194304 4196468 140726617920704 139687238122512 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7820] ppid=7811 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7820/stat : 7820 (java) S 7811 7811 6647 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 421144223 29526929408 53062 33554432000 4194304 4196468 140726617920704 139687237069968 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7821] ppid=7811 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7821/stat : 7821 (java) S 7811 7811 6647 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 421144223 29526929408 53062 33554432000 4194304 4196468 140726617920704 139687236016912 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7822] ppid=7811 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7822/stat : 7822 (java) S 7811 7811 6647 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 421144223 29526929408 53062 33554432000 4194304 4196468 140726617920704 139686833937296 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7823] ppid=7811 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7823/stat : 7823 (java) S 7811 7811 6647 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 421144225 29526929408 53062 33554432000 4194304 4196468 140726617920704 139686473136368 139687289723522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7824] ppid=7811 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7824/stat : 7824 (java) S 7811 7811 6647 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 421144225 29526929408 53062 33554432000 4194304 4196468 140726617920704 139686472082592 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7825] ppid=7811 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7825/stat : 7825 (java) S 7811 7811 6647 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 421144225 29526929408 53062 33554432000 4194304 4196468 140726617920704 139686471029488 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7826] ppid=7811 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7826/stat : 7826 (java) S 7811 7811 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421144228 29526929408 53062 33554432000 4194304 4196468 140726617920704 139686469978064 139687289730971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7827] ppid=7811 vsize=28834892 memory=0 CPUtime=1.31 cores=0-7
/proc/7813/task/7827/stat : 7827 (java) R 7811 7811 6647 0 -1 4202560 7452 0 0 0 129 2 0 0 20 0 28 0 421144228 29526929408 53062 33554432000 4194304 4196468 140726617920704 139686468912960 139687274617990 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7828] ppid=7811 vsize=28834892 memory=8112282956445269571 CPUtime=1.29 cores=0-7
/proc/7813/task/7828/stat : 7828 (java) R 7811 7811 6647 0 -1 4202560 2529 0 0 0 128 1 0 0 20 0 28 0 421144228 29526929408 53062 33554432000 4194304 4196468 140726617920704 139686467866840 139687269366336 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7829] ppid=7811 vsize=28834892 memory=0 CPUtime=1.28 cores=0-7
/proc/7813/task/7829/stat : 7829 (java) R 7811 7811 6647 0 -1 4202560 2811 0 0 0 128 0 0 0 20 0 28 0 421144228 29526929408 53062 33554432000 4194304 4196468 140726617920704 139686466813568 139687274622408 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7830] ppid=7811 vsize=28834892 memory=0 CPUtime=0.81 cores=0-7
/proc/7813/task/7830/stat : 7830 (java) R 7811 7811 6647 0 -1 4202560 3541 0 0 0 80 1 0 0 20 0 28 0 421144228 29526929408 53062 33554432000 4194304 4196468 140726617920704 139686465768048 139687281949502 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7831] ppid=7811 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7831/stat : 7831 (java) S 7811 7811 6647 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 421144228 29526929408 53062 33554432000 4194304 4196468 140726617920704 139686464715232 139687289722581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7832] ppid=7811 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/7813/task/7832/stat : 7832 (java) S 7811 7811 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421144228 29526929408 53062 33554432000 4194304 4196468 140726617920704 139686463662768 139687289723522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7921] ppid=7811 vsize=28834892 memory=0 CPUtime=0.74 cores=0-7
/proc/7813/task/7921/stat : 7921 (java) R 7811 7811 6647 0 -1 4202560 20 0 0 0 74 0 0 0 20 0 28 0 421144343 29526929408 53062 33554432000 4194304 4196468 140726617920704 139686454451608 139686920557857 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7922] ppid=7811 vsize=28834892 memory=0 CPUtime=0.91 cores=0-7
/proc/7813/task/7922/stat : 7922 (java) R 7811 7811 6647 0 -1 4202560 18 0 0 0 91 0 0 0 20 0 28 0 421144343 29526929408 53062 33554432000 4194304 4196468 140726617920704 139686448135584 139686921336211 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7923] ppid=7811 vsize=28834892 memory=0 CPUtime=0.57 cores=0-7
/proc/7813/task/7923/stat : 7923 (java) R 7811 7811 6647 0 -1 4202560 24 0 0 0 57 0 0 0 20 0 28 0 421144343 29526929408 53062 33554432000 4194304 4196468 140726617920704 139686447084152 139686924372998 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7924] ppid=7811 vsize=28834892 memory=0 CPUtime=0.61 cores=0-7
/proc/7813/task/7924/stat : 7924 (java) R 7811 7811 6647 0 -1 4202560 21 0 0 0 61 0 0 0 20 0 28 0 421144343 29526929408 53062 33554432000 4194304 4196468 140726617920704 139686449185984 139686922442418 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7925] ppid=7811 vsize=28834892 memory=0 CPUtime=0.57 cores=0-7
/proc/7813/task/7925/stat : 7925 (java) R 7811 7811 6647 0 -1 4202560 18 0 0 0 57 0 0 0 20 0 28 0 421144343 29526929408 53062 33554432000 4194304 4196468 140726617920704 139686453399736 139686921920276 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7926] ppid=7811 vsize=28834892 memory=0 CPUtime=0.72 cores=0-7
/proc/7813/task/7926/stat : 7926 (java) R 7811 7811 6647 0 -1 4202560 18 0 0 0 72 0 0 0 20 0 28 0 421144343 29526929408 53062 33554432000 4194304 4196468 140726617920704 139686450243128 139686921906147 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7927] ppid=7811 vsize=28834892 memory=0 CPUtime=0.64 cores=0-7
/proc/7813/task/7927/stat : 7927 (java) R 7811 7811 6647 0 -1 4202560 19 0 0 0 64 0 0 0 20 0 28 0 421144343 29526929408 53062 33554432000 4194304 4196468 140726617920704 139686452346584 139686923823578 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
[pid=7813/tid=7928] ppid=7811 vsize=28834892 memory=0 CPUtime=0.67 cores=0-7
/proc/7813/task/7928/stat : 7928 (java) R 7811 7811 6647 0 -1 4202560 17 0 0 0 67 0 0 0 20 0 28 0 421144344 29526929408 53062 33554432000 4194304 4196468 140726617920704 139686443933336 139686921920425 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20836352 140726617928682 140726617928854 140726617928854 140726617931727 0
Current children cumulated CPU time: 13.2 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 213700 KiB

Child status: 0
Real time (s): 2.2315
CPU time (s): 13.3042
CPU user time (s): 13.165
CPU system time (s): 0.139257
CPU usage (%): 596.202
Max. virtual memory (cumulated for all children) (KiB): 28948020
Max. memory (cumulated for all children) (KiB): 215464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.165
system time used= 0.139257
maximum resident set size= 215236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29789
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4206
involuntary context switches= 406


# summary of solver processes directly reported to runsolver:
#   pid: 7811
#   total CPU time (s): 13.3042
#   total CPU user time (s): 13.165
#   total CPU system time (s): 0.139257

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035789 second user time and 0.070493 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-14 10:12:06
IDJOB=4393898
IDBENCH=141374
IDSOLVER=2841
FILE ID=node126/4393898-1568448764
RUNJOBID= node126-1568443229-6674
PBS_JOBID= 21702346
Free space on /tmp= 55748 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-09_c18.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-4393898-1568448764/watcher-4393898-1568448764 -o /tmp/evaluation-result-4393898-1568448764/solver-4393898-1568448764 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node126-1568443229-6674 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 966189970 HOME/instance-4393898-1568448764.xml

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

MD5SUM BENCH= 5099229ea21e0b755c9ada14ed0c0ccc
RANDOM SEED=966189970

node126.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.45
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.56
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.45
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.56
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.45
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.56
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.45
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25636204 kB
MemAvailable:   31858712 kB
Buffers:          168576 kB
Cached:          6304140 kB
SwapCached:         2880 kB
Active:          2768552 kB
Inactive:        3712404 kB
Active(anon):       4628 kB
Inactive(anon):    44688 kB
Active(file):    2763924 kB
Inactive(file):  3667716 kB
Unevictable:      107980 kB
Mlocked:          107980 kB
SwapTotal:      67108860 kB
SwapFree:       67004764 kB
Dirty:             26000 kB
Writeback:             0 kB
AnonPages:        121580 kB
Mapped:            45100 kB
Shmem:             32816 kB
Slab:             243496 kB
SReclaimable:     213404 kB
SUnreclaim:        30092 kB
KernelStack:        3728 kB
PageTables:         6372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 55724 MiB
End job on node126 at 2019-09-14 10:12:09