Trace number 4400158

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-09-16 parallelOPT44 18.4903 2.86708

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 benchmark8.57589
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-4400158-1568720572.xml"  -tl '2016s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4400158-1568720572.xml, -tl, 2016s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.27/0.63	c solve instance...
1.72/0.72	o 65 
1.72/0.72	o 61 
1.72/0.73	o 59 
1.72/0.73	o 57 
1.72/0.77	o 53 
1.72/0.79	o 49 
2.33/0.87	o 47 
3.95/1.10	o 45 
4.74/1.15	o 44 
18.13/2.84	s OPTIMUM FOUND
18.13/2.84	v <instantiation>
18.13/2.84	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>
18.13/2.84	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>
18.13/2.84	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 (15121 MiB free)
  memory of node 1: 16384 MiB (15324 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400158-1568720572/watcher-4400158-1568720572 -o /tmp/evaluation-result-4400158-1568720572/solver-4400158-1568720572 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node105-1568709526-22615 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 420546543 HOME/instance-4400158-1568720572.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=30313, runsolver pid=30310
Current StackSize limit: 8192 KiB


[startup+0.100148 s]*
/proc/loadavg: 8.89 7.80 7.81 3/211 30334
/proc/meminfo: memFree=31161392/32770624 swapFree=66939936/67108860
[pid=30313] ppid=30310 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/30313/stat : 30313 (xcsp3-exec) S 30310 30313 22588 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448315372 115843072 362 33554432000 4194304 5098028 140724727808640 140724727806744 140055053230716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39981056 140724727817084 140724727817326 140724727817326 140724727820234 0
/proc/30313/statm: 28282 362 304 221 0 87 0
[pid=30315] ppid=30313 vsize=28227396 memory=28812 CPUtime=0.12 cores=0-7
/proc/30315/stat : 30315 (java) S 30313 30313 22588 0 -1 1077944320 5701 0 0 0 11 1 0 0 20 0 20 0 448315372 28904853504 7203 33554432000 4194304 4196468 140732092755008 140732092737552 140545847201527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
/proc/30315/statm: 7056849 7203 3121 1 0 7019032 0
[pid=30315/tid=30316] ppid=30313 vsize=28227396 memory=8317482817917895235 CPUtime=0.09 cores=0-7
/proc/30315/task/30316/stat : 30316 (java) R 30313 30313 22588 0 -1 4202560 3621 0 0 0 8 1 0 0 20 0 20 0 448315372 28904853504 7203 33554432000 4194304 4196468 140732092755008 140545851437632 140545831245157 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30317] ppid=30313 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/30315/task/30317/stat : 30317 (java) S 30313 30313 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448315373 28904853504 7203 33554432000 4194304 4196468 140732092755008 140545767054096 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30318] ppid=30313 vsize=28227396 memory=139702153377408 CPUtime=0 cores=0-7
/proc/30315/task/30318/stat : 30318 (java) S 30313 30313 22588 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448315373 28904853504 7203 33554432000 4194304 4196468 140732092755008 140545766001552 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30319] ppid=30313 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30319/stat : 30319 (java) S 30313 30313 22588 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448315373 28904853504 7203 33554432000 4194304 4196468 140732092755008 140545764949008 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30320] ppid=30313 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30320/stat : 30320 (java) S 30313 30313 22588 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448315373 28904853504 7203 33554432000 4194304 4196468 140732092755008 140545763896464 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30321] ppid=30313 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30321/stat : 30321 (java) S 30313 30313 22588 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448315373 28904853504 7203 33554432000 4194304 4196468 140732092755008 140545762842896 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30322] ppid=30313 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30315/task/30322/stat : 30322 (java) S 30313 30313 22588 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448315373 28904853504 7203 33554432000 4194304 4196468 140732092755008 140545761790352 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30323] ppid=30313 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30323/stat : 30323 (java) S 30313 30313 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448315373 28904853504 7203 33554432000 4194304 4196468 140732092755008 140545760737808 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30324] ppid=30313 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30324/stat : 30324 (java) S 30313 30313 22588 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448315373 28904853504 7203 33554432000 4194304 4196468 140732092755008 140545759685264 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30325] ppid=30313 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30325/stat : 30325 (java) S 30313 30313 22588 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448315375 28904853504 7203 33554432000 4194304 4196468 140732092755008 140544963607024 140545847212674 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30326] ppid=30313 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30326/stat : 30326 (java) S 30313 30313 22588 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 448315375 28904853504 7203 33554432000 4194304 4196468 140732092755008 140544962553248 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30327] ppid=30313 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30327/stat : 30327 (java) S 30313 30313 22588 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 448315375 28904853504 7203 33554432000 4194304 4196468 140732092755008 140544961500656 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30328] ppid=30313 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30328/stat : 30328 (java) S 30313 30313 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448315378 28904853504 7203 33554432000 4194304 4196468 140732092755008 140544960449232 140545847220123 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30329] ppid=30313 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30329/stat : 30329 (java) S 30313 30313 22588 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 20 0 448315378 28904853504 7203 33554432000 4194304 4196468 140732092755008 140544959395824 140545847212674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30330] ppid=30313 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30330/stat : 30330 (java) R 30313 30313 22588 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 20 0 448315378 28904853504 7203 33554432000 4194304 4196468 140732092755008 140544958343280 140545830557602 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30331] ppid=30313 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30331/stat : 30331 (java) R 30313 30313 22588 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 448315378 28904853504 7203 33554432000 4194304 4196468 140732092755008 140544957290736 140545847212674 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30332] ppid=30313 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/30315/task/30332/stat : 30332 (java) R 30313 30313 22588 0 -1 4202560 352 0 0 0 1 0 0 0 20 0 20 0 448315378 28904853504 7203 33554432000 4194304 4196468 140732092755008 140544956238192 140545828788784 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30333] ppid=30313 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30333/stat : 30333 (java) S 30313 30313 22588 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448315378 28904853504 7203 33554432000 4194304 4196468 140732092755008 140544955185888 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30334] ppid=30313 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30315/task/30334/stat : 30334 (java) S 30313 30313 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448315378 28904853504 7203 33554432000 4194304 4196468 140732092755008 140544954133424 140545847212674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30260 KiB

[startup+0.210643 s]*
/proc/loadavg: 8.89 7.80 7.81 4/211 30334
/proc/meminfo: memFree=31147596/32770624 swapFree=66939936/67108860
[pid=30313] ppid=30310 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/30313/stat : 30313 (xcsp3-exec) S 30310 30313 22588 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448315372 115843072 362 33554432000 4194304 5098028 140724727808640 140724727806744 140055053230716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39981056 140724727817084 140724727817326 140724727817326 140724727820234 0
/proc/30313/statm: 28282 362 304 221 0 87 0
[pid=30315] ppid=30313 vsize=28227396 memory=41288 CPUtime=0.34 cores=0-7
/proc/30315/stat : 30315 (java) S 30313 30313 22588 0 -1 1077944320 9554 0 0 0 31 3 0 0 20 0 20 0 448315372 28904853504 10322 33554432000 4194304 4196468 140732092755008 140732092737552 140545847201527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
/proc/30315/statm: 7056849 10322 3312 1 0 7019032 0
[pid=30315/tid=30316] ppid=30313 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/30315/task/30316/stat : 30316 (java) R 30313 30313 22588 0 -1 4202560 6661 0 0 0 17 2 0 0 20 0 20 0 448315372 28904853504 10322 33554432000 4194304 4196468 140732092755008 140545851439840 140545840186601 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30317] ppid=30313 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/30315/task/30317/stat : 30317 (java) S 30313 30313 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448315373 28904853504 10322 33554432000 4194304 4196468 140732092755008 140545767054096 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30318] ppid=30313 vsize=28227396 memory=3905946063910860448 CPUtime=0 cores=0-7
/proc/30315/task/30318/stat : 30318 (java) S 30313 30313 22588 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448315373 28904853504 10322 33554432000 4194304 4196468 140732092755008 140545766001552 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30319] ppid=30313 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30315/task/30319/stat : 30319 (java) S 30313 30313 22588 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448315373 28904853504 10322 33554432000 4194304 4196468 140732092755008 140545764949008 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30320] ppid=30313 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30320/stat : 30320 (java) S 30313 30313 22588 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448315373 28904853504 10322 33554432000 4194304 4196468 140732092755008 140545763896464 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30321] ppid=30313 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30321/stat : 30321 (java) S 30313 30313 22588 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448315373 28904853504 10322 33554432000 4194304 4196468 140732092755008 140545762842896 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30322] ppid=30313 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30315/task/30322/stat : 30322 (java) S 30313 30313 22588 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448315373 28904853504 10322 33554432000 4194304 4196468 140732092755008 140545761790352 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30323] ppid=30313 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30323/stat : 30323 (java) S 30313 30313 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448315373 28904853504 10322 33554432000 4194304 4196468 140732092755008 140545760737808 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30324] ppid=30313 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30324/stat : 30324 (java) S 30313 30313 22588 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448315373 28904853504 10322 33554432000 4194304 4196468 140732092755008 140545759685264 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30325] ppid=30313 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30325/stat : 30325 (java) S 30313 30313 22588 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 448315375 28904853504 10322 33554432000 4194304 4196468 140732092755008 140544963607024 140545847212674 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30326] ppid=30313 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30326/stat : 30326 (java) S 30313 30313 22588 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 448315375 28904853504 10322 33554432000 4194304 4196468 140732092755008 140544962553248 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30327] ppid=30313 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30327/stat : 30327 (java) S 30313 30313 22588 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 448315375 28904853504 10322 33554432000 4194304 4196468 140732092755008 140544961500656 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30328] ppid=30313 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30328/stat : 30328 (java) S 30313 30313 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448315378 28904853504 10322 33554432000 4194304 4196468 140732092755008 140544960449232 140545847220123 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30329] ppid=30313 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30329/stat : 30329 (java) S 30313 30313 22588 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 448315378 28904853504 10322 33554432000 4194304 4196468 140732092755008 140544959395824 140545847212674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30330] ppid=30313 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/30315/task/30330/stat : 30330 (java) S 30313 30313 22588 0 -1 1077944384 375 0 0 0 2 0 0 0 20 0 20 0 448315378 28904853504 10322 33554432000 4194304 4196468 140732092755008 140544958343280 140545847212674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30331] ppid=30313 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/30315/task/30331/stat : 30331 (java) S 30313 30313 22588 0 -1 1077944384 174 0 0 0 1 0 0 0 20 0 20 0 448315378 28904853504 10322 33554432000 4194304 4196468 140732092755008 140544957290736 140545847212674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30332] ppid=30313 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/30315/task/30332/stat : 30332 (java) R 30313 30313 22588 0 -1 4202560 736 0 0 0 7 0 0 0 20 0 20 0 448315378 28904853504 10322 33554432000 4194304 4196468 140732092755008 140544956238320 140545831282014 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30333] ppid=30313 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30333/stat : 30333 (java) S 30313 30313 22588 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448315378 28904853504 10322 33554432000 4194304 4196468 140732092755008 140544955185888 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30334] ppid=30313 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30315/task/30334/stat : 30334 (java) S 30313 30313 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448315378 28904853504 10322 33554432000 4194304 4196468 140732092755008 140544954133424 140545847212674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42736 KiB

[startup+0.31914 s]*
/proc/loadavg: 8.89 7.80 7.81 3/211 30334
/proc/meminfo: memFree=31140576/32770624 swapFree=66939936/67108860
[pid=30313] ppid=30310 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/30313/stat : 30313 (xcsp3-exec) S 30310 30313 22588 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448315372 115843072 362 33554432000 4194304 5098028 140724727808640 140724727806744 140055053230716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39981056 140724727817084 140724727817326 140724727817326 140724727820234 0
/proc/30313/statm: 28282 362 304 221 0 87 0
[pid=30315] ppid=30313 vsize=28231652 memory=50812 CPUtime=0.54 cores=0-7
/proc/30315/stat : 30315 (java) S 30313 30313 22588 0 -1 1077944320 11086 0 0 0 49 5 0 0 20 0 20 0 448315372 28909211648 12703 33554432000 4194304 4196468 140732092755008 140732092737552 140545847201527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
/proc/30315/statm: 7057913 12703 3343 1 0 7019032 0
[pid=30315/tid=30316] ppid=30313 vsize=28231652 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/30315/task/30316/stat : 30316 (java) R 30313 30313 22588 0 -1 4202560 7959 0 0 0 27 3 0 0 20 0 20 0 448315372 28909211648 12703 33554432000 4194304 4196468 140732092755008 140545851436464 140545831282014 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30317] ppid=30313 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30317/stat : 30317 (java) S 30313 30313 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448315373 28909211648 12703 33554432000 4194304 4196468 140732092755008 140545767054096 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30318] ppid=30313 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30318/stat : 30318 (java) S 30313 30313 22588 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448315373 28909211648 12703 33554432000 4194304 4196468 140732092755008 140545766001552 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30319] ppid=30313 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30319/stat : 30319 (java) S 30313 30313 22588 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448315373 28909211648 12703 33554432000 4194304 4196468 140732092755008 140545764949008 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30320] ppid=30313 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30320/stat : 30320 (java) S 30313 30313 22588 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448315373 28909211648 12703 33554432000 4194304 4196468 140732092755008 140545763896464 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30321] ppid=30313 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30321/stat : 30321 (java) S 30313 30313 22588 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448315373 28909211648 12703 33554432000 4194304 4196468 140732092755008 140545762842896 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30322] ppid=30313 vsize=28231652 memory=139701998676655 CPUtime=0 cores=0-7
/proc/30315/task/30322/stat : 30322 (java) S 30313 30313 22588 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448315373 28909211648 12703 33554432000 4194304 4196468 140732092755008 140545761790352 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30323] ppid=30313 vsize=28231652 memory=139701998678960 CPUtime=0 cores=0-7
/proc/30315/task/30323/stat : 30323 (java) S 30313 30313 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448315373 28909211648 12703 33554432000 4194304 4196468 140732092755008 140545760737808 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30324] ppid=30313 vsize=28231652 memory=139701998681264 CPUtime=0 cores=0-7
/proc/30315/task/30324/stat : 30324 (java) S 30313 30313 22588 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448315373 28909211648 12703 33554432000 4194304 4196468 140732092755008 140545759685264 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30325] ppid=30313 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30325/stat : 30325 (java) S 30313 30313 22588 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 448315375 28909211648 12703 33554432000 4194304 4196468 140732092755008 140544963607024 140545847212674 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30326] ppid=30313 vsize=28231652 memory=279403997376400 CPUtime=0 cores=0-7
/proc/30315/task/30326/stat : 30326 (java) S 30313 30313 22588 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 448315375 28909211648 12703 33554432000 4194304 4196468 140732092755008 140544962553248 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30327] ppid=30313 vsize=28231652 memory=279403997374096 CPUtime=0 cores=0-7
/proc/30315/task/30327/stat : 30327 (java) S 30313 30313 22588 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 448315375 28909211648 12703 33554432000 4194304 4196468 140732092755008 140544961500656 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30328] ppid=30313 vsize=28231652 memory=279403997381008 CPUtime=0 cores=0-7
/proc/30315/task/30328/stat : 30328 (java) S 30313 30313 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448315378 28909211648 12703 33554432000 4194304 4196468 140732092755008 140544960449232 140545847220123 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30329] ppid=30313 vsize=28231652 memory=279403997322288 CPUtime=0.03 cores=0-7
/proc/30315/task/30329/stat : 30329 (java) S 30313 30313 22588 0 -1 1077944384 423 0 0 0 3 0 0 0 20 0 20 0 448315378 28909211648 12703 33554432000 4194304 4196468 140732092755008 140544959395824 140545847212674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30330] ppid=30313 vsize=28231652 memory=279403997394832 CPUtime=0.03 cores=0-7
/proc/30315/task/30330/stat : 30330 (java) S 30313 30313 22588 0 -1 1077944384 388 0 0 0 3 0 0 0 20 0 20 0 448315378 28909211648 12703 33554432000 4194304 4196468 140732092755008 140544958343280 140545847212674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30331] ppid=30313 vsize=28231652 memory=279403997401744 CPUtime=0.02 cores=0-7
/proc/30315/task/30331/stat : 30331 (java) S 30313 30313 22588 0 -1 1077944384 189 0 0 0 2 0 0 0 20 0 20 0 448315378 28909211648 12703 33554432000 4194304 4196468 140732092755008 140544957290736 140545847212674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30332] ppid=30313 vsize=28231652 memory=279403997399440 CPUtime=0.12 cores=0-7
/proc/30315/task/30332/stat : 30332 (java) S 30313 30313 22588 0 -1 1077944384 816 0 0 0 12 0 0 0 20 0 20 0 448315378 28909211648 12703 33554432000 4194304 4196468 140732092755008 140544956238192 140545847212674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30333] ppid=30313 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30333/stat : 30333 (java) S 30313 30313 22588 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448315378 28909211648 12703 33554432000 4194304 4196468 140732092755008 140544955185888 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30334] ppid=30313 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/30315/task/30334/stat : 30334 (java) S 30313 30313 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448315378 28909211648 12703 33554432000 4194304 4196468 140732092755008 140544954133424 140545847212674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 52260 KiB

[startup+0.702314 s]
/proc/loadavg: 8.89 7.80 7.81 3/211 30334
/proc/meminfo: memFree=31123384/32770624 swapFree=66939936/67108860
[pid=30313] ppid=30310 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/30313/stat : 30313 (xcsp3-exec) S 30310 30313 22588 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448315372 115843072 362 33554432000 4194304 5098028 140724727808640 140724727806744 140055053230716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39981056 140724727817084 140724727817326 140724727817326 140724727820234 0
/proc/30313/statm: 28282 362 304 221 0 87 0
[pid=30315] ppid=30313 vsize=28766288 memory=100400 CPUtime=1.72 cores=0-7
/proc/30315/stat : 30315 (java) S 30313 30313 22588 0 -1 1077944320 15406 0 0 0 164 8 0 0 20 0 28 0 448315372 29456678912 25100 33554432000 4194304 4196468 140732092755008 140732092737552 140545847201527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
/proc/30315/statm: 7191572 25100 3454 1 0 7152672 0
[pid=30315/tid=30316] ppid=30313 vsize=28766288 memory=0 CPUtime=0.63 cores=0-7
/proc/30315/task/30316/stat : 30316 (java) S 30313 30313 22588 0 -1 1077944384 9259 0 0 0 58 5 0 0 20 0 28 0 448315372 29456678912 25100 33554432000 4194304 4196468 140732092755008 140545851442304 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30317] ppid=30313 vsize=28766288 memory=139701998887792 CPUtime=0 cores=0-7
/proc/30315/task/30317/stat : 30317 (java) S 30313 30313 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 448315373 29456678912 25100 33554432000 4194304 4196468 140732092755008 140545767054096 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30318] ppid=30313 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30318/stat : 30318 (java) S 30313 30313 22588 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 448315373 29456678912 25100 33554432000 4194304 4196468 140732092755008 140545766001552 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30319] ppid=30313 vsize=28766288 memory=784 CPUtime=0 cores=0-7
/proc/30315/task/30319/stat : 30319 (java) S 30313 30313 22588 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 448315373 29456678912 25100 33554432000 4194304 4196468 140732092755008 140545764949008 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0

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

[pid=30315/tid=30324] ppid=30313 vsize=28769364 memory=139701998618528 CPUtime=0 cores=0-7
/proc/30315/task/30324/stat : 30324 (java) S 30313 30313 22588 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 448315373 29459828736 50772 33554432000 4194304 4196468 140732092755008 140545759685264 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30325] ppid=30313 vsize=28769364 memory=139701998771184 CPUtime=0 cores=0-7
/proc/30315/task/30325/stat : 30325 (java) S 30313 30313 22588 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 448315375 29459828736 50772 33554432000 4194304 4196468 140732092755008 140544963607024 140545847212674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30326] ppid=30313 vsize=28769364 memory=139701998618720 CPUtime=0 cores=0-7
/proc/30315/task/30326/stat : 30326 (java) S 30313 30313 22588 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 448315375 29459828736 50772 33554432000 4194304 4196468 140732092755008 140544962553248 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30327] ppid=30313 vsize=28769364 memory=4294999342 CPUtime=0 cores=0-7
/proc/30315/task/30327/stat : 30327 (java) S 30313 30313 22588 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 448315375 29459828736 50772 33554432000 4194304 4196468 140732092755008 140544961500656 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30328] ppid=30313 vsize=28769364 memory=5939239009416144960 CPUtime=0 cores=0-7
/proc/30315/task/30328/stat : 30328 (java) S 30313 30313 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 448315378 29459828736 50772 33554432000 4194304 4196468 140732092755008 140544960449232 140545847220123 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30329] ppid=30313 vsize=28769364 memory=35876 CPUtime=0.81 cores=0-7
/proc/30315/task/30329/stat : 30329 (java) R 30313 30313 22588 0 -1 4202560 3176 0 0 0 81 0 0 0 20 0 28 0 448315378 29459828736 50772 33554432000 4194304 4196468 140732092755008 140544959382392 140545833242015 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30330] ppid=30313 vsize=28769364 memory=7518026621751088998 CPUtime=0.83 cores=0-7
/proc/30315/task/30330/stat : 30330 (java) R 30313 30313 22588 0 -1 4202560 3686 0 0 0 83 0 0 0 20 0 28 0 448315378 29459828736 50772 33554432000 4194304 4196468 140732092755008 140544958325120 140545830687419 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30331] ppid=30313 vsize=28769364 memory=7517752890833856100 CPUtime=0.67 cores=0-7
/proc/30315/task/30331/stat : 30331 (java) R 30313 30313 22588 0 -1 4202560 2687 0 0 0 67 0 0 0 20 0 28 0 448315378 29459828736 50772 33554432000 4194304 4196468 140732092755008 140544957276760 140545828724105 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30332] ppid=30313 vsize=28769364 memory=7444843076533644388 CPUtime=0.53 cores=0-7
/proc/30315/task/30332/stat : 30332 (java) R 30313 30313 22588 0 -1 1077944384 2983 0 0 0 53 0 0 0 20 0 28 0 448315378 29459828736 50772 33554432000 4194304 4196468 140732092755008 140544956238192 140545847212674 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30333] ppid=30313 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30333/stat : 30333 (java) S 30313 30313 22588 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 448315378 29459828736 50772 33554432000 4194304 4196468 140732092755008 140544955185888 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30334] ppid=30313 vsize=28769364 memory=13860 CPUtime=0 cores=0-7
/proc/30315/task/30334/stat : 30334 (java) R 30313 30313 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 448315378 29459828736 50772 33554432000 4194304 4196468 140732092755008 140544954133424 140545847212674 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
Current children cumulated CPU time: 8.59 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 204536 KiB

[startup+2.4011 s]
/proc/loadavg: 8.89 7.80 7.81 13/219 30415
/proc/meminfo: memFree=30986220/32770624 swapFree=66939936/67108860
[pid=30313] ppid=30310 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/30313/stat : 30313 (xcsp3-exec) S 30310 30313 22588 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448315372 115843072 362 33554432000 4194304 5098028 140724727808640 140724727806744 140055053230716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39981056 140724727817084 140724727817326 140724727817326 140724727820234 0
/proc/30313/statm: 28282 362 304 221 0 87 0
[pid=30315] ppid=30313 vsize=28769364 memory=208804 CPUtime=14.93 cores=0-7
/proc/30315/stat : 30315 (java) S 30313 30313 22588 0 -1 1077944320 25290 0 0 0 1481 12 0 0 20 0 28 0 448315372 29459828736 52201 33554432000 4194304 4196468 140732092755008 140732092737552 140545847201527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
/proc/30315/statm: 7192341 52201 3487 1 0 7153441 0
[pid=30315/tid=30316] ppid=30313 vsize=28769364 memory=0 CPUtime=0.63 cores=0-7
/proc/30315/task/30316/stat : 30316 (java) S 30313 30313 22588 0 -1 1077944384 9264 0 0 0 58 5 0 0 20 0 28 0 448315372 29459828736 52201 33554432000 4194304 4196468 140732092755008 140545851442304 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30317] ppid=30313 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30317/stat : 30317 (java) S 30313 30313 22588 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 448315373 29459828736 52201 33554432000 4194304 4196468 140732092755008 140545767054096 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30318] ppid=30313 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30318/stat : 30318 (java) S 30313 30313 22588 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 448315373 29459828736 52201 33554432000 4194304 4196468 140732092755008 140545766001552 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30319] ppid=30313 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30319/stat : 30319 (java) S 30313 30313 22588 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 448315373 29459828736 52201 33554432000 4194304 4196468 140732092755008 140545764949008 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30320] ppid=30313 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30320/stat : 30320 (java) S 30313 30313 22588 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 448315373 29459828736 52201 33554432000 4194304 4196468 140732092755008 140545763896464 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30321] ppid=30313 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30321/stat : 30321 (java) S 30313 30313 22588 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 448315373 29459828736 52201 33554432000 4194304 4196468 140732092755008 140545762842896 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30322] ppid=30313 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30322/stat : 30322 (java) S 30313 30313 22588 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 448315373 29459828736 52201 33554432000 4194304 4196468 140732092755008 140545761790352 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30323] ppid=30313 vsize=28769364 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/30315/task/30323/stat : 30323 (java) S 30313 30313 22588 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 448315373 29459828736 52201 33554432000 4194304 4196468 140732092755008 140545760737808 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30324] ppid=30313 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30324/stat : 30324 (java) S 30313 30313 22588 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 448315373 29459828736 52201 33554432000 4194304 4196468 140732092755008 140545759685264 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30325] ppid=30313 vsize=28769364 memory=139702153378097 CPUtime=0 cores=0-7
/proc/30315/task/30325/stat : 30325 (java) S 30313 30313 22588 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 448315375 29459828736 52201 33554432000 4194304 4196468 140732092755008 140544963607024 140545847212674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30326] ppid=30313 vsize=28769364 memory=6935649255759568960 CPUtime=0 cores=0-7
/proc/30315/task/30326/stat : 30326 (java) S 30313 30313 22588 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 448315375 29459828736 52201 33554432000 4194304 4196468 140732092755008 140544962553248 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30327] ppid=30313 vsize=28769364 memory=4638778398332698720 CPUtime=0 cores=0-7
/proc/30315/task/30327/stat : 30327 (java) S 30313 30313 22588 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 448315375 29459828736 52201 33554432000 4194304 4196468 140732092755008 140544961500656 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30328] ppid=30313 vsize=28769364 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/30315/task/30328/stat : 30328 (java) S 30313 30313 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 448315378 29459828736 52201 33554432000 4194304 4196468 140732092755008 140544960449232 140545847220123 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30329] ppid=30313 vsize=28769364 memory=5787213852867907920 CPUtime=1.28 cores=0-7
/proc/30315/task/30329/stat : 30329 (java) S 30313 30313 22588 0 -1 1077944384 3225 0 0 0 128 0 0 0 20 0 28 0 448315378 29459828736 52201 33554432000 4194304 4196468 140732092755008 140544959395824 140545847212674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30330] ppid=30313 vsize=28769364 memory=6935649255759568960 CPUtime=1.26 cores=0-7
/proc/30315/task/30330/stat : 30330 (java) S 30313 30313 22588 0 -1 1077944384 3752 0 0 0 126 0 0 0 20 0 28 0 448315378 29459828736 52201 33554432000 4194304 4196468 140732092755008 140544958343280 140545847212674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30331] ppid=30313 vsize=28769364 memory=6791534058613427641 CPUtime=1.27 cores=0-7
/proc/30315/task/30331/stat : 30331 (java) R 30313 30313 22588 0 -1 1077944384 2817 0 0 0 127 0 0 0 20 0 28 0 448315378 29459828736 52201 33554432000 4194304 4196468 140732092755008 140544957290736 140545847212674 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30332] ppid=30313 vsize=28769364 memory=5859271421084456296 CPUtime=0.62 cores=0-7
/proc/30315/task/30332/stat : 30332 (java) S 30313 30313 22588 0 -1 1077944384 3106 0 0 0 61 1 0 0 20 0 28 0 448315378 29459828736 52201 33554432000 4194304 4196468 140732092755008 140544956238192 140545847212674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30333] ppid=30313 vsize=28769364 memory=7007706849797498710 CPUtime=0 cores=0-7
/proc/30315/task/30333/stat : 30333 (java) S 30313 30313 22588 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 448315378 29459828736 52201 33554432000 4194304 4196468 140732092755008 140544955185888 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30334] ppid=30313 vsize=28769364 memory=7014463348750180416 CPUtime=0 cores=0-7
/proc/30315/task/30334/stat : 30334 (java) S 30313 30313 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 448315378 29459828736 52201 33554432000 4194304 4196468 140732092755008 140544954133424 140545847212674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30407] ppid=30313 vsize=28769364 memory=7373053875070724434 CPUtime=0.95 cores=0-7
/proc/30315/task/30407/stat : 30407 (java) R 30313 30313 22588 0 -1 4202560 18 0 0 0 95 0 0 0 20 0 28 0 448315487 29459828736 52201 33554432000 4194304 4196468 140732092755008 140544872480552 140545445117903 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30408] ppid=30313 vsize=28769364 memory=6935649255759568960 CPUtime=0.88 cores=0-7
/proc/30315/task/30408/stat : 30408 (java) R 30313 30313 22588 0 -1 4202560 30 0 0 0 88 0 0 0 20 0 28 0 448315487 29459828736 52201 33554432000 4194304 4196468 140732092755008 140544877744120 140545445223887 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30409] ppid=30313 vsize=28769364 memory=56 CPUtime=0.89 cores=0-7
/proc/30315/task/30409/stat : 30409 (java) R 30313 30313 22588 0 -1 4202560 20 0 0 0 89 0 0 0 20 0 28 0 448315487 29459828736 52201 33554432000 4194304 4196468 140732092755008 140544875638936 140545444514966 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30410] ppid=30313 vsize=28769364 memory=288230621803970871 CPUtime=0.89 cores=0-7
/proc/30315/task/30410/stat : 30410 (java) R 30313 30313 22588 0 -1 4202560 21 0 0 0 89 0 0 0 20 0 28 0 448315487 29459828736 52201 33554432000 4194304 4196468 140732092755008 140544870375928 140545446111182 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30411] ppid=30313 vsize=28769364 memory=13563791027735085 CPUtime=0.95 cores=0-7
/proc/30315/task/30411/stat : 30411 (java) R 30313 30313 22588 0 -1 4202560 19 0 0 0 95 0 0 0 20 0 28 0 448315487 29459828736 52201 33554432000 4194304 4196468 140732092755008 140544876693208 140545445222666 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30412] ppid=30313 vsize=28769364 memory=0 CPUtime=0.81 cores=0-7
/proc/30315/task/30412/stat : 30412 (java) R 30313 30313 22588 0 -1 4202560 20 0 0 0 81 0 0 0 20 0 28 0 448315487 29459828736 52201 33554432000 4194304 4196468 140732092755008 140544873533832 140545444842614 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30413] ppid=30313 vsize=28769364 memory=6656426216303648864 CPUtime=0.85 cores=0-7
/proc/30315/task/30413/stat : 30413 (java) R 30313 30313 22588 0 -1 4202560 23 0 0 0 85 0 0 0 20 0 28 0 448315487 29459828736 52201 33554432000 4194304 4196468 140732092755008 140544871427880 140545445222954 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30414] ppid=30313 vsize=28769364 memory=6656426216303648864 CPUtime=0.89 cores=0-7
/proc/30315/task/30414/stat : 30414 (java) R 30313 30313 22588 0 -1 4202560 24 0 0 0 89 0 0 0 20 0 28 0 448315488 29459828736 52201 33554432000 4194304 4196468 140732092755008 140544874585848 140545445223970 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
Current children cumulated CPU time: 14.93 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 210252 KiB

[startup+2.8011 s]
/proc/loadavg: 8.89 7.80 7.81 13/219 30415
/proc/meminfo: memFree=30986220/32770624 swapFree=66939936/67108860
[pid=30313] ppid=30310 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/30313/stat : 30313 (xcsp3-exec) S 30310 30313 22588 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448315372 115843072 362 33554432000 4194304 5098028 140724727808640 140724727806744 140055053230716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39981056 140724727817084 140724727817326 140724727817326 140724727820234 0
/proc/30313/statm: 28282 362 304 221 0 87 0
[pid=30315] ppid=30313 vsize=28769364 memory=213044 CPUtime=18.13 cores=0-7
/proc/30315/stat : 30315 (java) S 30313 30313 22588 0 -1 1077944320 25375 0 0 0 1801 12 0 0 20 0 28 0 448315372 29459828736 53261 33554432000 4194304 4196468 140732092755008 140732092737552 140545847201527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
/proc/30315/statm: 7192341 53261 3488 1 0 7153441 0
[pid=30315/tid=30316] ppid=30313 vsize=28769364 memory=0 CPUtime=0.63 cores=0-7
/proc/30315/task/30316/stat : 30316 (java) S 30313 30313 22588 0 -1 1077944384 9264 0 0 0 58 5 0 0 20 0 28 0 448315372 29459828736 53261 33554432000 4194304 4196468 140732092755008 140545851442304 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30317] ppid=30313 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30317/stat : 30317 (java) S 30313 30313 22588 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 448315373 29459828736 53261 33554432000 4194304 4196468 140732092755008 140545767054096 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30318] ppid=30313 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30318/stat : 30318 (java) S 30313 30313 22588 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 448315373 29459828736 53261 33554432000 4194304 4196468 140732092755008 140545766001552 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30319] ppid=30313 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30319/stat : 30319 (java) S 30313 30313 22588 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 448315373 29459828736 53261 33554432000 4194304 4196468 140732092755008 140545764949008 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30320] ppid=30313 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30320/stat : 30320 (java) S 30313 30313 22588 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 448315373 29459828736 53261 33554432000 4194304 4196468 140732092755008 140545763896464 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30321] ppid=30313 vsize=28769364 memory=130193343704294 CPUtime=0 cores=0-7
/proc/30315/task/30321/stat : 30321 (java) S 30313 30313 22588 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 448315373 29459828736 53261 33554432000 4194304 4196468 140732092755008 140545762842896 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30322] ppid=30313 vsize=28769364 memory=130193343704295 CPUtime=0 cores=0-7
/proc/30315/task/30322/stat : 30322 (java) S 30313 30313 22588 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 448315373 29459828736 53261 33554432000 4194304 4196468 140732092755008 140545761790352 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30323] ppid=30313 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30323/stat : 30323 (java) S 30313 30313 22588 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 448315373 29459828736 53261 33554432000 4194304 4196468 140732092755008 140545760737808 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30324] ppid=30313 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30324/stat : 30324 (java) S 30313 30313 22588 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 448315373 29459828736 53261 33554432000 4194304 4196468 140732092755008 140545759685264 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30325] ppid=30313 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30325/stat : 30325 (java) S 30313 30313 22588 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 448315375 29459828736 53261 33554432000 4194304 4196468 140732092755008 140544963607024 140545847212674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30326] ppid=30313 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30326/stat : 30326 (java) S 30313 30313 22588 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 448315375 29459828736 53261 33554432000 4194304 4196468 140732092755008 140544962553248 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30327] ppid=30313 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30327/stat : 30327 (java) S 30313 30313 22588 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 448315375 29459828736 53261 33554432000 4194304 4196468 140732092755008 140544961500656 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30328] ppid=30313 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30328/stat : 30328 (java) S 30313 30313 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 448315378 29459828736 53261 33554432000 4194304 4196468 140732092755008 140544960449232 140545847220123 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30329] ppid=30313 vsize=28769364 memory=0 CPUtime=1.31 cores=0-7
/proc/30315/task/30329/stat : 30329 (java) S 30313 30313 22588 0 -1 1077944384 3235 0 0 0 131 0 0 0 20 0 28 0 448315378 29459828736 53261 33554432000 4194304 4196468 140732092755008 140544959395824 140545847212674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30330] ppid=30313 vsize=28769364 memory=0 CPUtime=1.31 cores=0-7
/proc/30315/task/30330/stat : 30330 (java) R 30313 30313 22588 0 -1 4202560 3757 0 0 0 131 0 0 0 20 0 28 0 448315378 29459828736 53261 33554432000 4194304 4196468 140732092755008 140544958343576 140545830687673 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30331] ppid=30313 vsize=28769364 memory=0 CPUtime=1.35 cores=0-7
/proc/30315/task/30331/stat : 30331 (java) S 30313 30313 22588 0 -1 1077944384 2870 0 0 0 135 0 0 0 20 0 28 0 448315378 29459828736 53261 33554432000 4194304 4196468 140732092755008 140544957290736 140545847212674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30332] ppid=30313 vsize=28769364 memory=0 CPUtime=0.63 cores=0-7
/proc/30315/task/30332/stat : 30332 (java) S 30313 30313 22588 0 -1 1077944384 3122 0 0 0 62 1 0 0 20 0 28 0 448315378 29459828736 53261 33554432000 4194304 4196468 140732092755008 140544956238192 140545847212674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30333] ppid=30313 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30333/stat : 30333 (java) S 30313 30313 22588 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 448315378 29459828736 53261 33554432000 4194304 4196468 140732092755008 140544955185888 140545847211733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30334] ppid=30313 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/30315/task/30334/stat : 30334 (java) S 30313 30313 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 448315378 29459828736 53261 33554432000 4194304 4196468 140732092755008 140544954133424 140545847212674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30407] ppid=30313 vsize=28769364 memory=0 CPUtime=1.35 cores=0-7
/proc/30315/task/30407/stat : 30407 (java) R 30313 30313 22588 0 -1 4202560 18 0 0 0 135 0 0 0 20 0 28 0 448315487 29459828736 53261 33554432000 4194304 4196468 140732092755008 140544872480376 140545445222115 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30408] ppid=30313 vsize=28769364 memory=0 CPUtime=1.24 cores=0-7
/proc/30315/task/30408/stat : 30408 (java) R 30313 30313 22588 0 -1 4202560 30 0 0 0 124 0 0 0 20 0 28 0 448315487 29459828736 53261 33554432000 4194304 4196468 140732092755008 140544877745464 140545439902595 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30409] ppid=30313 vsize=28769364 memory=0 CPUtime=1.29 cores=0-7
/proc/30315/task/30409/stat : 30409 (java) R 30313 30313 22588 0 -1 4202560 20 0 0 0 129 0 0 0 20 0 28 0 448315487 29459828736 53261 33554432000 4194304 4196468 140732092755008 140544875638936 140545445223076 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30410] ppid=30313 vsize=28769364 memory=0 CPUtime=1.27 cores=0-7
/proc/30315/task/30410/stat : 30410 (java) R 30313 30313 22588 0 -1 4202560 22 0 0 0 127 0 0 0 20 0 28 0 448315487 29459828736 53261 33554432000 4194304 4196468 140732092755008 140544870375976 140545444473914 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30411] ppid=30313 vsize=28769364 memory=0 CPUtime=1.34 cores=0-7
/proc/30315/task/30411/stat : 30411 (java) R 30313 30313 22588 0 -1 4202560 19 0 0 0 134 0 0 0 20 0 28 0 448315487 29459828736 53261 33554432000 4194304 4196468 140732092755008 140544876693144 140545445223672 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30412] ppid=30313 vsize=28769364 memory=0 CPUtime=1.21 cores=0-7
/proc/30315/task/30412/stat : 30412 (java) R 30313 30313 22588 0 -1 4202560 20 0 0 0 121 0 0 0 20 0 28 0 448315487 29459828736 53261 33554432000 4194304 4196468 140732092755008 140544873534448 140545445943275 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30413] ppid=30313 vsize=28769364 memory=0 CPUtime=1.25 cores=0-7
/proc/30315/task/30413/stat : 30413 (java) R 30313 30313 22588 0 -1 4202560 23 0 0 0 125 0 0 0 20 0 28 0 448315487 29459828736 53261 33554432000 4194304 4196468 140732092755008 140544871427880 140545444767921 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
[pid=30315/tid=30414] ppid=30313 vsize=28769364 memory=0 CPUtime=1.17 cores=0-7
/proc/30315/task/30414/stat : 30414 (java) R 30313 30313 22588 0 -1 4202560 24 0 0 0 117 0 0 0 20 0 28 0 448315488 29459828736 53261 33554432000 4194304 4196468 140732092755008 140544874586264 140545444949226 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 22085632 140732092756976 140732092757147 140732092757147 140732092760015 0
Current children cumulated CPU time: 18.13 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 214492 KiB

Child status: 0
Real time (s): 2.86708
CPU time (s): 18.4903
CPU user time (s): 18.358
CPU system time (s): 0.132299
CPU usage (%): 644.919
Max. virtual memory (cumulated for all children) (KiB): 28882492
Max. memory (cumulated for all children) (KiB): 214492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.358
system time used= 0.132299
maximum resident set size= 214288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25964
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= 4392
involuntary context switches= 603


# summary of solver processes directly reported to runsolver:
#   pid: 30313
#   total CPU time (s): 18.4903
#   total CPU user time (s): 18.358
#   total CPU system time (s): 0.132299

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.049585 second user time and 0.064577 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-17 12:41:15
IDJOB=4400158
IDBENCH=141374
IDSOLVER=2855
FILE ID=node105/4400158-1568720572
RUNJOBID= node105-1568709526-22615
PBS_JOBID= 21703944
Free space on /tmp= 61004 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
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-4400158-1568720572/watcher-4400158-1568720572 -o /tmp/evaluation-result-4400158-1568720572/solver-4400158-1568720572 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node105-1568709526-22615 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 420546543 HOME/instance-4400158-1568720572.xml

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

MD5SUM BENCH= 5099229ea21e0b755c9ada14ed0c0ccc
RANDOM SEED=420546543

node105.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.00
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.00
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.00
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.00
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:        31176420 kB
MemAvailable:   31843148 kB
Buffers:          188152 kB
Cached:           779116 kB
SwapCached:        65488 kB
Active:           546788 kB
Inactive:         490324 kB
Active(anon):      10748 kB
Inactive(anon):   103440 kB
Active(file):     536040 kB
Inactive(file):   386884 kB
Unevictable:      109044 kB
Mlocked:          109044 kB
SwapTotal:      67108860 kB
SwapFree:       66939936 kB
Dirty:             26052 kB
Writeback:             0 kB
AnonPages:        264124 kB
Mapped:            44280 kB
Shmem:             35728 kB
Slab:             148100 kB
SReclaimable:     119276 kB
SUnreclaim:        28824 kB
KernelStack:        3872 kB
PageTables:         6052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     499348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    217088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60980 MiB
End job on node105 at 2019-09-17 12:41:18